/*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: 7px 22px;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  /* line 578, ../sass/responsive.scss */
  .featured-post .post-info {
    left: 25px;
    bottom: 27px;
  }
  /* line 581, ../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 590, ../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 599, ../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 618, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 623, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 632, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 635, ../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 645, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 649, ../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 665, ../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 681, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 683, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 687, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 689, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 693, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 695, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 699, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 705, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 711, ../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 719, ../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 727, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 730, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 737, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 741, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 748, ../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 754, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 125px;
    margin-left: 20px;
  }
  /* line 759, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 125px;
    margin-bottom: 0;
  }
  /* line 767, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 774, ../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 792, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 796, ../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 804, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 808, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }

  /* line 813, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 817, ../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 827, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 265px;
    margin: 0 auto;
  }
  /* line 830, ../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 835, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 10px;
    margin-top: 11px;
  }
  /* line 839, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 843, ../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 846, ../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 849, ../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 852, ../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 855, ../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 858, ../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 861, ../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 864, ../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 867, ../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 873, ../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 881, ../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 892, ../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 898, ../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 904, ../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 910, ../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 917, ../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 930, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 936, ../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 952, ../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 967, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 969, ../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 978, ../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 986, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 989, ../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 1003, ../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 1010, ../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 1017, ../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 1024, ../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 1031, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 1037, ../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 1048, ../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 1058, ../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 1067, ../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 1081, ../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 1089, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

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

  /* line 1106, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 1108, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 1112, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 1115, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 1118, ../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 1125, ../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 1133, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 1140, ../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 1148, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 1151, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 1158, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 1163, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 290px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 1170, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 1173, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 1176, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1180, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 1183, ../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 1203, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

  /* line 1219, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 1221, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1225, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 1228, ../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 1248, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 1255, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 1262, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 1264, ../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 1273, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 1279, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 20px;
  }
  /* line 1281, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 1283, ../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 1292, ../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 1309, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 1313, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 1316, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 1322, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 1328, ../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 1334, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 1338, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 1343, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 1349, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 1351, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #3f413c;
  }
  /* line 1358, ../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 1364, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 1371, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 1380, ../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 1392, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 1396, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 1400, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 1402, ../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 1414, ../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 1425, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 1429, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 1435, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 1439, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 1441, ../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 1464, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 1467, ../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 1476, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 1483, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 1488, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 1493, ../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 1500, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 1504, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 1511, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 1520, ../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 1541, ../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 1551, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 1555, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 1561, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 1567, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 1569, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 1571, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 1574, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 1581, ../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 1594, ../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 1609, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -10px;
    padding-top: 0;
    padding-right: 3px;
  }
  /* line 1613, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 1618, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 1621, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 1625, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 1628, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 1631, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 1634, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 1637, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 1640, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 1643, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 1646, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 1649, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 1657, ../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 1667, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 196px;
  }

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

  /* line 1689, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 1694, ../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 1702, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 1707, ../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 1722, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 1724, ../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 1733, ../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 1745, ../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 1755, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 1760, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 1762, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 1766, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 1772, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

  /* line 1837, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 94px;
    margin-right: 2px;
  }
  /* line 1840, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 94px;
  }
  /* line 1846, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 94px;
  }
  /* line 1848, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 94px;
  }

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

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

  /* line 1871, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 1873, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: none;
  }
  /* line 1876, ../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 1885, ../sass/responsive.scss */
  .list-author-up-2 {
    display: none;
  }

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

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

  /* line 1904, ../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 1917, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 30px;
    height: 26px;
    display: block;
  }
  /* line 1922, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 1926, ../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 1936, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 1939, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 1942, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

  /* line 1959, ../sass/responsive.scss */
  .woocommerce .cart-view {
    margin-bottom: 0;
  }
  /* line 1961, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table {
    margin-bottom: 0;
  }
  /* line 1963, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th {
    padding: 9px 3px;
  }
  /* line 1965, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-price {
    text-align: center;
  }
  /* line 1968, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-quantity {
    text-align: center;
  }
  /* line 1971, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-subtotal {
    text-align: center;
  }
  /* line 1977, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart a.remove {
    margin-right: 0;
    line-height: 16px;
  }
  /* line 1983, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td {
    padding: 6px 3px;
    font-size: 12px;
  }
  /* line 1986, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-price {
    text-align: center;
  }
  /* line 1989, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-quantity {
    text-align: center;
  }
  /* line 1992, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-subtotal {
    text-align: center;
  }
  /* line 1997, ../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 2009, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .button:hover {
    background-color: #501776;
  }
  /* line 2014, ../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 2031, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button:hover {
    background-color: #501776;
  }
  /* line 2037, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: center;
  }
  /* line 2043, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals {
    width: auto;
    float: right;
  }
  /* line 2046, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals table {
    margin-bottom: 10px;
  }
  /* line 2050, ../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 2062, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #501776;
  }
  /* line 2068, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .cart-subtotal th {
    padding-right: 10px;
  }

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

  /* line 2096, ../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 2102, ../sass/responsive.scss */
  .checkout-btns.add_to_cart_btn.proceed {
    margin-bottom: 30px;
  }

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

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

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

  /* line 2132, ../sass/responsive.scss */
  .post-item .content .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 2136, ../sass/responsive.scss */
  .post-item .content .woocommerce .thank-you {
    font-size: 20px;
  }
  /* line 2140, ../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 2158, ../sass/responsive.scss */
  .post-item .content .woocommerce .order-again .button:hover {
    background-color: #501776;
    text-decoration: none;
    color: #FFFFFF;
  }

  /* line 2172, ../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 2182, ../sass/responsive.scss */
  .post-item .woocommerce table .order-details {
    margin-bottom: 20px;
  }

  /* line 2194, ../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 2208, ../sass/responsive.scss */
  .narrow-rule {
    max-width: 320px;
    margin: 0 auto;
  }

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

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

  /* line 2224, ../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 2234, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 20px;
    display: block;
  }
  /* line 2238, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 20px;
  }
  /* line 2243, ../sass/responsive.scss */
  .content-block.active {
    width: 100%;
    border-right: 1px solid #cbcbcb;
  }

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

  /* line 2251, ../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 2265, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 2271, ../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 2280, ../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 2289, ../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 2296, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 2299, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 2301, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 2305, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 2306, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 2309, ../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 2325, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2329, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2332, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 2339, ../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 2345, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 2346, ../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 2355, ../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 2363, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 2367, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2370, ../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 2381, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 2384, ../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 2392, ../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 2403, ../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 2409, ../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 2415, ../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 2421, ../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 2428, ../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 2441, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 2446, ../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 2450, ../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 2454, ../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 2458, ../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 2461, ../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 2464, ../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 2467, ../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 2470, ../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 2473, ../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 2476, ../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 2479, ../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 2482, ../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 2489, ../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 2504, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 2510, ../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 2522, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 2525, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 2529, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 2532, ../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 2541, ../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 2550, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 2553, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 2556, ../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 2572, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2576, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2579, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 2586, ../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 2605, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 2607, ../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 2616, ../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 2626, ../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 2636, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

  /* line 2643, ../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 2664, ../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 2677, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 2685, ../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 2698, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 2701, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 2708, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 2713, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 2721, ../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 2732, ../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 2741, ../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 2750, ../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 2769, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 2774, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 2783, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 2786, ../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 2796, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 2800, ../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 2816, ../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 2832, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 2834, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 2838, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 2840, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 2844, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 2846, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 2850, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 2856, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 2862, ../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 2870, ../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 2878, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 2881, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 2888, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 2892, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 2899, ../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 2905, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
  }
  /* line 2910, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 150px;
    margin-bottom: 0;
  }
  /* line 2918, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 2925, ../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 2943, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 2947, ../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 2954, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 2958, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }
  /* line 2962, ../sass/responsive.scss */
  .post-item .woocommerce .order_details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 2966, ../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 2979, ../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 2989, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 2992, ../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 2997, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 3001, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3005, ../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 3008, ../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 3011, ../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 3014, ../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 3017, ../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 3020, ../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 3023, ../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 3026, ../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 3029, ../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 3035, ../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 3043, ../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 3054, ../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 3060, ../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 3066, ../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 3072, ../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 3079, ../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 3092, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 3098, ../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 3114, ../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 3129, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 3131, ../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 3140, ../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 3148, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 3151, ../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 3165, ../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 3172, ../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 3179, ../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 3186, ../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 3193, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 3199, ../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 3210, ../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 3220, ../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 3229, ../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 3240, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 3243, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 3246, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 3249, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 3252, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 3255, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 3258, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 3261, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 3264, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 3267, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 3270, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 3273, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 3276, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 3279, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 3285, ../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 3293, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

  /* line 3299, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 3301, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 3305, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 3308, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 3311, ../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 3318, ../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 3326, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 3333, ../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 3341, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 3344, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 3351, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 3357, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 3364, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 3367, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 3370, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3374, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 3377, ../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 3397, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

  /* line 3412, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 3414, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3418, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 3421, ../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 3441, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 3448, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 3455, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 3457, ../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 3466, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 3472, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 20px;
  }
  /* line 3474, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 3476, ../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 3485, ../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 3502, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 3506, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 3509, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 3515, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 3521, ../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 3527, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 3531, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 3536, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 3542, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 3544, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
  /* line 3550, ../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 3556, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 3563, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 3572, ../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 3584, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 3588, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 3592, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 3594, ../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 3606, ../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 3617, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 3621, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 3627, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 3631, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 3635, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 3638, ../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 3647, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 3654, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 3659, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 3664, ../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 3671, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 3675, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 3682, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 3691, ../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 3712, ../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 3722, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 3726, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 3732, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 3738, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 3740, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 3742, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 3745, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 3752, ../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 3765, ../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 3780, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -31px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 3785, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 31px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 3790, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 3793, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3797, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 3800, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 3803, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 3806, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 3809, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 3812, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 3815, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 3818, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 3821, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 3844, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 3849, ../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 3857, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 3862, ../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 3877, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 3879, ../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 3888, ../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 3900, ../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 3910, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 3915, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 3917, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 3921, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 3927, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

  /* line 3966, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 100px;
    margin-right: 5px;
  }
  /* line 3969, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 103px;
  }
  /* line 3975, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 100px;
  }
  /* line 3977, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 100px;
  }

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

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

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

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

  /* line 4016, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 4018, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: none;
  }
  /* line 4021, ../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 4030, ../sass/responsive.scss */
  .list-author-up-2 {
    display: none;
  }

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

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

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

  /* line 4054, ../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 4067, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 30px;
    height: 26px;
    display: block;
  }
  /* line 4072, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 4076, ../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 4085, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: block;
  }
  /* line 4088, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 4091, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 4094, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

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

  /* line 4188, ../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 4198, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 4201, ../sass/responsive.scss */
  .content-block .post-item .post-img .flow-slider {
    margin-bottom: 10px;
  }
  /* line 4206, ../sass/responsive.scss */
  .content-block.active {
    width: 100%;
    border-right: 1px solid #cbcbcb;
  }

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

  /* line 4214, ../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 4228, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 4234, ../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 4243, ../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 4252, ../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 4260, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 4263, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 4265, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 4269, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 4270, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 4273, ../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 4289, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4293, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4296, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 4303, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
  }
  /* line 4307, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 4311, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 4312, ../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 4321, ../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 4329, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 4333, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 4336, ../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 4347, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 4350, ../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 4358, ../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 4369, ../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 4375, ../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 4381, ../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 4387, ../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 4394, ../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 4407, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 4411, ../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 4415, ../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 4419, ../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 4423, ../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 4426, ../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 4429, ../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 4432, ../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 4435, ../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 4438, ../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 4441, ../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 4444, ../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 4447, ../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 4454, ../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 4469, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 4475, ../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 4488, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 4490, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 4492, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 4494, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 4500, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 4503, ../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 4512, ../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 4521, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 4524, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 4527, ../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 4543, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4547, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4550, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 4557, ../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 4576, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 4578, ../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 4587, ../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 4597, ../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 4607, ../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 4631, ../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 4644, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 4652, ../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 4665, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 4668, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 4675, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 4680, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 4688, ../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 4698, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 4702, ../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 4711, ../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 4720, ../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 4739, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 4744, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 4753, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 4757, ../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 4767, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 4771, ../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 4787, ../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 4803, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 4805, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 4809, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 4811, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 4815, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 4817, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 4821, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 4827, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 4832, ../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 4840, ../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 4848, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 4851, ../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 4859, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 4866, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 4870, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 4877, ../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 4883, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 4888, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 4896, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 4902, ../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 4920, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 4924, ../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 4931, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 4935, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

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

  /* line 4954, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4958, ../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 4968, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 4971, ../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 4976, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 4980, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 4984, ../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 4987, ../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 4990, ../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 4993, ../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 4996, ../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 4999, ../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 5002, ../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 5005, ../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 5008, ../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 5014, ../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 5022, ../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 5033, ../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 5039, ../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 5045, ../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 5051, ../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 5058, ../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 5071, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 5076, ../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 5092, ../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 5107, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 5109, ../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 5118, ../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 5126, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 5129, ../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 5143, ../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 5150, ../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 5157, ../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 5164, ../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 5171, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 5177, ../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 5188, ../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 5198, ../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 5207, ../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 5218, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 5221, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 5224, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 5227, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 5230, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 5233, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 5236, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 5239, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 5242, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 5245, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 5248, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 5251, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 5254, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 5257, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 5263, ../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 5271, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 5277, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 5279, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 5283, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 5286, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 5289, ../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 5296, ../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 5304, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 5311, ../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 5319, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 5322, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 5329, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 5334, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 5338, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 5341, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(odd) {
    float: left;
  }
  /* line 5344, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(even) {
    float: right;
  }
  /* line 5347, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5351, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 5354, ../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 5374, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 5381, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 5383, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5387, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 5390, ../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 5410, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 5417, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 5423, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 5425, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 5433, ../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 5446, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 5448, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 5450, ../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 5459, ../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 5476, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 5480, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 5483, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 5489, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 5495, ../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 5501, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 5507, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 5513, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 5515, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
  }
  /* line 5521, ../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 5527, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 5534, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 5543, ../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 5555, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 5559, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 5563, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 5565, ../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 5577, ../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 5588, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 5592, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 5598, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 5601, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 5604, ../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 5613, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 5620, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 5625, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 5630, ../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 5637, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 5641, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 5648, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 5657, ../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 5682, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 5688, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 5694, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 5696, ../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 5708, ../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 5726, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 5734, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -14px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 5739, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 14px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 5744, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 5747, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 5751, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 5754, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 5757, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 5760, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 5763, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 5766, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 5769, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 5772, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 5775, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 5798, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 5803, ../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 5811, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 5816, ../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 5831, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 5833, ../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 5842, ../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 5854, ../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 5864, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 5869, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 5871, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 5875, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 5881, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

  /* line 5951, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 5953, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 5956, ../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 5965, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

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

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

  /* line 5986, ../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 5999, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: block;
  }
  /* line 6002, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: block;
  }
  /* line 6005, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 6008, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 6011, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

  /* line 6073, ../sass/responsive.scss */
  .shopping-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 150px;
    margin-top: 0;
  }
  /* line 6080, ../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 6092, ../sass/responsive.scss */
  .shopping-buttons .checkout-btns.add_to_cart_btn.proceed {
    margin-left: 10px;
    margin-bottom: 0;
  }

  /* line 6101, ../sass/responsive.scss */
  .events-videos .featured-post {
    min-height: 280px;
    padding: 140px 25px 30px 25px;
  }

  /* line 6107, ../sass/responsive.scss */
  .wide-checkout-buttons {
    float: right;
    margin-bottom: 30px;
  }
  /* line 6111, ../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;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  /* line 6126, ../sass/responsive.scss */
  .wide-checkout-buttons #place_order {
    float: none;
    line-height: 28px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 6139, ../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 6147, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button {
    width: auto;
    float: right;
    padding: 1px 14px;
  }
  /* line 6154, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: right;
  }

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

  /* line 6177, ../sass/responsive.scss */
  .post-item .woocommerce .order_details li {
    font-size: 14px;
    float: none;
    display: inline-block;
    width: auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1025px) {
  /* line 6191, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 6196, ../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 6206, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 6210, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 10px;
  }

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

  /* line 6221, ../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 6233, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 6239, ../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 6248, ../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 6257, ../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 6265, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 6268, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 6270, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 6274, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 6275, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 6278, ../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 6294, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6298, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6301, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 6308, ../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 6313, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 6317, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 6318, ../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 6327, ../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 6335, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 6339, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 6342, ../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 6353, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 271px;
    margin: 0 auto;
  }
  /* line 6356, ../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 6364, ../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 6375, ../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 6381, ../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 6387, ../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 6393, ../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 6400, ../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 6413, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 6417, ../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 6421, ../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 6425, ../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 6429, ../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 6432, ../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 6435, ../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 6438, ../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 6441, ../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 6444, ../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 6447, ../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 6450, ../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 6453, ../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 6460, ../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 6475, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 6481, ../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 6494, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 6496, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 6498, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 6500, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 6506, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 6509, ../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 6518, ../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 6527, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 6530, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 6533, ../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 6549, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6553, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6556, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 6563, ../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 6582, ../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 6591, ../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 6601, ../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 6612, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 58.5%;
    float: left;
    position: relative;
  }
  /* line 6617, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 41px;
    left: auto;
  }
  /* line 6621, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 6625, ../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 6649, ../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 6662, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 6670, ../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 6683, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 6686, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 6693, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 6699, ../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 6709, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 6713, ../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 6722, ../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 6731, ../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 6750, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 6755, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 6764, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 6768, ../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 6778, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 6782, ../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 6798, ../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 6814, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 6816, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 6820, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 6822, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 6826, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 6828, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 6832, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 6837, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 6841, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 6846, ../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 6854, ../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 6862, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 6865, ../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 6873, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 6880, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 6884, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 6891, ../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 6897, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 6902, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 6910, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 6916, ../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 6934, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 6938, ../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 6944, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 6955, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6959, ../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 6969, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 346px;
    margin: 0 auto;
  }
  /* line 6972, ../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 6977, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 6981, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 6985, ../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 6988, ../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 6991, ../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 6994, ../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 6997, ../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 7000, ../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 7003, ../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 7006, ../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 7009, ../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 7015, ../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 7023, ../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 7034, ../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 7040, ../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 7046, ../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 7052, ../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 7059, ../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 7072, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7077, ../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 7093, ../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 7108, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 7110, ../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 7119, ../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 7127, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 7130, ../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 7144, ../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 7151, ../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 7158, ../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 7165, ../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 7172, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 7178, ../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 7189, ../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 7199, ../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 7208, ../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 7219, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 7222, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 7225, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 7228, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 7231, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 7234, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 7237, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 7240, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 7243, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 7246, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 7249, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 7252, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 7255, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 7258, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 7264, ../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 7272, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

  /* line 7286, ../sass/responsive.scss */
  .events-videos .post-item {
    max-width: 700px;
  }
  /* line 7289, ../sass/responsive.scss */
  .events-videos .featured-post {
    min-height: 280px;
    padding: 140px 25px 30px 25px;
  }

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

  /* line 7308, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 7310, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 7314, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 7317, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 7320, ../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 7327, ../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 7335, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 7342, ../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 7350, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 7353, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 7360, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 7365, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 7369, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 7372, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 7376, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 7379, ../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 7399, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 7406, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 7408, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 7412, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 7415, ../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 7435, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 7442, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 7448, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 7450, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 7458, ../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 7471, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 7473, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 7475, ../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 7484, ../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 7501, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 7505, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 7508, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 7514, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 7520, ../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 7526, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 7532, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 7538, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 7540, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
  }
  /* line 7546, ../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 7552, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 7559, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 7568, ../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 7581, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 7585, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 7588, ../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 7597, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

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

  /* line 7617, ../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 7628, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 7632, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 7638, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 7641, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 7644, ../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 7653, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 7660, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 7665, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 7670, ../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 7677, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 7681, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 7688, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 7697, ../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 7722, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 7728, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 7734, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 7736, ../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 7748, ../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 7766, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 7774, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 7779, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 7784, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 7787, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 7791, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 7794, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 7797, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 7800, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 7803, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 7806, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 7809, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 7812, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 7815, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 7838, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 7843, ../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 7851, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 7856, ../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 7871, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 7873, ../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 7882, ../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 7894, ../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 7904, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 7909, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 7911, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 7915, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 7921, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

  /* line 7988, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 7990, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 7993, ../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 8002, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

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

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

  /* line 8024, ../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 8037, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 8040, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 8043, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 8046, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 8049, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

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

  /* line 8072, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 8076, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* line 8087, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 8093, ../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 8103, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 8107, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 10px;
  }

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

  /* line 8118, ../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 8130, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 8136, ../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 8145, ../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 8154, ../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 8162, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 8165, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 8167, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 8171, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 8172, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8175, ../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 8191, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8195, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8198, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 8205, ../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 8210, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 8214, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 8215, ../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 8224, ../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 8232, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 8236, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 8239, ../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 8250, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 327px;
    margin: 0 auto;
  }
  /* line 8253, ../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 8261, ../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 8272, ../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 8278, ../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 8284, ../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 8290, ../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 8297, ../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 8310, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 8314, ../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 8318, ../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 8322, ../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 8326, ../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 8329, ../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 8332, ../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 8335, ../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 8338, ../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 8341, ../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 8344, ../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 8347, ../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 8350, ../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 8357, ../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 8372, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 8378, ../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 8391, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 8393, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 8395, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 8397, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 8403, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 8406, ../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 8415, ../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 8424, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 8427, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8430, ../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 8446, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8450, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8453, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 8460, ../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 8479, ../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 8488, ../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 8498, ../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 8509, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 65.2%;
    float: left;
    position: relative;
  }
  /* line 8514, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 33px;
    left: auto;
  }
  /* line 8518, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 8522, ../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 8546, ../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 8559, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 8567, ../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 8580, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 8583, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 8590, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 8595, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 8603, ../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 8613, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 8617, ../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 8626, ../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 8635, ../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 8654, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 8659, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 8668, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 8672, ../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 8682, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 8686, ../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 8702, ../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 8718, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 8720, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 8724, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 8726, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 8730, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 8732, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 8736, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 8741, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 8745, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 8750, ../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 8758, ../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 8766, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 8769, ../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 8777, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 8784, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 8788, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 8795, ../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 8801, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 8806, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 8814, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 8820, ../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 8838, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 8842, ../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 8849, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 8853, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 8864, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 8868, ../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 8878, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 8881, ../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 8886, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 8890, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 8894, ../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 8897, ../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 8900, ../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 8903, ../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 8906, ../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 8909, ../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 8912, ../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 8915, ../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 8918, ../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 8924, ../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 8932, ../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 8943, ../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 8949, ../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 8955, ../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 8961, ../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 8968, ../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 8981, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 8986, ../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 9002, ../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 9017, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 9019, ../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 9028, ../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 9036, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 9039, ../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 9053, ../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 9060, ../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 9067, ../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 9074, ../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 9081, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 9087, ../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 9098, ../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 9108, ../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 9117, ../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 9128, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 9131, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 9134, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 9137, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 9140, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 9143, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 9146, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 9149, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 9152, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 9155, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 9158, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 9161, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 9164, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 9167, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 9173, ../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 9181, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

  /* line 9194, ../sass/responsive.scss */
  .events-videos .post-item {
    max-width: 700px;
  }
  /* line 9197, ../sass/responsive.scss */
  .events-videos .featured-post {
    min-height: 280px;
    padding: 140px 25px 30px 25px;
  }

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

  /* line 9216, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 9218, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 9222, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 9225, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 9228, ../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 9235, ../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 9243, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 9250, ../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 9258, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 9261, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 9268, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 9273, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 9277, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 9280, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9284, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 9287, ../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 9307, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 9314, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 9316, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9320, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 9323, ../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 9343, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 9350, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 9356, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 9358, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 9366, ../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 9379, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 9381, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 9383, ../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 9392, ../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 9409, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 9413, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 9416, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 9422, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 9428, ../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 9434, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 9440, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 9446, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 9448, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
  }
  /* line 9454, ../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 9460, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 9467, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 9476, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 9481, ../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 9489, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 9494, ../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 9510, ../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 9522, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 9527, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 9531, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 9534, ../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 9543, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

  /* line 9551, ../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 9562, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 9566, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 9572, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 9575, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 9578, ../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 9587, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 9594, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 9599, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 9604, ../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 9611, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 9615, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 9622, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 9631, ../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 9656, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 9662, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 9668, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 9670, ../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 9682, ../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 9700, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 9708, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 9713, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 9718, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 9721, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 9725, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 9728, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 9731, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 9734, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 9737, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 9740, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 9743, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 9746, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 9749, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 9771, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 9773, ../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 9782, ../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 9794, ../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 9804, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 9809, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 9811, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 9815, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 9821, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

  /* line 9887, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 9889, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 9892, ../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 9901, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

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

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

  /* line 9920, ../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 9933, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 9936, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 9939, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 9942, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 9945, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

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

  /* line 9968, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 9972, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }
}
/* Small Desktops */
@media only screen and (max-width: 1280px) {
  /* line 9982, ../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 9995, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 10001, ../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 10011, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 10015, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 10px;
  }

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

  /* line 10026, ../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 10038, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 10044, ../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 10053, ../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 10062, ../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 10070, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 10073, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 10075, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 10079, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 10080, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10083, ../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 10099, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10103, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10106, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 10113, ../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 10118, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 10122, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 10123, ../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 10133, ../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 10141, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 10145, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 10148, ../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 10159, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 326px;
    margin: 0 auto;
  }
  /* line 10162, ../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 10170, ../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 10181, ../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 10187, ../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 10193, ../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 10199, ../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 10206, ../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 10219, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 10223, ../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 10227, ../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 10231, ../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 10235, ../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 10238, ../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 10241, ../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 10244, ../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 10247, ../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 10250, ../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 10253, ../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 10256, ../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 10259, ../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 10266, ../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 10281, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 10287, ../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 10300, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 10303, ../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 10312, ../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 10321, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 10324, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10327, ../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 10343, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10347, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10350, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 10357, ../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 10376, ../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 10385, ../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 10395, ../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 10404, ../sass/responsive.scss */
  .top-nav.active {
    width: auto;
  }
  /* line 10407, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 70.3%;
    float: left;
    position: relative;
  }
  /* line 10412, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 48px;
    left: auto;
  }
  /* line 10416, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 10420, ../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 10444, ../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 10457, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 10465, ../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 10478, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 10481, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 10488, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 10493, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 10501, ../sass/responsive.scss */
  .featured-post .event-date {
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
  }
  /* line 10506, ../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 10520, ../sass/responsive.scss */
  .featured-post .trending-btn:hover {
    background: white;
  }
  /* line 10524, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 10528, ../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 10537, ../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 10546, ../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 10565, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 10570, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 10579, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin: 0 auto 54px;
    border: none;
  }
  /* line 10583, ../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 10593, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 10596, ../sass/responsive.scss */
  .post-item .subimage-block {
    display: block;
  }
  /* line 10598, ../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 10614, ../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 10630, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 10632, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 10636, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 10638, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 10642, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 10644, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 10648, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 10653, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 10657, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 10662, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 10668, ../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 10676, ../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 10684, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 10687, ../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 10696, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 10700, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 10707, ../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 10713, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 10718, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 10726, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 10732, ../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 10750, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 10754, ../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 10761, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 10765, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 10771, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 10775, ../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 10785, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 10788, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 10792, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 10796, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 10800, ../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 10803, ../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 10806, ../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 10809, ../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 10812, ../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 10815, ../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 10818, ../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 10821, ../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 10824, ../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 10830, ../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 10838, ../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 10849, ../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 10855, ../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 10861, ../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 10867, ../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 10874, ../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 10887, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 10892, ../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 10908, ../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 10923, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 10925, ../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 10934, ../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 10942, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 10945, ../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 10959, ../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 10966, ../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 10973, ../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 10980, ../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 10987, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 10993, ../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 11004, ../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 11014, ../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 11023, ../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 11034, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 11037, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 11040, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 11043, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 11046, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 11049, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 11052, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 11055, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 11058, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 11061, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 11064, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 11067, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 11070, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 11073, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 11079, ../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 11087, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

  /* line 11099, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 11101, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 11105, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 11108, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 11111, ../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 11118, ../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 11126, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 11133, ../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 11141, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 11144, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 11151, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 11157, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 11161, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 11164, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 11168, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 11171, ../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 11191, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 11199, ../sass/responsive.scss */
  .events-videos .post-item {
    max-width: 700px;
  }
  /* line 11202, ../sass/responsive.scss */
  .events-videos .featured-post {
    min-height: 280px;
    padding: 140px 25px 30px 25px;
  }

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

  /* line 11222, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 11228, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 11230, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 11238, ../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 11251, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 11253, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 11255, ../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 11264, ../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 11281, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 11285, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 11288, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 11294, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 11300, ../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 11306, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 11312, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 11318, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 11320, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
  }
  /* line 11326, ../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 11332, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 11339, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 11347, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 11349, ../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 11358, ../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 11370, ../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 11380, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 11385, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 11387, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 11391, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 11397, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 11407, ../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 11419, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 11424, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 11428, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 11431, ../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 11440, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

  /* line 11448, ../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 11459, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 11463, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 11469, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 11472, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 11475, ../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 11484, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 11491, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 11496, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 11501, ../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 11508, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 11512, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 11519, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 11528, ../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 11553, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 11559, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 11565, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 11567, ../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 11579, ../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 11597, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 11605, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 11610, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 11615, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 11618, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11622, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 11625, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 11628, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 11631, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 11634, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 11637, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 11640, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 11643, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 11646, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

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

  /* line 11673, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 11678, ../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 11686, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 11691, ../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 11707, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: left;
  }

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

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

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

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

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

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

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

  /* line 11764, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 11766, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 11769, ../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 11778, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

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

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

  /* line 11800, ../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 11813, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 11816, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 11819, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 11822, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 11825, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

  /* line 11840, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 11844, ../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 11859, ../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 11872, ../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 11889, ../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 11897, ../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 11906, ../sass/responsive.scss */
  .socials-list {
    margin-left: -33px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  /* line 11910, ../sass/responsive.scss */
  .socials-list li {
    float: left;
    margin-left: 33px;
  }
  /* line 11913, ../sass/responsive.scss */
  .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11917, ../sass/responsive.scss */
  .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
  }
  /* line 11920, ../sass/responsive.scss */
  .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
  }
  /* line 11923, ../sass/responsive.scss */
  .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
  }
  /* line 11926, ../sass/responsive.scss */
  .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
  }

  /* line 11940, ../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 11945, ../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 11950, ../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 11955, ../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 11960, ../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 11965, ../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 11970, ../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 11975, ../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 11980, ../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 11999, ../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 12004, ../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 12009, ../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 12014, ../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 12019, ../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 12024, ../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 12029, ../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 12034, ../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 12039, ../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 12055, ../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 12060, ../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 12065, ../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 12070, ../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 12075, ../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 12080, ../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 12085, ../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 12090, ../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 12095, ../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 12107, ../sass/responsive.scss */
  .author_social li a {
    background: url("../images/author_socials_sprite.png") no-repeat top left;
    background-size: 100%;
  }
  /* line 12110, ../sass/responsive.scss */
  .author_social li a.facebook-icon {
    background-position: 0 -355px;
  }
  /* line 12112, ../sass/responsive.scss */
  .author_social li a.facebook-icon:hover {
    background-position: 0 -435px;
  }
  /* line 12116, ../sass/responsive.scss */
  .author_social li a.twitter-icon {
    background-position: 0 -835px;
  }
  /* line 12118, ../sass/responsive.scss */
  .author_social li a.twitter-icon:hover {
    background-position: 0 -915px;
  }
  /* line 12122, ../sass/responsive.scss */
  .author_social li a.google-icon {
    background-position: 0 -675px;
  }
  /* line 12124, ../sass/responsive.scss */
  .author_social li a.google-icon:hover {
    background-position: 0 -755px;
  }
  /* line 12128, ../sass/responsive.scss */
  .author_social li a.email-icon {
    background-position: 0 -195px;
  }
  /* line 12130, ../sass/responsive.scss */
  .author_social li a.email-icon:hover {
    background-position: 0 -225px;
  }
  /* line 12134, ../sass/responsive.scss */
  .author_social li a.gtalk-icon {
    background-position: 0 -515px;
  }
  /* line 12136, ../sass/responsive.scss */
  .author_social li a.gtalk-icon:hover {
    background-position: 0 -595px;
  }
  /* line 12140, ../sass/responsive.scss */
  .author_social li a.website-icon {
    background-position: 0 -995px;
  }
  /* line 12142, ../sass/responsive.scss */
  .author_social li a.website-icon:hover {
    background-position: 0 -1075px;
  }
  /* line 12146, ../sass/responsive.scss */
  .author_social li a.yahoo-icon {
    background-position: 0 -1155px;
  }
  /* line 12148, ../sass/responsive.scss */
  .author_social li a.yahoo-icon:hover {
    background-position: 0 -1200px;
  }
  /* line 12152, ../sass/responsive.scss */
  .author_social li a.aim-icon {
    background-position: 0 -35px;
  }
  /* line 12154, ../sass/responsive.scss */
  .author_social li a.aim-icon:hover {
    background-position: 0 -115px;
  }
  /* line 12158, ../sass/responsive.scss */
  .author_social li a.rss-icon {
    background: url("../images/rss_sprite.png") no-repeat top left;
    background-position: 0 -90px;
  }
  /* line 12161, ../sass/responsive.scss */
  .author_social li a.rss-icon:hover {
    background-position: 0 0;
  }

  /* line 12172, ../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 12183, ../sass/responsive.scss */
  .top-nav .container .top-logo {
    background: transparent url("../images/psfk_logo@2x.png") top center no-repeat;
    background-size: 100%;
  }

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

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

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

  /* line 12230, ../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 12233, ../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 12243, ../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 */
