/*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;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* line 2701, ../sass/responsive.scss */
  .post-index .content-block .post-item .list-excerpt p {
    font-size: 20px;
  }

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

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

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

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

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

  /* line 2752, ../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 2766, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 2772, ../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 2781, ../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 2790, ../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 2797, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 2800, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 2802, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 2806, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 2807, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 2810, ../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 2826, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2830, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2833, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 2840, ../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 2846, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 2847, ../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 2856, ../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 2864, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 2868, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2871, ../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 2882, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 2885, ../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 2893, ../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 2904, ../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 2910, ../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 2916, ../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 2922, ../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 2929, ../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 2942, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 2947, ../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 2951, ../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 2955, ../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 2959, ../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 2962, ../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 2965, ../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 2968, ../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 2971, ../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 2974, ../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 2977, ../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 2980, ../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 2983, ../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 2990, ../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 3005, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 3011, ../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 3023, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 3026, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 3030, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 3033, ../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 3042, ../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 3051, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 3054, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 3057, ../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 3073, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 3077, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 3080, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 3087, ../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 3106, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 3108, ../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 3117, ../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 3127, ../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 3137, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

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

  /* line 3186, ../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 3199, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 3202, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 3209, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 3214, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 3222, ../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 3233, ../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 3242, ../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 3251, ../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 3270, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 3275, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 3284, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 3287, ../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 3297, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 3301, ../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 3317, ../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 3333, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 3335, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 3339, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 3341, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 3345, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 3347, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 3351, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 3357, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 3363, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 3370, ../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 3378, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 3381, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 3388, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 3392, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 3399, ../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 3405, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
  }
  /* line 3410, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 150px;
    margin-bottom: 0;
  }
  /* line 3418, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 3426, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 3430, ../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 3437, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 3441, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }
  /* line 3445, ../sass/responsive.scss */
  .post-item .woocommerce .order_details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 3449, ../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 3462, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 280px;
    position: relative;
    padding: 0 25px 30px 25px;
    min-height: 280px;
  }
  /* line 3468, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 3475, ../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 3485, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 3488, ../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 3493, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 3497, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3501, ../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 3504, ../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 3507, ../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 3510, ../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 3513, ../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 3516, ../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 3519, ../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 3522, ../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 3525, ../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 3531, ../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 3539, ../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 3550, ../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 3556, ../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 3562, ../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 3568, ../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 3575, ../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 3588, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 3594, ../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 3610, ../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 3625, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 3627, ../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 3636, ../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 3644, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 3647, ../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 3661, ../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 3668, ../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 3675, ../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 3682, ../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 3689, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 3695, ../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 3706, ../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 3716, ../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 3725, ../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 3736, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 3739, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 3742, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 3745, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 3748, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 3751, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 3754, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 3757, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 3760, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 3763, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 3766, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 3769, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 3772, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 3775, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 3778, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 3781, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 3787, ../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 3795, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

  /* line 3801, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 3803, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 3807, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 3810, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 3813, ../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 3820, ../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 3828, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 3835, ../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 3843, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 3846, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 3853, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 3859, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 3866, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 3869, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 3872, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3876, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 3879, ../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 3899, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

  /* line 3914, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 3916, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3920, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 3923, ../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 3943, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 3950, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 3957, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 3959, ../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 3968, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 3975, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 3977, ../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 3986, ../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 4003, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 4007, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 4010, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 4016, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 4022, ../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 4028, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 4032, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 4037, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 4043, ../sass/responsive.scss */
  .sponsored-article .special-title {
    margin-bottom: 40px;
  }
  /* line 4045, ../sass/responsive.scss */
  .sponsored-article .special-title .post-title {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 0px;
  }
  /* line 4051, ../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 4059, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 4066, ../sass/responsive.scss */
  .sponsored-article .special-title .sponsor img {
    margin: 0 auto;
    max-height: 70px;
  }

  /* line 4075, ../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 4087, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 4091, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 4095, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 4097, ../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 4109, ../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 4120, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 4124, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

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

  /* line 4194, ../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 4215, ../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 4225, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 4229, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 4235, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 4241, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 4243, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 4245, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 4248, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 4255, ../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 4268, ../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 4283, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -31px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 4288, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 31px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 4293, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 4296, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 4300, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 4303, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 4306, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 4309, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 4312, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 4315, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 4318, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 4321, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 4324, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 4347, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 4352, ../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 4360, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 4365, ../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 4380, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 4382, ../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 4391, ../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 4403, ../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 4413, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 4418, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 4420, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 4424, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 4430, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

  /* line 4469, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 100px;
    margin-right: 5px;
  }
  /* line 4472, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 103px;
  }
  /* line 4478, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 100px;
  }
  /* line 4480, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 100px;
  }

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

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

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

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

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

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

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

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

  /* line 4557, ../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 4570, ../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 4575, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 4579, ../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 4588, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 4591, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 4594, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 4597, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

  /* line 4681, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input::-webkit-input-placeholder {
    font-size: 18px;
  }
  /* line 4684, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
  }
  /* line 4687, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  /* line 4690, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper input:-ms-input-placeholder {
    font-size: 18px;
  }
  /* line 4695, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  /* line 4698, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
  }
  /* line 4701, ../sass/responsive.scss */
  .download-invoice-form .fieldset .input-wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  /* line 4704, ../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 4719, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

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

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

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

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

  /* line 4761, ../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 4775, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 4781, ../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 4790, ../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 4799, ../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 4807, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 4810, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 4812, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 4816, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 4817, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 4820, ../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 4836, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4840, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4843, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 4850, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
  }
  /* line 4854, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 4858, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 4859, ../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 4868, ../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 4876, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 4880, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 4883, ../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 4894, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 4897, ../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 4905, ../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 4916, ../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 4922, ../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 4928, ../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 4934, ../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 4941, ../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 4954, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 4958, ../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 4962, ../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 4966, ../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 4970, ../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 4973, ../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 4976, ../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 4979, ../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 4982, ../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 4985, ../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 4988, ../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 4991, ../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 4994, ../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 5001, ../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 5016, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 5022, ../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 5035, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 5037, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 5039, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 5041, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 5047, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 5050, ../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 5059, ../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 5068, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 5071, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 5074, ../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 5090, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 5094, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 5097, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 5104, ../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 5123, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 5125, ../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 5134, ../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 5144, ../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 5154, ../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 5178, ../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 5191, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 5199, ../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 5212, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 5215, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 5222, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 5227, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 5235, ../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 5245, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 5249, ../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 5258, ../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 5267, ../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 5286, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 5291, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 5300, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 5304, ../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 5314, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 5318, ../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 5334, ../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 5350, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 5352, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 5356, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 5358, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 5362, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 5364, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 5368, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 5374, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 5379, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 5386, ../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 5394, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 5397, ../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 5405, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 5412, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 5416, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 5423, ../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 5429, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 5434, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 5442, ../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 5447, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li:last-child {
    margin-right: 0;
  }
  /* line 5449, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li:last-child a {
    line-height: 22px;
  }
  /* line 5453, ../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 5467, ../sass/responsive.scss */
  .post-item .content ul.about-bottom-links li a:hover {
    background-color: #501776;
    text-decoration: none;
    color: #FFFFFF;
  }
  /* line 5476, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 5482, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 5484, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 5488, ../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 5495, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 5499, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

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

  /* line 5518, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5522, ../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 5532, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 5535, ../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 5540, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 5544, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 5548, ../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 5551, ../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 5554, ../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 5557, ../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 5560, ../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 5563, ../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 5566, ../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 5569, ../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 5572, ../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 5578, ../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 5586, ../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 5597, ../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 5603, ../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 5609, ../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 5615, ../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 5622, ../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 5635, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 5640, ../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 5656, ../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 5671, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 5673, ../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 5682, ../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 5690, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 5693, ../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 5707, ../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 5714, ../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 5721, ../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 5728, ../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 5735, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 5741, ../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 5752, ../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 5762, ../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 5771, ../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 5782, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 5785, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 5788, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 5791, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 5794, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 5797, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 5800, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 5803, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 5806, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 5809, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 5812, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 5815, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 5818, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 5821, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 5824, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 5827, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 5833, ../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 5841, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 5847, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 5849, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 5853, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 5856, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 5859, ../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 5866, ../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 5874, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 5881, ../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 5889, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 5892, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 5899, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 5904, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 5908, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 5911, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(odd) {
    float: left;
  }
  /* line 5914, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(even) {
    float: right;
  }
  /* line 5917, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5921, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 5924, ../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 5944, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 5951, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 5953, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5957, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 5960, ../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 5980, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

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

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

  /* line 6113, ../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 6125, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 6129, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 6133, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 6135, ../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 6147, ../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 6158, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 6162, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

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

  /* line 6227, ../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 6252, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 6258, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 6264, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 6266, ../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 6278, ../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 6296, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 6304, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -14px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 6309, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 14px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 6314, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 6317, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 6321, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 6324, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 6327, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 6330, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 6333, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 6336, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 6339, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 6342, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 6345, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 6368, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 6373, ../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 6381, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 6386, ../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 6401, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 6403, ../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 6412, ../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 6424, ../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 6434, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 6439, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 6441, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 6445, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 6451, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 6556, ../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 6569, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 6572, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: block;
  }
  /* line 6575, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 6578, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 6581, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 6761, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 6764, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 6766, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: none;
  }
  /* line 6769, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: none;
    display: none;
  }

  /* line 6777, ../sass/responsive.scss */
  .search-results-block-new {
    width: 100%;
    padding-top: 10px;
  }
  /* line 6780, ../sass/responsive.scss */
  .search-results-block-new .content-type {
    display: inline-block;
  }
  /* line 6785, ../sass/responsive.scss */
  .search-results-block-new .search-right {
    float: right;
    text-align: right;
  }
  /* line 6789, ../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 6797, ../sass/responsive.scss */
  .search-results-block-new .links-filter {
    display: inline-block;
  }
  /* line 6799, ../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 6816, ../sass/responsive.scss */
  .search-results-block-new .links-filter a:hover {
    background-color: #673594;
  }
  /* line 6820, ../sass/responsive.scss */
  .search-results-block-new .links-filter span {
    min-width: 134px;
    margin: 0 0 0 -3px;
  }

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

  /* line 6832, ../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 6842, ../sass/responsive.scss */
  .search-results-block-new label {
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    background-color: #dedede;
    color: #ffffff;
  }

  /* line 6850, ../sass/responsive.scss */
  .search-results-block-new [type="checkbox"]:checked + label {
    background-color: #673594;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1025px) {
  /* line 6859, ../sass/responsive.scss */
  .sidebar-controls .sidebar-tab-navs .searchform {
    display: block;
  }

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

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

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

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

  /* line 6902, ../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 6914, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 6920, ../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 6929, ../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 6938, ../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 6946, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 6949, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 6951, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 6955, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 6956, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 6959, ../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 6975, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6979, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6982, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 6989, ../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 6994, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 6998, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 6999, ../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 7008, ../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 7016, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 7020, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 7023, ../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 7034, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 271px;
    margin: 0 auto;
  }
  /* line 7037, ../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 7045, ../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 7056, ../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 7062, ../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 7068, ../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 7074, ../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 7081, ../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 7094, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7098, ../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 7102, ../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 7106, ../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 7110, ../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 7113, ../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 7116, ../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 7119, ../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 7122, ../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 7125, ../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 7128, ../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 7131, ../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 7134, ../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 7141, ../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 7156, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 7162, ../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 7175, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 7177, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 7179, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 7181, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 7187, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 7190, ../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 7199, ../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 7208, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 7211, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 7214, ../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 7230, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 7234, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 7237, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 7244, ../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 7263, ../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 7272, ../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 7282, ../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 7293, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 58.5%;
    float: left;
    position: relative;
  }
  /* line 7298, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 41px;
    left: auto;
  }
  /* line 7302, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 7306, ../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 7330, ../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 7343, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 7351, ../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 7364, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 7367, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 7374, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 7380, ../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 7390, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 7394, ../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 7403, ../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 7412, ../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 7431, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 7436, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 7445, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 7449, ../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 7459, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 7463, ../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 7479, ../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 7495, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 7497, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 7501, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 7503, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 7507, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 7509, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 7513, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 7518, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 7522, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 7527, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 7534, ../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 7542, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 7545, ../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 7553, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 7560, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 7564, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 7571, ../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 7577, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 7582, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 7590, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 7596, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 7598, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 7602, ../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 7608, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 7619, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 7623, ../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 7633, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 346px;
    margin: 0 auto;
  }
  /* line 7636, ../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 7641, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 7645, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 7649, ../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 7652, ../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 7655, ../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 7658, ../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 7661, ../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 7664, ../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 7667, ../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 7670, ../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 7673, ../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 7679, ../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 7687, ../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 7698, ../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 7704, ../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 7710, ../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 7716, ../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 7723, ../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 7736, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7741, ../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 7757, ../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 7772, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 7774, ../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 7783, ../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 7791, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 7794, ../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 7808, ../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 7815, ../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 7822, ../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 7829, ../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 7836, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 7842, ../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 7853, ../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 7863, ../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 7872, ../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 7883, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 7886, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 7889, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 7892, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 7895, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 7898, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 7901, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 7904, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 7907, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 7910, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 7913, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 7916, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 7919, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 7922, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 7925, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 7928, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 7934, ../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 7942, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

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

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

  /* line 7983, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 7985, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 7989, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 7992, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 7995, ../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 8002, ../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 8010, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 8017, ../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 8025, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 8028, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 8035, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 8040, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 8044, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 8047, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 8051, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 8054, ../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 8074, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 8081, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 8083, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 8087, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 8090, ../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 8110, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 8117, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 8123, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 8125, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 8133, ../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 8147, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 8149, ../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 8158, ../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 8175, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 8179, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 8182, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 8188, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 8194, ../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 8200, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 8206, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

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

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

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

  /* line 8312, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 8315, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 8318, ../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 8327, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 8334, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 8339, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 8344, ../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 8351, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 8355, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 8362, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 8371, ../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 8396, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 8402, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 8408, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 8410, ../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 8422, ../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 8440, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 8448, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 8453, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 8458, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 8461, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 8465, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 8468, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 8471, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 8474, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 8477, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 8480, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 8483, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 8486, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 8489, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 8512, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 8517, ../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 8525, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 8530, ../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 8545, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 8547, ../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 8556, ../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 8568, ../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 8578, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 8583, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 8585, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 8589, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 8595, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 8698, ../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 8711, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 8714, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 8717, ../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 8725, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 8728, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

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

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

  /* line 8761, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 8764, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 8766, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: none;
  }
  /* line 8769, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: none;
    display: none;
  }

  /* line 8778, ../sass/responsive.scss */
  .top-page-header .top-account-links {
    display: block;
    width: auto;
    padding-right: 10px;
    position: inherit;
  }
  /* line 8783, ../sass/responsive.scss */
  .top-page-header .top-account-links .mobile-hidden {
    display: inline-block;
  }
  /* line 8787, ../sass/responsive.scss */
  .top-page-header .top-account-links span.welcome {
    display: block;
    margin-top: -10px;
    font-size: 12px;
  }
  /* line 8792, ../sass/responsive.scss */
  .top-page-header .top-account-links span.account {
    display: block;
    font-size: 12px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* line 8805, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

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

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

  /* line 8836, ../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 8848, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 8854, ../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 8863, ../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 8872, ../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 8880, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 8883, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 8885, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 8889, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 8890, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8893, ../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 8909, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8913, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8916, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 8923, ../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 8928, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 8932, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 8933, ../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 8942, ../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 8950, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 8954, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 8957, ../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 8968, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 327px;
    margin: 0 auto;
  }
  /* line 8971, ../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 8979, ../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 8990, ../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 8996, ../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 9002, ../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 9008, ../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 9015, ../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 9028, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 9032, ../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 9036, ../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 9040, ../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 9044, ../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 9047, ../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 9050, ../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 9053, ../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 9056, ../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 9059, ../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 9062, ../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 9065, ../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 9068, ../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 9075, ../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 9090, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 9096, ../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 9109, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 9111, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 9113, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 9115, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 9121, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 9124, ../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 9133, ../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 9142, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 9145, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 9148, ../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 9164, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 9168, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 9171, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 9178, ../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 9197, ../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 9206, ../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 9216, ../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 9227, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 65.2%;
    float: left;
    position: relative;
  }
  /* line 9232, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 33px;
    left: auto;
  }
  /* line 9236, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 9240, ../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 9264, ../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 9277, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 9285, ../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 9298, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 9301, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 9308, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 9313, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 9321, ../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 9331, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 9335, ../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 9344, ../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 9353, ../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 9372, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 9377, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 9386, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 9390, ../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 9400, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 9404, ../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 9420, ../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 9436, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 9438, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 9442, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 9444, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 9448, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 9450, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 9454, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 9459, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 9463, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 9468, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 9475, ../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 9483, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 9486, ../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 9494, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 9501, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 9505, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 9512, ../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 9518, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 9523, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 9531, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 9537, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 9539, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 9543, ../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 9550, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 9554, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 9565, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 9569, ../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 9579, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 9582, ../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 9587, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 9591, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 9595, ../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 9598, ../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 9601, ../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 9604, ../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 9607, ../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 9610, ../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 9613, ../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 9616, ../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 9619, ../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 9625, ../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 9633, ../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 9644, ../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 9650, ../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 9656, ../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 9662, ../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 9669, ../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 9682, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 9687, ../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 9703, ../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 9718, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 9720, ../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 9729, ../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 9737, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 9740, ../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 9754, ../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 9761, ../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 9768, ../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 9775, ../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 9782, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 9788, ../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 9799, ../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 9809, ../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 9818, ../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 9829, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 9832, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 9835, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 9838, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 9841, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 9844, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 9847, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 9850, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 9853, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 9856, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 9859, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 9862, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 9865, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 9868, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 9871, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 9874, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 9880, ../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 9888, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

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

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

  /* line 9928, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 9930, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 9934, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 9937, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 9940, ../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 9947, ../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 9955, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 9962, ../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 9970, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 9973, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 9980, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 9985, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 9989, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 9992, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9996, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 9999, ../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 10019, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 10026, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 10028, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 10032, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 10035, ../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 10055, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 10062, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 10068, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 10070, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 10078, ../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 10092, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 10094, ../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 10103, ../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 10120, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 10124, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 10127, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 10133, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 10139, ../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 10145, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 10151, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 10187, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 10192, ../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 10200, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 10205, ../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 10221, ../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 10233, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 10238, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 10242, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 10245, ../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 10254, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

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

  /* line 10283, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 10286, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 10289, ../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 10298, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 10305, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 10310, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 10315, ../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 10322, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 10326, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 10333, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 10342, ../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 10367, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 10373, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 10379, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 10381, ../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 10393, ../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 10411, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 10419, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 10424, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 10429, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 10432, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 10436, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 10439, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 10442, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 10445, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 10448, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 10451, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 10454, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 10457, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 10460, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 10482, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 10484, ../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 10493, ../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 10505, ../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 10515, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 10520, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 10522, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 10526, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 10532, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 10631, ../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 10644, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 10647, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 10650, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 10653, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 10656, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }
  /* line 10659, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: none;
    min-width: 312px;
  }

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

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

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

  /* line 10693, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 10696, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 10698, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: left;
  }
  /* line 10701, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: right;
    display: block;
  }

  /* line 10710, ../sass/responsive.scss */
  .top-page-header .top-account-links {
    display: block;
    width: auto;
    padding-right: 10px;
  }
  /* line 10715, ../sass/responsive.scss */
  .top-page-header .top-account-links span.welcome {
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
    font-size: 14px;
  }
  /* line 10721, ../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 10733, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 10743, ../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 10753, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }

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

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

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

  /* line 10790, ../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 10802, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 10808, ../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 10817, ../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 10826, ../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 10834, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 10837, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 10839, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 10843, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 10844, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10847, ../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 10863, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10867, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10870, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 10877, ../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 10882, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 10886, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 10887, ../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 10897, ../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 10905, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 10909, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 10912, ../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 10923, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 326px;
    margin: 0 auto;
  }
  /* line 10926, ../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 10934, ../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 10945, ../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 10951, ../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 10957, ../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 10963, ../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 10970, ../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 10983, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 10987, ../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 10991, ../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 10995, ../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 10999, ../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 11002, ../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 11005, ../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 11008, ../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 11011, ../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 11014, ../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 11017, ../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 11020, ../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 11023, ../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 11030, ../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 11045, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 11051, ../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 11064, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 11067, ../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 11076, ../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 11085, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 11088, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 11091, ../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 11107, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 11111, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 11114, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 11121, ../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 11140, ../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 11149, ../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 11159, ../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 11168, ../sass/responsive.scss */
  .top-nav.active {
    width: auto;
  }
  /* line 11171, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 70.3%;
    float: left;
    position: relative;
  }
  /* line 11176, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 48px;
    left: auto;
  }
  /* line 11180, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 11184, ../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 11208, ../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 11221, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 11229, ../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 11242, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 11245, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 11252, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 11257, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 11265, ../sass/responsive.scss */
  .featured-post .event-date {
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
  }
  /* line 11270, ../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 11284, ../sass/responsive.scss */
  .featured-post .trending-btn:hover {
    background: white;
  }
  /* line 11288, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 11292, ../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 11301, ../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 11310, ../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 11329, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 11334, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 11343, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin: 0 auto 54px;
    border: none;
  }
  /* line 11347, ../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 11357, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 11360, ../sass/responsive.scss */
  .post-item .subimage-block {
    display: block;
  }
  /* line 11362, ../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 11378, ../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 11394, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 11396, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 11400, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 11402, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 11406, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 11408, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 11412, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 11417, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 11421, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 11426, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 11432, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 11439, ../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 11447, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 11450, ../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 11459, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 11463, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 11470, ../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 11476, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 11481, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 11489, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 11495, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 11497, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 11501, ../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 11508, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 11512, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 11518, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 11522, ../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 11532, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 11535, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 11539, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 11543, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11547, ../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 11550, ../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 11553, ../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 11556, ../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 11559, ../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 11562, ../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 11565, ../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 11568, ../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 11571, ../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 11577, ../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 11585, ../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 11596, ../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 11602, ../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 11608, ../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 11614, ../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 11621, ../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 11634, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 11639, ../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 11655, ../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 11670, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 11672, ../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 11681, ../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 11689, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 11692, ../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 11706, ../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 11713, ../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 11720, ../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 11727, ../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 11734, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 11740, ../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 11751, ../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 11761, ../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 11770, ../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 11781, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 11784, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 11787, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 11790, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 11793, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 11796, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 11799, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2:before {
    border-color: transparent transparent transparent #663399;
  }
  /* line 11802, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 11805, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 11808, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 11811, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 11814, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 11817, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 11820, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 11823, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple2 {
    color: #663399;
  }
  /* line 11826, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 11832, ../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 11840, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

  /* line 11852, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 11854, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 11858, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 11861, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 11864, ../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 11871, ../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 11879, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 11886, ../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 11894, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 11897, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 11904, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 11910, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 11914, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 11917, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 11921, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 11924, ../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 11944, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

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

  /* line 11980, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 11986, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 11988, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 11996, ../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 12010, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 12012, ../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 12021, ../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 12038, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 12042, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 12045, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 12051, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 12057, ../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 12063, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 12069, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 12104, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 12106, ../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 12115, ../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 12127, ../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 12137, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 12142, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 12144, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 12148, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 12154, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

  /* line 12226, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 12229, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 12232, ../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 12241, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 12248, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 12253, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 12258, ../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 12265, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 12269, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 12276, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 12285, ../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 12310, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 12316, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 12322, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 12324, ../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 12336, ../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 12354, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 12362, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 12367, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 12372, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 12375, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 12379, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 12382, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 12385, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 12388, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 12391, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 12394, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 12397, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 12400, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 12403, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 12557, ../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 12570, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 12573, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 12576, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 12579, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 12582, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

  /* line 12597, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 12601, ../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 12616, ../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 12629, ../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 12646, ../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 12654, ../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 12663, ../sass/responsive.scss */
  .socials-list {
    margin-left: -33px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  /* line 12667, ../sass/responsive.scss */
  .socials-list li {
    float: left;
    margin-left: 33px;
  }
  /* line 12670, ../sass/responsive.scss */
  .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 12674, ../sass/responsive.scss */
  .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
  }
  /* line 12677, ../sass/responsive.scss */
  .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
  }
  /* line 12680, ../sass/responsive.scss */
  .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
  }
  /* line 12683, ../sass/responsive.scss */
  .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
  }

  /* line 12697, ../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 12702, ../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 12707, ../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 12712, ../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 12717, ../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 12722, ../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 12727, ../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 12732, ../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 12737, ../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 12756, ../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 12761, ../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 12766, ../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 12771, ../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 12776, ../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 12781, ../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 12786, ../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 12791, ../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 12796, ../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 12812, ../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 12817, ../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 12822, ../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 12827, ../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 12832, ../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 12837, ../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 12842, ../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 12847, ../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 12852, ../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 12864, ../sass/responsive.scss */
  .author_social li a {
    background: url("../images/author_socials_sprite.png") no-repeat top left;
    background-size: 100%;
  }
  /* line 12867, ../sass/responsive.scss */
  .author_social li a.facebook-icon {
    background-position: 0 -355px;
  }
  /* line 12869, ../sass/responsive.scss */
  .author_social li a.facebook-icon:hover {
    background-position: 0 -435px;
  }
  /* line 12873, ../sass/responsive.scss */
  .author_social li a.twitter-icon {
    background-position: 0 -835px;
  }
  /* line 12875, ../sass/responsive.scss */
  .author_social li a.twitter-icon:hover {
    background-position: 0 -915px;
  }
  /* line 12879, ../sass/responsive.scss */
  .author_social li a.google-icon {
    background-position: 0 -675px;
  }
  /* line 12881, ../sass/responsive.scss */
  .author_social li a.google-icon:hover {
    background-position: 0 -755px;
  }
  /* line 12885, ../sass/responsive.scss */
  .author_social li a.email-icon {
    background-position: 0 -195px;
  }
  /* line 12887, ../sass/responsive.scss */
  .author_social li a.email-icon:hover {
    background-position: 0 -225px;
  }
  /* line 12891, ../sass/responsive.scss */
  .author_social li a.gtalk-icon {
    background-position: 0 -515px;
  }
  /* line 12893, ../sass/responsive.scss */
  .author_social li a.gtalk-icon:hover {
    background-position: 0 -595px;
  }
  /* line 12897, ../sass/responsive.scss */
  .author_social li a.website-icon {
    background-position: 0 -995px;
  }
  /* line 12899, ../sass/responsive.scss */
  .author_social li a.website-icon:hover {
    background-position: 0 -1075px;
  }
  /* line 12903, ../sass/responsive.scss */
  .author_social li a.yahoo-icon {
    background-position: 0 -1155px;
  }
  /* line 12905, ../sass/responsive.scss */
  .author_social li a.yahoo-icon:hover {
    background-position: 0 -1200px;
  }
  /* line 12909, ../sass/responsive.scss */
  .author_social li a.aim-icon {
    background-position: 0 -35px;
  }
  /* line 12911, ../sass/responsive.scss */
  .author_social li a.aim-icon:hover {
    background-position: 0 -115px;
  }
  /* line 12915, ../sass/responsive.scss */
  .author_social li a.rss-icon {
    background: url("../images/rss_sprite.png") no-repeat top left;
    background-position: 0 -90px;
  }
  /* line 12918, ../sass/responsive.scss */
  .author_social li a.rss-icon:hover {
    background-position: 0 0;
  }

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

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

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

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

  /* line 12987, ../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 12990, ../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 13000, ../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 13012, ../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 13025, ../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 13030, ../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 13035, ../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 13040, ../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 13045, ../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 13050, ../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 13055, ../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 13060, ../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 13065, ../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 13075, ../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 13088, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images .addthis_button_facebook {
    display: none;
  }
  /* line 13093, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_facebook {
    display: none;
  }
}

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