/*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 .subimage-block {
  margin-bottom: 18px;
}
/* line 286, ../sass/style.scss */
.content-block .post-item .subimage-block .fb-like {
  position: relative;
  top: 9px;
}
/* line 293, ../sass/style.scss */
.content-block .post-item .subimage-block-bottom a:nth-child(2) {
  clear: none;
}

/* line 304, ../sass/style.scss */
.post-item.content-featured-post .featured-post .content {
  max-width: 940px;
  margin: 0 auto;
}
/* line 307, ../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 320, ../sass/style.scss */
.post-item .content p {
  margin-bottom: 35px;
}
/* line 322, ../sass/style.scss */
.post-item .content p a {
  font-family: "Gotham", Arial, Helvetica;
}
/* line 326, ../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 334, ../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 352, ../sass/style.scss */
.post-item.trend-item .media-body .excerpt.price {
  font-weight: bold;
}

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

/* line 368, ../sass/style.scss */
.top-nav {
  display: none;
}
/* line 371, ../sass/style.scss */
.top-nav .container .menu-lnk {
  display: none;
}
/* line 374, ../sass/style.scss */
.top-nav .container .top-logo {
  display: none !important;
}

/* when shown & detached position is fixed */
/* line 380, ../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 388, ../sass/style.scss */
.top-nav.detached .container .menu-lnk {
  color: #683496;
  display: none;
}
/* line 392, ../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 397, ../sass/style.scss */
.top-nav.detached .container .articles-lnk {
  color: #683496;
}

/* line 404, ../sass/style.scss */
.post-item.content-featured-post {
  position: relative;
  max-width: inherit;
}
/* line 408, ../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 427, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post {
  width: 50%;
  float: left;
}
/* line 431, ../sass/style.scss */
.post-item .subimage-block-mobile .categories {
  width: 50%;
  float: left;
}
/* line 434, ../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 447, ../sass/style.scss */
.post-item .subimage-block-mobile .date-post li {
  float: left;
  line-height: 0;
}
/* line 450, ../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 458, ../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 471, ../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 486, ../sass/style.scss */
.post-index .content-block .post-item {
  border-bottom: none;
}
/* line 488, ../sass/style.scss */
.post-index .content-block .post-item .post-img {
  width: 100%;
}
/* line 491, ../sass/style.scss */
.post-index .content-block .post-item .subimage-block-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #683496;
}

/* line 505, ../sass/style.scss */
.post-index-meta {
  text-transform: uppercase;
  margin: 25px 0;
}
/* line 508, ../sass/style.scss */
.post-index-meta .author {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 13px;
}
/* line 513, ../sass/style.scss */
.post-index-meta .data {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 0 -8px !important;
}
/* line 517, ../sass/style.scss */
.post-index-meta .data li {
  float: left;
  padding: 0 8px;
  margin-bottom: 0 !important;
}
/* line 522, ../sass/style.scss */
.post-index-meta .data .date {
  font-size: 10px;
  line-height: 11px;
  color: #cccccc;
  position: relative;
}
/* line 527, ../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 538, ../sass/style.scss */
.post-index-meta .data .category {
  font-size: 10px;
  line-height: 11px;
}
/* line 541, ../sass/style.scss */
.post-index-meta .data .category a {
  color: #683496;
}

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

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

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

