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

  /* line 20, ../sass/responsive.scss */
  .side-menu .search-form {
    display: block;
  }

  /* line 26, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }
  /* line 31, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .container .menu-lnk {
    color: #999999;
  }
  /* line 34, ../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 38, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .container .articles-lnk {
    color: #999999;
  }
  /* line 42, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .top-nav-holder {
    border-bottom: 1px solid #ececec;
  }

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

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

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

  /* line 83, ../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 96, ../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 103, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 106, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list {
    overflow: hidden;
  }
  /* line 109, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 112, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 114, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 119, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 125, ../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 134, ../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 144, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 145, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 148, ../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 164, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 168, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 171, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 178, ../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 183, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: none;
  }
  /* line 187, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 188, ../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 197, ../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 206, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 209, ../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 220, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 223, ../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 231, ../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 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:-moz-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::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 260, ../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 267, ../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 280, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 285, ../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 289, ../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 293, ../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 297, ../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 300, ../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 303, ../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 306, ../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 309, ../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 312, ../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 315, ../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 318, ../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 321, ../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 328, ../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 343, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 349, ../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 361, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 364, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 368, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 371, ../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 380, ../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 389, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 392, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 395, ../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 411, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 415, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 418, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 425, ../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 444, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 446, ../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 455, ../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 466, ../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 476, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 60px;
  }

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

  /* line 538, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: center bottom;
    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 551, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 554, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 561, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 566, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 574, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 5px 22px;
    margin: 0 0 10px 0;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: inline-block;
  }
  /* line 586, ../sass/responsive.scss */
  .featured-post .post-info {
    left: 25px;
    bottom: 27px;
  }
  /* line 589, ../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 598, ../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 607, ../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 626, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 631, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 640, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 643, ../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 653, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 657, ../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 673, ../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 689, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 691, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 695, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 697, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 701, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 703, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 707, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 713, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 719, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
  }
  /* line 726, ../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 734, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 737, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 744, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 748, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 755, ../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 761, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 125px;
    margin-left: 20px;
  }
  /* line 766, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 125px;
    margin-bottom: 0;
  }
  /* line 775, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* line 779, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
  }
  /* line 783, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li a {
    display: block;
    background-color: #683496;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    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: 3px 20px;
  }
  /* line 797, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li a:hover {
    background-color: #501776;
    text-decoration: none;
    color: #FFFFFF;
  }
  /* line 804, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li:last-child a {
    line-height: 22px;
  }
  /* line 811, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 819, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 823, ../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 831, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 835, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }

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

  /* line 853, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 857, ../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 867, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 265px;
    margin: 0 auto;
  }
  /* line 870, ../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 875, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 10px;
    margin-top: 11px;
  }
  /* line 879, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 883, ../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 886, ../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 889, ../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 892, ../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 895, ../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 898, ../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 901, ../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 904, ../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 907, ../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 913, ../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 921, ../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 932, ../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 938, ../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 944, ../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 950, ../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 957, ../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 970, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 976, ../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 992, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    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 1008, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 1010, ../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 1019, ../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 1027, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 1030, ../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;
    margin: 0 !important;
    padding-left: 55px !important;
  }
  /* line 1045, ../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 1052, ../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 1059, ../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 1066, ../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 1073, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 1079, ../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 1090, ../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 1100, ../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 1109, ../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 1123, ../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 1131, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

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

  /* line 1148, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 1150, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 1154, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 1157, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 1160, ../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 1167, ../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 1175, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 1182, ../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 1190, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 1193, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 1200, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 1205, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 290px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 1212, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 1215, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 1218, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1222, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 1225, ../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 1245, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

  /* line 1261, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 1263, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1267, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 1270, ../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 1290, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 1297, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 1304, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 1306, ../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 1315, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 1322, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 1324, ../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 1333, ../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 1350, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 1354, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 1357, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 1363, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 1369, ../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 1375, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 1379, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 1384, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 1390, ../sass/responsive.scss */
  .sponsored-article .special-title {
    margin-bottom: 40px;
  }
  /* line 1392, ../sass/responsive.scss */
  .sponsored-article .special-title .post-title {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 0px;
    color: #3f413c;
  }
  /* line 1399, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor {
    width: 100%;
    border-top: 1px solid #cccccc;
    padding: 0;
    display: block;
    vertical-align: middle;
    border-left: 0;
    margin: 10px 0 0 0;
  }
  /* line 1407, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 1414, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor img {
    margin: 0 auto;
    max-height: 70px;
  }

  /* line 1423, ../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 1435, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 1439, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 1443, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 1445, ../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 1457, ../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 1468, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 1472, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 1478, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 1482, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 1484, ../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 1507, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 1510, ../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 1519, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 1526, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 1531, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 1536, ../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 1543, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 1547, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 1554, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 1563, ../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 1584, ../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 1594, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 1598, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 1604, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 1610, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 1612, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 1614, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 1617, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 1624, ../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 1637, ../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 1652, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -10px;
    padding-top: 0;
    padding-right: 3px;
  }
  /* line 1656, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 1661, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 1664, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 1668, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 1671, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 1674, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 1677, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 1680, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 1683, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 1686, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 1689, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 1692, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 1732, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 1737, ../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 1745, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 1750, ../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 1765, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 1767, ../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 1776, ../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 1788, ../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 1798, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 1803, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 1805, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 1809, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 1815, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

  /* line 1880, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 94px;
    margin-right: 2px;
  }
  /* line 1883, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 94px;
  }
  /* line 1889, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 94px;
  }
  /* line 1891, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 94px;
  }

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

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

  /* line 1919, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'Gotham';
    font-size: 16px !important;
    color: #4A4A4A !important;
    line-height: 24px !important;
  }

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

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

  /* line 1947, ../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 1960, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 25px;
    height: 26px;
    display: block;
  }
  /* line 1965, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 1969, ../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: none;
  }
  /* line 1979, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 1982, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 1985, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }
  /* line 1988, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: none;
  }

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

  /* line 2005, ../sass/responsive.scss */
  .woocommerce .cart-view {
    margin-bottom: 0;
  }
  /* line 2007, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table {
    margin-bottom: 0;
  }
  /* line 2009, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th {
    padding: 9px 3px;
  }
  /* line 2011, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-price {
    text-align: center;
  }
  /* line 2014, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-quantity {
    text-align: center;
  }
  /* line 2017, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-subtotal {
    text-align: center;
  }
  /* line 2023, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart a.remove {
    margin-right: 0;
    line-height: 16px;
  }
  /* line 2029, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td {
    padding: 6px 3px;
    font-size: 12px;
  }
  /* line 2032, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-price {
    text-align: center;
  }
  /* line 2035, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-quantity {
    text-align: center;
  }
  /* line 2038, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-subtotal {
    text-align: center;
  }
  /* line 2041, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td .variation-AvailableOn {
    padding: 0;
    margin: 0;
  }
  /* line 2044, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td .variation-AvailableOn p {
    padding: 0 10px 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 2053, ../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 2065, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .button:hover {
    background-color: #501776;
  }
  /* line 2070, ../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 2087, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button:hover {
    background-color: #501776;
  }
  /* line 2093, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: center;
  }
  /* line 2099, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals {
    width: auto;
    float: right;
  }
  /* line 2102, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals table {
    margin-bottom: 10px;
  }
  /* line 2106, ../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 2118, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #501776;
  }
  /* line 2124, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .cart-subtotal th {
    padding-right: 10px;
  }

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

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

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

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

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

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

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

  /* line 2250, ../sass/responsive.scss */
  .woocommerce table.shop_table td small a {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid;
  }

  /* line 2262, ../sass/responsive.scss */
  .top-page-header .top-account-links {
    display: block;
    position: absolute;
    right: 16px;
    width: auto;
    top: 0;
  }
  /* line 2268, ../sass/responsive.scss */
  .top-page-header .top-account-links .welcome {
    display: none;
  }
  /* line 2271, ../sass/responsive.scss */
  .top-page-header .top-account-links .mobile-hidden {
    display: none;
  }

  /* line 2277, ../sass/responsive.scss */
  .sidebar-join-block {
    width: 100%;
    background: transparent url(../images/ideas_background_2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 4px 0 7px;
    text-align: center;
  }
  /* line 2284, ../sass/responsive.scss */
  .sidebar-join-block .title {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 10px;
    padding-left: 10px;
    line-height: 35px;
    margin-bottom: 7px;
    font-family: "GothamBlack", Arial, Helvetica;
  }
  /* line 2294, ../sass/responsive.scss */
  .sidebar-join-block .cornered-rounds {
    width: 92px;
    height: 22px;
    margin: 0 auto 18px;
    background: transparent url(../images/cornered_rounds.png) center center no-repeat;
  }
  /* line 2300, ../sass/responsive.scss */
  .sidebar-join-block .join {
    text-transform: uppercase;
    color: #683496;
    text-align: center;
    background-color: #ffffff;
    padding: 7px 10px 7px 12px;
    font-family: "Gotham", Arial, Helvetica;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 16px;
    -webkit-transition: background-color ease-in-out .4s;
    -moz-transition: background-color ease-in-out .4s;
    -ms-transition: background-color ease-in-out .4s;
    -o-transition: background-color ease-in-out .4s;
    transition: background-color ease-in-out .4s;
  }
  /* line 2318, ../sass/responsive.scss */
  .sidebar-join-block .join:hover {
    background-color: #f2f2f2;
  }
  /* line 2322, ../sass/responsive.scss */
  .sidebar-join-block p {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 7px;
    padding-left: 4px;
  }

  /* line 2332, ../sass/responsive.scss */
  .join-socials {
    margin-left: -10px;
    padding-top: 14px;
  }
  /* line 2335, ../sass/responsive.scss */
  .join-socials li {
    display: inline-block;
    margin-left: 9.7px;
  }
  /* line 2340, ../sass/responsive.scss */
  .join-socials li a {
    width: 30px;
    height: 30px;
    display: block;
  }
  /* line 2344, ../sass/responsive.scss */
  .join-socials li a.facebook {
    background: transparent url(../images/join_facebook_icon.png) top left no-repeat;
  }
  /* line 2347, ../sass/responsive.scss */
  .join-socials li a.twitter {
    background: transparent url(../images/join_twitter_icon.png) top left no-repeat;
  }
  /* line 2350, ../sass/responsive.scss */
  .join-socials li a.google {
    background: transparent url(../images/join_google_icon.png) top left no-repeat;
  }
  /* line 2353, ../sass/responsive.scss */
  .join-socials li a.linkedin {
    background: transparent url(../images/join_linkedin_icon.png) top left no-repeat;
  }
  /* line 2356, ../sass/responsive.scss */
  .join-socials li a.instagram {
    background: transparent url(../images/join_instagram_icon.png) top left no-repeat;
  }
  /* line 2359, ../sass/responsive.scss */
  .join-socials li a.vimeo {
    background: transparent url(../images/join_vimeo_icon.png) top left no-repeat;
  }
  /* line 2362, ../sass/responsive.scss */
  .join-socials li a.youtube {
    background: transparent url(../images/join_youtube_icon.png) top left no-repeat;
  }
  /* line 2365, ../sass/responsive.scss */
  .join-socials li a.pinterest {
    background: transparent url(../images/join_pinterest_icon.png) top left no-repeat;
  }
  /* line 2368, ../sass/responsive.scss */
  .join-socials li a.rss {
    background: transparent url(../images/join_rss_icon.png) top left no-repeat;
  }

  /* line 2375, ../sass/responsive.scss */
  .search-results-block-new {
    width: 100%;
    padding-top: 10px;
  }
  /* line 2378, ../sass/responsive.scss */
  .search-results-block-new .content-type {
    display: block;
  }
  /* line 2383, ../sass/responsive.scss */
  .search-results-block-new .search-right {
    float: none;
  }
  /* line 2386, ../sass/responsive.scss */
  .search-results-block-new .summ-results {
    color: #a4a4a6;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  /* line 2395, ../sass/responsive.scss */
  .search-results-block-new .links-filter {
    display: block;
  }
  /* line 2397, ../sass/responsive.scss */
  .search-results-block-new .links-filter a {
    display: inline-block;
    width: 49%;
    height: 45px;
    padding: 12px 20px 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    background-color: #dedede;
    color: #ffffff;
    -webkit-transition: background-color ease-in-out .5s;
    -moz-transition: background-color ease-in-out .5s;
    -ms-transition: background-color ease-in-out .5s;
    -o-transition: background-color ease-in-out .5s;
    transition: background-color ease-in-out .5s;
  }
  /* line 2414, ../sass/responsive.scss */
  .search-results-block-new .links-filter a:hover {
    background-color: #673594;
  }
  /* line 2417, ../sass/responsive.scss */
  .search-results-block-new .links-filter a.inactive {
    cursor: text;
    background-color: #673594;
  }
  /* line 2420, ../sass/responsive.scss */
  .search-results-block-new .links-filter a.inactive:hover {
    background-color: #673594;
  }
  /* line 2425, ../sass/responsive.scss */
  .search-results-block-new .links-filter span {
    display: inline-block;
    width: 49%;
    height: 45px;
    padding: 12px 20px 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    background-color: #dedede;
    color: #ffffff;
  }
  /* line 2440, ../sass/responsive.scss */
  .search-results-block-new .top-search input#submit {
    background-color: #673594;
    border: none;
    color: #ffffff;
    padding: 12px 20px;
    -webkit-transition: background-color ease-in-out .5s;
    -moz-transition: background-color ease-in-out .5s;
    -ms-transition: background-color ease-in-out .5s;
    -o-transition: background-color ease-in-out .5s;
    transition: background-color ease-in-out .5s;
  }

  /* line 2454, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:not(:checked), .search-results-block-new [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }

  /* line 2459, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:not(:checked) + label, .search-results-block-new [type="checkbox"]:checked + label {
    width: 49%;
    height: 45px;
    position: relative;
    cursor: pointer;
    padding-top: 12px;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }

  /* line 2470, ../sass/responsive.scss */
  .search-results-block-new label {
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    background-color: #dedede;
    color: #ffffff;
  }

  /* line 2478, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:checked + label {
    background-color: #673594;
  }

  /* line 2483, ../sass/responsive.scss */
  .search-results-block-new.tagged {
    padding-bottom: 20px;
  }

  /* line 2488, ../sass/responsive.scss */
  .top-title-wrapper {
    padding: 70px 0 50px 0 !important;
  }
  /* line 2490, ../sass/responsive.scss */
  .top-title-wrapper h1 {
    text-align: center;
    font-family: "Gotham", Arial, Helvetica;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #683496;
    letter-spacing: 10px;
    margin: 0;
  }

  /* line 2502, ../sass/responsive.scss */
  .download-invoice-error-wrapper {
    max-width: 580px;
    margin: 0 auto;
  }
  /* line 2505, ../sass/responsive.scss */
  .download-invoice-error-wrapper h2 {
    margin: 0 0 50px 0;
    font-size: 16px;
    text-transform: uppercase;
  }

  /* line 2512, ../sass/responsive.scss */
  .download-invoice-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* line 2516, ../sass/responsive.scss */
  .download-invoice-form .fieldset {
    margin: 0 0 30px 0;
  }
  /* line 2519, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input {
    width: 100%;
    text-align: left;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    color: #683496;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: 'Gotham', Arial, sans-serif;
    box-sizing: border-box;
    letter-spacing: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
  }
  /* line 2537, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input.error {
    border-color: #FD0808;
  }
  /* line 2540, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'GothamBook', Arial, sans-serif;
  }
  /* line 2547, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-family: 'GothamBook', Arial, sans-serif;
    font-size: 12px;
  }
  /* line 2554, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-family: 'GothamBook', Arial, sans-serif;
    font-size: 12px;
  }
  /* line 2561, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-family: 'GothamBook', Arial, sans-serif;
    font-size: 12px;
  }
  /* line 2568, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:focus {
    outline: 0;
  }
  /* line 2570, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  /* line 2573, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:focus:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0;
  }
  /* line 2576, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
  }
  /* line 2579, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
  }
  /* line 2584, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
    color: #683496;
    font-size: 18px;
    font-family: 'Gotham', Arial, sans-serif;
    padding: 10px 10px 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    margin-top: 10px;
    resize: none;
    height: 130px;
  }
  /* line 2600, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'GothamBook', Arial, sans-serif;
  }
  /* line 2607, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-family: 'GothamBook', Arial, sans-serif;
    font-size: 12px;
  }
  /* line 2614, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-family: 'GothamBook', Arial, sans-serif;
    font-size: 12px;
  }
  /* line 2621, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
    letter-spacing: 3px;
    font-family: 'GothamBook', Arial, sans-serif;
    font-size: 12px;
  }
  /* line 2628, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:focus {
    outline: 0;
  }
  /* line 2630, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  /* line 2633, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:focus:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0;
  }
  /* line 2636, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
  }
  /* line 2639, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:focus:-ms-input-placeholder {
    opacity: 0;
  }
  /* line 2643, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea.error {
    border-color: #FD0808;
  }
  /* line 2649, ../sass/responsive.scss */
  .download-invoice-form .half-input-left {
    width: 45%;
    float: left;
    position: relative;
  }
  /* line 2653, ../sass/responsive.scss */
  .download-invoice-form .half-input-left:after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -10%;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #dcdcdc;
  }
  /* line 2664, ../sass/responsive.scss */
  .download-invoice-form .half-input-right {
    width: 45%;
    float: right;
  }
  /* line 2668, ../sass/responsive.scss */
  .download-invoice-form .submit-button {
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    background-color: #683496;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: background-color ease-in-out .5s;
    -moz-transition: background-color ease-in-out .5s;
    -ms-transition: background-color ease-in-out .5s;
    -o-transition: background-color ease-in-out .5s;
    transition: background-color ease-in-out .5s;
    border: none;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    clear: both;
  }
  /* line 2687, ../sass/responsive.scss */
  .download-invoice-form .submit-button:hover {
    background-color: #501776;
  }

  /* line 2695, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-title {
    padding: 30px 0 0 0;
    line-height: 16px;
    margin: 0 35px 0 0;
  }
  /* line 2699, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-title:before {
    left: 0;
    top: 0;
    margin: 0;
  }
  /* line 2705, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-arrow {
    top: 58px;
    right: 0;
    margin: -15px -13px 0 0;
  }
  /* line 2710, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-excerpt {
    padding: 10px 0 0 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* line 2725, ../sass/responsive.scss */
  .post-index .content-block .post-item .list-excerpt p {
    font-size: 20px;
  }

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

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

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

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

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

  /* line 2776, ../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 2790, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 2796, ../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 2805, ../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 2814, ../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 2821, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 2824, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 2826, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 2830, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 2831, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 2834, ../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 2850, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2854, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2857, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 2864, ../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 2870, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 2871, ../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 2880, ../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 2888, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 2892, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2895, ../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 2906, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 2909, ../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 2917, ../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 2928, ../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 2934, ../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 2940, ../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 2946, ../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 2953, ../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 2966, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 2971, ../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 2975, ../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 2979, ../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 2983, ../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 2986, ../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 2989, ../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 2992, ../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 2995, ../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 2998, ../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 3001, ../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 3004, ../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 3007, ../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 3014, ../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 3029, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 3035, ../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 3047, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 3050, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 3054, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 3057, ../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 3066, ../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 3075, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 3078, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 3081, ../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 3097, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 3101, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 3104, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 3111, ../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 3130, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 3132, ../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 3141, ../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 3151, ../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 3161, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

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

  /* line 3210, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: center bottom;
    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 3223, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 3226, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 3233, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 3238, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 3246, ../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 3257, ../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 3266, ../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 3275, ../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 3294, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 3299, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 3308, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 3311, ../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 3321, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 3325, ../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 3341, ../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 3357, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 3359, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 3363, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 3365, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 3369, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 3371, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 3375, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 3381, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 3387, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 3394, ../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 3402, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 3405, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 3412, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 3416, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 3423, ../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 3429, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
  }
  /* line 3434, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 150px;
    margin-bottom: 0;
  }
  /* line 3442, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 3450, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 3454, ../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 3461, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 3465, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }
  /* line 3469, ../sass/responsive.scss */
  .post-item .woocommerce .order_details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 3473, ../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 3486, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 280px;
    position: relative;
    padding: 0 25px 30px 25px;
    min-height: 280px;
  }
  /* line 3492, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 3499, ../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 3509, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 3512, ../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 3517, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 3521, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3525, ../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 3528, ../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 3531, ../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 3534, ../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 3537, ../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 3540, ../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 3543, ../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 3546, ../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 3549, ../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 3555, ../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 3563, ../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 3574, ../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 3580, ../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 3586, ../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 3592, ../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 3599, ../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 3612, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 3618, ../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 3634, ../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 3649, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 3651, ../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 3660, ../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 3668, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 3671, ../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 3685, ../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 3692, ../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 3699, ../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 3706, ../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 3713, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 3719, ../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 3730, ../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 3740, ../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 3749, ../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 3760, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 3763, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 3766, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 3769, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 3772, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 3775, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 3778, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 3781, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 3784, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 3787, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 3790, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 3793, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 3796, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 3799, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 3802, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 3805, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 3811, ../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 3819, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

  /* line 3825, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 3827, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 3831, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 3834, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 3837, ../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 3844, ../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 3852, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 3859, ../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 3867, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 3870, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 3877, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 3883, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 3890, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 3893, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 3896, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3900, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 3903, ../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 3923, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

  /* line 3938, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 3940, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3944, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 3947, ../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 3967, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 3974, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 3981, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 3983, ../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 3992, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 3999, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 4001, ../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 4010, ../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 4027, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 4031, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 4034, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 4040, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 4046, ../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 4052, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 4056, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 4061, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 4067, ../sass/responsive.scss */
  .sponsored-article .special-title {
    margin-bottom: 40px;
  }
  /* line 4069, ../sass/responsive.scss */
  .sponsored-article .special-title .post-title {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 0px;
  }
  /* line 4075, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor {
    width: 100%;
    border-top: 1px solid #cccccc;
    padding: 0;
    display: block;
    vertical-align: middle;
    border-left: 0;
    margin: 10px 0 0 0;
  }
  /* line 4083, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 4090, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor img {
    margin: 0 auto;
    max-height: 70px;
  }

  /* line 4099, ../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 4111, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 4115, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 4119, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 4121, ../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 4133, ../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 4144, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 4148, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 4154, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 4158, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 4162, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 4165, ../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 4174, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 4181, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 4186, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 4191, ../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 4198, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 4202, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 4209, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 4218, ../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 4239, ../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 4249, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 4253, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 4259, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 4265, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 4267, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 4269, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 4272, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 4279, ../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 4292, ../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 4307, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -31px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 4312, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 31px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 4317, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 4320, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 4324, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 4327, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 4330, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 4333, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 4336, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 4339, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 4342, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 4345, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 4348, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 4371, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 4376, ../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 4384, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 4389, ../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 4404, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 4406, ../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 4415, ../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 4427, ../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 4437, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 4442, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 4444, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 4448, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 4454, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

  /* line 4493, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 100px;
    margin-right: 5px;
  }
  /* line 4496, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 103px;
  }
  /* line 4502, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 100px;
  }
  /* line 4504, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 100px;
  }

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

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

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

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

  /* line 4548, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'Gotham';
    font-size: 16px !important;
    color: #4A4A4A !important;
    line-height: 24px !important;
  }

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

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

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

  /* line 4581, ../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 4594, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 25px;
    height: 26px;
    display: block;
  }
  /* line 4599, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 4603, ../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 4612, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 4615, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 4618, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 4621, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

  /* line 4705, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input::-webkit-input-placeholder {
    font-size: 18px;
  }
  /* line 4708, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
  }
  /* line 4711, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  /* line 4714, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:-ms-input-placeholder {
    font-size: 18px;
  }
  /* line 4719, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  /* line 4722, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
  }
  /* line 4725, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  /* line 4728, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:-ms-input-placeholder {
    font-size: 18px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* line 4743, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

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

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

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

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

  /* line 4785, ../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 4799, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 4805, ../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 4814, ../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 4823, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 394px;
    padding: 294px 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 4831, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 4834, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 4836, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 4840, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 4841, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 4844, ../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 4860, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4864, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4867, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 4874, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
  }
  /* line 4878, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 4882, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 4883, ../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 4892, ../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 4900, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 4904, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 4907, ../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 4918, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 4921, ../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 4929, ../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 4940, ../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 4946, ../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 4952, ../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 4958, ../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 4965, ../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 4978, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 4982, ../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 4986, ../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 4990, ../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 4994, ../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 4997, ../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 5000, ../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 5003, ../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 5006, ../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 5009, ../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 5012, ../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 5015, ../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 5018, ../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 5025, ../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 5040, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 5046, ../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 5059, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 5061, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 5063, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 5065, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 5071, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 5074, ../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 5083, ../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 5092, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 5095, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 5098, ../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 5114, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 5118, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 5121, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 5128, ../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 5147, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 5149, ../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 5158, ../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 5168, ../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 5178, ../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 5202, ../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 5215, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 5223, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: center bottom;
    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 5236, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 5239, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 5246, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 5251, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 5259, ../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 5269, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 5273, ../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 5282, ../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 5291, ../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 5310, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 5315, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 5324, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 5328, ../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 5338, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 5342, ../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 5358, ../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 5374, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 5376, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 5380, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 5382, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 5386, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 5388, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 5392, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 5398, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 5403, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 5410, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 14px;
    font-family: 'Gotham';
  }
  /* line 5418, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 5421, ../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 5429, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 5436, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 5440, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 5447, ../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 5453, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 5458, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 5466, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 10px 0;
    vertical-align: middle;
  }
  /* line 5471, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li:last-child {
    margin-right: 0;
  }
  /* line 5473, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li:last-child a {
    line-height: 22px;
  }
  /* line 5477, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li a {
    display: block;
    background-color: #683496;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    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: 3px 26px;
  }
  /* line 5491, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li a:hover {
    background-color: #501776;
    text-decoration: none;
    color: #FFFFFF;
  }
  /* line 5500, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 5506, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 5508, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 5512, ../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 5519, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 5523, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

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

  /* line 5542, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5546, ../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 5556, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 5559, ../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 5564, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 5568, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 5572, ../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 5575, ../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 5578, ../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 5581, ../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 5584, ../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 5587, ../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 5590, ../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 5593, ../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 5596, ../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 5602, ../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 5610, ../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 5621, ../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 5627, ../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 5633, ../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 5639, ../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 5646, ../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 5659, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 5664, ../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 5680, ../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 5695, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 5697, ../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 5706, ../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 5714, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 5717, ../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 5731, ../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 5738, ../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 5745, ../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 5752, ../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 5759, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 5765, ../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 5776, ../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 5786, ../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 5795, ../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 5806, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 5809, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 5812, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 5815, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 5818, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 5821, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 5824, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 5827, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 5830, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 5833, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 5836, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 5839, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 5842, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 5845, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 5848, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 5851, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 5857, ../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 5865, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 5871, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 5873, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 5877, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 5880, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 5883, ../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 5890, ../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 5898, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 5905, ../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 5913, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 5916, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 5923, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 5928, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 5932, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 5935, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(odd) {
    float: left;
  }
  /* line 5938, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(even) {
    float: right;
  }
  /* line 5941, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5945, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 5948, ../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 5968, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 5975, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 5977, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5981, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 5984, ../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 6004, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 6011, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 6017, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 6019, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 6027, ../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 6041, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 6043, ../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 6052, ../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 6069, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 6073, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 6076, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 6082, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 6088, ../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 6094, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 6100, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 6106, ../sass/responsive.scss */
  .sponsored-article .special-title {
    margin-bottom: 40px;
  }
  /* line 6108, ../sass/responsive.scss */
  .sponsored-article .special-title .post-title {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
  }
  /* line 6114, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
    border-top: 0;
  }
  /* line 6121, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 6128, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 6137, ../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 6149, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 6153, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 6157, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 6159, ../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 6171, ../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 6182, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 6186, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 6192, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 6195, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 6198, ../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 6207, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 6214, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 6219, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 6224, ../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 6231, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 6235, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 6242, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 6251, ../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 6276, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 6282, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 6288, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 6290, ../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 6302, ../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 6320, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 6328, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -14px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 6333, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 14px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 6338, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 6341, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 6345, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 6348, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 6351, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 6354, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 6357, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 6360, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 6363, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 6366, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 6369, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 6392, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 6397, ../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 6405, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 6410, ../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 6425, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 6427, ../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 6436, ../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 6448, ../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 6458, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 6463, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 6465, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 6469, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 6475, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 6580, ../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 6593, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 6596, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: block;
  }
  /* line 6599, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 6602, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 6605, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 6785, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 6788, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 6790, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: none;
  }
  /* line 6793, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: none;
    display: none;
  }

  /* line 6801, ../sass/responsive.scss */
  .search-results-block-new {
    width: 100%;
    padding-top: 10px;
  }
  /* line 6804, ../sass/responsive.scss */
  .search-results-block-new .content-type {
    display: inline-block;
  }
  /* line 6809, ../sass/responsive.scss */
  .search-results-block-new .search-right {
    float: right;
    text-align: right;
  }
  /* line 6813, ../sass/responsive.scss */
  .search-results-block-new .summ-results {
    color: #a4a4a6;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    padding-right: 20px;
  }
  /* line 6821, ../sass/responsive.scss */
  .search-results-block-new .links-filter {
    display: inline-block;
  }
  /* line 6823, ../sass/responsive.scss */
  .search-results-block-new .links-filter a {
    display: inline-block;
    height: 45px;
    padding: 12px 20px 0;
    margin: 0 0 0 -3px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    background-color: #dedede;
    color: #ffffff;
    -webkit-transition: background-color ease-in-out .5s;
    -moz-transition: background-color ease-in-out .5s;
    -ms-transition: background-color ease-in-out .5s;
    -o-transition: background-color ease-in-out .5s;
    transition: background-color ease-in-out .5s;
    min-width: 134px;
  }
  /* line 6840, ../sass/responsive.scss */
  .search-results-block-new .links-filter a:hover {
    background-color: #673594;
  }
  /* line 6844, ../sass/responsive.scss */
  .search-results-block-new .links-filter span {
    min-width: 134px;
    margin: 0 0 0 -3px;
  }

  /* line 6851, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:not(:checked), .search-results-block-new [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }

  /* line 6856, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:not(:checked) + label, .search-results-block-new [type="checkbox"]:checked + label {
    float: left;
    width: 84px;
    height: 45px;
    position: relative;
    cursor: pointer;
    padding-top: 12px;
    margin-right: 1px;
  }

  /* line 6866, ../sass/responsive.scss */
  .search-results-block-new label {
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    background-color: #dedede;
    color: #ffffff;
  }

  /* line 6874, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:checked + label {
    background-color: #673594;
  }

  /* line 6880, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-title {
    padding: 0 24px 0 110px;
    line-height: 24px;
  }
  /* line 6883, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-title:before {
    left: 20px;
    top: 50%;
    margin: -12px 0 0 0;
  }
  /* line 6889, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-arrow {
    top: 32px;
  }
  /* line 6892, ../sass/responsive.scss */
  .post-item.post-pulse .pulse-excerpt {
    padding: 10px 20px 0 20px;
  }

  /* line 6900, ../sass/responsive.scss */
  .single-event-buttons ul li {
    padding: 0;
    position: relative;
  }
  /* line 6903, ../sass/responsive.scss */
  .single-event-buttons ul li a {
    font-size: 16px;
    padding: 0 45px 0 40px;
  }
  /* line 6907, ../sass/responsive.scss */
  .single-event-buttons ul li:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 4px;
    background: #683496;
  }
  /* line 6918, ../sass/responsive.scss */
  .single-event-buttons ul li:last-child:after {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1025px) {
  /* line 6932, ../sass/responsive.scss */
  .sidebar-controls .sidebar-tab-navs .searchform {
    display: block;
  }

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

  /* line 6946, ../sass/responsive.scss */
  .side-menu .search-form {
    display: none;
  }

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

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

  /* line 6975, ../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 6987, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 6993, ../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 7002, ../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 7011, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 294px 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 7019, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 7022, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 7024, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 7028, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 7029, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 7032, ../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 7048, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 7052, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 7055, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 7062, ../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 7067, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 7071, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 7072, ../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 7081, ../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 7089, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 7093, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 7096, ../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 7107, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 271px;
    margin: 0 auto;
  }
  /* line 7110, ../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 7118, ../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 7129, ../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 7135, ../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 7141, ../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 7147, ../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 7154, ../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 7167, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7171, ../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 7175, ../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 7179, ../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 7183, ../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 7186, ../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 7189, ../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 7192, ../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 7195, ../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 7198, ../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 7201, ../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 7204, ../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 7207, ../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 7214, ../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 7229, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 7235, ../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 7248, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 7250, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 7252, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 7254, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 7260, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 7263, ../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 7272, ../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 7281, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 7284, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 7287, ../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 7303, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 7307, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 7310, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 7317, ../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 7336, ../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 7345, ../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 7355, ../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 7366, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 58.5%;
    float: left;
    position: relative;
  }
  /* line 7371, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 41px;
    left: auto;
  }
  /* line 7375, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 7379, ../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 7403, ../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 7416, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 7424, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: center bottom;
    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 7437, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 7440, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 7447, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 7453, ../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 7463, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 7467, ../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 7476, ../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 7485, ../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 7504, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 7509, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 7518, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 7522, ../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 7532, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 7536, ../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 7552, ../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 7568, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 7570, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 7574, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 7576, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 7580, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 7582, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 7586, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 7591, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 7595, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 7600, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 7607, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 7615, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 7618, ../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 7626, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 7633, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 7637, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 7644, ../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 7650, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 7655, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 7663, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 7669, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 7671, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 7675, ../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 7681, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 7692, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 7696, ../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 7706, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 346px;
    margin: 0 auto;
  }
  /* line 7709, ../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 7714, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 7718, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 7722, ../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 7725, ../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 7728, ../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 7731, ../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 7734, ../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 7737, ../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 7740, ../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 7743, ../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 7746, ../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 7752, ../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 7760, ../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 7771, ../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 7777, ../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 7783, ../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 7789, ../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 7796, ../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 7809, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7814, ../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 7830, ../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 7845, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 7847, ../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 7856, ../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 7864, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 7867, ../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 7881, ../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 7888, ../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 7895, ../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 7902, ../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 7909, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 7915, ../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 7926, ../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 7936, ../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 7945, ../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 7956, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 7959, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 7962, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 7965, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 7968, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 7971, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 7974, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 7977, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 7980, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 7983, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 7986, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 7989, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 7992, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 7995, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 7998, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 8001, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 8007, ../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 8015, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

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

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

  /* line 8056, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 8058, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 8062, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 8065, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 8068, ../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 8075, ../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 8083, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 8090, ../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 8098, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 8101, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 8108, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 8113, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 8117, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 8120, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 8124, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 8127, ../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 8147, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 8154, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 8156, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 8160, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 8163, ../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 8183, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 8190, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 8196, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 8198, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 8206, ../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 8220, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 8222, ../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 8231, ../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 8248, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 8252, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 8255, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 8261, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 8267, ../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 8273, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 8279, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

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

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

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

  /* line 8385, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 8388, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 8391, ../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 8400, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 8407, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 8412, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 8417, ../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 8424, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 8428, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 8435, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 8444, ../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 8469, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 8475, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 8481, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 8483, ../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 8495, ../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 8513, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 8521, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 8526, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 8531, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 8534, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 8538, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 8541, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 8544, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 8547, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 8550, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 8553, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 8556, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 8559, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 8562, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 8585, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 8590, ../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 8598, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 8603, ../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 8618, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 8620, ../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 8629, ../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 8641, ../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 8651, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 8656, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 8658, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 8662, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 8668, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 8771, ../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 8784, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 8787, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 8790, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 25px;
    height: 26px;
    display: block;
    margin-top: 28px;
    text-indent: -9999px;
  }
  /* line 8798, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 8801, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

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

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

  /* line 8834, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 8837, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 8839, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: none;
  }
  /* line 8842, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: none;
    display: none;
  }

  /* line 8851, ../sass/responsive.scss */
  .top-page-header .top-account-links {
    display: block;
    width: auto;
    padding-right: 10px;
    position: inherit;
  }
  /* line 8856, ../sass/responsive.scss */
  .top-page-header .top-account-links .mobile-hidden {
    display: inline-block;
  }
  /* line 8860, ../sass/responsive.scss */
  .top-page-header .top-account-links span.welcome {
    display: block;
    margin-top: -10px;
    font-size: 12px;
  }
  /* line 8865, ../sass/responsive.scss */
  .top-page-header .top-account-links span.account {
    display: block;
    font-size: 12px;
  }

  /* line 8876, ../sass/responsive.scss */
  .single-event-buttons ul li a {
    padding: 0 65px 0 60px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* line 8888, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

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

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

  /* line 8919, ../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 8931, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 8937, ../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 8946, ../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 8955, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 294px 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 8963, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 8966, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 8968, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 8972, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 8973, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8976, ../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 8992, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8996, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8999, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 9006, ../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 9011, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 9015, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 9016, ../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 9025, ../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 9033, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 9037, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 9040, ../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 9051, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 327px;
    margin: 0 auto;
  }
  /* line 9054, ../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 9062, ../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 9073, ../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 9079, ../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 9085, ../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 9091, ../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 9098, ../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 9111, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 9115, ../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 9119, ../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 9123, ../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 9127, ../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 9130, ../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 9133, ../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 9136, ../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 9139, ../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 9142, ../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 9145, ../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 9148, ../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 9151, ../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 9158, ../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 9173, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 9179, ../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 9192, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 9194, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 9196, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 9198, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 9204, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 9207, ../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 9216, ../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 9225, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 9228, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 9231, ../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 9247, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 9251, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 9254, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 9261, ../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 9280, ../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 9289, ../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 9299, ../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 9310, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 65.2%;
    float: left;
    position: relative;
  }
  /* line 9315, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 33px;
    left: auto;
  }
  /* line 9319, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 9323, ../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 9347, ../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 9360, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 9368, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: center bottom;
    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 9381, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 9384, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 9391, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 9396, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 9404, ../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 9414, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 9418, ../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 9427, ../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 9436, ../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 9455, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 9460, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 9469, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 9473, ../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 9483, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 9487, ../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 9503, ../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 9519, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 9521, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 9525, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 9527, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 9531, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 9533, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 9537, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 9542, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 9546, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 9551, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 9558, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 9566, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 9569, ../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 9577, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 9584, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 9588, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 9595, ../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 9601, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 9606, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 9614, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 9620, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 9622, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 9626, ../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 9633, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 9637, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 9648, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9652, ../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 9662, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 9665, ../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 9670, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 9674, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 9678, ../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 9681, ../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 9684, ../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 9687, ../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 9690, ../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 9693, ../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 9696, ../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 9699, ../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 9702, ../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 9708, ../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 9716, ../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 9727, ../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 9733, ../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 9739, ../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 9745, ../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 9752, ../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 9765, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 9770, ../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 9786, ../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 9801, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 9803, ../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 9812, ../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 9820, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 9823, ../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 9837, ../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 9844, ../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 9851, ../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 9858, ../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 9865, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 9871, ../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 9882, ../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 9892, ../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 9901, ../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 9912, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 9915, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 9918, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 9921, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 9924, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 9927, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 9930, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 9933, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 9936, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 9939, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 9942, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 9945, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 9948, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 9951, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 9954, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 9957, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 9963, ../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 9971, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

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

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

  /* line 10011, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 10013, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 10017, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 10020, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 10023, ../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 10030, ../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 10038, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 10045, ../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 10053, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 10056, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 10063, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 10068, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 10072, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 10075, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 10079, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 10082, ../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 10102, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 10109, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 10111, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 10115, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 10118, ../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 10138, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 10145, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 10151, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 10153, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 10161, ../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 10175, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 10177, ../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 10186, ../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 10203, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 10207, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 10210, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 10216, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 10222, ../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 10228, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 10234, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 10270, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 10275, ../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 10283, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 10288, ../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 10304, ../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 10316, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 10321, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 10325, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 10328, ../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 10337, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

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

  /* line 10366, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 10369, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 10372, ../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 10381, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 10388, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 10393, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 10398, ../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 10405, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 10409, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 10416, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 10425, ../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 10450, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 10456, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 10462, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 10464, ../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 10476, ../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 10494, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 10502, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 10507, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 10512, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 10515, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 10519, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 10522, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 10525, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 10528, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 10531, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 10534, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 10537, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 10540, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 10543, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 10565, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 10567, ../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 10576, ../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 10588, ../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 10598, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 10603, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 10605, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 10609, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 10615, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 10714, ../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 10727, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 10730, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 10733, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 10736, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 10739, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }
  /* line 10742, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: none;
    min-width: 312px;
  }

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

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

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

  /* line 10776, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 10779, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 10781, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: left;
  }
  /* line 10784, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: right;
    display: block;
  }

  /* line 10793, ../sass/responsive.scss */
  .top-page-header .top-account-links {
    display: block;
    width: auto;
    padding-right: 10px;
  }
  /* line 10798, ../sass/responsive.scss */
  .top-page-header .top-account-links span.welcome {
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
    font-size: 14px;
  }
  /* line 10804, ../sass/responsive.scss */
  .top-page-header .top-account-links span.account {
    display: inline-block;
    font-size: 14px;
  }
}
/* Small Desktops */
@media only screen and (max-width: 1280px) {
  /* line 10816, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 10826, ../sass/responsive.scss */
  .top-page-header .top-account-links {
    width: 332px;
    padding-right: 0;
  }
}
/* Extra Large Devices, Wide Screens */
@media only screen and (min-width: 1500px) {
  /* line 10836, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }

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

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

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

  /* line 10873, ../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 10885, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 10891, ../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 10900, ../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 10909, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 294px 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 10917, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 10920, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 10922, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 10926, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 10927, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10930, ../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 10946, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10950, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10953, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 10960, ../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 10965, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 10969, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 10970, ../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 10980, ../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 10988, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 10992, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 10995, ../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 11006, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 326px;
    margin: 0 auto;
  }
  /* line 11009, ../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 11017, ../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 11028, ../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 11034, ../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 11040, ../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 11046, ../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 11053, ../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 11066, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 11070, ../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 11074, ../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 11078, ../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 11082, ../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 11085, ../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 11088, ../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 11091, ../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 11094, ../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 11097, ../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 11100, ../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 11103, ../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 11106, ../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 11113, ../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 11128, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 11134, ../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 11147, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 11150, ../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 11159, ../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 11168, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 11171, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 11174, ../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 11190, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 11194, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 11197, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 11204, ../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 11223, ../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 11232, ../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 11242, ../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 11251, ../sass/responsive.scss */
  .top-nav.active {
    width: auto;
  }
  /* line 11254, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 70.3%;
    float: left;
    position: relative;
  }
  /* line 11259, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 48px;
    left: auto;
  }
  /* line 11263, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 11267, ../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 11291, ../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 11304, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 11312, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: center bottom;
    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 11325, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 11328, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 11335, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 11340, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 11348, ../sass/responsive.scss */
  .featured-post .event-date {
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
  }
  /* line 11353, ../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 11367, ../sass/responsive.scss */
  .featured-post .trending-btn:hover {
    background: white;
  }
  /* line 11371, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 11375, ../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 11384, ../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 11393, ../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 11412, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 11417, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 11426, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin: 0 auto 54px;
    border: none;
  }
  /* line 11430, ../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 11440, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 11443, ../sass/responsive.scss */
  .post-item .subimage-block {
    display: block;
  }
  /* line 11445, ../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 11461, ../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 11477, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 11479, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 11483, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 11485, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 11489, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 11491, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 11495, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 11500, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 11504, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 11509, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 11515, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 11522, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 11530, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 11533, ../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 11542, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 11546, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 11553, ../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 11559, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 11564, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 11572, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 11578, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 11580, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 11584, ../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 11591, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 11595, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 11601, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 11605, ../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 11615, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 11618, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 11622, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 11626, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11630, ../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 11633, ../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 11636, ../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 11639, ../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 11642, ../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 11645, ../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 11648, ../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 11651, ../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 11654, ../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 11660, ../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 11668, ../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 11679, ../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 11685, ../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 11691, ../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 11697, ../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 11704, ../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 11717, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 11722, ../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 11738, ../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 11753, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 11755, ../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 11764, ../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 11772, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 11775, ../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 11789, ../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 11796, ../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 11803, ../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 11810, ../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 11817, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 11823, ../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 11834, ../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 11844, ../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 11853, ../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 11864, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 11867, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 11870, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 11873, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 11876, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 11879, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 11882, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 11885, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 11888, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 11891, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 11894, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 11897, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 11900, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 11903, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 11906, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 11909, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 11915, ../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 11923, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

  /* line 11935, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 11937, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 11941, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 11944, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 11947, ../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 11954, ../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 11962, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 11969, ../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 11977, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 11980, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 11987, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 11993, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 11997, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 12000, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 12004, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 12007, ../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 12027, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

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

  /* line 12063, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 12069, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 12071, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 12079, ../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 12093, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 12095, ../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 12104, ../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 12121, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 12125, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 12128, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 12134, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 12140, ../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 12146, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 12152, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 12187, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 12189, ../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 12198, ../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 12210, ../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 12220, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 12225, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 12227, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 12231, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 12237, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

  /* line 12309, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 12312, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 12315, ../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 12324, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 12331, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 12336, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 12341, ../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 12348, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 12352, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 12359, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 12368, ../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 12393, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 12399, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 12405, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 12407, ../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 12419, ../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 12437, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 12445, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 12450, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 12455, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 12458, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 12462, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 12465, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 12468, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 12471, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 12474, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 12477, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 12480, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 12483, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 12486, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 12640, ../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 12653, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 12656, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 12659, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 12662, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 12665, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

  /* line 12680, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 12684, ../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 12699, ../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 12712, ../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 12729, ../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 12737, ../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 12746, ../sass/responsive.scss */
  .socials-list {
    margin-left: -33px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  /* line 12750, ../sass/responsive.scss */
  .socials-list li {
    float: left;
    margin-left: 33px;
  }
  /* line 12753, ../sass/responsive.scss */
  .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 12757, ../sass/responsive.scss */
  .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
  }
  /* line 12760, ../sass/responsive.scss */
  .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
  }
  /* line 12763, ../sass/responsive.scss */
  .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
  }
  /* line 12766, ../sass/responsive.scss */
  .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
  }

  /* line 12780, ../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 12785, ../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 12790, ../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 12795, ../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 12800, ../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 12805, ../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 12810, ../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 12815, ../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 12820, ../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 12839, ../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 12844, ../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 12849, ../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 12854, ../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 12859, ../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 12864, ../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 12869, ../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 12874, ../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 12879, ../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 12895, ../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 12900, ../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 12905, ../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 12910, ../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 12915, ../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 12920, ../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 12925, ../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 12930, ../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 12935, ../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 12947, ../sass/responsive.scss */
  .author_social li a {
    background: url("../images/author_socials_sprite.png") no-repeat top left;
    background-size: 100%;
  }
  /* line 12950, ../sass/responsive.scss */
  .author_social li a.facebook-icon {
    background-position: 0 -355px;
  }
  /* line 12952, ../sass/responsive.scss */
  .author_social li a.facebook-icon:hover {
    background-position: 0 -435px;
  }
  /* line 12956, ../sass/responsive.scss */
  .author_social li a.twitter-icon {
    background-position: 0 -835px;
  }
  /* line 12958, ../sass/responsive.scss */
  .author_social li a.twitter-icon:hover {
    background-position: 0 -915px;
  }
  /* line 12962, ../sass/responsive.scss */
  .author_social li a.google-icon {
    background-position: 0 -675px;
  }
  /* line 12964, ../sass/responsive.scss */
  .author_social li a.google-icon:hover {
    background-position: 0 -755px;
  }
  /* line 12968, ../sass/responsive.scss */
  .author_social li a.email-icon {
    background-position: 0 -195px;
  }
  /* line 12970, ../sass/responsive.scss */
  .author_social li a.email-icon:hover {
    background-position: 0 -225px;
  }
  /* line 12974, ../sass/responsive.scss */
  .author_social li a.gtalk-icon {
    background-position: 0 -515px;
  }
  /* line 12976, ../sass/responsive.scss */
  .author_social li a.gtalk-icon:hover {
    background-position: 0 -595px;
  }
  /* line 12980, ../sass/responsive.scss */
  .author_social li a.website-icon {
    background-position: 0 -995px;
  }
  /* line 12982, ../sass/responsive.scss */
  .author_social li a.website-icon:hover {
    background-position: 0 -1075px;
  }
  /* line 12986, ../sass/responsive.scss */
  .author_social li a.yahoo-icon {
    background-position: 0 -1155px;
  }
  /* line 12988, ../sass/responsive.scss */
  .author_social li a.yahoo-icon:hover {
    background-position: 0 -1200px;
  }
  /* line 12992, ../sass/responsive.scss */
  .author_social li a.aim-icon {
    background-position: 0 -35px;
  }
  /* line 12994, ../sass/responsive.scss */
  .author_social li a.aim-icon:hover {
    background-position: 0 -115px;
  }
  /* line 12998, ../sass/responsive.scss */
  .author_social li a.rss-icon {
    background: url("../images/rss_sprite.png") no-repeat top left;
    background-position: 0 -90px;
  }
  /* line 13001, ../sass/responsive.scss */
  .author_social li a.rss-icon:hover {
    background-position: 0 0;
  }

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

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

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

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

  /* line 13070, ../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 13073, ../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 13083, ../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%;
  }

  /* line 13095, ../sass/responsive.scss */
  .sidebar-controls .sidebar-tab-navs .searchform input#s {
    background-image: url(../images/search_icon2@2x.png);
    -webkit-background-size: 15px;
    background-size: 15px;
  }

  /* line 13108, ../sass/responsive.scss */
  .join-socials li a.facebook {
    background: transparent url(../images/join_facebook_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13113, ../sass/responsive.scss */
  .join-socials li a.twitter {
    background: transparent url(../images/join_twitter_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13118, ../sass/responsive.scss */
  .join-socials li a.google {
    background: transparent url(../images/join_google_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13123, ../sass/responsive.scss */
  .join-socials li a.linkedin {
    background: transparent url(../images/join_linkedin_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13128, ../sass/responsive.scss */
  .join-socials li a.instagram {
    background: transparent url(../images/join_instagram_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13133, ../sass/responsive.scss */
  .join-socials li a.vimeo {
    background: transparent url(../images/join_vimeo_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13138, ../sass/responsive.scss */
  .join-socials li a.youtube {
    background: transparent url(../images/join_youtube_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13143, ../sass/responsive.scss */
  .join-socials li a.pinterest {
    background: transparent url(../images/join_pinterest_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 13148, ../sass/responsive.scss */
  .join-socials li a.rss {
    background: transparent url(../images/join_rss_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* line 13158, ../sass/responsive.scss */
  .sidebar-join-block .cornered-rounds {
    background: transparent url(../images/cornered_rounds@2x.png) center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 13171, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images .addthis_button_facebook {
    display: none;
  }
  /* line 13176, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_facebook {
    display: none;
  }
}

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