/*================= Add css for custom =======================================*/
/*============================== VARIABLE DEFINED || START========================*/
/*=========== Sprite =========================================================*/
/* line 14, ../scss/style.scss */
.article-icon a {
  background: url("../images/sprite/small-sprite.png");
  background-repeat: no-repeat;
}

/* line 19, ../scss/style.scss */
.article-icon img {
  width: auto !important;
}

/* line 25, ../scss/style.scss */
li.last {
  border: medium none !important;
}

/* line 31, ../scss/style.scss */
.grayborder.last {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* line 40, ../scss/style.scss */
.pagination {
  text-align: center;
}

/* line 46, ../scss/style.scss */
.Astro .module .modulecontent {
  overflow: visible;
}

/* line 53, ../scss/style.scss */
.shadow--block {
  background: white;
  border-color: #DADADA;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px 1px 2px;
  box-shadow: 0 3px 4px #DEDEDE;
  margin-bottom: 2.8%;
  padding: 1.9%;
}

/* line 65, ../scss/style.scss */
.shadow--block .date {
  float: right;
  margin: 10px 12px 0 0;
}

/* line 72, ../scss/style.scss */
.astro-page .content-inner {
  overflow: hidden;
  padding: 14px 8px;
  background: #f1f1f1;
  margin: 0 0 10px;
}

/* line 81, ../scss/style.scss */
#astro-items {
  line-height: 12px;
  padding: 4px 8px;
  background: #EAEAEA;
  clear: both;
}

/* line 88, ../scss/style.scss */
#astro-item1 {
  font-size: 13px;
  margin-right: 3%;
}

/* line 94, ../scss/style.scss */
#astro-items span {
  font-weight: bold;
  font-size: 10px;
}

/* line 101, ../scss/style.scss */
span.astro-name {
  float: right;
  margin-top: 5px;
  font-weight: bold;
  font-size: 13px;
}

/* line 109, ../scss/style.scss */
.astro-img img {
  border: 1px solid #DADADA;
}

/* line 113, ../scss/style.scss */
.astro-img {
  text-align: center;
}

/*========================== contact us ======================================*/
/* line 120, ../scss/style.scss */
.bluetexturebg {
  background: url("../images/background/blue-texure.png") repeat scroll 0 0 transparent;
  padding: 10px;
  background-size: cover;
}

/* line 127, ../scss/style.scss */
.bluetexturebg .mailto {
  color: white;
  background: url("../images/mail.png") no-repeat scroll left 1px transparent;
  margin: 15px 0;
}
/* line 132, ../scss/style.scss */
.bluetexturebg .website-link {
  color: white;
  background: url("../images/website.png") no-repeat scroll left center transparent;
}
/* line 136, ../scss/style.scss */
.bluetexturebg .info {
  color: #CBE7FF;
  font-size: 18px;
  font-weight: bold;
  line-height: 12px;
  padding-left: 39px;
}
/* line 144, ../scss/style.scss */
.bluetexturebg .address a {
  color: white;
  padding-left: 40px;
  text-decoration: underline;
}

/*=========================== full story Page ====================================*/
/* line 156, ../scss/style.scss */
.article-subheader {
  margin: 0 0 20px 0;
}
/* line 158, ../scss/style.scss */
.article-subheader .next-story {
  background: url("../images/background/arrow-right.png") no-repeat scroll right center transparent;
  padding: 5px 35px 5px 13px;
}
/* line 162, ../scss/style.scss */
.article-subheader .prev-story {
  background: url("../images/background/arrow-left.png") no-repeat scroll left center transparent;
  padding: 5px 13px 5px 35px;
}

/* line 168, ../scss/style.scss */
.article-subheader .btn {
  border: 1px solid #E0E0E0;
  border-radius: 0 2px 0 4px;
  box-shadow: none;
  padding: 0;
  text-align: left;
}

/* line 176, ../scss/style.scss */
.article-subheader .prev-story-btn {
  width: 50%;
  border-radius: 7px 0 0 7px !important;
}

/* line 181, ../scss/style.scss */
.article-subheader .next-story-btn {
  width: 50%;
  border-radius: 0 7px 7px 0 !important;
}

