/*Variables Start*/
/*Variables End*/
/* line 10, ../sass/style.scss */
.purple-color {
  color: #683496;
  border-color: #683496 !important;
}

/* line 14, ../sass/style.scss */
.purple-background {
  background: #683496 !important;
}

/* line 17, ../sass/style.scss */
.orange-color {
  color: #F5A623 !important;
  border-color: #F5A623 !important;
}

/* line 21, ../sass/style.scss */
.orange-background {
  background: #F5A623 !important;
}

/* line 24, ../sass/style.scss */
.light-green-color {
  color: #AAB302 !important;
  border-color: #AAB302 !important;
}

/* line 28, ../sass/style.scss */
.light-green-background {
  background: #AAB302 !important;
}

/* line 31, ../sass/style.scss */
.blue-color {
  color: #4990E2 !important;
  border-color: #4990E2 !important;
}

/* line 35, ../sass/style.scss */
.blue-background {
  background: #4990E2 !important;
}

/* line 38, ../sass/style.scss */
.yellow-color {
  color: #E0D11E !important;
  border-color: #E0D11E !important;
}

/* line 42, ../sass/style.scss */
.yellow-background {
  background: #E0D11E !important;
}

/* line 45, ../sass/style.scss */
.breeze-color {
  color: #2BE3C9 !important;
  border-color: #2BE3C9 !important;
}

/* line 49, ../sass/style.scss */
.breeze-background {
  background: #2BE3C9 !important;
}

/* line 52, ../sass/style.scss */
.pink-color {
  color: #d46b67 !important;
  border-color: #d46b67 !important;
}

/* line 56, ../sass/style.scss */
.pink-background {
  background: #d46b67 !important;
}

/* line 60, ../sass/style.scss */
i {
  font-style: italic;
}

/* line 64, ../sass/style.scss */
em {
  font-style: italic;
}

/* line 72, ../sass/style.scss */
.side-menu .side-menu-list li a.purple {
  color: #FFFFFF;
}
/* line 74, ../sass/style.scss */
.side-menu .side-menu-list li a.purple:before {
  border-color: transparent transparent transparent #683496 !important;
}
/* line 78, ../sass/style.scss */
.side-menu .side-menu-list li a.orange {
  color: #F5A623;
}
/* line 80, ../sass/style.scss */
.side-menu .side-menu-list li a.orange:before {
  border-color: transparent transparent transparent #F5A623 !important;
}
/* line 84, ../sass/style.scss */
.side-menu .side-menu-list li a.light-green {
  color: #AAB302;
}
/* line 86, ../sass/style.scss */
.side-menu .side-menu-list li a.light-green:before {
  border-color: transparent transparent transparent #AAB302 !important;
}
/* line 90, ../sass/style.scss */
.side-menu .side-menu-list li a.blue {
  color: #4990E2;
}
/* line 92, ../sass/style.scss */
.side-menu .side-menu-list li a.blue:before {
  border-color: transparent transparent transparent #4990E2 !important;
}
/* line 96, ../sass/style.scss */
.side-menu .side-menu-list li a.yellow {
  color: #E0D11E;
}
/* line 98, ../sass/style.scss */
.side-menu .side-menu-list li a.yellow:before {
  border-color: transparent transparent transparent #E0D11E !important;
}
/* line 102, ../sass/style.scss */
.side-menu .side-menu-list li a.breeze {
  color: #2BE3C9;
}
/* line 104, ../sass/style.scss */
.side-menu .side-menu-list li a.breeze:before {
  border-color: transparent transparent transparent #2BE3C9 !important;
}
/* line 108, ../sass/style.scss */
.side-menu .side-menu-list li a.pink {
  color: #d46b67;
}
/* line 110, ../sass/style.scss */
.side-menu .side-menu-list li a.pink:before {
  border-color: transparent transparent transparent #d46b67 !important;
}
/* line 114, ../sass/style.scss */
.side-menu .side-menu-list li a:before {
  display: none !important;
}
/* line 120, ../sass/style.scss */
.side-menu .titles-block {
  display: none;
}

/*Mixins Start*/
/*Mixins End*/
/*Common Styles Start*/
/* line 129, ../sass/style.scss */
body {
  font-family: "Gotham", Arial, Helvetica;
  width: 100%;
}

/* line 133, ../sass/style.scss */
h1.jumbo {
  font-size: 30px;
}

/* line 136, ../sass/style.scss */
h1 {
  font-size: 22px;
}

/* line 139, ../sass/style.scss */
h2 {
  font-size: 19px;
}

/* line 142, ../sass/style.scss */
h3 {
  font-size: 15px;
}

/* line 145, ../sass/style.scss */
h4 {
  font-size: 13px;
}

/* line 148, ../sass/style.scss */
h5 {
  font-size: 10px;
}

/* line 151, ../sass/style.scss */
h6 {
  font-size: 6px;
}

/* line 154, ../sass/style.scss */
b, optgroup, strong {
  font-family: 'Gotham';
}

/* line 157, ../sass/style.scss */
a {
  color: #683496;
}
/* line 159, ../sass/style.scss */
a:hover {
  color: #683496;
}

/* line 163, ../sass/style.scss */
.excerpt {
  font-size: 13px;
}

/* line 166, ../sass/style.scss */
p {
  font-size: 12px;
}

/* line 169, ../sass/style.scss */
em {
  font-style: italic;
}