/* line 598, ../sass/style.scss */
.related-content-block .title {
  text-transform: uppercase;
  color: #CCCCCC;
  font-size: 11px;
  text-align: left;
}
/* line 604, ../sass/style.scss */
.related-content-block .related-items {
  padding: 15px 0 0;
  text-align: center;
}
/* line 607, ../sass/style.scss */
.related-content-block .related-items li {
  display: inline-block;
  padding: 0 25px;
  max-width: 240px;
  box-sizing: content-box;
  margin-bottom: 27px;
}
/* line 613, ../sass/style.scss */
.related-content-block .related-items li h3 {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
/* line 617, ../sass/style.scss */
.related-content-block .related-items li h3 a {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
}
/* line 624, ../sass/style.scss */
.related-content-block .related-items li .related-lnk {
  display: block;
  width: 238px;
  height: 158px;
  background-size: cover;
  border: 1px solid #683496;
}
/* line 630, ../sass/style.scss */
.related-content-block .related-items li .related-lnk.no-image {
  height: 0;
  display: inline;
}
/* line 635, ../sass/style.scss */
.related-content-block .related-items li .category {
  text-align: right;
  min-height: 19px;
}
/* line 638, ../sass/style.scss */
.related-content-block .related-items li .category a {
  text-transform: uppercase;
  font-size: 10px;
  color: #683496;
}

/* line 654, ../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 657, ../sass/style.scss */
.articles-pane-block .articles-pane-content .articles-list li .advert-banner .banner-holder {
  margin-bottom: 0;
}

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

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

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

/* line 697, ../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 708, ../sass/style.scss */
.primary-white-button:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #683496;
}

/* line 714, ../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 725, ../sass/style.scss */
.primary-purple-button:hover {
  border: 1px solid #683496;
  color: #683496;
  background: transparent;
}

/* line 733, ../sass/style.scss */
.events-videos .post-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 737, ../sass/style.scss */
.events-videos .post-item .event-item {
  margin-bottom: 30px;
}
/* line 740, ../sass/style.scss */
.events-videos .post-item .video-item {
  margin-bottom: 30px;
}
/* line 744, ../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 754, ../sass/style.scss */
.events-videos .title-line .narrow-rule {
  max-width: 700px;
}

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

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

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

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

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

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

/* line 796, ../sass/style.scss */
.load-container {
  padding: 25px 0;
}
/* line 798, ../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 821, ../sass/style.scss */
.articles-pane-block .advert-banner .title {
  max-width: 300px;
  margin: 10px auto 0;
  float: none;
  clear: both;
}

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

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

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

/* line 882, ../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 888, ../sass/style.scss */
.articles-pane-block .articles-pane-content .articles-list li .media .media-body {
  padding-left: 10px;
}

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

/* line 908, ../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 915, ../sass/style.scss */
.post-index .post-video .video-visible iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 922, ../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 938, ../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 946, ../sass/style.scss */
.newsletter-popup.active {
  visibility: visible;
  opacity: 1;
}
/* line 950, ../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 964, ../sass/style.scss */
.trend-reports .trend-item:nth-child(2n+1) {
  clear: left;
}
/* line 967, ../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 978, ../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 991, ../sass/style.scss */
.carousel-control.right span {
  width: 36px;
  height: 60px;
  background-color: #333;
  opacity: 1;
  top: 45%;
  right: 0;
  margin-right: 0;
}
/* line 999, ../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 1015, ../sass/style.scss */
.carousel-control.right:hover {
  opacity: .6;
}
/* line 1019, ../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 1032, ../sass/style.scss */
.carousel-control.left span {
  width: 36px;
  height: 60px;
  background-color: #333;
  opacity: 1;
  top: 45%;
  left: 0;
  margin-left: 0;
}
/* line 1040, ../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 1056, ../sass/style.scss */
.carousel-control.left:hover {
  opacity: .6;
}

/* line 1062, ../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 1068, ../sass/style.scss */
.advert-banner .banner-holder {
  margin: 0 auto;
  text-align: center;
}
/* line 1071, ../sass/style.scss */
.advert-banner .banner-holder img {
  margin-bottom: 8px;
}
/* line 1079, ../sass/style.scss */
.advert-banner .title {
  text-align: right;
  text-transform: uppercase;
  color: #CCCCCC;
  font-size: 11px;
  margin-top: 10px;
}