/* line 186, ../scss/style.scss */
.article-subheader.btn-group {
  white-space: normal;
}

/* line 190, ../scss/style.scss */
.article-info .created-date {
  float: left;
  margin: 10px 10px 0 0;
}

/* line 194, ../scss/style.scss */
.article-icon {
  float: right;
}

/* line 198, ../scss/style.scss */
.article-icon a {
  float: left;
  margin-right: 7px;
  -moz-box-sizing: content-box;
}

/* line 204, ../scss/style.scss */
.article-icon .print a {
  background-position: 0 -197px;
  height: 33px;
  width: 24px;
}

/* line 210, ../scss/style.scss */
.article-icon .comment a {
  background-position: 0 -274px;
  height: 33px;
  width: 38px;
  margin-right: 1px;
}

/* line 217, ../scss/style.scss */
.article-icon .mail a {
  -moz-box-sizing: content-box;
  background-position: 0 -349px;
  height: 33px;
  width: 21px;
}

/* line 223, ../scss/style.scss */
.article-icon .font-size-inc a {
  -moz-box-sizing: content-box;
  background-position: 0 -417px;
  height: 35px;
  width: 23px;
}

/* line 230, ../scss/style.scss */
.article-icon .font-size-dec a {
  -moz-box-sizing: content-box;
  background-position: 0 -480px;
  height: 32px;
  width: 17px;
}

/* line 237, ../scss/style.scss */
.article-icon .lang-icon {
  background-image: none;
}

/* line 241, ../scss/style.scss */
.article-info {
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
  padding: 1px 0;
  margin: 5px 0 10px;
}

/* line 249, ../scss/style.scss */
.lang-icon > img {
  margin-top: 4px;
  width: 27px !important;
}

/* line 254, ../scss/style.scss */
.article-image img {
  width: 100%;
}

/* line 257, ../scss/style.scss */
.close {
  background: url("../images/close.png") no-repeat scroll 0 0 transparent;
  bottom: 9px;
  height: 37px;
  position: absolute;
  right: 12px;
  width: 39px;
  opacity: 0.8;
}

/* line 267, ../scss/style.scss */
.close:hover {
  opacity: 2;
}

/* line 271, ../scss/style.scss */
.article-image {
  position: relative;
}

/* line 277, ../scss/style.scss */
.block-railing .rail-title .top,
.block-railing .rail-title .bottom {
  background: url("../images/background/grey-vertical-lines.png") repeat-x scroll 0 0 transparent;
  height: 10px;
}

/* line 281, ../scss/style.scss */
.block-railing .rail-title .top {
  margin: 0 0 6px 0;
}

/* line 285, ../scss/style.scss */
.block-railing .rail-title .bottom {
  margin: 6px 0  0 0;
}

/* line 289, ../scss/style.scss */
.block-railing .rail-title span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 295, ../scss/style.scss */
.fullstory-page .block-railing .rail-title span {
  font-size: 13px;
  font-weight: normal;
}

/* line 301, ../scss/style.scss */
.fullstory-page .contentarea {
  padding: 0 10px !important;
}

/* line 305, ../scss/style.scss */
div.content {
  margin: 0 0 20px 0;
}

/* line 309, ../scss/style.scss */
.fullstory-page .container-fluid {
  margin-top: 0;
}

/* line 314, ../scss/style.scss */
.block-railing .rail-title {
  margin-bottom: 10px;
}

/* line 318, ../scss/style.scss */
.article-info .last-updated {
  float: left;
  margin-top: 9px;
}

/* line 323, ../scss/style.scss */
.nation-page .rightsidebar {
  margin-top: 20px;
}

/*=======================Scitech==============================================*/
/* line 328, ../scss/style.scss */
.page-scitech .navigation-bar ul li.sci-tech-menu {
  background: #000000;
  border-right: medium none;
  padding: 8.7px 1.3%;
}