/* line 172, ../sass/style.scss */
html {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
/* line 177, ../sass/style.scss */
html.no-background-blend-mode .no-blend {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #683496;
  opacity: .8;
}

/* line 188, ../sass/style.scss */
body {
  height: 100%;
  min-height: 100%;
}

/*Common Styles End*/
/*Custom Styles Start*/
/* line 195, ../sass/style.scss */
.main-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}
/* line 199, ../sass/style.scss */
.main-wrapper .container-wrapper {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

/* line 205, ../sass/style.scss */
.header-wrapper {
  width: 100%;
  position: relative;
}

/* line 212, ../sass/style.scss */
.articles-pane-block {
  position: relative;
  border-left: 1px solid #ececec;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 218, ../sass/style.scss */
.featured-post {
  background-color: #683496;
  background-blend-mode: multiply;
}
/* line 221, ../sass/style.scss */
.featured-post .event-date {
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
}
/* line 226, ../sass/style.scss */
.featured-post .reg-btn {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 7px 22px;
  background: transparent;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all 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;
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
/* line 243, ../sass/style.scss */
.featured-post .reg-btn:hover {
  background-color: #683496;
}
/* line 248, ../sass/style.scss */
.featured-post.video:before {
  content: '';
  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;
  border-radius: 9999px;
  opacity: .6;
  z-index: 1;
}
/* line 272, ../sass/style.scss */
.featured-post .trending-btn {
  position: relative;
}

/* line 276, ../sass/style.scss */
.nav-tabs {
  border-bottom: none;
}

/* line 279, ../sass/style.scss */
.articles-pane-block {
  z-index: 2000;
}

/* line 284, ../sass/style.scss */
.content-block .post-item .read-more {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  line-height: 14px;
  border: 2px solid #4a4a4a;
  text-align: center;
  width: 300px;
  margin: 0 auto 0;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  opacity: .8;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
/* line 305, ../sass/style.scss */
.content-block .post-item .content.bottom-excerpt p {
  font-weight: lighter;
  font-family: 'Gotham';
}
/* line 311, ../sass/style.scss */
.content-block .post-item .subimage-block {
  margin-bottom: 18px;
}
/* line 313, ../sass/style.scss */
.content-block .post-item .subimage-block .fb-like {
  position: relative;
  top: 9px;
}
/* line 320, ../sass/style.scss */
.content-block .post-item .subimage-block-bottom a:nth-child(2) {
  clear: none;
}

/* line 331, ../sass/style.scss */
.post-item.content-featured-post .featured-post .content {
  max-width: 940px;
  margin: 0 auto;
}
/* line 334, ../sass/style.scss */
.post-item.content-featured-post .featured-post .content .event-date {
  position: relative;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
/* line 347, ../sass/style.scss */
.post-item .content p {
  margin-bottom: 35px;
}
/* line 349, ../sass/style.scss */
.post-item .content p a {
  font-family: "Gotham", Arial, Helvetica;
}
/* line 353, ../sass/style.scss */
.post-item .content .flex-video {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
/* line 361, ../sass/style.scss */
.post-item .content .flex-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  top: 0;
}
/* line 374, ../sass/style.scss */
.post-item .content .flex-video object {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  top: 0;
}
/* line 392, ../sass/style.scss */
.post-item.trend-item .media-body .excerpt.price {
  font-weight: bold;
}

/* line 400, ../sass/style.scss */
.side-menu {
  height: 100%;
  overflow-Y: auto;
}
/* line 403, ../sass/style.scss */
.side-menu .topics-title {
  display: none;
}

/* line 408, ../sass/style.scss */
.top-nav {
  display: none;
}
/* line 411, ../sass/style.scss */
.top-nav .container .menu-lnk {
  display: none;
}
/* line 414, ../sass/style.scss */
.top-nav .container .top-logo {
  display: none !important;
}

/* when shown & detached position is fixed */
/* line 420, ../sass/style.scss */
.top-nav.detached {
  position: fixed;
  -webkit-transition: ease-in-out .3s, height .3s, background .4s, opacity .3s, width .6s;
  -moz-transition: ease-in-out .3s, height .3s, background .4s, opacity .3s, width .6s;
  -o-transition: ease-in-out .3s, height .3s, background .4s, opacity .3s, width .6s;
  transition: ease-in-out .3s, height .3s, background .4s, opacity .3s, width .6s;
}
/* line 428, ../sass/style.scss */
.top-nav.detached .container .menu-lnk {
  color: #683496;
  display: none;
}
/* line 432, ../sass/style.scss */
.top-nav.detached .container .top-logo {
  background: transparent url(../images/purple_logo.png) top center no-repeat;
  margin-left: -20px;
  display: none;
}
/* line 437, ../sass/style.scss */
.top-nav.detached .container .articles-lnk {
  color: #683496;
}

/* line 444, ../sass/style.scss */
.post-item.content-featured-post {
  position: relative;
  max-width: inherit;
}
/* line 448, ../sass/style.scss */
.post-item.content-featured-post .featured-post: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 467, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post {
  width: 50%;
  float: left;
}
/* line 471, ../sass/style.scss */
.post-item .subimage-block-mobile .categories {
  width: 50%;
  float: left;
}
/* line 474, ../sass/style.scss */
.post-item .subimage-block-mobile .categories a {
  display: block;
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #A9B201;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 487, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post li {
  float: left;
  line-height: 0;
}
/* line 490, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post li a {
  color: #683496;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  padding-left: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 498, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: #683496 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 511, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post li .date-mobile {
  color: #cfcdd0;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  padding-left: 6px;
  text-transform: uppercase;
}

/* line 526, ../sass/style.scss */
.post-index .content-block .post-item {
  border-bottom: none;
}
/* line 528, ../sass/style.scss */
.post-index .content-block .post-item .post-img {
  width: 100%;
}
/* line 531, ../sass/style.scss */
.post-index .content-block .post-item .subimage-block-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #683496;
}
/* line 536, ../sass/style.scss */
.post-index .content-block .post-item .list-excerpt p {
  font-family: 'GothamBook';
}
/* line 541, ../sass/style.scss */
.post-index .content-block .post-item .list-paragraph-first p {
  font-family: 'Gotham';
  font-weight: lighter;
}

/* line 556, ../sass/style.scss */
.post-index-meta {
  text-transform: uppercase;
  margin: 25px 0;
}
/* line 559, ../sass/style.scss */
.post-index-meta .author {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 13px;
}
/* line 564, ../sass/style.scss */
.post-index-meta .data {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 0 -8px !important;
}
/* line 568, ../sass/style.scss */
.post-index-meta .data li {
  float: left;
  padding: 0 8px;
  margin-bottom: 0 !important;
}
/* line 573, ../sass/style.scss */
.post-index-meta .data .date {
  font-size: 10px;
  line-height: 11px;
  color: #cccccc;
  position: relative;
}
/* line 578, ../sass/style.scss */
.post-index-meta .data .date:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  content: '';
  background-color: #cccccc;
  top: 0;
  right: -1px;
}
/* line 589, ../sass/style.scss */
.post-index-meta .data .category {
  font-size: 10px;
  line-height: 11px;
}
/* line 592, ../sass/style.scss */
.post-index-meta .data .category a {
  color: #683496;
}

/* line 602, ../sass/style.scss */
.bottom-index-meta {
  margin-top: -25px;
}
/* line 604, ../sass/style.scss */
.bottom-index-meta .media-left {
  vertical-align: middle;
}
/* line 606, ../sass/style.scss */
.bottom-index-meta .media-left img {
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

/* line 620, ../sass/style.scss */
.post-item .subimage-block .custom_images li:last-child a {
  margin-right: 0;
}

/* line 630, ../sass/style.scss */
.subcontent-meta .partners {
  text-transform: uppercase;
  color: #CCCCCC;
  font-size: 11px;
  margin-bottom: 33px;
}
/* line 636, ../sass/style.scss */
.subcontent-meta .bottom-index-meta {
  margin-bottom: 22px;
  margin-top: 0;
}
/* line 639, ../sass/style.scss */
.subcontent-meta .bottom-index-meta .media-body {
  vertical-align: middle;
}
/* line 641, ../sass/style.scss */
.subcontent-meta .bottom-index-meta .media-body .post-index-meta {
  margin: 0;
}

/* line 649, ../sass/style.scss */
.related-content-block .title {
  text-transform: uppercase;
  color: #CCCCCC;
  font-size: 11px;
  text-align: left;
}
/* line 655, ../sass/style.scss */
.related-content-block .related-items {
  padding: 15px 0 0;
  text-align: center;
}
/* line 658, ../sass/style.scss */
.related-content-block .related-items li {
  display: inline-block;
  padding: 0;
  max-width: 240px;
  box-sizing: content-box;
  margin-bottom: 27px;
}
/* line 664, ../sass/style.scss */
.related-content-block .related-items li h3 {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
/* line 668, ../sass/style.scss */
.related-content-block .related-items li h3 a {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
}
/* line 675, ../sass/style.scss */
.related-content-block .related-items li .related-lnk {
  display: block;
  width: 238px;
  height: 158px;
  background-repeat: no-repeat;
  border: 1px solid #683496;
  background-size: cover;
}
/* line 682, ../sass/style.scss */
.related-content-block .related-items li .related-lnk.no-image {
  height: 0;
  display: inline;
}
/* line 687, ../sass/style.scss */
.related-content-block .related-items li .category {
  text-align: right;
  min-height: 19px;
}
/* line 690, ../sass/style.scss */
.related-content-block .related-items li .category a {
  text-transform: uppercase;
  font-size: 10px;
  color: #683496;
}
/* line 699, ../sass/style.scss */
.related-content-block .related-items li:first-child .related-lnk {
  background-size: contain;
}

/* line 711, ../sass/style.scss */
.articles-pane-block .articles-pane-content .articles-list li .advert-banner {
  margin-bottom: 0 !important;
  border: none;
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid #D0D0D0;
}
/* line 714, ../sass/style.scss */
.articles-pane-block .articles-pane-content .articles-list li .advert-banner .banner-holder {
  margin-bottom: 0;
}

/* line 727, ../sass/style.scss */
.featured-post h1 {
  position: relative;
  z-index: 2;
}

/* line 736, ../sass/style.scss */
.articles-pane-block .articles-pane-content .nav-tabs.second-level {
  border-bottom: 1px solid #cccccc;
}
/* line 737, ../sass/style.scss */
.articles-pane-block .articles-pane-content .nav-tabs.second-level a {
  border: none;
  font-weight: bold;
  font-size: 12px;
}

/* line 749, ../sass/style.scss */
.media-body.single-title {
  vertical-align: middle;
}

/* line 754, ../sass/style.scss */
.primary-white-button {
  border: 1px solid #683496;
  text-transform: uppercase;
  text-align: center;
  color: #683496;
  background: transparent;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all 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 765, ../sass/style.scss */
.primary-white-button:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #683496;
}

/* line 771, ../sass/style.scss */
.primary-purple-button {
  border: 1px solid #ffffff;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background: #683496;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all 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 782, ../sass/style.scss */
.primary-purple-button:hover {
  border: 1px solid #683496;
  color: #683496;
  background: transparent;
}

/* line 790, ../sass/style.scss */
.events-videos .post-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 794, ../sass/style.scss */
.events-videos .post-item .event-item {
  margin-bottom: 30px;
}
/* line 797, ../sass/style.scss */
.events-videos .post-item .video-item {
  margin-bottom: 30px;
}
/* line 801, ../sass/style.scss */
.events-videos .title-line {
  width: 100%;
  background-color: #683496;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 25px 0;
  margin-bottom: 30px;
}
/* line 811, ../sass/style.scss */
.events-videos .title-line .narrow-rule {
  max-width: 700px;
}

/* line 818, ../sass/style.scss */
.event-announcements-block .video-title {
  font-size: 20px;
  line-height: 23px;
  color: #683496;
  text-align: left;
  font-family: 'GothamBook';
}

/* line 827, ../sass/style.scss */
.post-item img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}

/* line 835, ../sass/style.scss */
.content-block .post-item .post-img {
  width: 100%;
}

/* line 841, ../sass/style.scss */
.event-announcements-block .video-item .video-visible {
  position: relative;
}

/* line 845, ../sass/style.scss */
.event-announcements-block .video-item .video-icon {
  background-size: 100% !important;
}

/* line 849, ../sass/style.scss */
.post-video .video-icon {
  background-size: 100% !important;
}

/* line 853, ../sass/style.scss */
.load-container {
  padding: 25px 0;
}
/* line 855, ../sass/style.scss */
.load-container .spinning-square {
  width: 45px;
  height: 45px;
  background-color: #683496;
  margin: 0 auto;
  -webkit-animation: rotatesquare 1.2s infinite ease-in-out;
  animation: rotatesquare 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotatesquare {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotatesquare {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* line 878, ../sass/style.scss */
.articles-pane-block .advert-banner .title {
  max-width: 300px;
  margin: 10px auto 0;
  float: none;
  clear: both;
}

/* line 890, ../sass/style.scss */
.side-menu .side-menu-list li a {
  transition: all ease-in-out .5s;
}
/* line 892, ../sass/style.scss */
.side-menu .side-menu-list li a:hover {
  color: #A5A2A2;
}
/* line 895, ../sass/style.scss */
.side-menu .side-menu-list li a:active {
  border: 1px dotted #ffffff;
}
/* line 898, ../sass/style.scss */
.side-menu .side-menu-list li a:focus {
  border: 1px dotted #ffffff;
}

/* line 906, ../sass/style.scss */
.content-block {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 910, ../sass/style.scss */
.content-block.add-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 938, ../sass/style.scss */
.articles-pane-block .articles-pane-content .articles-list li .media .media-left {
  width: 130px;
  height: 81px;
  background-size: cover;
  background-position: center center;
}
/* line 944, ../sass/style.scss */
.articles-pane-block .articles-pane-content .articles-list li .media .media-body {
  padding-left: 10px;
}

/* line 955, ../sass/style.scss */
.event-announcements-block .video-item .post-img {
  background-size: cover;
  height: 250px;
  background-position: center center;
}

/* line 964, ../sass/style.scss */
.post-index .post-video .video-visible {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
/* line 971, ../sass/style.scss */
.post-index .post-video .video-visible iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 978, ../sass/style.scss */
.post-index .post-video .video-visible img {
  position: absolute;
  height: auto;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  top: 0;
}

/* line 994, ../sass/style.scss */
.newsletter-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
/* line 1002, ../sass/style.scss */
.newsletter-popup.active {
  visibility: visible;
  opacity: 1;
}
/* line 1006, ../sass/style.scss */
.newsletter-popup .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 1020, ../sass/style.scss */
.trend-reports .trend-item:nth-child(2n+1) {
  clear: left;
}
/* line 1023, ../sass/style.scss */
.trend-reports .trend-item .add_to_cart_btn {
  width: 100%;
  border: none;
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 30px;
}

/* line 1034, ../sass/style.scss */
.carousel-control.right {
  width: 50%;
  height: 100%;
  opacity: 1;
  top: 0;
  right: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -ms-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  cursor: pointer;
  background-image: none;
}
/* line 1047, ../sass/style.scss */
.carousel-control.right span {
  width: 36px;
  height: 60px;
  background-color: #333;
  opacity: 1;
  top: 45%;
  right: 0;
  margin-right: 0;
}
/* line 1055, ../sass/style.scss */
.carousel-control.right span:after {
  content: '';
  left: 14px;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  display: block;
  border-width: 10px;
  margin-top: -10px;
}
/* line 1071, ../sass/style.scss */
.carousel-control.right:hover {
  opacity: .6;
}
/* line 1075, ../sass/style.scss */
.carousel-control.left {
  width: 50%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -ms-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  cursor: pointer;
  background-image: none;
}
/* line 1088, ../sass/style.scss */
.carousel-control.left span {
  width: 36px;
  height: 60px;
  background-color: #333;
  opacity: 1;
  top: 45%;
  left: 0;
  margin-left: 0;
}
/* line 1096, ../sass/style.scss */
.carousel-control.left span:after {
  content: '';
  right: 14px;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  display: block;
  border-width: 10px;
  margin-top: -10px;
}
/* line 1112, ../sass/style.scss */
.carousel-control.left:hover {
  opacity: .6;
}

/* line 1118, ../sass/style.scss */
.advert-banner {
  padding-top: 34px;
  border-top: 1px solid #683496;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}
/* line 1124, ../sass/style.scss */
.advert-banner .banner-holder {
  margin: 0 auto;
  text-align: center;
}
/* line 1127, ../sass/style.scss */
.advert-banner .banner-holder img {
  margin-bottom: 8px;
}
/* line 1135, ../sass/style.scss */
.advert-banner .title {
  text-align: right;
  text-transform: uppercase;
  color: #CCCCCC;
  font-size: 11px;
  margin-top: 10px;
}

/* line 1145, ../sass/style.scss */
.single-report h1 {
  font-size: 28px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1150, ../sass/style.scss */
.single-report h2 {
  font-size: 26px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1155, ../sass/style.scss */
.single-report h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1160, ../sass/style.scss */
.single-report h4 {
  font-size: 22px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1165, ../sass/style.scss */
.single-report .carousel {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
}
/* line 1169, ../sass/style.scss */
.single-report .post-item {
  max-width: inherit;
}
/* line 1173, ../sass/style.scss */
.single-report .post-item .content p:first-child {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'GothamBook';
  color: #4A4A4A;
}
/* line 1180, ../sass/style.scss */
.single-report .post-item .content ul {
  margin-left: 0;
}
/* line 1183, ../sass/style.scss */
.single-report .post-item .content .features-block {
  font-family: 'GothamBook';
  font-size: 20px;
  color: #4A4A4A;
  line-height: 30px;
}
/* line 1190, ../sass/style.scss */
.single-report .post-item .post-title {
  margin-top: 20px;
}
/* line 1195, ../sass/style.scss */
.single-report .carousel-inner .item {
  text-align: center;
}
/* line 1200, ../sass/style.scss */
.single-report .download table {
  width: 100%;
}
/* line 1203, ../sass/style.scss */
.single-report .download table tr th {
  padding: 8px 10px 10px 10px;
  font-weight: bold;
  color: #222;
  border-bottom: 2px solid #000;
}
/* line 1209, ../sass/style.scss */
.single-report .download table tr td {
  padding: 9px 0;
  border-bottom: 1px solid #000;
}
/* line 1217, ../sass/style.scss */
.single-report .insights .insights-list {
  margin: 0;
  padding: 0;
}
/* line 1220, ../sass/style.scss */
.single-report .insights .insights-list li {
  list-style: none;
  margin-bottom: 40px;
}
/* line 1224, ../sass/style.scss */
.single-report .insights .insights-list li a img {
  height: auto;
}
/* line 1227, ../sass/style.scss */
.single-report .insights .insights-list li a.title {
  font-size: 20px;
  display: block;
  line-height: 23px;
  margin-top: 10px;
  font-family: "Gotham", Arial, Helvetica;
}
/* line 1235, ../sass/style.scss */
.single-report .insights .insights-list li:nth-child(2n+1) {
  clear: both;
}
/* line 1241, ../sass/style.scss */
.single-report .flex-video {
  width: 100%;
  position: relative;
  padding-top: 2.5125rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 1249, ../sass/style.scss */
.single-report .flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1258, ../sass/style.scss */
.single-report .workshops h3 {
  margin-top: 0;
  font-size: 20px;
  color: #683496;
}

/* line 1266, ../sass/style.scss */
.carousel-indicators {
  margin-bottom: 0;
  bottom: 10px;
}
/* line 1269, ../sass/style.scss */
.carousel-indicators li {
  background-color: #333333;
  border: none;
  margin: 0 1px 0;
}
/* line 1273, ../sass/style.scss */
.carousel-indicators li.active {
  border: none;
  background-color: #999999;
  width: 10px;
  height: 10px;
}

/* line 1284, ../sass/style.scss */
.event-announcements-block .event-item .subtitle {
  min-height: 20px;
}
/* line 1289, ../sass/style.scss */
.event-announcements-block .media .media-body {
  height: 70px;
  width: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1300, ../sass/style.scss */
.event-announcements-block .video-item {
  float: left;
  min-height: 380px;
}
/* line 1303, ../sass/style.scss */
.event-announcements-block .video-item:nth-child(2n+1) {
  clear: left;
}
/* line 1306, ../sass/style.scss */
.event-announcements-block .video-item:nth-child(2n) {
  float: right;
}

/* line 1312, ../sass/style.scss */
.flow-slider {
  margin-bottom: 15px;
}
/* line 1316, ../sass/style.scss */
.flow-slider .carousel-control .glyphicon:before {
  display: none;
}

/* line 1327, ../sass/style.scss */
.single-event .post-item .content .sponsors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
}
/* line 1333, ../sass/style.scss */
.single-event .post-item .content .sponsors ul li {
  display: inline-block;
  float: none;
  padding: 0 20px 0 0;
  margin: 0;
}
/* line 1338, ../sass/style.scss */
.single-event .post-item .content .sponsors ul li a {
  display: table-cell;
  height: 134px;
  vertical-align: middle;
}
/* line 1342, ../sass/style.scss */
.single-event .post-item .content .sponsors ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 1351, ../sass/style.scss */
.single-event .post-item .content ul {
  margin: 0;
  list-style: inherit;
}
/* line 1354, ../sass/style.scss */
.single-event .post-item .content ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 1357, ../sass/style.scss */
.single-event .post-item .content ul li:last-child {
  margin-bottom: 0;
}
/* line 1361, ../sass/style.scss */
.single-event .post-item .content ul li .info .speaker_type {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
/* line 1366, ../sass/style.scss */
.single-event .post-item .content ul li .info .speaker_time {
  font-size: 16px;
  line-height: 26px;
}
/* line 1371, ../sass/style.scss */
.single-event .post-item .content ul li:nth-child(odd) {
  clear: left;
}
/* line 1376, ../sass/style.scss */
.single-event .post-item .content h2 {
  margin-top: 0;
}
/* line 1379, ../sass/style.scss */
.single-event .post-item .content section {
  margin-bottom: 35px;
}
/* line 1382, ../sass/style.scss */
.single-event .post-item .content section.speakers ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1388, ../sass/style.scss */
.single-event .post-item .content section.speakers ul li:last-child img {
  margin-bottom: 25px;
}
/* line 1396, ../sass/style.scss */
.single-event .post-item .content section .speakers ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1402, ../sass/style.scss */
.single-event .post-item .content section .event-map {
  margin-bottom: 40px;
}
/* line 1407, ../sass/style.scss */
.single-event .post-item .content .about p {
  color: #838383;
}
/* line 1409, ../sass/style.scss */
.single-event .post-item .content .about p b {
  font-family: 'Gotham';
}
/* line 1412, ../sass/style.scss */
.single-event .post-item .content .about p strong {
  font-family: 'Gotham';
}
/* line 1416, ../sass/style.scss */
.single-event .post-item .content .about .hero-image {
  margin-bottom: 25px;
}
/* line 1421, ../sass/style.scss */
.single-event .post-item .content .info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
/* line 1425, ../sass/style.scss */
.single-event .post-item .content .info p a {
  font-size: 16px;
  line-height: 26px;
}
/* line 1433, ../sass/style.scss */
.single-event .post-item .content .times ul li {
  margin-bottom: 10px;
}
/* line 1435, ../sass/style.scss */
.single-event .post-item .content .times ul li:last-child {
  margin-bottom: 0;
}
/* line 1441, ../sass/style.scss */
.single-event .post-item .content #contentpub {
  padding-bottom: 0;
}
/* line 1444, ../sass/style.scss */
.single-event .post-item .content .hero-image {
  margin-bottom: 25px;
}
/* line 1449, ../sass/style.scss */
.single-event .post-item .content .single-event-buttons ul li {
  margin-bottom: 0;
  padding: 0 10px;
}
/* line 1457, ../sass/style.scss */
.single-event .video-narrow-rule {
  max-width: 700px;
}
/* line 1459, ../sass/style.scss */
.single-event .video-narrow-rule .video-item {
  min-height: inherit;
}

/* line 1473, ../sass/style.scss */
div.agenda {
  margin-top: 35px;
}

/* line 1477, ../sass/style.scss */
.more-details {
  font-family: 'GothamBook';
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

/* line 1485, ../sass/style.scss */
.newsletter-submit-form input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 35px 0;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  font-family: 'GothamBook';
  font-size: 15px;
  color: #B7B7B7;
  line-height: 17px;
  height: 36px;
}
/* line 1506, ../sass/style.scss */
.newsletter-submit-form input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 35px 0;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  font-family: 'GothamBook';
  font-size: 15px;
  color: #B7B7B7;
  line-height: 17px;
  height: 36px;
}
/* line 1528, ../sass/style.scss */
.newsletter-submit-form .prefix {
  background: #f2f2f2;
  color: #333;
  border-color: #ccc;
  width: 10%;
  float: left;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: none;
  height: 36px;
  text-align: center;
}
/* line 1540, ../sass/style.scss */
.newsletter-submit-form .prefix span {
  font-size: 17px;
  font-family: 'GothamBook';
  font-weight: bold;
  padding-top: 5px;
  display: block;
}
/* line 1549, ../sass/style.scss */
.newsletter-submit-form .twitter-input {
  width: 90%;
  float: left;
}
/* line 1554, ../sass/style.scss */
.newsletter-submit-form li {
  position: relative;
}
/* line 1556, ../sass/style.scss */
.newsletter-submit-form li label.error {
  background-color: #f04124;
  position: absolute;
  left: 0;
  color: #ffffff;
  padding: 5px 10px;
  height: 30px;
  display: block;
  bottom: -30px;
  font-size: 12px;
  width: 100%;
}
/* line 1571, ../sass/style.scss */
.newsletter-submit-form .switch .left {
  float: left;
  width: 50%;
}
/* line 1574, ../sass/style.scss */
.newsletter-submit-form .switch .left h3 {
  font-size: 22px;
  color: #4A4A4A;
  margin: 9px 0;
}
/* line 1581, ../sass/style.scss */
.newsletter-submit-form .switch .right {
  float: left;
  width: 50%;
  text-align: right;
}
/* line 1587, ../sass/style.scss */
.newsletter-submit-form .switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 56px;
  height: 28px;
  cursor: pointer;
  transition: left 0.15s ease-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: right;
}
/* line 1602, ../sass/style.scss */
.newsletter-submit-form .switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  border-radius: 9999px;
}
/* line 1618, ../sass/style.scss */
.newsletter-submit-form .switch input {
  display: none;
}
/* line 1620, ../sass/style.scss */
.newsletter-submit-form .switch input:checked + label {
  background: #683496;
  width: 56px;
  height: 28px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  color: transparent;
  text-indent: 100%;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
/* line 1632, ../sass/style.scss */
.newsletter-submit-form .switch input:checked + label:after {
  left: 32px;
}
/* line 1639, ../sass/style.scss */
.newsletter-submit-form .btn {
  padding: 13px 30px 13px;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  background-color: #683496;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 30px;
  border-radius: 0;
  font-size: 10px;
  line-height: 12px;
}
/* line 1654, ../sass/style.scss */
.newsletter-submit-form .btn:hover {
  background-color: #52297a;
}

/* line 1663, ../sass/style.scss */
.newsletter-popup form .form-group .input-group {
  position: relative;
}
/* line 1666, ../sass/style.scss */
.newsletter-popup form .form-group .input-group .form-control:first-child {
  border-radius: 0;
}
/* line 1671, ../sass/style.scss */
.newsletter-popup form .form-group .input-group label.error {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
  bottom: -30px;
}

/* line 1689, ../sass/style.scss */
.sidebar-roadblock {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 1693, ../sass/style.scss */
.sidebar-roadblock .roadblock-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 25%;
  margin-top: 240px;
}

/* line 1704, ../sass/style.scss */
.featured-post-2 a {
  text-decoration: none;
  position: relative;
}

/* line 1710, ../sass/style.scss */
.bottom-excerpt {
  display: none;
}
/* line 1712, ../sass/style.scss */
.bottom-excerpt.active {
  display: block;
}

/* line 1717, ../sass/style.scss */
.post-expandable {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
/* line 1725, ../sass/style.scss */
.post-expandable.active {
  max-height: 99999px;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

/* line 1744, ../sass/style.scss */
.articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
  clear: both;
}

/* line 1753, ../sass/style.scss */
.tag .search-choice {
  margin-top: 20px;
}

/* line 1758, ../sass/style.scss */
.tags-dropdown {
  margin-top: 18px;
}
/* line 1760, ../sass/style.scss */
.tags-dropdown .tags {
  z-index: 100;
}

/* line 1766, ../sass/style.scss */
.advert-banner-slot2 div.title {
  display: none;
}

/* line 1772, ../sass/style.scss */
.advert-banner-slot3 div.title {
  display: none;
}

/* line 1781, ../sass/style.scss */
.tags-dropdown .tags ul li a {
  text-transform: capitalize;
}

/* line 1790, ../sass/style.scss */
.related-content-block .related-items {
  margin-bottom: 0;
}

/* line 1796, ../sass/style.scss */
.author-post-data .description {
  margin-bottom: 23px;
}

/* line 1801, ../sass/style.scss */
.author_social {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 1806, ../sass/style.scss */
.author_social li {
  float: left;
}
/* line 1808, ../sass/style.scss */
.author_social li a {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/author_socials_sprite.png") no-repeat top left;
}
/* line 1813, ../sass/style.scss */
.author_social li a.facebook-icon {
  background-position: 0 -640px;
}
/* line 1815, ../sass/style.scss */
.author_social li a.facebook-icon:hover {
  background-position: 0 -800px;
}
/* line 1819, ../sass/style.scss */
.author_social li a.twitter-icon {
  background-position: 0 -1600px;
}
/* line 1821, ../sass/style.scss */
.author_social li a.twitter-icon:hover {
  background-position: 0 -1760px;
}
/* line 1825, ../sass/style.scss */
.author_social li a.google-icon {
  background-position: 0 -1280px;
}
/* line 1827, ../sass/style.scss */
.author_social li a.google-icon:hover {
  background-position: 0 -1440px;
}
/* line 1831, ../sass/style.scss */
.author_social li a.email-icon {
  background-position: 0 -320px;
}
/* line 1833, ../sass/style.scss */
.author_social li a.email-icon:hover {
  background-position: 0 -480px;
}
/* line 1837, ../sass/style.scss */
.author_social li a.gtalk-icon {
  background-position: 0 -960px;
}
/* line 1839, ../sass/style.scss */
.author_social li a.gtalk-icon:hover {
  background-position: 0 -1120px;
}
/* line 1843, ../sass/style.scss */
.author_social li a.website-icon {
  background-position: 0 -1920px;
}
/* line 1845, ../sass/style.scss */
.author_social li a.website-icon:hover {
  background-position: 0 -2080px;
}
/* line 1849, ../sass/style.scss */
.author_social li a.yahoo-icon {
  background-position: 0 -2240px;
}
/* line 1851, ../sass/style.scss */
.author_social li a.yahoo-icon:hover {
  background-position: 0 -2400px;
}
/* line 1855, ../sass/style.scss */
.author_social li a.aim-icon {
  background-position: 0 0;
}
/* line 1857, ../sass/style.scss */
.author_social li a.aim-icon:hover {
  background-position: 0 -160px;
}
/* line 1861, ../sass/style.scss */
.author_social li a.rss-icon {
  background: url("../images/rss_sprite.png") no-repeat top left;
  background-position: 0 -90px;
}
/* line 1864, ../sass/style.scss */
.author_social li a.rss-icon:hover {
  background-position: 0 -250px;
}
/* line 1869, ../sass/style.scss */
.author_social li:last-child {
  margin-right: 0;
}

/* line 1879, ../sass/style.scss */
.sidebar-controls .nav-tabs li.active a {
  border-bottom: 1px solid #ddd;
}
/* line 1885, ../sass/style.scss */
.sidebar-controls .sidebar-tab-navs {
  background-color: #FFFFFF;
}

/* line 1891, ../sass/style.scss */
.articles-pane-block .articles-pane-content {
  padding-top: 128px;
}
/* line 1893, ../sass/style.scss */
.articles-pane-block .articles-pane-content.tab-active {
  padding-top: 177px;
}

/* line 1901, ../sass/style.scss */
.search-results-block .tags-description a {
  text-decoration: underline;
}
/* line 1903, ../sass/style.scss */
.search-results-block .tags-description a:hover {
  text-decoration: none;
}

/* line 1912, ../sass/style.scss */
.content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
  position: relative;
}

/* line 1921, ../sass/style.scss */
.articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
  position: relative;
}

/* line 1931, ../sass/style.scss */
.addthis_toolbox .custom_images li a {
  margin-right: 5px;
  padding: 0;
  width: 105px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  display: block;
  padding-top: 13px;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all 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 1945, ../sass/style.scss */
.addthis_toolbox .custom_images li a img {
  display: none;
}
/* line 1948, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_email {
  background-color: #6a3a96;
}
/* line 1950, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_email:hover {
  background-color: #501776;
}
/* line 1954, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_twitter {
  background-color: #009cd7;
}
/* line 1956, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_twitter:hover {
  background-color: #00ABF1;
}
/* line 1960, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_reddit {
  background-color: #61abd7;
}
/* line 1962, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_reddit:hover {
  background-color: #5989b5;
}
/* line 1966, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_facebook {
  background-color: #355a9b;
}
/* line 1968, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_facebook:hover {
  background-color: #003366;
}

/* line 1979, ../sass/style.scss */
.post-item .addthis_toolbox .custom_images {
  margin-bottom: 0;
}
/* line 1983, ../sass/style.scss */
.post-item .addthis_toolbox .custom_images li a img {
  margin: 0;
}
/* line 1988, ../sass/style.scss */
.post-item .addthis_toolbox .custom_images .at4-icon.aticon-email {
  display: none;
}

/* line 1995, ../sass/style.scss */
.float-control-panel {
  left: 0;
  z-index: 1000;
  position: fixed;
  width: 100%;
  webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
/* line 2004, ../sass/style.scss */
.float-control-panel:after {
  background-color: #fff;
  opacity: .8;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
/* line 2017, ../sass/style.scss */
.float-control-panel hr:first-child {
  margin-top: 0;
}
/* line 2020, ../sass/style.scss */
.float-control-panel hr:last-child {
  margin-bottom: 0;
}
/* line 2024, ../sass/style.scss */
.float-control-panel.detached-controls {
  top: 0;
}

/* line 2031, ../sass/style.scss */
.category_addthis_toolbox ul li {
  float: left;
  margin-bottom: 5px;
}
/* line 2033, ../sass/style.scss */
.category_addthis_toolbox ul li a {
  display: block;
}

/* line 2041, ../sass/style.scss */
.fb_c_like_li {
  height: 38px;
  width: 105px;
}
/* line 2045, ../sass/style.scss */
.fb_c_like_li:hover .fb_c_like_blue {
  display: none;
}

/* line 2053, ../sass/style.scss */
.about-template .post-item img {
  width: auto !important;
  display: inline !important;
  margin-bottom: 0 !important;
}

/* line 2065, ../sass/style.scss */
.single-post .post-item .subimage-block-bottom .addthis_toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2076, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper {
  background-color: #fff;
  padding-top: 20px !important;
}
/* line 2079, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner {
  margin: 0 auto;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  height: 265px;
  text-align: center;
}
/* line 2088, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner.banner-off {
  height: 0;
  overflow: hidden;
}
/* line 2092, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner.banner-overflow {
  overflow: hidden;
}
/* line 2095, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner div {
  margin: 0 auto;
}

/* line 2106, ../sass/style.scss */
.single-event .sponsors ul li img {
  max-width: 200px;
}

/* line 2114, ../sass/style.scss */
.fb_iframe_widget {
  margin: 0 auto 35px;
  display: block !important;
  text-align: center;
}

/* line 2120, ../sass/style.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

/* line 2128, ../sass/style.scss */
.report-carousel .carousel-control.left span:after {
  display: none;
}

/* line 2140, ../sass/style.scss */
.report-carousel .carousel-control.right span:after {
  display: none;
}

/* line 2152, ../sass/style.scss */
.post-item .subimage-block a.category:hover {
  color: #ffffff !important;
  border-color: #683496 !important;
  background-color: #683496;
}
/* line 2158, ../sass/style.scss */
.post-item .subimage-block a.category.purple-color:hover {
  color: #ffffff !important;
  border-color: #531c83 !important;
  background-color: #531c83;
}
/* line 2165, ../sass/style.scss */
.post-item .subimage-block a.category.orange-color:hover {
  color: #ffffff !important;
  border-color: #c87d00 !important;
  background-color: #c87d00;
}
/* line 2172, ../sass/style.scss */
.post-item .subimage-block a.category.light-green-color:hover {
  color: #ffffff !important;
  border-color: #AAB302 !important;
  background-color: #AAB302;
}
/* line 2179, ../sass/style.scss */
.post-item .subimage-block a.category.blue-color:hover {
  color: #ffffff !important;
  border-color: #4990E2 !important;
  background-color: #4990E2;
}
/* line 2186, ../sass/style.scss */
.post-item .subimage-block a.category.yellow-color:hover {
  color: #ffffff !important;
  border-color: #E0D11E !important;
  background-color: #E0D11E;
}
/* line 2193, ../sass/style.scss */
.post-item .subimage-block a.category.breeze-color:hover {
  color: #ffffff !important;
  border-color: #2BE3C9 !important;
  background-color: #2BE3C9;
}
/* line 2200, ../sass/style.scss */
.post-item .subimage-block a.category.pink-color:hover {
  color: #ffffff !important;
  border-color: #d46b67 !important;
  background-color: #d46b67;
}

/* line 2212, ../sass/style.scss */
div.add_to_cart .add-title {
  float: right;
  font-size: 18px;
  padding-top: 26px;
}

/* line 2219, ../sass/style.scss */
.add_to_cart_btn {
  display: block;
  float: right;
  width: 275px;
  background-color: #683496;
  border-bottom: 5px solid #51227e;
  text-align: center;
  font-size: 23px;
  line-height: 54px;
  margin: 10px 10px 30px 20px;
  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;
}
/* line 2236, ../sass/style.scss */
.add_to_cart_btn:hover {
  background-color: #501776;
  text-decoration: none;
  color: #FFFFFF;
}
/* line 2241, ../sass/style.scss */
.add_to_cart_btn:focus {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 2247, ../sass/style.scss */
.reports_checkout {
  display: block;
  float: right;
  width: 215px;
  background-color: #616161;
  border-bottom: 5px solid #3f3f3f;
  text-align: center;
  font-size: 23px;
  line-height: 54px;
  margin: 0 0 30px;
  color: #ffffff;
  margin-top: 10px;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all 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;
  border-top: none;
  border-left: none;
  border-right: none;
}
/* line 2268, ../sass/style.scss */
.reports_checkout:hover {
  background-color: #3f3f3f;
  text-decoration: none;
  color: #FFFFFF;
}

/* line 2275, ../sass/style.scss */
.top-page-header {
  height: 80px;
  background-color: #dedede;
}
/* line 2278, ../sass/style.scss */
.top-page-header .top-page-header-wrapper {
  padding: 0 24px 0 24px;
  max-width: 1440px;
  margin: 0 auto;
}
/* line 2282, ../sass/style.scss */
.top-page-header .top-page-header-wrapper .cart {
  display: block;
  float: right;
  margin-top: 25px;
  margin-right: 16px;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
}
/* line 2290, ../sass/style.scss */
.top-page-header .top-page-header-wrapper .cart:before {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 32px;
  background: url("../images/shopping.png") no-repeat top left;
  top: -3px;
  left: 0;
}
/* line 2300, ../sass/style.scss */
.top-page-header .top-page-header-wrapper .cart span {
  color: #000000;
  display: block;
  line-height: 16px;
}
/* line 2304, ../sass/style.scss */
.top-page-header .top-page-header-wrapper .cart span.count {
  font-weight: lighter;
}
/* line 2310, ../sass/style.scss */
.top-page-header .topic-expand-mobile {
  width: 25px;
  height: 20px;
  float: left;
  margin: 28px 0 0 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}
/* line 2321, ../sass/style.scss */
.top-page-header .topic-expand-mobile div {
  width: 100%;
  height: 3px;
  background-color: #673695;
  margin-bottom: 5px;
}
/* line 2326, ../sass/style.scss */
.top-page-header .topic-expand-mobile div:last-child {
  margin-bottom: 0;
}
/* line 2331, ../sass/style.scss */
.top-page-header .topics-expand {
  float: left;
  margin: 34px 0 0 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}
/* line 2341, ../sass/style.scss */
.top-page-header .top-menu {
  float: left;
  margin-right: 12px;
  margin-top: 31px;
  margin-left: 20px;
}
/* line 2346, ../sass/style.scss */
.top-page-header .top-menu li {
  display: inline-block;
}
/* line 2348, ../sass/style.scss */
.top-page-header .top-menu li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding: 6px 12px;
  text-decoration: none;
  white-space: nowrap;
}
/* line 2358, ../sass/style.scss */
.top-page-header .logo {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url(../images/purple_logo.png) top center no-repeat;
  float: right;
  margin-top: 15px;
  background-size: 100%;
}
/* line 2367, ../sass/style.scss */
.top-page-header .good-data-contest {
  float: left;
  margin-top: 27px;
  margin-right: 16px;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding: 6px 12px;
  text-decoration: none;
  line-height: 15px;
  white-space: nowrap;
  box-sizing: content-box;
}
/* line 2380, ../sass/style.scss */
.top-page-header .header-promo {
  float: right;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'GothamCondensedBook', sans-serif, Arial;
  font-size: 40px;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 10px;
}

/* line 2392, ../sass/style.scss */
.fb_c_like_blue {
  display: block;
  height: 38px;
  padding: 12px 0 0 0;
  position: absolute;
  background: #355A9B;
  width: 105px;
  z-index: 10;
  content: 'like';
  color: #fff;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 2405, ../sass/style.scss */
.fb_c_like_blue.fb_c_like_active {
  display: none;
}

/* line 2410, ../sass/style.scss */
.sidebar-controls .sidebar-top-controls {
  display: none;
}

/* line 2418, ../sass/style.scss */
.mac-os .post-item .content p.content-excerpt {
  font-family: 'GothamBook';
}
/* line 2421, ../sass/style.scss */
.mac-os .post-item .content p.second-list-section {
  font-family: 'Gotham';
  font-weight: lighter;
}

/* line 2431, ../sass/style.scss */
.woocommerce-checkout #payment {
  background: none;
}
/* line 2434, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
/* line 2437, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0;
}
/* line 2441, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li label img {
  max-height: inherit;
  margin-left: 0;
}
/* line 2446, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  margin: 0;
  width: 100%;
  padding: 1em 15px;
  clear: both;
}
/* line 2451, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li .payment_box p {
  font-size: 18px;
  line-height: 22px;
}
/* line 2455, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li .payment_box:after {
  top: -16px;
  margin: 0 0 0 2em;
}
/* line 2469, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li {
  position: relative;
}
/* line 2473, ../sass/style.scss */
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
/* line 2477, ../sass/style.scss */
.woocommerce-checkout #payment .place-order {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* line 2480, ../sass/style.scss */
.woocommerce-checkout #payment .place-order .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 2492, ../sass/style.scss */
.woocommerce-checkout #payment .place-order .button:hover {
  background-color: #501776;
}

/* line 2504, ../sass/style.scss */
.content-block .post-item .content blockquote p {
  color: #4A4A4A;
  font-weight: lighter;
  font-style: italic;
}

/* line 2520, ../sass/style.scss */
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  text-align: center;
  width: 20%;
}
/* line 2523, ../sass/style.scss */
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child {
  width: 26%;
}
/* line 2531, ../sass/style.scss */
.woocommerce .coupon .input-text {
  margin: 4px;
  width: 150px;
}
/* line 2540, ../sass/style.scss */
.woocommerce #content table.cart td.actions .input-text {
  width: 150px;
}
/* line 2549, ../sass/style.scss */
.woocommerce table.cart td.actions .input-text {
  width: 150px;
}

/* line 2563, ../sass/style.scss */
.content-block .post-item .content p.checkout-notification {
  font-size: 14px;
  line-height: 18px;
}

/*

.sprite { background: url('sprite.png') no-repeat top left; width: 20px; height: 20px;  }
.sprite.AIM { background-position: 0 0; }
.sprite.AIM2x { background-position: 0 -70px; width: 40px; height: 40px; }
.sprite.AIM_Pur { background-position: 0 -160px; }
.sprite.AIM_Pur2x { background-position: 0 -230px; width: 40px; height: 40px; }
.sprite.Email { background-position: 0 -320px; }
.sprite.Email2x { background-position: 0 -390px; width: 40px; height: 40px; }
.sprite.Email_Pur { background-position: 0 -480px; }
.sprite.Email_Pur2x { background-position: 0 -550px; width: 40px; height: 40px; }
.sprite.Facebook { background-position: 0 -640px; }
.sprite.Facebook2x { background-position: 0 -710px; width: 40px; height: 40px; }
.sprite.Facebook_Pur { background-position: 0 -800px; }
.sprite.Facebook_Pur2x { background-position: 0 -870px; width: 40px; height: 40px; }
.sprite.GoogleTalk { background-position: 0 -960px; }
.sprite.GoogleTalk2x { background-position: 0 -1030px; width: 40px; height: 40px; }
.sprite.GoogleTalk_Pur { background-position: 0 -1120px; }
.sprite.GoogleTalk_Pur2x { background-position: 0 -1190px; width: 40px; height: 40px; }
.sprite.Google { background-position: 0 -1280px; }
.sprite.Google2x { background-position: 0 -1350px; width: 40px; height: 40px; }
.sprite.Google_Pur { background-position: 0 -1440px; }
.sprite.Google_Pur2x { background-position: 0 -1510px; width: 40px; height: 40px; }
.sprite.Twitter { background-position: 0 -1600px; }
.sprite.Twitter2x { background-position: 0 -1670px; width: 40px; height: 40px; }
.sprite.Twitter_Pur { background-position: 0 -1760px; }
.sprite.Twitter_Pur2x { background-position: 0 -1830px; width: 40px; height: 40px; }
.sprite.Website { background-position: 0 -1920px; }
.sprite.Website2x { background-position: 0 -1990px; width: 40px; height: 40px; }
.sprite.Website_Pur { background-position: 0 -2080px; }
.sprite.Website_Pur2x { background-position: 0 -2150px; width: 40px; height: 40px; }
.sprite.YahooIM { background-position: 0 -2240px; }
.sprite.YahooIM2x { background-position: 0 -2310px; width: 40px; height: 40px; }
.sprite.YahooIM_Pur { background-position: 0 -2400px; }
.sprite.YahooIM_Pur2x { background-position: 0 -2470px; width: 40px; height: 40px; }
.sprite { background: url('../images/rss_sprite.png') no-repeat top left;  }
.sprite.rss_pur2x { background-position: 0 0; width: 40px; height: 40px; }
.sprite.rss { background-position: 0 -90px; }
.sprite.rss2x { background-position: 0 -160px; width: 40px; height: 40px; }
.sprite.rss_pur { background-position: 0 -250px; }

*/
/*Custom Styles End*/

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