/* line 1089, ../sass/style.scss */
.single-report h1 {
  font-size: 28px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1094, ../sass/style.scss */
.single-report h2 {
  font-size: 26px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1099, ../sass/style.scss */
.single-report h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1104, ../sass/style.scss */
.single-report h4 {
  font-size: 22px;
  margin-top: 0;
  font-weight: bold;
}
/* line 1109, ../sass/style.scss */
.single-report .carousel {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
}
/* line 1113, ../sass/style.scss */
.single-report .post-item {
  max-width: inherit;
}
/* line 1117, ../sass/style.scss */
.single-report .post-item .content p:first-child {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'GothamBook';
  color: #4A4A4A;
}
/* line 1124, ../sass/style.scss */
.single-report .post-item .content ul {
  margin-left: 0;
}
/* line 1127, ../sass/style.scss */
.single-report .post-item .content .features-block {
  font-family: 'GothamBook';
  font-size: 20px;
  color: #4A4A4A;
  line-height: 30px;
}
/* line 1134, ../sass/style.scss */
.single-report .post-item .post-title {
  margin-top: 20px;
}
/* line 1139, ../sass/style.scss */
.single-report .carousel-inner .item {
  text-align: center;
}
/* line 1144, ../sass/style.scss */
.single-report .download table {
  width: 100%;
}
/* line 1147, ../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 1153, ../sass/style.scss */
.single-report .download table tr td {
  padding: 9px 0;
  border-bottom: 1px solid #000;
}
/* line 1161, ../sass/style.scss */
.single-report .insights .insights-list {
  margin: 0;
  padding: 0;
}
/* line 1164, ../sass/style.scss */
.single-report .insights .insights-list li {
  list-style: none;
  margin-bottom: 40px;
}
/* line 1168, ../sass/style.scss */
.single-report .insights .insights-list li a img {
  height: auto;
}
/* line 1171, ../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 1179, ../sass/style.scss */
.single-report .insights .insights-list li:nth-child(2n+1) {
  clear: both;
}
/* line 1185, ../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 1193, ../sass/style.scss */
.single-report .flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1202, ../sass/style.scss */
.single-report .workshops h3 {
  margin-top: 0;
  font-size: 20px;
  color: #683496;
}

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

/* line 1228, ../sass/style.scss */
.event-announcements-block .event-item .subtitle {
  min-height: 20px;
}
/* line 1233, ../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 1244, ../sass/style.scss */
.event-announcements-block .video-item {
  float: left;
  min-height: 380px;
}
/* line 1247, ../sass/style.scss */
.event-announcements-block .video-item:nth-child(2n+1) {
  clear: left;
}
/* line 1250, ../sass/style.scss */
.event-announcements-block .video-item:nth-child(2n) {
  float: right;
}

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

/* line 1271, ../sass/style.scss */
.single-event .post-item .content .sponsors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
}
/* line 1277, ../sass/style.scss */
.single-event .post-item .content .sponsors ul li {
  display: inline-block;
  float: none;
  padding: 0 20px 0 0;
  margin: 0;
}
/* line 1282, ../sass/style.scss */
.single-event .post-item .content .sponsors ul li a {
  display: table-cell;
  height: 134px;
  vertical-align: middle;
}
/* line 1286, ../sass/style.scss */
.single-event .post-item .content .sponsors ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 1295, ../sass/style.scss */
.single-event .post-item .content ul {
  margin: 0;
  list-style: inherit;
}
/* line 1298, ../sass/style.scss */
.single-event .post-item .content ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 1301, ../sass/style.scss */
.single-event .post-item .content ul li:last-child {
  margin-bottom: 0;
}
/* line 1305, ../sass/style.scss */
.single-event .post-item .content ul li .info .speaker_type {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
/* line 1310, ../sass/style.scss */
.single-event .post-item .content ul li .info .speaker_time {
  font-size: 16px;
  line-height: 26px;
}
/* line 1315, ../sass/style.scss */
.single-event .post-item .content ul li:nth-child(odd) {
  clear: left;
}
/* line 1320, ../sass/style.scss */
.single-event .post-item .content h2 {
  margin-top: 0;
}
/* line 1323, ../sass/style.scss */
.single-event .post-item .content section {
  margin-bottom: 35px;
}
/* line 1329, ../sass/style.scss */
.single-event .post-item .content section.speakers ul li:last-child img {
  margin-bottom: 25px;
}
/* line 1336, ../sass/style.scss */
.single-event .post-item .content section .event-map {
  margin-bottom: 40px;
}
/* line 1341, ../sass/style.scss */
.single-event .post-item .content .about p {
  color: #838383;
}
/* line 1343, ../sass/style.scss */
.single-event .post-item .content .about p b {
  font-family: 'Gotham';
}
/* line 1346, ../sass/style.scss */
.single-event .post-item .content .about p strong {
  font-family: 'Gotham';
}
/* line 1350, ../sass/style.scss */
.single-event .post-item .content .about .hero-image {
  margin-bottom: 25px;
}
/* line 1355, ../sass/style.scss */
.single-event .post-item .content .info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
/* line 1359, ../sass/style.scss */
.single-event .post-item .content .info p a {
  font-size: 16px;
  line-height: 26px;
}
/* line 1367, ../sass/style.scss */
.single-event .post-item .content .times ul li {
  margin-bottom: 10px;
}
/* line 1369, ../sass/style.scss */
.single-event .post-item .content .times ul li:last-child {
  margin-bottom: 0;
}
/* line 1375, ../sass/style.scss */
.single-event .post-item .content #contentpub {
  padding-bottom: 0;
}
/* line 1378, ../sass/style.scss */
.single-event .post-item .content .hero-image {
  margin-bottom: 25px;
}
/* line 1383, ../sass/style.scss */
.single-event .post-item .content .single-event-buttons ul li {
  margin-bottom: 0;
  padding: 0 10px;
}
/* line 1391, ../sass/style.scss */
.single-event .video-narrow-rule {
  max-width: 700px;
}
/* line 1393, ../sass/style.scss */
.single-event .video-narrow-rule .video-item {
  min-height: inherit;
}

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

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

/* line 1419, ../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 1440, ../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 1462, ../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 1474, ../sass/style.scss */
.newsletter-submit-form .prefix span {
  font-size: 17px;
  font-family: 'GothamBook';
  font-weight: bold;
  padding-top: 5px;
  display: block;
}
/* line 1483, ../sass/style.scss */
.newsletter-submit-form .twitter-input {
  width: 90%;
  float: left;
}
/* line 1488, ../sass/style.scss */
.newsletter-submit-form li {
  position: relative;
}
/* line 1490, ../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 1505, ../sass/style.scss */
.newsletter-submit-form .switch .left {
  float: left;
  width: 50%;
}
/* line 1508, ../sass/style.scss */
.newsletter-submit-form .switch .left h3 {
  font-size: 22px;
  color: #4A4A4A;
  margin: 9px 0;
}
/* line 1515, ../sass/style.scss */
.newsletter-submit-form .switch .right {
  float: left;
  width: 50%;
  text-align: right;
}
/* line 1521, ../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 1536, ../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 1552, ../sass/style.scss */
.newsletter-submit-form .switch input {
  display: none;
}
/* line 1554, ../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 1566, ../sass/style.scss */
.newsletter-submit-form .switch input:checked + label:after {
  left: 32px;
}
/* line 1573, ../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 1588, ../sass/style.scss */
.newsletter-submit-form .btn:hover {
  background-color: #52297a;
}

/* line 1597, ../sass/style.scss */
.newsletter-popup form .form-group .input-group {
  position: relative;
}
/* line 1600, ../sass/style.scss */
.newsletter-popup form .form-group .input-group .form-control:first-child {
  border-radius: 0;
}
/* line 1605, ../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 1623, ../sass/style.scss */
.sidebar-roadblock {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 1627, ../sass/style.scss */
.sidebar-roadblock .roadblock-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

/* line 1650, ../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 1658, ../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 1677, ../sass/style.scss */
.articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
  clear: both;
}

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

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

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

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

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

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

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

/* line 1734, ../sass/style.scss */
.author_social {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 1739, ../sass/style.scss */
.author_social li {
  float: left;
}
/* line 1741, ../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 1746, ../sass/style.scss */
.author_social li a.facebook-icon {
  background-position: 0 -640px;
}
/* line 1748, ../sass/style.scss */
.author_social li a.facebook-icon:hover {
  background-position: 0 -800px;
}
/* line 1752, ../sass/style.scss */
.author_social li a.twitter-icon {
  background-position: 0 -1600px;
}
/* line 1754, ../sass/style.scss */
.author_social li a.twitter-icon:hover {
  background-position: 0 -1760px;
}
/* line 1758, ../sass/style.scss */
.author_social li a.google-icon {
  background-position: 0 -1280px;
}
/* line 1760, ../sass/style.scss */
.author_social li a.google-icon:hover {
  background-position: 0 -1440px;
}
/* line 1764, ../sass/style.scss */
.author_social li a.email-icon {
  background-position: 0 -320px;
}
/* line 1766, ../sass/style.scss */
.author_social li a.email-icon:hover {
  background-position: 0 -480px;
}
/* line 1770, ../sass/style.scss */
.author_social li a.gtalk-icon {
  background-position: 0 -960px;
}
/* line 1772, ../sass/style.scss */
.author_social li a.gtalk-icon:hover {
  background-position: 0 -1120px;
}
/* line 1776, ../sass/style.scss */
.author_social li a.website-icon {
  background-position: 0 -1920px;
}
/* line 1778, ../sass/style.scss */
.author_social li a.website-icon:hover {
  background-position: 0 -2080px;
}
/* line 1782, ../sass/style.scss */
.author_social li a.yahoo-icon {
  background-position: 0 -2240px;
}
/* line 1784, ../sass/style.scss */
.author_social li a.yahoo-icon:hover {
  background-position: 0 -2400px;
}
/* line 1788, ../sass/style.scss */
.author_social li a.aim-icon {
  background-position: 0 0;
}
/* line 1790, ../sass/style.scss */
.author_social li a.aim-icon:hover {
  background-position: 0 -160px;
}
/* line 1794, ../sass/style.scss */
.author_social li a.rss-icon {
  background: url("../images/rss_sprite.png") no-repeat top left;
  background-position: 0 -90px;
}
/* line 1797, ../sass/style.scss */
.author_social li a.rss-icon:hover {
  background-position: 0 -250px;
}
/* line 1802, ../sass/style.scss */
.author_social li:last-child {
  margin-right: 0;
}

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

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

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

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

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

/* line 1864, ../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 1878, ../sass/style.scss */
.addthis_toolbox .custom_images li a img {
  display: none;
}
/* line 1881, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_email {
  background-color: #6a3a96;
}
/* line 1883, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_email:hover {
  background-color: #501776;
}
/* line 1887, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_twitter {
  background-color: #009cd7;
}
/* line 1889, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_twitter:hover {
  background-color: #00ABF1;
}
/* line 1893, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_reddit {
  background-color: #61abd7;
}
/* line 1895, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_reddit:hover {
  background-color: #5989b5;
}
/* line 1899, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_facebook {
  background-color: #355a9b;
}
/* line 1901, ../sass/style.scss */
.addthis_toolbox .custom_images li a.social_button_facebook:hover {
  background-color: #003366;
}

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

/* line 1928, ../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 1937, ../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 1950, ../sass/style.scss */
.float-control-panel hr:first-child {
  margin-top: 0;
}
/* line 1953, ../sass/style.scss */
.float-control-panel hr:last-child {
  margin-bottom: 0;
}
/* line 1957, ../sass/style.scss */
.float-control-panel.detached-controls {
  top: 0;
}

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

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

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

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

/* line 2009, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper {
  background-color: #fff;
  padding-top: 20px !important;
}
/* line 2012, ../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 2021, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner.banner-off {
  height: 0;
  overflow: hidden;
}
/* line 2025, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner.banner-overflow {
  overflow: hidden;
}
/* line 2028, ../sass/style.scss */
.sidebar-controls .sidebar-controls-wrapper .top-sidebar-controls-banner div {
  margin: 0 auto;
}

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

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

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

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

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

/* line 2085, ../sass/style.scss */
.post-item .subimage-block a.category:hover {
  color: #ffffff !important;
  border-color: #683496 !important;
  background-color: #683496;
}
/* line 2091, ../sass/style.scss */
.post-item .subimage-block a.category.purple-color:hover {
  color: #ffffff !important;
  border-color: #531c83 !important;
  background-color: #531c83;
}
/* line 2098, ../sass/style.scss */
.post-item .subimage-block a.category.orange-color:hover {
  color: #ffffff !important;
  border-color: #c87d00 !important;
  background-color: #c87d00;
}
/* line 2105, ../sass/style.scss */
.post-item .subimage-block a.category.light-green-color:hover {
  color: #ffffff !important;
  border-color: #AAB302 !important;
  background-color: #AAB302;
}
/* line 2112, ../sass/style.scss */
.post-item .subimage-block a.category.blue-color:hover {
  color: #ffffff !important;
  border-color: #4990E2 !important;
  background-color: #4990E2;
}
/* line 2119, ../sass/style.scss */
.post-item .subimage-block a.category.yellow-color:hover {
  color: #ffffff !important;
  border-color: #E0D11E !important;
  background-color: #E0D11E;
}
/* line 2126, ../sass/style.scss */
.post-item .subimage-block a.category.breeze-color:hover {
  color: #ffffff !important;
  border-color: #2BE3C9 !important;
  background-color: #2BE3C9;
}
/* line 2133, ../sass/style.scss */
.post-item .subimage-block a.category.pink-color:hover {
  color: #ffffff !important;
  border-color: #d46b67 !important;
  background-color: #d46b67;
}

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

/* line 2152, ../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 2169, ../sass/style.scss */
.add_to_cart_btn:hover {
  background-color: #501776;
  text-decoration: none;
  color: #FFFFFF;
}
/* line 2174, ../sass/style.scss */
.add_to_cart_btn:focus {
  text-decoration: none;
  color: #FFFFFF;
}
/* line 2178, ../sass/style.scss */
.add_to_cart_btn.add_to_cart_btn_inactive {
  background-color: #9e9e9e;
  border-bottom: none;
}
/* line 2181, ../sass/style.scss */
.add_to_cart_btn.add_to_cart_btn_inactive:hover {
  background-color: #9e9e9e;
  cursor: default;
}

/* line 2188, ../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 2209, ../sass/style.scss */
.reports_checkout:hover {
  background-color: #3f3f3f;
  text-decoration: none;
  color: #FFFFFF;
}

/* line 2216, ../sass/style.scss */
.top-page-header {
  height: 80px;
  background-color: #dedede;
}
/* line 2219, ../sass/style.scss */
.top-page-header .top-page-header-wrapper {
  padding: 0 24px 0 24px;
  max-width: 1440px;
  margin: 0 auto;
}
/* line 2223, ../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 2231, ../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 2241, ../sass/style.scss */
.top-page-header .top-page-header-wrapper .cart span {
  color: #000000;
  display: block;
  line-height: 16px;
}
/* line 2245, ../sass/style.scss */
.top-page-header .top-page-header-wrapper .cart span.count {
  font-weight: lighter;
}
/* line 2251, ../sass/style.scss */
.top-page-header .topic-expand-mobile {
  width: 25px;
  height: 20px;
  float: left;
  margin: 29px 0 0 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}
/* line 2262, ../sass/style.scss */
.top-page-header .topic-expand-mobile div {
  width: 100%;
  height: 3px;
  background-color: #673695;
  margin-bottom: 5px;
}
/* line 2267, ../sass/style.scss */
.top-page-header .topic-expand-mobile div:last-child {
  margin-bottom: 0;
}
/* line 2272, ../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 2282, ../sass/style.scss */
.top-page-header .top-menu {
  float: right;
  margin-right: 12px;
  margin-top: 31px;
}
/* line 2286, ../sass/style.scss */
.top-page-header .top-menu li {
  display: inline-block;
}
/* line 2288, ../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 2298, ../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 2307, ../sass/style.scss */
.top-page-header .good-data-contest {
  float: right;
  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 2322, ../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 2335, ../sass/style.scss */
.fb_c_like_blue.fb_c_like_active {
  display: none;
}

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

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

/* line 2361, ../sass/style.scss */
.woocommerce-checkout #payment {
  background: none;
}
/* line 2364, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
/* line 2367, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0;
}
/* line 2371, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li label img {
  max-height: inherit;
  margin-left: 0;
}
/* line 2376, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  margin: 0;
  width: 100%;
  padding: 1em 15px;
  clear: both;
}
/* line 2381, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li .payment_box p {
  font-size: 18px;
  line-height: 22px;
}
/* line 2385, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li .payment_box:after {
  top: -16px;
  margin: 0 0 0 2em;
}
/* line 2399, ../sass/style.scss */
.woocommerce-checkout #payment ul.payment_methods li {
  position: relative;
}
/* line 2403, ../sass/style.scss */
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
/* line 2407, ../sass/style.scss */
.woocommerce-checkout #payment .place-order {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* line 2410, ../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 2422, ../sass/style.scss */
.woocommerce-checkout #payment .place-order .button:hover {
  background-color: #501776;
}

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