/* line 334, ../scss/style.scss */
.block-railing .more {
  background: url("../images/background/gray-box.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 30px;
  margin-top: -5px;
  padding-left: 41px;
  padding-top: 4px;
  text-transform: capitalize;
  width: 121px;
}

/* line 345, ../scss/style.scss */
.page-scitech .block-railing .rail-title span {
  display: inline-block;
  margin-top: -6px;
}

/* line 350, ../scss/style.scss */
.page-scitech .block-railing .rail-title .bottom {
  margin: 3px 0 0;
}

/* line 354, ../scss/style.scss */
.page-scitech .block-railing .rail-title .top {
  margin: 0 0 1px;
}

/* line 358, ../scss/style.scss */
.page-scitech .row-fluid {
  margin-bottom: 20px;
}

/* line 362, ../scss/style.scss */
.no-margin h5 {
  margin: 0;
}

/* line 366, ../scss/style.scss */
#tech-news-block.block-railing .more {
  background: url("../images/background/big-grayBox.png") no-repeat scroll 0 0 transparent;
  width: 183px;
}

/* line 371, ../scss/style.scss */
.page-scitech .span6 {
  margin-bottom: 0;
}

/* line 375, ../scss/style.scss */
.Quicktab-news-listing li {
  overflow: hidden;
}

/* line 379, ../scss/style.scss */
.twocol {
  overflow: hidden;
}

/* line 384, ../scss/style.scss */
.twocol .cols {
  float: left;
  margin-right: 2%;
  width: 49%;
}

/* line 390, ../scss/style.scss */
.twocol .cols:nth-of-type(even) {
  margin-right: 0px;
}

/* line 395, ../scss/style.scss */
.page-scitech .block--subscribe,
.inner-page .block--subscribe {
  background: #F8F8F8;
}

/* line 400, ../scss/style.scss */
.page-scitech .block--subscribe .form-subscribe button[type="submit"],
.inner-page .block--subscribe .form-subscribe button[type="submit"] {
  width: 29%;
  box-shadow: none;
}

/* line 405, ../scss/style.scss */
.block-railing .more a {
  color: #000;
}

/* line 410, ../scss/style.scss */
.page-scitech .block--subscribe .block-title .down-arrow-bg,
.inner-page .block--subscribe .block-title .down-arrow-bg {
  background: url("../images/background/signup-newsletter.png") no-repeat scroll 20px -6px transparent;
}

/* line 414, ../scss/style.scss */
#carousel-block-photos .item > h5 {
  text-align: center;
}

/* line 418, ../scss/style.scss */
.Quicktab-news-listing img {
  margin-right: 10px;
}

/*========================Nation page========================================*/
/* line 425, ../scss/style.scss */
.sectionlist div.module {
  margin: 20px 0;
  overflow: hidden;
}

/* line 430, ../scss/style.scss */
.sectionlist .modulecontent {
  overflow: auto;
}

/* line 434, ../scss/style.scss */
.block--photos .block-title {
  background: #eee;
}

/* line 438, ../scss/style.scss */
.nation-page .block--photos {
  background: #eee;
  padding: 10px;
}

/*========================Full coverge =======================================*/
/* line 445, ../scss/style.scss */
.table-list th {
  background: #DDDDDD;
  padding-left: 10px;
}

/* line 449, ../scss/style.scss */
.table-list th.first {
  width: 25%;
}

/* line 453, ../scss/style.scss */
.table-list th.last {
  width: 75%;
}

/* line 457, ../scss/style.scss */
.table-list td {
  border-bottom: 1px solid #FFFFFF;
  padding: 12px 6px;
}

/* line 463, ../scss/style.scss */
.table-list td.first {
  border-right: 1px solid #FFFFFF;
}

/* line 467, ../scss/style.scss */
.schedule--block .block-inner {
  padding: 10px 0 79px;
}

/* line 471, ../scss/style.scss */
.table-list {
  width: 100%;
}

/* line 476, ../scss/style.scss */
.table-list td,
.table-list th {
  text-align: left;
  font-size: 15px;
}

/* line 481, ../scss/style.scss */
tr.last td {
  border-bottom: none;
}

