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

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

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

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

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

  /* line 78, ../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 91, ../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 98, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 101, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list {
    overflow: hidden;
  }
  /* line 104, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 107, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 109, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 114, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 120, ../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 129, ../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 139, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 140, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 143, ../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 159, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 163, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 166, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 173, ../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 178, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: none;
  }
  /* line 182, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 183, ../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 192, ../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 201, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 204, ../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 215, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 218, ../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 226, ../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 237, ../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 243, ../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 249, ../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 255, ../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 262, ../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 275, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 280, ../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 284, ../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 288, ../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 292, ../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 295, ../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 298, ../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 301, ../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 304, ../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 307, ../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 310, ../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 313, ../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 316, ../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 323, ../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 338, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 344, ../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 356, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 359, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 363, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 366, ../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 375, ../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 384, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 387, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 390, ../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 406, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 410, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 413, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 420, ../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 439, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 441, ../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 450, ../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 461, ../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 471, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 60px;
  }

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

  /* line 533, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 280px;
    background-size: cover;
    padding: 140px 25px 30px 25px;
    position: relative;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    text-decoration: none;
  }
  /* line 546, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 549, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 556, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 561, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 569, ../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 581, ../sass/responsive.scss */
  .featured-post .post-info {
    left: 25px;
    bottom: 27px;
  }
  /* line 584, ../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 593, ../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 602, ../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 621, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 626, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 635, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 638, ../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 648, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 652, ../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 668, ../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 684, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 686, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 690, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 692, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 696, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 698, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 702, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 708, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 714, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
  }
  /* line 721, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 729, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 732, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 739, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 743, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 750, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: left;
  }
  /* line 756, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 125px;
    margin-left: 20px;
  }
  /* line 761, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 125px;
    margin-bottom: 0;
  }
  /* line 769, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 777, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 781, ../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 789, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 793, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }

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

  /* line 811, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 815, ../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 825, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 265px;
    margin: 0 auto;
  }
  /* line 828, ../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 833, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 10px;
    margin-top: 11px;
  }
  /* line 837, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 841, ../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 844, ../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 847, ../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 850, ../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 853, ../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 856, ../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 859, ../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 862, ../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 865, ../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 871, ../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 879, ../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 890, ../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 896, ../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 902, ../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 908, ../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 915, ../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 928, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 934, ../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 950, ../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 965, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 967, ../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 976, ../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 984, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 987, ../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 1001, ../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 1008, ../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 1015, ../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 1022, ../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 1029, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 1035, ../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 1046, ../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 1056, ../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 1065, ../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 1079, ../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 1087, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

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

  /* line 1104, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 1106, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 1110, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 1113, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 1116, ../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 1123, ../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 1131, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 1138, ../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 1146, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 1149, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 1156, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 1161, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 290px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 1168, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 1171, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 1174, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1178, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 1181, ../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 1201, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

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

  /* line 1253, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 1260, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 1262, ../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 1271, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 1277, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 20px;
  }
  /* line 1279, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 1281, ../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 1290, ../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 1307, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 1311, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 1314, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 1320, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 1326, ../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 1332, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 1336, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 1341, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

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

  /* line 1378, ../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 1390, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 1394, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 1398, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 1400, ../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 1412, ../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 1423, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 1427, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 1433, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 1437, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 1439, ../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 1462, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 1465, ../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 1474, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 1481, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 1486, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 1491, ../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 1498, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 1502, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 1509, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 1518, ../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 1539, ../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 1549, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 1553, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 1559, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 1565, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 1567, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 1569, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 1572, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 1579, ../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 1592, ../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 1607, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -10px;
    padding-top: 0;
    padding-right: 3px;
  }
  /* line 1611, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 1616, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 1619, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 1623, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 1626, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 1629, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 1632, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 1635, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 1638, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 1641, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 1644, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 1647, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 1687, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 1692, ../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 1700, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 1705, ../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 1720, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 1722, ../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 1731, ../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 1743, ../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 1753, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 1758, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 1760, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 1764, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 1770, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1902, ../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 1915, ../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 1920, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 1924, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    font-size: 16px;
    color: #683496;
    position: absolute;
    right: 21px;
    top: 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  /* line 1934, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 1937, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 1940, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }
  /* line 1943, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: none;
  }

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

  /* line 1960, ../sass/responsive.scss */
  .woocommerce .cart-view {
    margin-bottom: 0;
  }
  /* line 1962, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table {
    margin-bottom: 0;
  }
  /* line 1964, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th {
    padding: 9px 3px;
  }
  /* line 1966, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-price {
    text-align: center;
  }
  /* line 1969, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-quantity {
    text-align: center;
  }
  /* line 1972, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-subtotal {
    text-align: center;
  }
  /* line 1978, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart a.remove {
    margin-right: 0;
    line-height: 16px;
  }
  /* line 1984, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td {
    padding: 6px 3px;
    font-size: 12px;
  }
  /* line 1987, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-price {
    text-align: center;
  }
  /* line 1990, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-quantity {
    text-align: center;
  }
  /* line 1993, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-subtotal {
    text-align: center;
  }
  /* line 1998, ../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 2010, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .button:hover {
    background-color: #501776;
  }
  /* line 2015, ../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 2032, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button:hover {
    background-color: #501776;
  }
  /* line 2038, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: center;
  }
  /* line 2044, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals {
    width: auto;
    float: right;
  }
  /* line 2047, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals table {
    margin-bottom: 10px;
  }
  /* line 2051, ../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 2063, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #501776;
  }
  /* line 2069, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .cart-subtotal th {
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2253, ../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 2267, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 2273, ../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 2282, ../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 2291, ../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 2298, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 2301, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 2303, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 2307, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 2308, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 2311, ../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 2327, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2331, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2334, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 2341, ../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 2347, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 2348, ../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 2357, ../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 2365, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 2369, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2372, ../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 2383, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 2386, ../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 2394, ../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 2405, ../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 2411, ../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 2417, ../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 2423, ../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 2430, ../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 2443, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 2448, ../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 2452, ../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 2456, ../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 2460, ../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 2463, ../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 2466, ../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 2469, ../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 2472, ../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 2475, ../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 2478, ../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 2481, ../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 2484, ../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 2491, ../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 2506, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 2512, ../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 2524, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 2527, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 2531, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 2534, ../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 2543, ../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 2552, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 2555, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 2558, ../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 2574, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2578, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2581, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 2588, ../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 2607, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 2609, ../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 2618, ../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 2628, ../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 2638, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

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

  /* line 2687, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 280px;
    background-size: cover;
    padding: 140px 25px 30px 25px;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 2700, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 2703, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 2710, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 2715, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 2723, ../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 2734, ../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 2743, ../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 2752, ../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 2771, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 2776, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 2785, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 2788, ../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 2798, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 2802, ../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 2818, ../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 2834, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 2836, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 2840, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 2842, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 2846, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 2848, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 2852, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 2858, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 2864, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 2871, ../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 2879, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 2882, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 2889, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 2893, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 2900, ../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 2906, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
  }
  /* line 2911, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 150px;
    margin-bottom: 0;
  }
  /* line 2919, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 2927, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 2931, ../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 2938, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 2942, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }
  /* line 2946, ../sass/responsive.scss */
  .post-item .woocommerce .order_details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 2950, ../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 2963, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 280px;
    position: relative;
    padding: 0 25px 30px 25px;
    min-height: 280px;
  }
  /* line 2969, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 2976, ../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 2986, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 2989, ../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 2994, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 2998, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3002, ../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 3005, ../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 3008, ../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 3011, ../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 3014, ../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 3017, ../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 3020, ../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 3023, ../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 3026, ../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 3032, ../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 3040, ../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 3051, ../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 3057, ../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 3063, ../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 3069, ../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 3076, ../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 3089, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 3095, ../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 3111, ../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 3126, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 3128, ../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 3137, ../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 3145, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 3148, ../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 3162, ../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 3169, ../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 3176, ../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 3183, ../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 3190, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 3196, ../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 3207, ../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 3217, ../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 3226, ../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 3237, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 3240, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 3243, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 3246, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 3249, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 3252, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 3255, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 3258, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 3261, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 3264, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 3267, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 3270, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 3273, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 3276, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 3282, ../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 3290, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

  /* line 3296, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 3298, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 3302, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 3305, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 3308, ../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 3315, ../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 3323, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 3330, ../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 3338, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 3341, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 3348, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 3354, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 3361, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 3364, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 3367, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3371, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 3374, ../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 3394, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

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

  /* line 3445, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 3452, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 3454, ../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 3463, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 3469, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 20px;
  }
  /* line 3471, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 3473, ../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 3482, ../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 3499, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 3503, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 3506, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 3512, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 3518, ../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 3524, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 3528, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 3533, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

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

  /* line 3569, ../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 3581, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 3585, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 3589, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 3591, ../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 3603, ../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 3614, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 3618, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 3624, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 3628, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 3632, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 3635, ../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 3644, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 3651, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 3656, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 3661, ../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 3668, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 3672, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 3679, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 3688, ../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 3709, ../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 3719, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 3723, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 3729, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 3735, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 3737, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 3739, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 3742, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 3749, ../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 3762, ../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 3777, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -31px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 3782, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 31px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 3787, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 3790, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3794, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 3797, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 3800, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 3803, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 3806, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 3809, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 3812, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 3815, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 3818, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 3841, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 3846, ../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 3854, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 3859, ../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 3874, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 3876, ../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 3885, ../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 3897, ../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 3907, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 3912, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 3914, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 3918, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 3924, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 4051, ../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 4064, ../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 4069, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 4073, ../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 4082, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: block;
  }
  /* line 4085, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 4088, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 4091, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  /* line 4220, ../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 4234, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 4240, ../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 4249, ../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 4258, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 394px;
    padding: 520px 0px 0 15px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 4266, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 4269, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 4271, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 4275, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 4276, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 4279, ../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 4295, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4299, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4302, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 4309, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
  }
  /* line 4313, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 4317, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 4318, ../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 4327, ../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 4335, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 4339, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 4342, ../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 4353, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 4356, ../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 4364, ../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 4375, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4381, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4387, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4393, ../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 4400, ../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 4413, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 4417, ../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 4421, ../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 4425, ../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 4429, ../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 4432, ../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 4435, ../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 4438, ../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 4441, ../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 4444, ../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 4447, ../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 4450, ../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 4453, ../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 4460, ../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 4475, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 4481, ../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 4494, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 4496, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 4498, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 4500, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 4506, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 4509, ../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 4518, ../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 4527, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 4530, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 4533, ../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 4549, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4553, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4556, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 4563, ../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 4582, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 4584, ../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 4593, ../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 4603, ../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 4613, ../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 4637, ../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 4650, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 4658, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 4671, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 4674, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 4681, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 4686, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 4694, ../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 4704, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 4708, ../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 4717, ../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 4726, ../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 4745, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 4750, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 4759, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 4763, ../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 4773, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 4777, ../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 4793, ../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 4809, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 4811, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 4815, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 4817, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 4821, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 4823, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 4827, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 4833, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 4838, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 4845, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 14px;
    font-family: 'Gotham';
  }
  /* line 4853, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 4856, ../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 4864, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 4871, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 4875, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 4882, ../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 4888, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 4893, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 4901, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 4907, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 4909, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 4913, ../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 4920, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 4924, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

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

  /* line 4943, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4947, ../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 4957, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 4960, ../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 4965, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 4969, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 4973, ../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 4976, ../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 4979, ../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 4982, ../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 4985, ../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 4988, ../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 4991, ../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 4994, ../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 4997, ../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 5003, ../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 5011, ../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 5022, ../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 5028, ../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 5034, ../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 5040, ../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 5047, ../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 5060, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 5065, ../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 5081, ../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 5096, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 5098, ../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 5107, ../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 5115, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 5118, ../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 5132, ../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 5139, ../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 5146, ../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 5153, ../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 5160, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 5166, ../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 5177, ../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 5187, ../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 5196, ../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 5207, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 5210, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 5213, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 5216, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 5219, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 5222, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 5225, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 5228, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 5231, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 5234, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 5237, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 5240, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 5243, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 5246, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 5252, ../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 5260, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 5266, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 5268, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 5272, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 5275, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 5278, ../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 5285, ../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 5293, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 5300, ../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 5308, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 5311, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 5318, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 5323, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 5327, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 5330, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(odd) {
    float: left;
  }
  /* line 5333, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(even) {
    float: right;
  }
  /* line 5336, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5340, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 5343, ../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 5363, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 5370, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 5372, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5376, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 5379, ../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 5399, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 5406, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 5412, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 5414, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 5422, ../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 5435, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 5437, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 5439, ../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 5448, ../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 5465, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 5469, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 5472, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 5478, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 5484, ../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 5490, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 5496, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 5532, ../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 5544, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 5548, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 5552, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 5554, ../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 5566, ../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 5577, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 5581, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

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

  /* line 5646, ../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 5671, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 5677, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 5683, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 5685, ../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 5697, ../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 5715, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 5723, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -14px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 5728, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 14px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 5733, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 5736, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 5740, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 5743, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 5746, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 5749, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 5752, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 5755, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 5758, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 5761, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 5764, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 5787, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 5792, ../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 5800, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 5805, ../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 5820, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 5822, ../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 5831, ../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 5843, ../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 5853, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 5858, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 5860, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 5864, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 5870, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 5975, ../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 5988, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: block;
  }
  /* line 5991, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: block;
  }
  /* line 5994, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 5997, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 6000, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 6232, ../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 6244, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 6250, ../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 6259, ../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 6268, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 520px 0px 0 14px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 6276, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 6279, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 6281, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 6285, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 6286, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 6289, ../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 6305, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6309, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6312, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 6319, ../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 6324, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 6328, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 6329, ../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 6338, ../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 6346, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 6350, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 6353, ../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 6364, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 271px;
    margin: 0 auto;
  }
  /* line 6367, ../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 6375, ../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 6386, ../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 6392, ../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 6398, ../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 6404, ../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 6411, ../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 6424, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 6428, ../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 6432, ../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 6436, ../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 6440, ../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 6443, ../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 6446, ../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 6449, ../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 6452, ../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 6455, ../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 6458, ../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 6461, ../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 6464, ../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 6471, ../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 6486, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 6492, ../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 6505, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 6507, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 6509, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 6511, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 6517, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 6520, ../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 6529, ../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 6538, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 6541, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 6544, ../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 6560, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6564, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6567, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 6574, ../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 6593, ../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 6602, ../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 6612, ../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 6623, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 58.5%;
    float: left;
    position: relative;
  }
  /* line 6628, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 41px;
    left: auto;
  }
  /* line 6632, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 6636, ../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 6660, ../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 6673, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 6681, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 6694, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 6697, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 6704, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 6710, ../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 6720, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 6724, ../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 6733, ../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 6742, ../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 6761, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 6766, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 6775, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 6779, ../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 6789, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 6793, ../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 6809, ../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 6825, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 6827, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 6831, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 6833, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 6837, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 6839, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 6843, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 6848, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 6852, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 6857, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 6864, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 6872, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 6875, ../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 6883, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 6890, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 6894, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 6901, ../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 6907, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 6912, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 6920, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 6926, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 6928, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 6932, ../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 6938, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 6949, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6953, ../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 6963, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 346px;
    margin: 0 auto;
  }
  /* line 6966, ../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 6971, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 6975, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 6979, ../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 6982, ../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 6985, ../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 6988, ../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 6991, ../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 6994, ../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 6997, ../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 7000, ../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 7003, ../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 7009, ../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 7017, ../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 7028, ../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 7034, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7040, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7046, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7053, ../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 7066, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7071, ../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 7087, ../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 7102, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 7104, ../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 7113, ../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 7121, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 7124, ../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 7138, ../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 7145, ../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 7152, ../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 7159, ../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 7166, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 7172, ../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 7183, ../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 7193, ../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 7202, ../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 7213, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 7216, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 7219, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 7222, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 7225, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 7228, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 7231, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 7234, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 7237, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 7240, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 7243, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 7246, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 7249, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 7252, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 7258, ../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 7266, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

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

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

  /* line 7307, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 7309, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 7313, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 7316, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 7319, ../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 7326, ../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 7334, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 7341, ../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 7349, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 7352, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 7359, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 7364, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 7368, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 7371, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 7375, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 7378, ../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 7398, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 7405, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 7407, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 7411, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 7414, ../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 7434, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 7441, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 7447, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 7449, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 7457, ../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 7470, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 7472, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 7474, ../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 7483, ../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 7500, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 7504, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 7507, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 7513, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 7519, ../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 7525, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 7531, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

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

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

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

  /* line 7637, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 7640, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 7643, ../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 7652, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 7659, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 7664, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 7669, ../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 7676, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 7680, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 7687, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 7696, ../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 7721, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 7727, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 7733, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 7735, ../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 7747, ../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 7765, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 7773, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 7778, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 7783, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 7786, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 7790, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 7793, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 7796, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 7799, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 7802, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 7805, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 7808, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 7811, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 7814, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 7837, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 7842, ../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 7850, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 7855, ../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 7870, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 7872, ../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 7881, ../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 7893, ../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 7903, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 7908, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 7910, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 7914, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 7920, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 8023, ../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 8036, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 8039, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 8042, ../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 8050, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 8053, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

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

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

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

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

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

  /* line 8138, ../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 8150, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 8156, ../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 8165, ../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 8174, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 520px 0px 0 14px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 8182, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 8185, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 8187, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 8191, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 8192, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8195, ../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 8211, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8215, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8218, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 8225, ../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 8230, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 8234, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 8235, ../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 8244, ../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 8252, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 8256, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 8259, ../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 8270, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 327px;
    margin: 0 auto;
  }
  /* line 8273, ../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 8281, ../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 8292, ../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 8298, ../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 8304, ../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 8310, ../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 8317, ../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 8330, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 8334, ../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 8338, ../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 8342, ../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 8346, ../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 8349, ../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 8352, ../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 8355, ../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 8358, ../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 8361, ../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 8364, ../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 8367, ../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 8370, ../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 8377, ../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 8392, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 8398, ../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 8411, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 8413, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 8415, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 8417, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 8423, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 8426, ../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 8435, ../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 8444, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 8447, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8450, ../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 8466, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8470, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8473, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 8480, ../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 8499, ../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 8508, ../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 8518, ../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 8529, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 65.2%;
    float: left;
    position: relative;
  }
  /* line 8534, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 33px;
    left: auto;
  }
  /* line 8538, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 8542, ../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 8566, ../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 8579, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 8587, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 8600, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 8603, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 8610, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 8615, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 8623, ../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 8633, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 8637, ../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 8646, ../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 8655, ../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 8674, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 8679, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 8688, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 8692, ../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 8702, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 8706, ../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 8722, ../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 8738, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 8740, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 8744, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 8746, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 8750, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 8752, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 8756, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 8761, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 8765, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 8770, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 8777, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 8785, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 8788, ../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 8796, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 8803, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 8807, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 8814, ../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 8820, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 8825, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 8833, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 8839, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 8841, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 8845, ../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 8852, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 8856, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

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

  /* line 8867, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 8871, ../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 8881, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 8884, ../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 8889, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 8893, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 8897, ../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 8900, ../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 8903, ../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 8906, ../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 8909, ../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 8912, ../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 8915, ../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 8918, ../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 8921, ../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 8927, ../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 8935, ../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 8946, ../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 8952, ../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 8958, ../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 8964, ../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 8971, ../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 8984, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 8989, ../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 9005, ../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 9020, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 9022, ../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 9031, ../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 9039, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 9042, ../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 9056, ../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 9063, ../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 9070, ../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 9077, ../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 9084, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 9090, ../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 9101, ../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 9111, ../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 9120, ../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 9131, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 9134, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 9137, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 9140, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 9143, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 9146, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 9149, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 9152, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 9155, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 9158, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 9161, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 9164, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 9167, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 9170, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 9176, ../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 9184, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

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

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

  /* line 9224, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 9226, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 9230, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 9233, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 9236, ../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 9243, ../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 9251, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 9258, ../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 9266, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 9269, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 9276, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 9281, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 9285, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 9288, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9292, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 9295, ../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 9315, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 9322, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 9324, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9328, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 9331, ../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 9351, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 9358, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 9364, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 9366, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 9374, ../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 9387, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 9389, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 9391, ../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 9400, ../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 9417, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 9421, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 9424, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 9430, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 9436, ../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 9442, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 9448, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 9484, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 9489, ../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 9497, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 9502, ../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 9518, ../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 9530, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 9535, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 9539, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 9542, ../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 9551, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

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

  /* line 9580, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 9583, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 9586, ../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 9595, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 9602, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 9607, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 9612, ../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 9619, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 9623, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 9630, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 9639, ../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 9664, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 9670, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 9676, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 9678, ../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 9690, ../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 9708, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 9716, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 9721, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 9726, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 9729, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 9733, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 9736, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 9739, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 9742, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 9745, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 9748, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 9751, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 9754, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 9757, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

  /* line 9779, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 9781, ../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 9790, ../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 9802, ../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 9812, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 9817, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 9819, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 9823, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 9829, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 9928, ../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 9941, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 9944, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 9947, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 9950, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 9953, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }
  /* line 9956, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: block;
    min-width: 312px;
  }

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

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

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

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

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

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

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

  /* line 10058, ../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 10070, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 10076, ../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 10085, ../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 10094, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 520px 0px 0 14px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 10102, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 10105, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 10107, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 10111, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 10112, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10115, ../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 10131, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10135, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10138, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 10145, ../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 10150, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 10154, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 10155, ../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 10165, ../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 10173, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 10177, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 10180, ../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 10191, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 326px;
    margin: 0 auto;
  }
  /* line 10194, ../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 10202, ../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 10213, ../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 10219, ../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 10225, ../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 10231, ../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 10238, ../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 10251, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 10255, ../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 10259, ../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 10263, ../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 10267, ../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 10270, ../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 10273, ../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 10276, ../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 10279, ../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 10282, ../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 10285, ../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 10288, ../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 10291, ../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 10298, ../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 10313, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 10319, ../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 10332, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 10335, ../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 10344, ../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 10353, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 10356, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10359, ../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 10375, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10379, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10382, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 10389, ../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 10408, ../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 10417, ../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 10427, ../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 10436, ../sass/responsive.scss */
  .top-nav.active {
    width: auto;
  }
  /* line 10439, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 70.3%;
    float: left;
    position: relative;
  }
  /* line 10444, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 48px;
    left: auto;
  }
  /* line 10448, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 10452, ../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 10476, ../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 10489, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 10497, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 10510, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 10513, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 10520, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 10525, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 10533, ../sass/responsive.scss */
  .featured-post .event-date {
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
  }
  /* line 10538, ../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 10552, ../sass/responsive.scss */
  .featured-post .trending-btn:hover {
    background: white;
  }
  /* line 10556, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 10560, ../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 10569, ../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 10578, ../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 10597, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 10602, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 10611, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin: 0 auto 54px;
    border: none;
  }
  /* line 10615, ../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 10625, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 10628, ../sass/responsive.scss */
  .post-item .subimage-block {
    display: block;
  }
  /* line 10630, ../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 10646, ../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 10662, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 10664, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 10668, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 10670, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 10674, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 10676, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 10680, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 10685, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 10689, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 10694, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 10700, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* line 10707, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 10715, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 10718, ../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 10727, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 10731, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 10738, ../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 10744, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 10749, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 10757, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 10763, ../sass/responsive.scss */
  .post-item .read-more {
    margin: 0 auto 20px;
  }
  /* line 10765, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 10769, ../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 10776, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 10780, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 10786, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 10790, ../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 10800, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 10803, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 10807, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 10811, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 10815, ../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 10818, ../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 10821, ../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 10824, ../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 10827, ../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 10830, ../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 10833, ../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 10836, ../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 10839, ../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 10845, ../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 10853, ../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 10864, ../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 10870, ../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 10876, ../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 10882, ../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 10889, ../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 10902, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 10907, ../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 10923, ../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 10938, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 10940, ../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 10949, ../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 10957, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 10960, ../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 10974, ../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 10981, ../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 10988, ../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 10995, ../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 11002, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 11008, ../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 11019, ../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 11029, ../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 11038, ../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 11049, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 11052, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 11055, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 11058, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 11061, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 11064, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 11067, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 11070, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 11073, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 11076, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 11079, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 11082, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 11085, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 11088, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 11094, ../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 11102, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

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

  /* line 11114, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 11116, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 11120, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 11123, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 11126, ../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 11133, ../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 11141, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 11148, ../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 11156, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 11159, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 11166, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 11172, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 11176, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 11179, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 11183, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 11186, ../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 11206, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

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

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

  /* line 11242, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 11248, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 11250, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 11258, ../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 11271, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 11273, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 11275, ../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 11284, ../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 11301, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 11305, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 11308, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 11314, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 11320, ../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 11326, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 11332, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

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

  /* line 11367, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 11369, ../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 11378, ../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 11390, ../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 11400, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 11405, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 11407, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 11411, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 11417, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

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

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

  /* line 11489, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 11492, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 11495, ../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 11504, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 11511, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 11516, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 11521, ../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 11528, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 11532, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 11539, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 11548, ../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 11573, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 11579, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 11585, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 11587, ../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 11599, ../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 11617, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 11625, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 11630, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 11635, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 11638, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11642, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 11645, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 11648, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 11651, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 11654, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 11657, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 11660, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 11663, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 11666, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 11820, ../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 11833, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 11836, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 11839, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 11842, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 11845, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

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

  /* line 11860, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 11864, ../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 11879, ../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 11892, ../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 11909, ../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 11917, ../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 11926, ../sass/responsive.scss */
  .socials-list {
    margin-left: -33px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  /* line 11930, ../sass/responsive.scss */
  .socials-list li {
    float: left;
    margin-left: 33px;
  }
  /* line 11933, ../sass/responsive.scss */
  .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11937, ../sass/responsive.scss */
  .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
  }
  /* line 11940, ../sass/responsive.scss */
  .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
  }
  /* line 11943, ../sass/responsive.scss */
  .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
  }
  /* line 11946, ../sass/responsive.scss */
  .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
  }

  /* line 11960, ../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 11965, ../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 11970, ../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 11975, ../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 11980, ../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 11985, ../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 11990, ../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 11995, ../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 12000, ../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 12019, ../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 12024, ../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 12029, ../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 12034, ../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 12039, ../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 12044, ../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 12049, ../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 12054, ../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 12059, ../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 12075, ../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 12080, ../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 12085, ../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 12090, ../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 12095, ../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 12100, ../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 12105, ../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 12110, ../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 12115, ../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 12127, ../sass/responsive.scss */
  .author_social li a {
    background: url("../images/author_socials_sprite.png") no-repeat top left;
    background-size: 100%;
  }
  /* line 12130, ../sass/responsive.scss */
  .author_social li a.facebook-icon {
    background-position: 0 -355px;
  }
  /* line 12132, ../sass/responsive.scss */
  .author_social li a.facebook-icon:hover {
    background-position: 0 -435px;
  }
  /* line 12136, ../sass/responsive.scss */
  .author_social li a.twitter-icon {
    background-position: 0 -835px;
  }
  /* line 12138, ../sass/responsive.scss */
  .author_social li a.twitter-icon:hover {
    background-position: 0 -915px;
  }
  /* line 12142, ../sass/responsive.scss */
  .author_social li a.google-icon {
    background-position: 0 -675px;
  }
  /* line 12144, ../sass/responsive.scss */
  .author_social li a.google-icon:hover {
    background-position: 0 -755px;
  }
  /* line 12148, ../sass/responsive.scss */
  .author_social li a.email-icon {
    background-position: 0 -195px;
  }
  /* line 12150, ../sass/responsive.scss */
  .author_social li a.email-icon:hover {
    background-position: 0 -225px;
  }
  /* line 12154, ../sass/responsive.scss */
  .author_social li a.gtalk-icon {
    background-position: 0 -515px;
  }
  /* line 12156, ../sass/responsive.scss */
  .author_social li a.gtalk-icon:hover {
    background-position: 0 -595px;
  }
  /* line 12160, ../sass/responsive.scss */
  .author_social li a.website-icon {
    background-position: 0 -995px;
  }
  /* line 12162, ../sass/responsive.scss */
  .author_social li a.website-icon:hover {
    background-position: 0 -1075px;
  }
  /* line 12166, ../sass/responsive.scss */
  .author_social li a.yahoo-icon {
    background-position: 0 -1155px;
  }
  /* line 12168, ../sass/responsive.scss */
  .author_social li a.yahoo-icon:hover {
    background-position: 0 -1200px;
  }
  /* line 12172, ../sass/responsive.scss */
  .author_social li a.aim-icon {
    background-position: 0 -35px;
  }
  /* line 12174, ../sass/responsive.scss */
  .author_social li a.aim-icon:hover {
    background-position: 0 -115px;
  }
  /* line 12178, ../sass/responsive.scss */
  .author_social li a.rss-icon {
    background: url("../images/rss_sprite.png") no-repeat top left;
    background-position: 0 -90px;
  }
  /* line 12181, ../sass/responsive.scss */
  .author_social li a.rss-icon:hover {
    background-position: 0 0;
  }

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

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

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

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

  /* line 12250, ../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 12253, ../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 12263, ../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%;
  }
}
@media all and (max-width: 767px) {
  /* line 12277, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images .addthis_button_facebook {
    display: none;
  }
  /* line 12282, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_facebook {
    display: none;
  }
}

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