/* line 2450, ../sass/style.scss */
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  text-align: center;
  width: 20%;
}
/* line 2453, ../sass/style.scss */
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child {
  width: 26%;
}

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

/* line 2477, ../sass/style.scss */
.woocommerce-billing-fields .post-item .content p {
  font-size: 14px;
}
/* line 2482, ../sass/style.scss */
.woocommerce-billing-fields .input-text {
  outline: none;
  border: #d1d1d1 thin solid;
  padding: 10px;
}

/* line 2490, ../sass/style.scss */
.select2-container .select2-choice {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

/* line 2498, ../sass/style.scss */
.woocommerce {
  margin-bottom: 40px;
}
/* line 2501, ../sass/style.scss */
.woocommerce table.shop_table {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
/* line 2509, ../sass/style.scss */
.woocommerce .woocommerce-checkout .form-row {
  margin-bottom: 10px;
}
/* line 2511, ../sass/style.scss */
.woocommerce .woocommerce-checkout .form-row.address-field {
  margin-bottom: 20px;
}
/* line 2514, ../sass/style.scss */
.woocommerce .woocommerce-checkout .form-row label {
  line-height: 1;
  font-size: 14px;
}
/* line 2518, ../sass/style.scss */
.woocommerce .woocommerce-checkout .form-row .select2-container {
  line-height: 1.7em;
}
/* line 2525, ../sass/style.scss */
.woocommerce .woocommerce-billing-fields h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 2529, ../sass/style.scss */
.woocommerce .woocommerce-billing-fields .input-text {
  padding: 8px;
  font-size: 14px;
}

/* line 2539, ../sass/style.scss */
.post-item .woocommerce .woocommerce-error li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
}
/* line 2545, ../sass/style.scss */
.post-item .woocommerce .order_details {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 2549, ../sass/style.scss */
.post-item .woocommerce .order_details li {
  font-size: 14px;
  float: none;
  display: inline-block;
}
/* line 2553, ../sass/style.scss */
.post-item .woocommerce .order_details li strong {
  font-size: 14px;
}
/* line 2558, ../sass/style.scss */
.post-item .woocommerce .cart-empty {
  font-size: 20px;
  margin: 20px 0 -20px;
}
/* line 2562, ../sass/style.scss */
.post-item .woocommerce .thank-you {
  font-size: 20px;
}

/* line 2569, ../sass/style.scss */
.select2-container .select2-choice > .select2-chosen {
  font-size: 14px;
}

/* line 2573, ../sass/style.scss */
.order_details_text {
  margin-top: 20px;
}
/* line 2575, ../sass/style.scss */
.order_details_text p {
  font-size: 14px !important;
  text-align: justify;
}

/*

.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 */