/* line 485, ../scss/style.scss */
.box2 {
  background: red;
  width: 420px;
  height: 220px;
  margin: 0 auto 35px auto;
  padding: 30px;
  color: #fff;
  font-weight: bold;
  border: 11px solid #35b70e;
  box-shadow: 0 3px 4px red;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  behavior: url(../border-radius.htc);
}

/* line 501, ../scss/style.scss */
.two-list li {
  float: left;
  list-style-type: none !important;
  margin: 0 !important;
  width: 48%;
}

/* line 509, ../scss/style.scss */
.two-list {
  overflow: hidden;
}

/* line 513, ../scss/style.scss */
.two-list .first-item {
  margin-right: 4% !important;
}

/* line 517, ../scss/style.scss */
.two-list .title {
  font-size: 13px;
  margin-top: 10px;
}

/* line 522, ../scss/style.scss */
.score-board-box {
  background: url("../images/background/black-gradiant.png") repeat scroll 0 0 transparent;
  border-bottom: 1px solid #000000;
  border-image: none;
  border-left: 1px solid #000000;
  border-radius: 9px;
  border-top: 1px solid #000000;
  padding: 10px;
  overflow: hidden;
}

/* line 533, ../scss/style.scss */
.score-value {
  color: #FC8D3B;
  font-size: 15px;
  font-weight: bold;
}

/* line 538, ../scss/style.scss */
.no {
  color: #fff;
}

/* line 541, ../scss/style.scss */
.score-board .left {
  float: left;
  margin-right: 16px;
  width: 48%;
}

/* line 547, ../scss/style.scss */
.score-board .left.last {
  margin-right: 0;
}

/* line 551, ../scss/style.scss */
.score-value p {
  color: #919598;
  font-size: 12px;
  margin: 2px;
  padding: 0;
  font-weight: normal;
}

/* line 559, ../scss/style.scss */
.score-board-box .title {
  background: url("../images/background/button.png") repeat-x scroll 0 0 transparent;
  color: #FC8D3B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 570, ../scss/style.scss */
.score-board {
  margin-bottom: 15px;
  overflow: hidden;
}

/* line 575, ../scss/style.scss */
.button {
  margin-bottom: 10px;
  text-align: center;
}

/* line 580, ../scss/style.scss */
.button .btn:hover {
  background: url("../images/background/button.png") repeat-x scroll 0 0 transparent;
}

/* line 584, ../scss/style.scss */
.button button {
  color: #fff;
}

/* line 588, ../scss/style.scss */
.button > button {
  background: url("../images/background/button.png") repeat-x scroll 0 0 transparent;
  border-radius: 0;
  display: inline-block;
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-right: 3%;
  padding: 3px 9px;
  text-align: center;
  text-transform: uppercase;
  width: 45%;
}

/* line 604, ../scss/style.scss */
.button button:nth-of-type(even) {
  margin-right: 0px;
}

/* line 608, ../scss/style.scss */
#debate-block-box {
  position: relative;
  height: 467px;
  background-image: url("../images/background/debate.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  background-size: 100% 100%;
}

/* line 618, ../scss/style.scss */
#debate-block-box img {
  position: absolute;
  z-index: 0;
}

/* line 623, ../scss/style.scss */
.debate-content {
  padding: 17px 31px;
  position: relative;
  z-index: 99;
}

/* line 629, ../scss/style.scss */
.debate-content h3.title {
  border-bottom: 2px solid #B4B4B4;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  margin: 0 0 9px;
}

/* line 637, ../scss/style.scss */
.debate-content .question {
  color: #FFFFFF;
}

/* line 641, ../scss/style.scss */
p.description {
  border-bottom: 2px solid #B4B4B4;
  color: #FFFFFF;
  font-size: 16px;
  padding-bottom: 19px;
  margin: 20px 0;
}

/* line 649, ../scss/style.scss */
p.description.last {
  border-bottom: none;
}

/* line 653, ../scss/style.scss */
.join-debate {
  margin-bottom: 50px;
  text-align: center;
}

/* line 658, ../scss/style.scss */
.join-debate .btn {
  font-size: 17px;
  font-weight: bold;
  padding: 8px 11px;
}

/* line 664, ../scss/style.scss */
.debate-comment {
  background: url(../images/background/red-button.png) no-repeat;
}

/* line 668, ../scss/style.scss */
.debate-comment {
  background: url("../images/background/red-button.png") no-repeat scroll 0 2px transparent;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 8px;
}

/* line 676, ../scss/style.scss */
#fullcoverge-bannersection {
  height: 141px;
  position: relative;
  background-image: url(../images/backend-images/fullcoverge-banner.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
  background-size: cover;
}

/* line 688, ../scss/style.scss */
.section-menu-list li {
  float: left;
  list-style-type: none;
  text-align: center;
  padding: 0 2%;
}

/* line 696, ../scss/style.scss */
.section-menu-list > ul {
  margin: 0;
  overflow: hidden;
  width: 100%;
}

/* line 702, ../scss/style.scss */
.section-menu-list {
  bottom: 9px;
  left: 17%;
  position: absolute;
  width: 80%;
}

/* line 709, ../scss/style.scss */
.section-menu-list a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

/* line 715, ../scss/style.scss */
.dark-quote {
  background: url("../images/icon/dark-quote.png") no-repeat scroll 0 0 transparent;
  padding: 36px 10px;
}

/* line 720, ../scss/style.scss */
.inner-quote {
  background: url("../images/icon/dark-quote1.png") no-repeat scroll right bottom transparent;
}

/* line 724, ../scss/style.scss */
.inner-quote p {
  padding-bottom: 25px;
}

/* line 728, ../scss/style.scss */
p.question {
  font-size: 16px;
}

/* line 732, ../scss/style.scss */
.block--fullcovergepoll .btn {
  margin-top: 10px;
}

/* line 736, ../scss/style.scss */
.block--fullcovergepoll .row-fluid {
  padding: 0 10px;
}

/* line 740, ../scss/style.scss */
#fullcoverge-bannersection h1.page-title {
  color: #195A92;
  left: 0;
  position: relative;
  text-shadow: 0 0 0 #F67611;
  font-family: Bernard MT Condensed;
}

/* line 748, ../scss/style.scss */
#fullcoverge-bannersection .date {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

/* line 756, ../scss/style.scss */
.playing-team {
  position: absolute;
  right: 30%;
  top: 20px;
}

/*======================Health Page================================*/
/* line 763, ../scss/style.scss */
.page-health .block-title {
  border-radius: 0 0 0 0;
  padding: 6px 10px !important;
}

/* line 769, ../scss/style.scss */
.page-health .block--tips .block-inner,
.page-health .block--low-cal-recipes .block-inner {
  padding: 10px 15px !important;
}

/* line 773, ../scss/style.scss */
.page-health .block--tips li {
  border-bottom: 1px solid #CCCCCC !important;
  color: #515151 !important;
  list-style-type: square !important;
  margin-bottom: 12px;
  margin-left: 10px !important;
  padding: 0 0 10px !important;
}

/* line 783, ../scss/style.scss */
.rotating-carousal .carousel-navigation li.active .item-bg {
  background: url("../images/background/slideshow-whitearrow.png") no-repeat scroll 3px center transparent;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 19px;
}

/* line 792, ../scss/style.scss */
.rotating-carousal .carousel-navigation li {
  height: 25% !important;
}

/* line 796, ../scss/style.scss */
.rotating-carousal img {
  height: auto;
  width: 100%;
}

/* line 801, ../scss/style.scss */
.homepage-carousel-pagination li {
  float: left;
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 2px 6px;
  color: #9e9e9e !important;
  cursor: pointer;
  font-weight: bold;
}

/* line 811, ../scss/style.scss */
.homepage-carousel-pagination li.active {
  color: #000 !important;
}

/* line 817, ../scss/style.scss */
.rotating-carousal {
  background: #f1f1f1;
  padding: 10px;
  border: 0;
  border-radius: 0;
}
/* line 822, ../scss/style.scss */
.rotating-carousal img {
  width: 100%;
  height: auto;
}
/* line 826, ../scss/style.scss */
.rotating-carousal .redcolor {
  color: #9c0403;
  margin-right: 5px;
}
/* line 829, ../scss/style.scss */
.rotating-carousal .redcolor:after {
  content: ":";
}
/* line 834, ../scss/style.scss */
.rotating-carousal .carousel-inner .item {
  height: 100%;
}
/* line 838, ../scss/style.scss */
.rotating-carousal .carousel-navigation {
  position: static;
}
/* line 840, ../scss/style.scss */
.rotating-carousal .carousel-navigation li {
  list-style: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  text-indent: 0;
  padding: 12px 12px;
  border-radius: 0;
  margin: 0;
  position: relative;
  background: #fff;
  border-bottom: 1px dashed #ccc;
  color: #222;
}
/* line 856, ../scss/style.scss */
.rotating-carousal .homepage-carousel-pagination {
  float: right;
  background: #fff;
  border-top-left-radius: 5px;
}
/* line 860, ../scss/style.scss */
.rotating-carousal .homepage-carousel-pagination li {
  float: left;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 2px 6px;
  color: #666;
  cursor: pointer;
}
/* line 868, ../scss/style.scss */
.rotating-carousal .homepage-carousel-pagination li.active {
  color: #000;
}
/* line 873, ../scss/style.scss */
.rotating-carousal .carousel-control {
  border: 0;
  width: 51px;
  height: 125px;
  opacity: .6;
}
/* line 878, ../scss/style.scss */
.rotating-carousal .carousel-control.left {
  left: -2px;
  background: url("../images/home-carousel-mobile-arrow-left.png") center no-repeat;
  background-size: 100%;
}
/* line 883, ../scss/style.scss */
.rotating-carousal .carousel-control.right {
  right: -2px;
  background: url("../images/home-carousel-mobile-arrow-right.png") center no-repeat;
  background-size: 100%;
}
@media (max-width: 320px) {
  /* line 891, ../scss/style.scss */
  .rotating-carousal .carousel-control.left {
    left: -5px;
    background-size: 85%;
  }
  /* line 895, ../scss/style.scss */
  .rotating-carousal .carousel-control.right {
    right: -5px;
    background-size: 85%;
  }
}
@media (min-width: 768px) {
  /* line 903, ../scss/style.scss */
  .rotating-carousal .carousel-inner {
    float: left;
    width: 60%;
  }
  /* line 907, ../scss/style.scss */
  .rotating-carousal .carousel-navigation {
    float: left;
    width: 40%;
  }
}
@media (max-width: 767px) {
  /* line 913, ../scss/style.scss */
  .rotating-carousal .carousel-navigation {
    display: none;
  }
  /* line 916, ../scss/style.scss */
  .rotating-carousal .carousel-inner {
    width: 100%;
  }
}

/*===================event pages =============================================*/
/* line 935, ../scss/style.scss */
.event-full h3 {
  text-transform: uppercase;
}

/* line 939, ../scss/style.scss */
.event-news-listing {
  background: none repeat scroll 0 0 #FFFFFF;
  border-width: 3px;
  box-shadow: 5px 7px 5px #DEDEDE;
  margin: 18px auto 20px 10px;
  padding: 10px;
}

/* line 946, ../scss/style.scss */
.event-oneliner-img {
  float: left !important;
  margin: 10px 10px 10px 0;
}

/* line 951, ../scss/style.scss */
.event-oneliner-img img {
  width: 100%;
}

/* line 955, ../scss/style.scss */
#top-news-block li {
  overflow: visible;
}

/* line 959, ../scss/style.scss */
.event-full.row-fluid {
  background: linear-gradient(to right, #e1e1e1, #ffffff, #f9f9f9, #ffffff, #fcfcfc, #fafafa, #fefefe, #ffffff, #e1e1e1) repeat scroll 0 0 transparent;
  margin-bottom: 30px;
  padding: 0 10px;
  margin: 10px auto;
  width: 98%;
}

/* line 968, ../scss/style.scss */
.just-in-block {
  background: -webkit-gradient(linear, 0% 53%, 0% 100%, from(#e9e9e9), to(white));
}

/* line 972, ../scss/style.scss */
.event-lead-listing ul {
  margin: 0;
}

/* line 976, ../scss/style.scss */
.event-container-left {
  float: left;
  margin-right: 3%;
  width: 55%;
}

/* line 982, ../scss/style.scss */
.just-in-block {
  float: left;
  width: 42%;
  background: url("../images/background/gray-gradiant.png") repeat-x scroll center top transparent;
  min-height: 126px;
  padding: 10px;
}

/* line 990, ../scss/style.scss */
.event-container-left img {
  width: 100%;
}

/* line 994, ../scss/style.scss */
.just-in-block .no-margin > li {
  background: url("../images/business-plus.png") no-repeat scroll left -1px transparent;
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 26px;
  margin-bottom: 16px;
}

/* line 1002, ../scss/style.scss */
.just-in-block .no-margin li a {
  color: #434343;
  font-size: 14px;
}

/* line 1007, ../scss/style.scss */
.just-in-block h2 {
  border-bottom: 1px dotted #999999;
  color: #747474;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 6px;
  text-transform: uppercase;
}

/* line 1021, ../scss/style.scss */
.event-container {
  overflow: hidden;
  width: 66.7%;
  float: left;
  margin-right: 1.3%;
  padding: 10px;
}

/* line 1029, ../scss/style.scss */
.event-full .menu {
  background: none repeat scroll 0 0 #323232;
  float: none;
  overflow: hidden;
  padding: 6px 9px;
  width: 100%;
  float: left;
}

/* line 1038, ../scss/style.scss */
.event-container .menu > span {
  color: #767676;
  float: left;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1046, ../scss/style.scss */
.event-container .menu > ul {
  border-collapse: collapse;
  display: table;
  float: left;
  margin: 0;
  width: 81%;
}

/* line 1054, ../scss/style.scss */
.event-container .menu li {
  border-right: 1px solid #FFFFFF;
  display: table-cell;
  float: left;
  list-style-type: none;
  padding: 0 3.6%;
}

/* line 1062, ../scss/style.scss */
.event-container .menu li.last {
  padding-right: 0 !important;
}

/* line 1066, ../scss/style.scss */
.event-oneliner-block .inner {
  background: #FFFFFF;
  margin: 10px 0;
  overflow: hidden;
}

/* line 1072, ../scss/style.scss */
.event-container .menu a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

/* line 1080, ../scss/style.scss */
.event-lead-related-stories {
  float: left;
  width: 32%;
}

/* line 1085, ../scss/style.scss */
.event-lead-related-stories li.highlight {
  overflow: hidden;
  margin-left: 0;
}

/* line 1090, ../scss/style.scss */
.highlight > a {
  font-weight: bold;
}

/* line 1094, ../scss/style.scss */
.event-lead-related-stories .no-margin {
  border: 1px solid #C0C0C0;
  box-shadow: 0 -7px 26px -12px #d5d5d5 inset;
  padding: 10px;
}

/* line 1100, ../scss/style.scss */
.event-lead-related-stories li {
  color: #ccc;
}

/* line 1104, ../scss/style.scss */
#event-oneliner-block .inner {
  background: #FFFFFF;
  margin: 10px 0;
  overflow: hidden;
}

/* line 1110, ../scss/style.scss */
.event-wrapper .event-full.row-fluid {
  margin: 0;
  float: left;
  margin-right: 3%;
  width: 65%;
}

/* line 1117, ../scss/style.scss */
.event-wrapper .event-news-listing {
  margin: 0;
}

/* line 1121, ../scss/style.scss */
.event-wrapper .Quicktab-news-listing.section.show {
  float: left;
  width: 32%;
}

/* line 1126, ../scss/style.scss */
.event-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 15px auto 20px;
  overflow: hidden;
  width: 98%;
}

/* line 1133, ../scss/style.scss */
.no-textshadow #fullcoverge-bannersection {
  background-image: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backend-images/fullcoverge-banner.png',sizingMethod='scale')";
}
/* line 1137, ../scss/style.scss */
.no-textshadow #debate-block-box {
  background-image: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/debate.png',sizingMethod='scale')";
}
