/* variables */
/* search */
/* new variables */
/* paths */

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}

/* variables */
/* search */
/* new variables */
/* paths */
/* fonts */
@font-face {
  font-family: 'icomoon';
  src: url('../../bundles/orangecomcore/fonts/icomoon.eot');
  src: url('../../bundles/orangecomcore/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../bundles/orangecomcore/fonts/icomoon.woff') format('woff'), url('../../bundles/orangecomcore/fonts/icomoon.ttf') format('truetype'), url('../../bundles/orangecomcore/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* slick carousel custom */
.slick-slider {
  margin-bottom: 0;
}
#main-slick-carousel.slick-carousel {
  font-size: 1em;
}
#main-slick-carousel.slick-carousel .slick-prev {
  background: url('../../bundles/orangecomcore/images/buttons/carousel_arrow_left.png') no-repeat 20px 20px;
  box-sizing: content-box;
  display: none !important;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 46%;
  height: 33px;
  width: 20px;
}
#main-slick-carousel.slick-carousel .slick-prev:before {
  content: normal;
}
#main-slick-carousel.slick-carousel .slick-next {
  background: url('../../bundles/orangecomcore/images/buttons/carousel_arrow_right.png') no-repeat 20px 20px;
  box-sizing: content-box;
  display: none !important;
  right: 0;
  padding: 20px;
  position: absolute;
  top: 46%;
  height: 33px;
  width: 20px;
}
#main-slick-carousel.slick-carousel .slick-next:before {
  content: normal;
}
#main-slick-carousel.slick-carousel .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 40px;
  padding: 15px;
  width: auto;
}
#main-slick-carousel.slick-carousel .slick-dots > li {
  margin: 0;
  box-sizing: content-box;
}
#main-slick-carousel.slick-carousel .slick-dots > li > button:before {
  font-size: 12px;
  color: white;
  padding: 0;
}
#main-slick-carousel.slick-carousel .slick-carousel-item {
  position: relative;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .frame {
  left: 0;
  margin: 60px;
  position: absolute;
  top: 0;
  max-width: 15%;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .frame.right {
  left: auto;
  right: 0;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption {
  bottom: 0;
  display: block;
  left: 0;
  margin: 6em;
  padding: 1.7em 3.4em 3.4em 3.4em;
  position: absolute;
  width: 45%;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff);
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent .category {
  color: #ff7900;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent .title {
  color: black;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent.orange {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ff7700, endColorstr=#e6ff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ff7700, endColorstr=#e6ff7700);
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent.orange .category {
  color: white;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent.orange .title {
  color: white;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .category {
  display: block;
  font-family: Arial,sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .category.custom_black {
  color: black;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .category.custom_white {
  color: white;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .category.custom_orange {
  color: #ff7900;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .category.custom_greylight {
  color: #999999;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .category.custom_greydark {
  color: #666666;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title {
  display: block;
  color: black;
  font-family: Arial,sans-serif;
  font-size: 2.8em;
  line-height: 1.2em;
  height: 3.6em;
  overflow: hidden;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title.custom_black {
  color: black;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title.custom_white {
  color: white;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title.custom_orange {
  color: #ff7900;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title.custom_greylight {
  color: #999999;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title.custom_greydark {
  color: #666666;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption .title p {
  margin: 0;
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
#main-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
#main-slick-carousel.slick-carousel:hover .slick-prev,
#main-slick-carousel.slick-carousel:hover .slick-next {
  display: block !important;
}
.news-slick-carousel.slick-carousel {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: -16.666666%;
  width: 133.333333%;
}
.news-slick-carousel.slick-carousel.no-center-mode {
  width: 100%;
  margin-left: 0;
}
.news-slick-carousel.slick-carousel.news-elements-1 .slick-prev,
.news-slick-carousel.slick-carousel.news-elements-3 .slick-prev {
  left: 15%;
}
.news-slick-carousel.slick-carousel.news-elements-1 .slick-next,
.news-slick-carousel.slick-carousel.news-elements-3 .slick-next {
  right: 15%;
}
.news-slick-carousel.slick-carousel.news-elements-2 .slick-prev,
.news-slick-carousel.slick-carousel.news-elements-4 .slick-prev {
  left: 2%;
}
.news-slick-carousel.slick-carousel.news-elements-2 .slick-next,
.news-slick-carousel.slick-carousel.news-elements-4 .slick-next {
  right: 2%;
}
.news-slick-carousel.slick-carousel.news-elements-2 .slick-dots,
.news-slick-carousel.slick-carousel.news-elements-4 .slick-dots {
  width: 100%;
}
.news-slick-carousel.slick-carousel .slick-carousel-item {
  opacity: 0.5;
  position: relative;
  margin: 0 5px;
}
.news-slick-carousel.slick-carousel .slick-carousel-item.slick-active,
.news-slick-carousel.slick-carousel .slick-carousel-item.slick-center {
  opacity: 1;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption {
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  padding: 2em;
  width: 100%;
  font-family: "Arial";
  font-size: 1.6em;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption > span {
  color: white;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption > span.custom_black {
  color: black;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption > span.custom_white {
  color: white;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption > span.custom_orange {
  color: #ff7900;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption > span.custom_greylight {
  color: #999999;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption > span.custom_greydark {
  color: #666666;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000);
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption .category {
  display: block;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption .title {
  display: block;
  margin: 0 0 5px 0;
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.news-slick-carousel.slick-carousel .slick-carousel-item .caption.custom_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
.news-slick-carousel.slick-carousel .slick-prev {
  background: url('../../bundles/orangecomcore/images/buttons/carousel_circle_arrow_left.png') no-repeat center center;
  box-sizing: content-box;
  left: 15%;
  position: absolute;
  height: 40px;
  width: 40px;
}
.news-slick-carousel.slick-carousel .slick-prev:before {
  content: normal;
}
.news-slick-carousel.slick-carousel .slick-next {
  background: url('../../bundles/orangecomcore/images/buttons/carousel_circle_arrow_right.png') no-repeat center center;
  box-sizing: content-box;
  right: 15%;
  position: absolute;
  height: 40px;
  width: 40px;
}
.news-slick-carousel.slick-carousel .slick-next:before {
  content: normal;
}
.news-slick-carousel.slick-carousel .slick-dots {
  display: block;
  text-align: right;
  width: 75%;
  bottom: auto;
  margin: 0 auto;
  padding: 10px 0 0;
  position: relative;
}
.news-slick-carousel.slick-carousel .slick-dots > li {
  background: none;
  margin: 0;
}
.news-slick-carousel.slick-carousel .slick-dots > li > button:before {
  font-size: 14px;
  color: #555555;
  padding: 0;
  opacity: 1;
}
.news-slick-carousel.slick-carousel .slick-dots > li > button:hover:before {
  color: #ff7900;
}
.news-slick-carousel.slick-carousel .slick-dots > li.slick-active > button:before {
  color: #cccccc;
}
.slick-carousel-item .video-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* default value 16/9 */
  height: 0;
  overflow: hidden;
  display: none;
}
.slick-carousel-item .video-iframe-container .video-iframe-close {
  position: absolute;
  background: url("../../bundles/orangecomcore/images/buttons/close-orange.png");
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.slick-carousel-item .video-iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-carousel-item .preview {
  position: relative;
  cursor: pointer;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* ezpublish platform override rules */
figure {
  margin: 0;
  display: inline;
}
/* bootstrap override rules */
body,
.tooltip,
.popover {
  font-family: Arial, sans-serif;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}
.row {
  margin: 0;
  position: relative;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-position: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
.btn {
  font-size: inherit;
}
/* global behaviour instructions */
body {
  background: #f5f5f5;
  font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
/* layout */
#container {
  width: 1280px;
  margin: 0 auto;
  background: white;
  padding: 0;
}
/* masonry / isotope / packery */
.gutter-sizer {
  width: 25%;
}
/* popin/popup box */
.mfp-bg {
  background: white;
  opacity: 0.8;
}
.image-container img {
  max-width: 100%;
  height: auto;
}
.pop-container {
  overflow: auto;
  position: relative;
  max-width: 100%;
  font-size: 1.7em;
  padding: 15px;
  text-align: left;
}
.pop-container.align-center {
  margin: 0 auto;
}
.pop-container.align-left {
  float: left;
}
.pop-container.align-right {
  float: right;
}
.pop-container.white {
  background-color: white;
}
.pop-container.black {
  background-color: black;
  color: white;
}
/* literal block must be hidden */
#literal-container {
  display: none !important;
  visibility: hidden !important;
}
/* Accessibility -- Skiplinks */
#skiplinks-container #skiplinks ul {
  margin: 0;
}
#skiplinks-container #skiplinks ul li {
  list-style-type: none;
}
#skiplinks-container #skiplinks ul li a {
  font-size: 2em;
  color: white;
  background: #ff7900;
  text-align: center;
}
#skiplinks-container #skiplinks ul li a:focus {
  position: fixed;
  clip: auto;
  width: auto;
  padding: 0 15px;
  font-size: 2em;
  height: 30px;
  left: 10px;
  top: 10px;
  color: white;
  background: #ff7900;
  z-index: 1040;
}
/* Confort+ Toolbar */
#accessibilitytoolbarGraphic {
  font-size: 1.6em;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* grid system */
.grid-system {
  font-size: 1em;
}
.grid-system .item .text {
  font-size: 1.8em;
  line-height: 1.2em;
}
.grid-system .item.frame-content {
  overflow: hidden;
}
.grid-system .item.frame-content > .foreground {
  height: 100%;
  left: 0;
  padding: 5%;
  position: absolute;
  top: 0;
  width: 100%;
  /* TODO: certer vertically the title block */
}
.grid-system .item.frame-content > .foreground > .description {
  clear: both;
  font-size: 1.8em;
  padding: 15px 0 0 0;
}
.grid-system .item.frame-content > .foreground > .title {
  padding: 0 0 0 5%;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: bold;
  display: inline-block;
}
.grid-system .item.frame-content > .foreground > .icon {
  display: inline-block;
}
.grid-system .item.block-iframe {
  overflow: hidden;
}
.grid-system .item.block-iframe.row {
  width: 100%;
}
.grid-system .item.block-iframe iframe {
  display: block;
  width: 100%;
}
.grid-system .item.portrait .inner.no-img:after {
  padding-top: 200%;
  display: block;
  content: '';
}
.grid-system .item.landscape .inner.no-img:after {
  padding-top: 50%;
  display: block;
  content: '';
}
.grid-system .item.square-small .inner.no-img:after,
.grid-system .item.square-large .inner.no-img:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.grid-system .item.portrait .inner .caption,
.grid-system .item.square-small .inner .caption {
  width: calc(100% - 40px);
}
.grid-system .item.portrait .overlay .head .frame,
.grid-system .item.square-small .overlay .head .frame {
  width: auto;
}
.grid-system .item.portrait .overlay .head .frame + .title,
.grid-system .item.square-small .overlay .head .frame + .title {
  max-height: 70px;
  overflow: hidden;
}
.grid-system .item.portrait .overlay .head .title,
.grid-system .item.square-small .overlay .head .title {
  display: block;
  width: 100%;
  margin: 10px 10px 0;
  padding: 0 35px 0 25px;
}
.grid-system .item.square-small .overlay .head .title {
  display: none;
}
.grid-system .item.square-small .overlay .text {
  display: block;
  max-height: 75px;
  overflow: hidden;
}
.grid-system .item.landscape .inner .caption,
.grid-system .item.square-large .inner .caption {
  width: calc(100% - 40px);
}
.grid-system .item.landscape .inner .caption span,
.grid-system .item.square-large .inner .caption span {
  width: calc(50%);
}
.grid-system .item.landscape .overlay .head .title,
.grid-system .item.square-large .overlay .head .title {
  width: 400px;
  width: calc(100% - 220px);
}
.grid-system .item .inner {
  position: relative;
  display: block;
}
.grid-system .item .inner.has-overlay {
  /* class is trigged with JS */
}
.grid-system .item .inner.has-overlay:hover .frame,
.grid-system .item .inner.has-overlay:focus .frame,
.grid-system .item .inner.has-overlay:hover .caption,
.grid-system .item .inner.has-overlay:focus .caption {
  display: none;
}
.grid-system .item .inner.has-overlay:hover + .overlay,
.grid-system .item .inner.has-overlay:focus + .overlay {
  display: block;
}
.grid-system .item .inner.has-overlay.overlayed .frame,
.grid-system .item .inner.has-overlay.overlayed .caption {
  display: none;
}
.grid-system .item .inner > a {
  display: block;
  height: 100%;
  width: 100%;
}
.grid-system .item .inner.twitter .frame {
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
  top: auto;
}
.grid-system .item .inner.twitter .text {
  display: block;
  position: static;
  padding: 15px;
}
.grid-system .item .inner.twitter .text .account {
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 600;
}
.grid-system .item .inner.twitter .text .account a {
  color: white;
}
.grid-system .item .inner.twitter .text .msg {
  display: block;
  font-family: Arial,sans-serif;
  line-height: 1.3em;
  margin: 30px 0 0;
  font-size: 0.9em;
}
.grid-system .item .inner.twitter .text .msg a {
  color: white;
  text-decoration: underline;
  margin: 0 5px 0 0;
}
.grid-system .item .inner.twitter .text .datetime {
  display: block;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 0.72em;
  position: absolute;
  bottom: 18px;
  left: 15px;
}
.grid-system .item .inner.no-img {
  display: block;
  position: relative;
  width: 100%;
}
.grid-system .item .inner.no-img:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.grid-system .item .inner.no-img .inner-content {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.grid-system .item .inner.no-img .inner-content.text-only {
  width: 100%;
}
.grid-system .item .inner.no-img .inner-content.text-only .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  margin: 10px;
}
.grid-system .item .inner.no-img .inner-content.text-only .title {
  display: block;
  margin: 10px 10px 0;
  padding: 10px;
  font-size: 1.8em;
  line-height: 1.2em;
}
.grid-system .item .inner.no-img .inner-content.text-only .title + .text {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 10px 10px;
  display: block;
}
.grid-system .item .inner.no-img .inner-content .press-release {
  background: #333333 url("../../bundles/orangecomcore/images/static/press-background.png") no-repeat bottom 25px right 25px;
  color: black;
  padding: 15px;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.grid-system .item .inner.no-img .inner-content .press-release .header {
  display: block;
  color: #ff7900;
  font-family: Arial,sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 1.7em;
}
.grid-system .item .inner.no-img .inner-content .press-release .title {
  display: block;
  margin: 15px 0;
  font-family: Arial,sans-serif;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0 20px 0 0;
  color: white;
}
.grid-system .item .inner.no-img .inner-content .press-release .date {
  display: block;
  color: white;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  left: 15px;
  position: absolute;
  bottom: 20px;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange {
  color: black;
  display: block;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  font-family: Arial,sans-serif;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .header {
  display: block;
  margin: 0 0 6%;
  font-size: 1.8em;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .graph {
  display: block;
  margin: 0 auto;
  padding: 0 12%;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .value {
  display: block;
  font-size: 7em;
  line-height: 1em;
  padding: 6% 0 8%;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .variation {
  display: block;
  line-height: 1em;
  padding: 0;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .variation .up:before,
.grid-system .item .inner.no-img .inner-content .stock-exchange .variation .down:before {
  content: "";
  position: absolute;
  background-image: url("../../bundles/orangecomcore/images/buttons/sprite-stock-arrows.png");
  height: 16px;
  width: 18px;
  margin-left: -20px;
  margin-top: -1px;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .variation .up:before {
  background-position: 0px 0px;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .variation .down:before {
  background-position: 0px -16px;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .variation > span {
  font-size: 2.2em;
}
.grid-system .item .inner.no-img .inner-content .stock-exchange .datetime {
  font-size: 1.4em;
  display: block;
  padding: 2% 0 0;
}
.grid-system .item .inner.no-img .frame + .inner-content.text-only {
  padding-top: 80px;
}
.grid-system .item .inner .frame {
  left: 0;
  margin: 20px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.grid-system .item .inner .frame.right {
  left: auto;
  right: 0;
}
.grid-system .item .inner .caption {
  bottom: 0;
  display: block;
  left: 0;
  margin: 20px;
  padding: 10px 20px 20px 20px;
  position: absolute;
}
.grid-system .item .inner .caption .category {
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  margin: 0 0 5px 0;
}
.grid-system .item .inner .caption .title {
  display: block;
  font-family: Arial,sans-serif;
  font-size: 1.9em;
  line-height: 1.2em;
  height: 3.6em;
  overflow: hidden;
}
.grid-system .item .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid-system .item .overlay:hover {
  display: block;
}
.grid-system .item .overlay > a {
  display: block;
  height: 100%;
  width: 100%;
  color: white;
}
.grid-system .item .overlay .head .frame {
  display: inline-block;
  width: 170px;
}
.grid-system .item .overlay .head .frame.right {
  left: auto;
  right: 0;
}
.grid-system .item .overlay .head .frame > img {
  margin: 35px 35px 0;
}
.grid-system .item .overlay .head .title {
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1.2em;
  display: inline-block;
  width: calc(100% - 220px);
  vertical-align: middle;
  margin: 10px 0 0 35px;
}
.grid-system .item .overlay .text {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: "Arial";
  margin: 10px;
  padding: 10px 35px 10px 25px;
}
.grid-system .item .overlay .social {
  bottom: 0;
  display: block;
  left: 0;
  margin: 10px;
  padding: 10px;
  position: absolute;
}
.grid-system .item .overlay .social > img {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.grid-system .item .overlay .social .share-twitter {
  margin: 0 15px 0 0;
}
#async-grid-loader {
  background: #f5f5f5;
  text-align: center;
}
#async-grid-loader .frame-grid-more-async {
  background: #f5f5f5;
  padding: 10px 40px;
  margin: 20px 0;
  border: 1px solid black;
  display: none;
  font-size: 1.4em;
  font-weight: bold;
  color: black;
}
#async-grid-loader .frame-grid-more-async:disabled {
  background-color: #dddddd;
  color: #8c8c8c;
  border: 1px dotted #8c8c8c;
}
#async-grid-loader .frame-grid-more-async:hover {
  color: white;
  background-color: #ff7900;
  border: 1px solid #ff7900;
}
#async-grid-loader #frame-async-grid-loader {
  display: none;
  margin: 20px 0 0;
}
/* banner (master) */
.banner .image {
  padding: 5% 2%;
  text-align: center;
}
.banner .text {
  padding: 5% 2%;
}
.banner .text .title {
  font-family: Arial,sans-serif;
  font-size: 3em;
  margin: 0 0 10px 0;
}
.banner .text .description {
  color: #808080;
  font-family: Arial,sans-serif;
  font-size: 2.2em;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* Random div inserted by synomia service in markup and makes mobile menu crash */
.dropdown-backdrop {
  display: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
}
#search-container {
  width: 100%;
  background: #4bb4e6;
  box-shadow: 0 25px 15px -15px rgba(50, 50, 50, 0.2) inset;
}
#search-container #search {
  width: 1280px;
  margin: 0 auto;
  color: white;
  padding: 30px 5% 30px;
  font-size: 1em;
  font-family: Arial,sans-serif;
}
#search-container #search > .search-close {
  text-align: right;
}
#search-container #search > .search-close > a {
  background-image: url('../../bundles/orangecomcore/images/search/cross-white-large.png');
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 22px;
  width: 21px;
}
#search-container #search > .search-close > a > img {
  display: none;
}
#search-container #search > .search-main {
  padding: 0 3% 0 5%;
}
#search-container #search > .search-main > .hidden {
  display: none;
  visibility: hidden;
}
#search-container #search > .search-main > .question > .question-search {
  margin: 0 0 5px 0;
}
#search-container #search > .search-main > .no-results {
  font-size: 1.5em;
  margin: 30px 0 0;
}
#search-container #search > .search-main #search-form {
  margin: 40px 0 0;
}
#search-container #search > .search-main #search-form > .search-bar {
  margin: 0 0 20px;
}
#search-container #search > .search-main #search-form > .search-bar > .text {
  width: 100%;
  height: 50px;
  background: #3c90b8;
  border: 0;
  color: white;
  font-size: 2.9em;
  padding: 0 3%;
}
#search-container #search > .search-main #search-form > .search-filter {
  padding: 0 0 15px;
  border-bottom: 1px solid white;
}
#search-container #search > .search-main #search-form > .search-filter > .col-checkbox {
  vertical-align: bottom;
  padding: 5px 0 0;
}
#search-container #search > .search-main #search-form > .search-filter > .col-checkbox > input {
  vertical-align: sub;
  margin: 0 5px 0 0;
}
#search-container #search > .search-main #search-form > .search-filter > .col-checkbox > label {
  font-size: 1.6em;
  margin: 0;
  font-family: Arial,sans-serif;
}
#search-container #search > .search-main #search-form > .search-filter > .col-checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#search-container #search > .search-main #search-form > .search-filter > .col-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#search-container #search > .search-main #search-form > .search-filter > .col-select {
  text-align: right;
}
#search-container #search > .search-main #search-form > .search-filter > .col-select > select {
  background: 0;
  cursor: pointer;
  height: 30px;
  font-size: 1.8em;
  border: 0;
  padding: 0 40px 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #43a2cf;
  background-image: url('../../bundles/orangecomcore/images/search/select-arrow-down.png');
  background-repeat: no-repeat;
  background-position: right;
}
#search-container #search > .search-main #search-form > .search-filter > .col-select > select > option {
  border: 0;
  outline: 0;
  padding: 0 15px;
  background: transparent;
}
#search-container #search > .search-main #search-form > .search-filter > .col-select > label {
  font-size: 2.3em;
  font-family: Arial,sans-serif;
  margin: 0 10px 0 0;
}
#search-container #search > .search-main #search-form > .search-themes {
  padding: 20px 0;
}
#search-container #search > .search-main #search-form > .search-themes > .search-theme {
  float: left;
  margin: 0 20px 0 0;
}
#search-container #search > .search-main #search-form > .search-themes > .search-theme > a {
  color: white;
}
#search-container #search > .search-main #search-form > .search-themes > .search-theme > a > .name {
  background: #43a2cf;
  display: block;
  float: left;
  height: 30px;
  font-size: 1.5em;
  padding: 5px 15px;
}
#search-container #search > .search-main #search-form > .search-themes > .search-theme > a > .cross {
  background: #3681a5;
  background-image: url('../../bundles/orangecomcore/images/search/cross-white-small.png');
  background-repeat: no-repeat;
  background-position: 10px 9px;
  display: block;
  float: left;
  height: 30px;
  padding: 5px 15px;
}
#search-container #search > .search-main #search-form > .search-button {
  padding: 25px 0;
  text-align: right;
}
#search-container #search > .search-main #search-form > .search-button > button {
  height: 50px;
  background: #255a73;
  border: 0;
  color: white;
  font-size: 2.8em;
  padding: 0 3%;
}
#search-container #search > .search-main > .search-results {
  padding: 40px 0 0;
}
#search-container #search > .search-main > .search-results > .search-results-count {
  padding: 0 0 50px;
}
#search-container #search > .search-main > .search-results > .search-results-count span {
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .head > a {
  display: block;
  color: white;
  font-size: 2.2em;
  padding: 18px 0;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .head > a > .arrow {
  padding: 0 7px;
  background-image: url('../../bundles/orangecomcore/images/search/arrow-white-down.png');
  background-repeat: no-repeat;
  background-position: 0 13px;
  margin: 0 10px 0 0;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .head > a > h3.title {
  display: inline;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .head > a.closed > .arrow {
  background-image: url('../../bundles/orangecomcore/images/search/arrow-white-up.png');
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item {
  margin: 0 0 10px;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .caption > a {
  display: block;
  padding: 10px 20px;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .caption > a > .title {
  display: block;
  color: white;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .caption > a > .description {
  display: block;
  color: white;
  font-size: 1.3em;
  margin: 0 0 10px;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .caption > a > .link-date {
  display: block;
  color: black;
  font-size: 1.3em;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .caption > a:hover > .title {
  text-decoration: underline;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .image {
  padding: 0 10px 0 0;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .image > a {
  width: 100%;
  height: 100%;
  display: block;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .image > a > img {
  width: 100%;
  height: auto;
}
#search-container #search > .search-main > .search-results > .search-results-theme > .oneCluster > .item > .caption {
  background: #43a2cf;
}
#search-container #search > .search-main > .search-results .search-results-nav div a {
  color: white;
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  text-decoration: underline;
  padding: 30px 0;
}
#search-container #search > .search-aside {
  padding: 0 2% 0 5%;
}
#search-container #search > .search-aside > .external-links {
  margin: 40px 0 0;
}
#search-container #search > .search-aside > .external-links > .head {
  font-size: 2.6em;
  padding: 0 0 10px;
  border-bottom: 1px solid white;
}
#search-container #search > .search-aside > .external-links > .item {
  padding: 25px 0 20px;
  border-bottom: 1px solid white;
}
#search-container #search > .search-aside > .external-links > .item > a > .image {
  margin: 0 30px 0 0;
  background-image: url('../../bundles/orangecomcore/images/search/client.png');
  background-repeat: no-repeat;
  padding: 14px 21px;
}
#search-container #search > .search-aside > .external-links > .item > a > .image > img {
  display: none;
}
#search-container #search > .search-aside > .external-links > .item > a > .title {
  font-size: 2.2em;
  color: white;
}
#search-container #search > .search-aside > .external-links > .item + .item > a > .image {
  background-image: url('../../bundles/orangecomcore/images/search/world.png');
  background-repeat: no-repeat;
}
#search-container #search  > .search-main  > .question  > .question-search,
#search-container #search  > .search-main  > .question  > .question-help {
  color: white;
  font-size: 4em;
  line-height: 1em;
}
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:not(:checked),
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:not(:checked) + label,
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:not(:checked) + label:before,
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: white;
}
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:not(:checked) + label:after,
#search-container #search  > .search-main #search-form  > .search-filter  > .col-checkbox input[type="checkbox"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #3c90b8;
  transition: all .2s;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting {
  border-bottom: 1px solid white;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .sort  > .sort-by,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .sort  > .sort-by {
  font-size: 2.7em;
  margin: 0 10px 0 0;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .sort  > .sort-criterion,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .sort  > .sort-criterion {
  font-size: 1.5em;
  text-decoration: underline;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .sort  > .sort-criterion.selected,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .sort  > .sort-criterion.selected {
  text-decoration: none;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .sort  > .sort-criterion  > a,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .sort  > .sort-criterion  > a {
  color: white;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .sort  > .separator,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .sort  > .separator {
  font-size: 1.5em;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility {
  font-size: 1.5em;
  line-height: 3.3em;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility  > .visibility-show,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility  > .visibility-show {
  text-decoration: underline;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility  > .visibility-show.selected,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility  > .visibility-show.selected {
  text-decoration: none;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility  > .visibility-show  > a,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility  > .visibility-show  > a {
  color: white;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility  > .visibility-hide,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility  > .visibility-hide {
  text-decoration: underline;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility  > .visibility-hide.selected,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility  > .visibility-hide.selected {
  text-decoration: none;
}
#search-container #search  > .search-main  > .search-results  > .search-results-suggest  > .visibility  > .visibility-hide  > a,
#search-container #search  > .search-main  > .search-results  > .search-results-sorting  > .visibility  > .visibility-hide  > a {
  color: white;
}
#search-container #search  > .search-aside  > .search-enhanced,
#search-container #search  > .search-aside  > .most-searched {
  margin: 40px 0 0;
}
#search-container #search  > .search-aside  > .search-enhanced  > .head,
#search-container #search  > .search-aside  > .most-searched  > .head {
  font-size: 2.6em;
  padding: 0 0 15px;
  border-bottom: 1px solid white;
  margin: 0 0 15px;
}
#search-container #search  > .search-aside  > .search-enhanced  > .item,
#search-container #search  > .search-aside  > .most-searched  > .item {
  margin: 0 0 15px;
}
#search-container #search  > .search-aside  > .search-enhanced  > .item a  > .arrow,
#search-container #search  > .search-aside  > .most-searched  > .item a  > .arrow {
  background-image: url('../../bundles/orangecomcore/images/search/arrow-white-right.png');
  background-repeat: no-repeat;
  padding: 0 3px;
  margin: 0 10px 0 0;
}
#search-container #search  > .search-aside  > .search-enhanced  > .item a  > .title,
#search-container #search  > .search-aside  > .most-searched  > .item a  > .title {
  color: white;
  font-size: 1.5em;
}
#search-container #search  > .search-aside  > .search-enhanced  > .nav div a,
#search-container #search  > .search-aside  > .most-searched  > .nav div a {
  color: white;
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  text-decoration: underline;
  padding: 30px 0;
}
.resultats {
  margin-top: 20px;
}
.ie9 #search-container #search  > .search-main #search-form  > .search-filter  > .col-select  > select,
.ie8 #search-container #search  > .search-main #search-form  > .search-filter  > .col-select  > select,
.ie7 #search-container #search  > .search-main #search-form  > .search-filter  > .col-select  > select {
  width: auto;
  padding: 0;
  background: white;
  background-image: none;
  color: black;
}
@media screen and (max-width: 1279px) {
  #search-container #search {
    width: 100%;
  }
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* menu */
#menu-container {
  width: 100%;
}
#menu-container #menu {
  /* height: 123px; */
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
#menu-container #menu > .navbar {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
#menu-container #menu > .navbar.navbar-fixed-top > .container {
  margin: 0 auto;
  width: 1280px;
}
#menu-container #menu > .navbar .navbar-container {
  width: 100%;
  background-color: white;
}
#menu-container #menu > .navbar .navbar-container .container {
  margin: 0 auto;
  padding: 21px 60px;
  position: relative;
  width: 1280px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column {
  display: inline-block;
  vertical-align: middle;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 13px 14px 34px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars {
  display: block;
  float: left;
  margin: 0 15px 0 5px;
  padding: 4px 0 0;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars .icon-bar {
  background-color: black;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 22px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars .icon-bar + .icon-bar {
  margin: 3px 0 0;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .text {
  display: block;
  float: left;
  font-size: 2.1em;
  line-height: 1em;
  font-family: Arial,sans-serif;
  font-weight: 600;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible:hover .icon-bars .icon-bar,
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible:focus .icon-bars .icon-bar,
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible:active .icon-bars .icon-bar {
  background-color: #ff7900;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible:hover .text,
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible:focus .text,
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible:active .text {
  color: #ff7900;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .separator {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.7em;
  margin-bottom: 14px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 15px 14px 15px;
  font-family: Arial,sans-serif;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar .search-link {
  color: black;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar .search-link:hover {
  color: #ff7900;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar .search-link .text {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1em;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar .search-link .glyphicon {
  font-size: 1.9em;
  line-height: 1em;
  margin: 0 5px 0 0;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher {
  position: relative;
  font-family: Arial,sans-serif;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher > button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 6px 8px;
  text-transform: uppercase;
  font-size: 4em;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher #extra-languages-mobile {
  font-size: 1.6em;
  min-width: inherit;
  top: 60px;
  text-align: center;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher #extra-languages-mobile.open {
  display: inline-block !important;
  vertical-align: middle;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher #extra-languages-mobile > li {
  display: inline;
  width: auto;
  font-size: 1.8em;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher #extra-languages-mobile > li > a {
  clear: none;
  display: inline;
  text-transform: uppercase;
  width: auto;
  padding: 0 5px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher #extra-languages-mobile > li > a:hover,
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher #extra-languages-mobile > li > a:focus {
  background: transparent;
  color: #ff7900;
}
#menu-container #menu > .navbar .navbar-container .container .menu-left-column .logo {
  vertical-align: bottom;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column {
  position: absolute;
  right: 22px;
  top: 23px;
  text-align: right;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher {
  position: relative;
  display: inline-block;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher > button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 6px 8px;
  float: right;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher > button.dropdown-toggle .arrow {
  background: url("../../bundles/orangecomcore/images/buttons/language-arrow-left.png") no-repeat;
  display: block;
  height: 10px;
  width: 7px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher .current {
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages {
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  float: none;
  font-size: inherit;
  margin: 0;
  min-width: inherit;
  padding: 0;
  top: auto;
  left: auto;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages.open {
  display: inline-block !important;
  vertical-align: middle;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages > li {
  display: inline;
  width: auto;
  font-size: 1.8em;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages > li > a {
  clear: none;
  display: inline;
  text-transform: uppercase;
  width: auto;
  padding: 0 5px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages > li > a:hover,
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages > li > a:focus {
  background: transparent;
  color: #ff7900;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .language-switcher #extra-languages.open + button.dropdown-toggle .arrow {
  background: url("../../bundles/orangecomcore/images/buttons/language-arrow-right.png") no-repeat;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .social-bar {
  position: relative;
  top: 13px;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .social-bar a {
  width: 32px;
  height: 32px;
  display: inline-block;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .social-bar figure {
  display: inline;
}
#menu-container #menu > .navbar .navbar-container .container .menu-right-column .social-bar > a {
  padding: 0 3px;
}
#menu-dropdown-container {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}
#menu-dropdown {
  background-color: white;
  border: none;
  box-shadow: none;
  border-radius: 0;
  float: none;
  font-size: 1.4em;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  width: 1280px;
}
#menu-dropdown.open {
  display: block;
}
#menu-dropdown #menu-frames {
  padding: 2.5% 5%;
}
#menu-dropdown #menu-frames .frame {
  padding: 0 3%;
}
#menu-dropdown #menu-frames .frame a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#menu-dropdown #menu-frames .frame a img.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#menu-dropdown #menu-frames .frame a:hover img.overlay {
  display: inline;
}
#menu-dropdown #menu-elements {
  background-color: #f2f2f2;
  padding: 25px 35px;
}
#menu-dropdown #menu-elements > .close-menu {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#menu-dropdown #menu-elements > .row > .column {
  border-left: 1px solid #dddddd;
  padding: 0 25px;
}
#menu-dropdown #menu-elements > .row > .column:first-child {
  border-left: 0;
}
#menu-dropdown #menu-elements > .row > .column > li > a,
#menu-dropdown #menu-elements > .row > .column > a {
  color: #ff7900;
  font-size: 1.2em;
  font-weight: bold;
}
#menu-dropdown #menu-elements > .row > .column > li > a:hover,
#menu-dropdown #menu-elements > .row > .column > a:hover,
#menu-dropdown #menu-elements > .row > .column > li > a.current,
#menu-dropdown #menu-elements > .row > .column > a.current {
  text-decoration: underline;
}
#menu-dropdown #menu-elements > .row > .column > .sub {
  padding: 5px 0 15px 15px;
  list-style-type: square;
}
#menu-dropdown #menu-elements > .row > .column > .sub > li {
  color: #ff7900;
}
#menu-dropdown #menu-elements > .row > .column > .sub > li > a {
  color: black;
}
#menu-dropdown #menu-elements > .row > .column > .sub > li > a:hover,
#menu-dropdown #menu-elements > .row > .column > .sub > li > a.current-tree {
  color: #ff7900;
}
#menu-dropdown #menu-elements > .row > .column > .sub > li > a.head {
  font-weight: bold;
  font-size: 1.2em;
}
#menu-dropdown #menu-elements > .row > .column > .sub > li.main {
  display: none;
}
/* frames */
.container .grid-frames .header {
  font-size: 3em;
}
.grid-frames {
  background-color: #f5f5f5;
  padding: 2% 7% 2% 1%;
}
.grid-frames .header {
  padding: 0 2%;
  font-family: Arial,sans-serif;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 14px;
}
.grid-frames .header p {
  margin: 0;
}
.grid-frames .frames {
  padding: 0 2%;
}
.grid-frames .frame {
  padding: 0 3% 0 0;
}
.grid-frames .frame a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.grid-frames .frame a img {
  padding: 0 0 18px 0;
}
.grid-frames .frame a:hover img,
.grid-frames .frame a:active img,
.grid-frames .frame a.active img {
  padding: 0 0 15px 0;
  border-bottom: 3px solid #ff7900;
}
.grid-frames .loading {
  clear: both;
  display: none;
  padding: 15px 0;
  text-align: center;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* header */
#header-container {
  background: black;
  width: 100%;
}
#header-container #header {
  width: 1280px;
  margin: 0 auto;
}
#header-container #header .nav > li.confort-plus a {
  text-shadow: none;
  display: inline-block;
  margin: 10px 5px;
  padding: 5px 15px;
  border: 1px solid white;
}
#header-container #header .nav > li.confort-plus a:hover,
#header-container #header .nav > li.confort-plus a:focus,
#header-container #header .nav > li.confort-plus a:active {
  border: 1px solid #ff7900;
}
#header-container #header .nav > li[role=presentation] figure {
  display: inline-block;
}
#header-container #header .nav > li[role=presentation] figure img {
  position: absolute;
  left: -10px;
  top: 15px;
  z-index: 2;
}
#header-container #header .nav > li[role=presentation] a {
  text-shadow: none;
  display: inline-block;
  margin: 10px 5px;
  padding: 5px 15px;
  color: white;
  border: 1px solid white;
}
#header-container #header .nav > li[role=presentation] a:hover,
#header-container #header .nav > li[role=presentation] a:focus,
#header-container #header .nav > li[role=presentation] a:active {
  border: 1px solid #ff7900;
  background: #ff7900;
}
#header-container #header .nav > li a {
  color: white;
  font-size: 1.4em;
  font-family: Arial,sans-serif;
  font-weight: 600;
}
#header-container #header .nav > li a:hover,
#header-container #header .nav > li a:focus {
  background-color: black;
  color: white;
}
#cookie-container {
  background: #dddddd;
  display: none;
  width: 100%;
}
#cookie-container #cookie {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#cookie-container #cookie .ezxmltext-field {
  padding: 15px 40px 15px 10px;
}
#cookie-container #cookie .ezxmltext-field p {
  margin: 0;
  font-size: 1.2em;
}
#cookie-container #cookie .close-button {
  background: url("../../bundles/orangecomcore/images/buttons/close-orange-cookie.png") no-repeat 0px 0px;
  position: absolute;
  right: 15px;
  top: 20px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* footer */
#footer-container {
  width: 100%;
  background-color: white;
}
#footer-container #footer {
  width: 1280px;
  margin: 0 auto;
}
#footer-container #footer #footer-top .column {
  padding: 15px;
  margin: 1% 0;
  line-height: 1.4em;
  font-size: 1.7em;
}
#footer-container #footer #footer-top .column .social-bar {
  position: relative;
  display: block;
  padding: 0 0 15px;
  top: 13px;
}
#footer-container #footer #footer-top .column .social-bar a {
  width: 32px;
  height: 32px;
  display: inline-block;
}
#footer-container #footer #footer-top .column .social-bar figure {
  display: inline;
}
#footer-container #footer #footer-top .column .social-bar > a {
  padding: 0 3px;
}
#footer-container #footer #footer-top .column.stock {
  line-height: inherit;
  font-size: inherit;
}
#footer-container #footer #footer-top .column.font-grey {
  color: #666666;
}
#footer-container #footer #footer-top .column a {
  color: inherit;
}
#footer-container #footer #footer-top .column a:hover {
  color: #ff7900;
}
#footer-container #footer #footer-top .column p {
  font-family: Arial,sans-serif;
  font-weight: 600;
}
#footer-container #footer #footer-top .column ul {
  font-family: Arial,sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-container #footer #footer-top .column ul > li {
  background: none;
}
#footer-container #footer #footer-top .column ul > li a {
  color: black;
}
#footer-container #footer #footer-top .column ul > li a:hover {
  color: #ff7900;
}
#footer-container #footer #footer-top .column ul > li.header {
  font-family: Arial,sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
#footer-container #footer #footer-top .column ul > li.spaced {
  margin: 0 0 10px;
}
#footer-container #footer #footer-top .column ul > li.social {
  margin: 0 0 10px;
  padding: 15px 0;
}
#footer-container #footer #footer-top .column ul > li.social > ul {
  list-style-type: none;
  padding: 0;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li {
  display: inline;
  margin: 0 3px 0 0;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li a {
  height: 100%;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li a .overlay {
  display: none;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li a:hover .overlay {
  display: inline;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li a:hover .visible {
  display: none;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li.twitter a img {
  width: 50px;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li.facebook a {
  padding: 0 10px;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li.facebook a img {
  width: 21px;
}
#footer-container #footer #footer-top .column ul > li.social > ul > li.linkedin a img {
  width: 42px;
}
#footer-container #footer #footer-top .column ul.alternative > li a {
  color: #666666;
}
#footer-container #footer #footer-top .column ul.alternative > li a:hover {
  color: #ff7900;
}
#footer-container #footer #footer-top .column .stock-exchange {
  color: black;
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  font-family: Arial,sans-serif;
}
#footer-container #footer #footer-top .column .stock-exchange .header {
  display: block;
  margin: 0 0 8%;
  font-size: 1.8em;
}
#footer-container #footer #footer-top .column .stock-exchange .graph {
  display: block;
  margin: 0 auto;
  padding: 0 12%;
}
#footer-container #footer #footer-top .column .stock-exchange .value {
  display: block;
  font-size: 7em;
  line-height: 1em;
  padding: 4% 0;
}
#footer-container #footer #footer-top .column .stock-exchange .variation {
  display: block;
  line-height: 1em;
  padding: 0;
}
#footer-container #footer #footer-top .column .stock-exchange .variation .up:before,
#footer-container #footer #footer-top .column .stock-exchange .variation .down:before {
  content: "";
  position: absolute;
  background-image: url("../../bundles/orangecomcore/images/buttons/sprite-stock-arrows.png");
  height: 16px;
  width: 18px;
  margin-left: -20px;
  margin-top: -1px;
}
#footer-container #footer #footer-top .column .stock-exchange .variation .up:before {
  background-position: 0px 0px;
}
#footer-container #footer #footer-top .column .stock-exchange .variation .down:before {
  background-position: 0px -16px;
}
#footer-container #footer #footer-top .column .stock-exchange .variation > span {
  font-size: 2.2em;
}
#footer-container #footer #footer-top .column .stock-exchange .datetime {
  font-size: 1.4em;
  display: block;
  padding: 2% 0 0;
}
#footer-container #footer #footer-bottom .header {
  padding: 10px 3%;
}
#footer-container #footer #footer-bottom .header span {
  color: #a7a7a7;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.6em;
}
#footer-container #footer #footer-bottom .column {
  font-size: 1.5em;
  padding: 0 2%;
  margin: 20px 0;
  text-align: center;
}
#footer-container #footer #footer-bottom .column a:hover .title {
  color: #ff7900;
}
#footer-container #footer #footer-bottom .column .image {
  border-bottom: 1px solid #a7a7a7;
  display: block;
  margin-bottom: 5px;
}
#footer-container #footer #footer-bottom .column .image img {
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}
#footer-container #footer #footer-bottom .column .title {
  color: black;
  display: block;
  font-family: Arial,sans-serif;
}
#footer-container #footer #footer-bottom .column .subtitle {
  display: block;
  color: #a7a7a7;
  font-family: Arial,sans-serif;
}
#footer-container #footer #footer-bottom .legal-notice {
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  margin: 40px 30px 40px 0;
  text-align: right;
}
#footer-container #footer #footer-bottom .legal-notice > span {
  padding: 0 5px 0 0;
}
#footer-container #footer #footer-bottom .legal-notice > span > a {
  color: black;
}
#footer-container #footer #footer-bottom .legal-notice > span > a:hover {
  color: #ff7900;
}
#footer-container #footer #footer-bottom .legal-notice > span.copyright {
  padding: 0;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* Plain video Template */
.plain-video {
  float: left;
  height: 0;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
  padding-top: 2.5em;
  position: relative;
  width: 100%;
}
.plain-video iframe {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plain-video .preview {
  position: relative;
}
.plain-video .preview img {
  display: block;
  height: auto;
  width: 100%;
}
.plain-video .preview .caption {
  bottom: 0;
  display: block;
  left: 0;
  padding: 2em;
  position: absolute;
  width: 100%;
  font-size: 1.6em;
  color: white;
}
.plain-video .preview .caption.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.plain-video .preview .caption .title {
  display: block;
  line-height: 1em;
}
.plain-video .preview .caption .subtitle p {
  margin: 0;
}
.plain-video .preview .play-button {
  background-image: url("../../bundles/orangecomcore/images/static/news-video-play-btn.png");
  cursor: pointer;
  display: block;
  height: 100px;
  left: 47%;
  left: calc(50% - 50px);
  position: absolute;
  top: 44%;
  top: calc(50% - 50px);
  width: 100px;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* news container*/
#container.news {
  /* breacrumb */
  /* news-theme */
  /* news content */
}
#container.news .breadcrumb-container {
  width: 75%;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 1.3em;
  font-family: "Arial";
  position: relative;
  /* readspeaker */
}
#container.news .breadcrumb-container .breadcrumb {
  background-color: transparent;
  overflow: hidden;
  padding: 8px 100px 8px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#container.news .breadcrumb-container .breadcrumb > li + li:before {
  content: "> ";
}
#container.news .breadcrumb-container .breadcrumb > li {
  display: inline;
}
#container.news .breadcrumb-container .breadcrumb > li.active {
  color: #ff7900;
}
#container.news .breadcrumb-container .breadcrumb > li a {
  color: #999999;
}
#container.news .breadcrumb-container .readspeaker {
  position: absolute;
  top: 7px;
  right: 0;
  margin-top: 8px;
}
#container.news .breadcrumb-container .readspeaker .rs_skip a {
  background: url("../../bundles/orangecomcore/images/buttons/readspeaker-button.png") no-repeat right center;
  color: black;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
  padding-right: 30px;
  text-decoration: none;
}
#container.news .breadcrumb-container .readspeaker #xp1 {
  position: absolute;
  right: 0;
}
#container.news .news-theme {
  margin: 0 auto;
  width: 75%;
}
#container.news .news-theme span {
  position: relative;
  width: 100%;
  font-size: 2.1em;
  top: -0.3em;
}
#container.news .news-theme figure {
  display: block;
  float: left;
  margin: 0 13px 0 0;
}
#container.news .news-content {
  width: 75%;
  margin: 0 auto;
  font-family: "Arial";
}
#container.news .news-content .news-submenu {
  width: 100%;
  margin: 2.5em 0 2.5em 0;
}
#container.news .news-content .news-submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 1.5em;
  line-height: 1.5em;
  font-family: Arial,sans-serif;
  font-size: 1.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
#container.news .news-content .news-submenu ul li {
  display: inline;
  border-left: 1px solid #333333;
  padding: 0 10px;
  position: relative;
}
#container.news .news-content .news-submenu ul li > a {
  line-height: inherit;
  color: #555555;
}
#container.news .news-content .news-submenu ul li:first-child {
  border: none;
}
#container.news .news-content .news-submenu ul li:hover {
  background-color: #f16e00;
}
#container.news .news-content .news-submenu ul li:hover a {
  color: white;
}
#container.news .news-content .news-submenu ul li.active {
  background-color: #f16e00;
}
#container.news .news-content .news-submenu ul li.active a {
  color: white;
}
#container.news .news-content .news-submenu ul.submenu-second-level a {
  color: black;
  font-family: Arial,sans-serif;
  font-size: 0.8em;
}
#container.news .news-content .news-submenu ul::after {
  content: ">";
  font-weight: bold;
  color: #808080;
}
#container.news .news-content .news-submenu ul::before {
  content: "<";
  font-weight: bold;
  color: #808080;
}
#container.news .news-content .news-submenu ul:hover::after {
  color: #f16e00;
  cursor: pointer;
}
#container.news .news-content .news-submenu ul:hover::before {
  color: #f16e00;
  cursor: pointer;
}
#container.news .news-content .news-submenu hr {
  color: #999999;
  margin: 1em 0;
}
#container.news .news-content .news-submenu > div {
  font-size: 1.4em;
  font-family: Arial,sans-serif;
  font-weight: bold;
}
#container.news .news-content .news-submenu > div .slick-list .slick-cloned {
  display: none;
}
#container.news .news-content .news-submenu > div .slick-prev,
#container.news .news-content .news-submenu > div .slick-next {
  top: 10%;
  margin-top: 0;
}
#container.news .news-content .news-submenu > div .slick-prev:before,
#container.news .news-content .news-submenu > div .slick-next:before {
  font-family: "icomoon";
  color: #ff7900;
  font-size: 16px;
}
#container.news .news-content .news-submenu > div .slick-prev.slick-disabled:before,
#container.news .news-content .news-submenu > div .slick-next.slick-disabled:before {
  color: #000000;
}
#container.news .news-content .news-submenu > div .slick-prev:before {
  content: '\e601';
}
#container.news .news-content .news-submenu > div .slick-next:before {
  content: '\e600';
}
#container.news .news-content .news-submenu div.cl-orange a {
  color: #ff7900;
}
#container.news .news-content .news-submenu div a {
  color: black;
  float: left;
  padding: 5px 10px;
  border: 1px solid black;
  margin: 0 10px 10px 0;
}
#container.news .news-content .news-submenu div a:focus,
#container.news .news-content .news-submenu div a:hover {
  color: white;
  background-color: #ff7900;
  border: 1px solid #ff7900;
}
#container.news .news-content .social-network {
  margin: 1.5em 0;
}
#container.news .news-content .news-title h1 {
  margin: 0;
  font-family: Arial,sans-serif;
  font-size: 4em;
  font-weight: bold;
}
#container.news .news-content .news-title.row {
  margin: 0 0 3.5em;
}
#container.news .news-content .news-image-titre {
  max-width: 240px;
  padding-bottom: 2em;
  margin-right: 2em;
}
#container.news .news-content .news-image-titre .masque {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container.news .news-content .news-chapo {
  font-size: 2.1em;
  font-weight: bold;
  padding-bottom: 20px;
}
#container.news .news-content .sg_3columns,
#container.news .news-content .sg_2columns,
#container.news .news-content .sg_text {
  clear: both;
  display: block;
  font-size: 1.7em;
}
#container.news .news-content .sg_3columns div.first-col {
  padding-right: 10px;
}
#container.news .news-content .sg_3columns div.second-col {
  padding: 0 5px;
}
#container.news .news-content .sg_3columns div.third-col {
  padding-left: 10px;
}
#container.news .news-content .sg_2columns div.first-col {
  padding-right: 35px;
}
#container.news .news-content .sg_2columns div.second-col {
  padding-left: 0;
}
#container.news .news-content .news-body {
  font-size: 1.7em;
}
#container.news .news-content .news-body.col-sm-8 {
  padding-right: 0.75em;
}
#container.news .news-content .news-body .folder_view {
  font-size: 0.92em;
}
#container.news .news-content .folder_view {
  width: 100%;
  margin: 2em 0;
  background-color: #e6e6e6;
  font-size: 1.6em;
  padding: 1em;
}
#container.news .news-content .folder_view.bg_white {
  background-color: #ffffff;
}
#container.news .news-content .folder_view .title {
  font-weight: bold;
  margin-left: 1em;
}
#container.news .news-content .folder_view .new-col-20,
#container.news .news-content .folder_view .new-col-25,
#container.news .news-content .folder_view .new-col-33 {
  background: none repeat scroll 0 0 white;
  box-shadow: -4px 4px 12px #aaaaaa;
}
#container.news .news-content .folder_view .new-col-20 {
  padding: 0;
  width: 18%;
  float: left;
  min-height: 1px;
  position: relative;
  margin: 1%;
}
#container.news .news-content .folder_view .new-col-25 {
  padding: 0;
  width: 23%;
  float: left;
  min-height: 1px;
  position: relative;
  margin: 1%;
}
#container.news .news-content .folder_view .new-col-33 {
  padding: 0;
  width: 31%;
  float: left;
  min-height: 1px;
  position: relative;
  margin: 1%;
}
#container.news .news-content .folder_view > div div,
#container.news .news-content .folder_view > div figure {
  display: block;
  padding: 5%;
}
#container.news .news-content .folder_view img {
  width: 100%;
}
#container.news .news-content .news-sidebar .inner {
  margin: 0 0 2em 0;
  padding: 0 0 0 1.5em;
  overflow: hidden;
  word-wrap: break-word;
}
#container.news .news-content .news-sidebar .inner .image {
  margin-bottom: 1em;
}
#container.news .news-content .news-sidebar .inner .image a {
  display: block;
}
#container.news .news-content .news-sidebar .inner .text {
  padding: 5px 0 0 0;
}
#container.news .news-content .news-sidebar .inner .text .title {
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  margin: 0 0 10px;
}
#container.news .news-content .news-sidebar .inner .text .description {
  font-family: Arial,sans-serif;
  font-size: 1.4em;
}
#container.news .news-content .news-sidebar .inner .text .description > p {
  margin: 0;
}
#container.news .news-content .news-sidebar .inner .text .link a {
  color: #999999;
  text-decoration: underline;
  font-style: italic;
  font-size: 1.4em;
}
#container.news .news-content .news-sidebar .inner.quote {
  padding: 1.5em 0 1em 1.5em;
  font-style: italic;
}
#container.news .news-content .news-sidebar .inner.quote .text {
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
  padding: 15px 5px;
  font-size: 3em;
  line-height: 1.2em;
  color: #999999;
}
#container.news .news-content .news-sidebar .inner.quote .text .author {
  font-size: 0.55em;
}
#container.news .news-content .news-sidebar .inner.quote .text .author p {
  margin: 0;
}
#container.news .news-content .news-sidebar .inner.subscribe a,
#container.news .news-content .news-sidebar .inner.media a {
  background-color: #f16e00;
  color: white;
  font-size: 2.1em;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 0 10px;
  display: block;
}
#container.news .news-content .news-sidebar .inner.partner {
  border-top: 1px solid #999999;
  padding-top: 1.5em;
  font-size: 1.6em;
  font-family: "Arial";
}
#container.news .news-content .news-sidebar .inner.partner a {
  display: block;
}
#container.news .news-content .news-sidebar .inner.download,
#container.news .news-content .news-sidebar .inner.contact {
  border-top: 1px solid #999999;
  padding-top: 1em;
  margin: 0 0 1em;
  font-size: 1.6em;
  font-family: "Arial";
}
#container.news .news-content .news-sidebar .inner.download .title,
#container.news .news-content .news-sidebar .inner.contact .title {
  color: #808080;
  font-size: 1em;
  font-family: "Arial";
}
#container.news .news-content .news-sidebar .inner.download a,
#container.news .news-content .news-sidebar .inner.contact a {
  display: block;
  color: black;
}
#container.news .news-content .news-sidebar .inner.download a:hover,
#container.news .news-content .news-sidebar .inner.contact a:hover {
  color: #ff7900;
  text-decoration: none;
}
#container.news .news-content .news-sidebar .inner.download h2,
#container.news .news-content .news-sidebar .inner.contact h2 {
  color: #808080;
  font-size: 1em;
  font-family: "Arial";
  margin: 0 0 10px;
}
#container.news .news-content .news-sidebar .inner.download ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#container.news .news-content .news-sidebar .inner.download ul li {
  background: url('../../bundles/orangecomcore/images/common/puce.png') no-repeat 0 0.65em;
  padding-left: 15px;
}
#container.news .news-content .news-sidebar .inner.download ul li a.ezbinaryfile-field {
  display: inline;
}
#container.news .news-content .news-sidebar .inner.download ul li a.rspkr_dr_link {
  display: inline;
  width: 16px;
  height: 16px;
}
#container.news .news-content .news-sidebar .inner.download ul li a.rspkr_dr_link > img {
  padding: 2px 0 0 7px;
}
#container.news .news-content .news-sidebar .inner.media {
  border-top: 1px solid #999999;
  padding-top: 1.5em;
}
#container.news .news-content .news-sidebar .inner.media a {
  background-color: #76d7ff;
}
#container.news .news-content .news-grid {
  margin-top: 4em;
  float: left;
  width: 100%;
}
#container.news .news-content .news-grid .inner .text {
  padding: 15px;
}
#container.news .news-content .news-grid .inner .text .title {
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  margin: 0 0 10px;
}
#container.news .news-content .news-grid .inner .text .description {
  font-family: Arial,sans-serif;
  font-size: 1.4em;
}
#container.news .news-content .news-grid .inner .text .description > p {
  margin: 0;
}
#container.news .news-content .news-grid .inner .text .link a {
  color: #999999;
  text-decoration: underline;
  font-style: italic;
  font-size: 1.4em;
}
#container.news .news-content .news-see-more {
  margin: 4em 0 4em;
  background-color: #e6e6e6;
  font-size: 1.6em;
  padding: 2em;
  width: 100%;
}
#container.news .news-content .news-see-more a {
  text-decoration: underline;
  color: #999999;
}
#container.news .news-content .news-see-more ol,
#container.news .news-content .news-see-more ul {
  margin-top: 2em;
  font-weight: bold;
}
#container.news .news-content .news-see-more ol li,
#container.news .news-content .news-see-more ul li {
  line-height: 2em;
}
#container.news .news-content .news-see-more .title {
  font-weight: bold;
}
#container.news .news-content .last-update {
  font-size: 1.6em;
  font-style: italic;
  margin: 2em 0;
  color: #999999;
  clear: left;
}
#container.news .news-content .last-update.no-margin {
  margin: 0;
}
#container.news .news-content .back-to-previous-page {
  font-size: 1.6em;
  margin: 2em 0;
  text-align: right;
  width: 15%;
}
#container.news .news-content .back-to-previous-page a {
  background-image: url("../../bundles/orangecomcore/images//buttons/back_button.png");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  color: black;
  font-size: 1em;
  font-weight: bold;
  padding: 1px 0 0 25px;
  text-decoration: none;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
.poll {
  display: block;
  background: #000000;
  height: 100%;
  font-family: arial;
  font-weight: bold;
  padding: 1.5em;
  /**RESULTS**/
}
.poll .title {
  color: #ff6600;
  font-size: 1.8em;
  display: block;
  margin-bottom: 0.5em;
}
.poll .title:first-letter {
  text-transform: uppercase;
}
.poll .question,
.poll .pollForm {
  color: #ffffff;
  font-size: 1.6em;
}
.poll .question {
  display: block;
  margin-bottom: 1em;
}
.poll .pollForm ul {
  list-style: none;
  padding: 0;
}
.poll .pollForm ul li {
  margin-bottom: 0.5em;
}
.poll .pollForm label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 1.5em;
  font-size: 0.865em;
}
.poll .pollForm input[type=radio] {
  display: none;
}
.poll .pollForm label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
}
.poll .pollForm input[type=radio]:checked + label:before {
  content: "";
  background: #ff6600;
  color: #f3f3f3;
  font-size: 3em;
  text-align: center;
  line-height: 20px;
}
.poll .pollForm input[type=submit] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #000000;
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.5em 1.5em;
  font-weight: bold;
  font-family: arial;
}
.poll .pollForm input[type=submit]:hover,
.poll .pollForm .poll .pollForm input[type=submit]:focus {
  background: #ff6600;
}
.poll ul.results {
  list-style: none;
  padding: 0;
}
.poll ul.results li {
  color: #ffffff;
  font-size: 1.5em;
  padding-bottom: 1.5em;
}
.poll .bar {
  height: 10px;
  position: relative;
  border: 1px solid #ffffff;
  display: block;
  float: left;
  width: 80%;
}
.poll .bar > span {
  display: block;
  height: 100%;
  background-color: #4bb4e6;
  position: relative;
  overflow: hidden;
}
.poll .result {
  color: #ffffff;
  font-size: 1em;
  float: right;
  width: 16%;
  line-height: 1.1em;
  text-align: center;
}
.poll .answer {
  display: block;
}
.poll .social {
  position: absolute;
  bottom: 15px;
}
.poll .social .share-twitter,
.poll .social .share-facebook {
  margin: 0 15px 0 0;
}
.item.portrait .poll .pollForm input[type=submit] {
  margin-top: 2em;
  position: relative;
  float: right;
  right: 0;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* news container*/
#container.news-list {
  /* breacrumb */
}
#container.news-list .breadcrumb-container {
  width: 100%;
  padding: 10px 10px 0;
  margin: 0 auto;
  font-size: 1.3em;
  font-family: "Arial";
  position: relative;
  /* readspeaker */
}
#container.news-list .breadcrumb-container .breadcrumb {
  text-overflow: ellipsis;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0;
  background-color: transparent;
}
#container.news-list .breadcrumb-container .breadcrumb li {
  display: inline;
}
#container.news-list .breadcrumb-container .breadcrumb li.active {
  color: #ff7900;
}
#container.news-list .breadcrumb-container .breadcrumb > li + li:before {
  content: "> ";
}
#container.news-list .breadcrumb-container .breadcrumb > li a {
  color: #999999;
}
#container.news-list .breadcrumb-container .readspeaker {
  position: relative;
  margin-top: 8px;
}
#container.news-list .breadcrumb-container .readspeaker .rs_skip a {
  background: url("../../bundles/orangecomcore/images/buttons/readspeaker-button.png") no-repeat right center;
  color: black;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
  padding-right: 30px;
  text-decoration: none;
}
#container.news-list .breadcrumb-container .readspeaker #xp1 {
  position: absolute;
  right: 0;
}
#container.news-list .news-list-banner {
  margin: 10px 0 20px;
}
#container.news-list .news-list-banner .title {
  font-family: Arial,sans-serif;
  font-size: 4em;
  font-weight: bold;
  margin: 0;
}
#container.news-list .news-list-pager {
  color: black;
  font-size: 1.5em;
  font-weight: 600;
  font-family: Arial,sans-serif;
  margin: 15px 0;
  text-align: right;
}
#container.news-list .news-list-pager .pagination {
  border: none;
  margin: 0;
  padding: 0;
}
#container.news-list .news-list-pager .pagination > ul {
  list-style-type: none;
}
#container.news-list .news-list-pager .pagination > ul > li {
  display: inline;
  padding: 2px;
}
#container.news-list .news-list-pager .pagination > ul > li a {
  color: black;
}
#container.news-list .news-list-pager .pagination > ul > li a:hover {
  color: #ff7900;
}
#container.news-list .news-list-pager .pagination > ul > li.prev {
  margin: 0 5px 0 0;
}
#container.news-list .news-list-pager .pagination > ul > li.prev span:before,
#container.news-list .news-list-pager .pagination > ul > li.prev a:before {
  content: "\e601";
  font-family: "icomoon";
  font-size: 0.8em;
}
#container.news-list .news-list-pager .pagination > ul > li.next {
  margin: 0 0 0 5px;
}
#container.news-list .news-list-pager .pagination > ul > li.next span:before,
#container.news-list .news-list-pager .pagination > ul > li.next a:before {
  content: "\e600";
  font-family: "icomoon";
  font-size: 0.8em;
}
#container.news-list .news-list-pager .pagination > ul > li.current,
#container.news-list .news-list-pager .pagination > ul > li.active {
  color: #ff7900;
}
#container.news-list .news-list-pager .pagination > ul > li.disabled {
  color: #999999;
}
#container.news-list .news-list-menu {
  margin: 0 0 25px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
}
#container.news-list .news-list-menu .btn-group {
  position: relative;
  width: calc(25% - 20px);
  margin: 0 0 0 20px;
  box-shadow: none;
}
#container.news-list .news-list-menu .btn-group.first-child,
#container.news-list .news-list-menu .btn-group:first-child {
  margin: 0;
}
#container.news-list .news-list-menu .btn-group > button.btn.btn-default.dropdown-toggle {
  box-shadow: none;
}
#container.news-list .news-list-menu .btn-group > button.btn.btn-default:hover,
#container.news-list .news-list-menu .btn-group > button.btn.btn-default:focus,
#container.news-list .news-list-menu .btn-group > button.btn.btn-default:focus {
  border-color: #cccccc;
}
#container.news-list .news-list-menu .btn-group > button {
  background: #fdfdfd;
  border-radius: 3px;
  text-align: left;
  padding: 12px 50px 12px 19px;
  color: #333333;
  font-size: 0.93em;
  width: 100%;
}
#container.news-list .news-list-menu .btn-group > button:hover,
#container.news-list .news-list-menu .btn-group > button:focus {
  color: #ff7900;
}
#container.news-list .news-list-menu .btn-group > button .caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  position: absolute;
  right: 15px;
  top: 21px;
  color: #ff7900;
}
#container.news-list .news-list-menu .btn-group > button .caret:before {
  background: none repeat scroll 0 0 red;
  border-left: 1px solid #cccccc;
  content: "";
  height: 39px;
  margin-left: -20px;
  position: absolute;
  top: -27px;
  width: 1px;
}
#container.news-list .news-list-menu .btn-group > button .text {
  font-family: Arial,sans-serif;
  font-size: 1.5em;
}
#container.news-list .news-list-menu .btn-group > ul.dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #fdfdfd;
  margin: 0;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  width: 100%;
}
#container.news-list .news-list-menu .btn-group > ul.dropdown-menu > li:not(:first-child) {
  border-top: 1px solid #ededed;
}
#container.news-list .news-list-menu .btn-group > ul.dropdown-menu > li > a {
  color: #8c8c8c;
  white-space: normal;
  display: inline-block;
  font-size: 0.90em;
  padding: 15px 20px;
  text-decoration: none;
  width: 100%;
}
#container.news-list .news-list-menu .btn-group > ul.dropdown-menu > li > a:hover,
#container.news-list .news-list-menu .btn-group > ul.dropdown-menu > li > a:focus {
  color: white;
  background-color: #333333;
  background-image: none;
  filter: none;
}
#container.news-list .news-list-content {
  width: 75%;
  margin: 0 auto;
  font-family: "Arial";
}
#container.news-list .news-list-content .news-submenu {
  width: 100%;
  margin: 2.5em 0 2.5em 0;
}
#container.news-list .news-list-content .news-submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 1.5em;
  line-height: 1.5em;
  font-family: Arial,sans-serif;
  font-size: 1.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
#container.news-list .news-list-content .news-submenu ul li {
  display: inline;
  border-left: 1px solid #333333;
  padding: 0 10px;
  position: relative;
}
#container.news-list .news-list-content .news-submenu ul li > a {
  line-height: inherit;
  color: #555555;
}
#container.news-list .news-list-content .news-submenu ul li:first-child {
  border: none;
}
#container.news-list .news-list-content .news-submenu ul li:hover {
  background-color: #f16e00;
}
#container.news-list .news-list-content .news-submenu ul li:hover a {
  color: white;
}
#container.news-list .news-list-content .news-submenu ul li.active {
  background-color: #f16e00;
}
#container.news-list .news-list-content .news-submenu ul li.active a {
  color: white;
}
#container.news-list .news-list-content .news-submenu ul.submenu-second-level a {
  color: black;
  font-family: Arial,sans-serif;
  font-size: 0.8em;
}
#container.news-list .news-list-content .news-submenu ul::after {
  content: ">";
  font-weight: bold;
  color: #808080;
}
#container.news-list .news-list-content .news-submenu ul::before {
  content: "<";
  font-weight: bold;
  color: #808080;
}
#container.news-list .news-list-content .news-submenu ul:hover::after {
  color: #f16e00;
  cursor: pointer;
}
#container.news-list .news-list-content .news-submenu ul:hover::before {
  color: #f16e00;
  cursor: pointer;
}
#container.news-list .news-list-content .news-submenu hr {
  color: #999999;
  margin: 1em 0;
}
#container.news-list .news-list-content .news-submenu > div {
  font-size: 1.4em;
  font-family: Arial,sans-serif;
  font-weight: bold;
}
#container.news-list .news-list-content .news-submenu > div .slick-list .slick-cloned {
  display: none;
}
#container.news-list .news-list-content .news-submenu > div .slick-prev,
#container.news-list .news-list-content .news-submenu > div .slick-next {
  top: 10%;
  margin-top: 0;
}
#container.news-list .news-list-content .news-submenu > div .slick-prev:before,
#container.news-list .news-list-content .news-submenu > div .slick-next:before {
  font-family: "icomoon";
  color: #ff7900;
  font-size: 16px;
}
#container.news-list .news-list-content .news-submenu > div .slick-prev.slick-disabled:before,
#container.news-list .news-list-content .news-submenu > div .slick-next.slick-disabled:before {
  color: #000000;
}
#container.news-list .news-list-content .news-submenu > div .slick-prev:before {
  content: '\e601';
}
#container.news-list .news-list-content .news-submenu > div .slick-next:before {
  content: '\e600';
}
#container.news-list .news-list-content .news-submenu div.cl-orange a {
  color: #ff7900;
}
#container.news-list .news-list-content .news-submenu div a {
  color: black;
  float: left;
  padding: 5px 10px;
  border: 1px solid black;
  margin: 0 10px 10px 0;
}
#container.news-list .news-list-content .news-submenu div a:focus,
#container.news-list .news-list-content .news-submenu div a:hover,
#container.news-list .news-list-content .news-submenu div a.current {
  color: white;
  background-color: #ff7900;
  border: 1px solid #ff7900;
}
#container.news-list .news-list-content .news-submenu .children_slick .slick-list {
  height: 1.4em;
}
#container.news-list .news-list-content .news-submenu .children_slick .slick-list .slick-track {
  height: 1.4em;
}
#container.news-list .news-list-content .news-list-items .begin-web-col {
  clear: left;
}
#container.news-list .news-list-content .news-list-items .no-results {
  border: 1px solid #dedede;
  font-size: 1.2em;
  margin: 20px 0;
  padding: 20px;
  width: 100%;
}
#container.news-list .news-list-content .news-list-items ul {
  padding: 0;
  margin: 0;
}
#container.news-list .news-list-content .news-list-items ul li {
  list-style: none;
  font-size: 1.3em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #ffffff;
  font-family: arial;
  margin: 0;
  padding: 15px 26px 16px 19px;
}
#container.news-list .news-list-content .news-list-items ul li:focus,
#container.news-list .news-list-content .news-list-items ul li:hover {
  background: #e5e5e5;
  border-top: 1px solid #ececec;
}
#container.news-list .news-list-content .news-list-items ul li:focus a span.title,
#container.news-list .news-list-content .news-list-items ul li:hover a span.title {
  color: #242424;
}
#container.news-list .news-list-content .news-list-items ul li:focus a span.date,
#container.news-list .news-list-content .news-list-items ul li:hover a span.date {
  color: #333333;
}
#container.news-list .news-list-content .news-list-items ul li a {
  display: inline-block;
  width: 100%;
}
#container.news-list .news-list-content .news-list-items ul li a span {
  display: block;
  float: left;
}
#container.news-list .news-list-content .news-list-items ul li a span.title {
  color: #666666;
  width: 80%;
}
#container.news-list .news-list-content .news-list-items ul li a span.date {
  color: #a6a6a6;
  float: right;
  font-style: italic;
  text-align: right;
  width: 20%;
}
#container.news-list .news-list-content .news-list-items .item {
  padding: 0 10px 10px 0;
}
#container.news-list .news-list-content .news-list-items .item .inner .image {
  text-align: center;
}
#container.news-list .news-list-content .news-list-items .item .inner .image figure {
  max-height: 115px;
  display: block;
  overflow: hidden;
}
#container.news-list .news-list-content .news-list-items .item .inner .text {
  padding: 10px;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .title {
  color: black;
  margin: 0 0 10px;
  font-family: Arial,sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .title a {
  color: #ff7900;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .theme,
#container.news-list .news-list-content .news-list-items .item .inner .text .frame {
  color: black;
  margin: 0 0 5px;
  font-family: Arial,sans-serif;
  font-size: 1em;
  color: #ff7900;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .description {
  color: #666666;
  margin: 0 0 5px;
  font-family: Arial,sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .description p {
  margin: 0;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .link {
  font-size: 1.3em;
  font-family: Arial,sans-serif;
  text-decoration: underline;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .link a {
  color: #666666;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .link:hover {
  color: #ff7900;
}
#container.news-list .news-list-content .news-list-items .item .inner .text .link:hover a {
  color: #ff7900;
}
#container.news-list .news-list-more {
  margin: 50px 0;
  text-align: center;
}
#container.news-list .news-list-more #news-list-more {
  background: white;
  border-radius: 0;
  border: 1px solid #999999;
  padding: 15px 40px;
}
#container.news-list .news-list-more #news-list-more .symbol {
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  color: #999999;
  margin: 0 10px 0 0;
}
#container.news-list .news-list-more #news-list-more .text {
  font-family: Arial,sans-serif;
  font-size: 1.6em;
  color: #999999;
}
#container.news-list .news-list-more #news-list-more:hover {
  border: 1px solid #ff7900;
}
#container.news-list .news-list-more #news-list-more:hover .symbol {
  color: #ff7900;
}
#container.news-list .news-list-more #news-list-more:hover .text {
  color: #ff7900;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
.news-documentation {
  margin: 1.5em 0 4em;
}
.news-documentation .accordion {
  background-color: #f7f7f7;
}
.news-documentation .accordion .accordion-group .accordion-heading {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid white;
  background: url("../../bundles/orangecomcore/images/documentation/alinea_1.png") no-repeat 15px center;
  font-family: Arial,sans-serif;
  padding: 15px 15px 15px 45px;
}
.news-documentation .accordion .accordion-group .accordion-heading .accordion-toggle {
  background: url("../../bundles/orangecomcore/images/documentation/down_menu_icon.png") no-repeat center right;
  color: black;
  display: block;
  font-size: 1.6em;
}
.news-documentation .accordion .accordion-group .accordion-heading .accordion-toggle[aria-expanded="true"] {
  color: #ff7900;
  background: url("../../bundles/orangecomcore/images/documentation/up_menu_icon.png") no-repeat center right;
}
.news-documentation .accordion .accordion-group .accordion-heading:hover {
  background-color: #ececec;
}
.news-documentation .accordion .accordion-group .accordion-body {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid white;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-heading {
  background: url("../../bundles/orangecomcore/images/documentation/alinea_2.png") no-repeat 15px center;
  padding: 15px 15px 15px 75px;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-heading:hover {
  background-color: #ececec;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .description {
  color: black;
  font-size: 1.3em;
  padding: 15px;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .description p {
  margin: 0;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .file {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid white;
  font-size: 1.4em;
  padding: 8px 15px;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .file:hover {
  background-color: #ececec;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .file a {
  color: black;
  display: inline;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .file a.rspkr_dr_link > img {
  padding: 2px 0 0 15px;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .file a .filesize {
  float: right;
}
.news-documentation .accordion .accordion-group .accordion-body .accordion-inner .file a:hover {
  color: #ff7900;
}
.news-documentation .accordion .accordion-group .accordion-body[aria-expanded="true"] {
  color: #ececec;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
.ezxmltext-field {
  /* general display rules */
  /* headings */
  /* HR custom tags */
  /* Background custom tags */
  /* Columns custom tags */
  /* Quotes custom tags */
}
.ezxmltext-field a {
  color: black;
  text-decoration: none;
}
.ezxmltext-field a:hover {
  text-decoration: underline;
  color: #f16e00;
}
.ezxmltext-field ul,
.ezxmltext-field ol {
  list-style: none;
  padding: 0;
}
.ezxmltext-field ul li,
.ezxmltext-field ol li {
  padding-left: 15px;
}
.ezxmltext-field ol li {
  background: url('../../bundles/orangecomcore/images/common/fleche_puce.png') no-repeat 0 0.5em;
}
.ezxmltext-field ul li {
  background: url('../../bundles/orangecomcore/images/common/puce.png') no-repeat 0 0.65em;
}
.ezxmltext-field p {
  margin: 0 0 15px;
}
.ezxmltext-field img + .caption {
  width: auto !important;
}
.ezxmltext-field table td {
  padding: 2px;
}
.ezxmltext-field blockquote.twitter-tweet {
  border: none;
  font-size: inherit;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ezxmltext-field embed {
  height: auto;
  max-width: 100%;
}
.ezxmltext-field .h1 {
  color: #f16e00 !important;
  font-family: Arial,sans-serif !important;
  font-size: 4.5em !important;
}
.ezxmltext-field h2,
.ezxmltext-field .h2 {
  color: #f16e00 !important;
  font-size: 1.3em !important;
  font-family: Arial,sans-serif !important;
  margin-top: 0;
}
.ezxmltext-field h3,
.ezxmltext-field .h3 {
  color: #666666 !important;
  font-size: 1.3em !important;
  font-family: Arial,sans-serif !important;
}
.ezxmltext-field h4,
.ezxmltext-field .h4 {
  font-size: 1.2em !important;
  font-family: Arial,sans-serif !important;
  font-weight: bold !important;
  color: black !important;
}
.ezxmltext-field h5,
.ezxmltext-field .h5 {
  font-size: 1.2em !important;
  font-family: Arial,sans-serif !important;
  color: black !important;
}
.ezxmltext-field h6,
.ezxmltext-field .h6 {
  font-size: 1em !important;
  font-family: Arial,sans-serif !important;
  color: black !important;
}
.ezxmltext-field hr {
  clear: both;
  display: block;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin: 15px 0;
  border-color: #cccccc;
}
.ezxmltext-field hr.black {
  border-color: black;
}
.ezxmltext-field hr.orange {
  border-color: #ff7900;
}
.ezxmltext-field .bkg_white,
.ezxmltext-field .bkg_black,
.ezxmltext-field .bkg_orange,
.ezxmltext-field .bkg_purple,
.ezxmltext-field .bkg_blue,
.ezxmltext-field .bkg_green,
.ezxmltext-field .bkg_pink,
.ezxmltext-field .bkg_yellow,
.ezxmltext-field .bkg_grey,
.ezxmltext-field .bkg_greylight,
.ezxmltext-field .bkg_greydark,
.ezxmltext-field .bkg_greysuperlight {
  display: block;
  clear: both;
  padding: 10px 15px 5px;
  margin: 0 0 15px;
}
.ezxmltext-field .bkg_white {
  background-color: white;
  clor: black;
}
.ezxmltext-field .bkg_black {
  background-color: black;
  color: white;
}
.ezxmltext-field .bkg_orange {
  background-color: #ff7900;
  color: white;
}
.ezxmltext-field .bkg_purple {
  background-color: #9164cd;
  color: white;
}
.ezxmltext-field .bkg_blue {
  background-color: #4bb4e6;
  color: white;
}
.ezxmltext-field .bkg_yellow {
  background-color: #ffdc00;
  color: white;
}
.ezxmltext-field .bkg_pink {
  background-color: #ffb4e6;
  color: white;
}
.ezxmltext-field .bkg_green {
  background-color: #50be87;
  color: white;
}
.ezxmltext-field .bkg_grey {
  background-color: #eeeeee;
  color: black;
}
.ezxmltext-field .bkg_greylight {
  background-color: #2b2b2b;
  color: black;
}
.ezxmltext-field .bkg_greydark {
  background-color: #171717;
  color: white;
}
.ezxmltext-field .bkg_greysuperlight {
  background-color: #eeeeee;
  color: black;
}
.ezxmltext-field .rtetext-column {
  padding: 10px 30px 10px 0;
}
.ezxmltext-field .quote_white > p,
.ezxmltext-field .quote_orange > p {
  display: inline;
}
.ezxmltext-field .quote_orange > .quote_orange_start {
  background-image: url("../../bundles/orangecomcore/images/common/quotes_open_orange.png");
  background-repeat: no-repeat;
  padding-left: 15px;
  vertical-align: top;
  margin: 0 8px 0 0;
}
.ezxmltext-field .quote_orange > .quote_orange_stop {
  background-image: url("../../bundles/orangecomcore/images/common/quotes_close_orange.png");
  background-repeat: no-repeat;
  padding-left: 15px;
  vertical-align: sub;
  margin: 0 0 0 8px;
}
.ezxmltext-field .quote_white > .quote_white_start {
  background-image: url("../../bundles/orangecomcore/images/common/quotes_open_white.png");
  background-repeat: no-repeat;
  padding-left: 15px;
  vertical-align: top;
  margin: 0 8px 0 0;
}
.ezxmltext-field .quote_white > .quote_white_stop {
  background-image: url("../../bundles/orangecomcore/images/common/quotes_close_white.png");
  background-repeat: no-repeat;
  padding-left: 15px;
  vertical-align: sub;
  margin: 0 0 0 8px;
}
.ezbinaryfile-field {
  font-size: 0.8em;
}
.ezbinaryfile-field .filesize {
  font-size: 0.9em;
  color: #8c8c8c;
}
.ezbinaryfile-field .icon {
  vertical-align: sub;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* slick carousel custom */
.calendar-container {
  background-color: white;
  font-family: Arial,sans-serif;
  font-weight: 600;
}
.calendar-container .clndr {
  background-color: #333333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.calendar-container .clndr .days-container {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  padding: 1.5em 1.5em 2em;
}
.calendar-container .clndr .days-container .controls {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
.calendar-container .clndr .days-container .controls .clndr-previous-button,
.calendar-container .clndr .days-container .controls .clndr-next-button {
  width: 8%;
  padding-bottom: 5px;
  cursor: pointer;
  color: #999999;
  text-align: center;
  font-size: 2.6em;
  line-height: 1em;
  font-family: monospace;
}
.calendar-container .clndr .days-container .controls .clndr-previous-button:hover,
.calendar-container .clndr .days-container .controls .clndr-next-button:hover {
  color: white;
}
.calendar-container .clndr .days-container .controls .clndr-previous-button {
  float: left;
}
.calendar-container .clndr .days-container .controls .clndr-next-button {
  float: right;
}
.calendar-container .clndr .days-container .controls .clndr-previous-button:before {
  content: '<';
}
.calendar-container .clndr .days-container .controls .clndr-next-button:before {
  content: '>';
}
.calendar-container .clndr .days-container .controls .month {
  width: 84%;
  text-align: center;
  float: left;
  color: #999999;
  line-height: 2em;
  font-size: 1.4em;
}
.calendar-container .clndr .days-container .days {
  padding: 0 0 1.5em 0;
  border-bottom: 1px solid #8c8c8c;
}
.calendar-container .clndr .days-container .days .day,
.calendar-container .clndr .days-container .days .empty {
  width: 14.2857%;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
}
.calendar-container .clndr .days-container .days .day.event,
.calendar-container .clndr .days-container .days .empty.event {
  background-color: #ff7900;
  color: white;
  cursor: pointer;
}
.calendar-container .clndr .days-container .days .day.event:hover,
.calendar-container .clndr .days-container .days .empty.event:hover {
  background-color: #f16e00;
}
.calendar-container .clndr .days-container .days .day.event.active-event,
.calendar-container .clndr .days-container .days .empty.event.active-event {
  background-color: #f16e00;
}
.calendar-container .clndr .days-container .days .day.adjacent-month,
.calendar-container .clndr .days-container .days .empty.adjacent-month {
  color: #666666;
}
.calendar-container .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
.calendar-container .clndr .days-container .days .headers {
  padding-top: 5px;
  padding-bottom: 5px;
}
.calendar-container .clndr .days-container .days .headers .day-header {
  width: 14.2857%;
  display: inline-block;
  text-align: center;
  color: #ff7900;
  font-size: 1.1em;
}
.calendar-container .clndr .events-container {
  height: 100%;
  float: left;
  width: 50%;
  overflow-y: auto;
  padding: 1.5em 2em;
  background-color: #242424;
}
.calendar-container .clndr .events-container .event-header {
  text-align: center;
  padding-bottom: 0.6em;
  line-height: 2em;
  font-size: 1.4em;
  color: #ff7900;
}
.calendar-container .clndr .events-container .events-list .event {
  border-bottom: 1px solid #8c8c8c;
  padding: 1em 0;
}
.calendar-container .clndr .events-container .events-list .event .date {
  display: block;
  color: #ff7900;
  font-size: 1.2em;
  line-height: 2em;
}
.calendar-container .clndr .events-container .events-list .event .title {
  display: block;
  color: white;
  font-size: 1.4em;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* highlights */
#highlights-container {
  width: 1280px;
  margin: 0 auto;
  background: #f5f5f5;
  padding-bottom: 3em;
}
#highlights-container .highlights-header {
  background-color: #f5f5f5;
  position: relative;
  height: 63px;
  display: table;
  width: 100%;
  margin: 3.5em 0 1.5em 0;
}
#highlights-container .highlights-header .highlights-header-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 3em;
}
#highlights-container .highlights-header .highlights-header-text:first-letter {
  text-transform: capitalize;
}
#highlights-container .highlights-items > ul.slick-dots {
  text-align: left;
  padding-left: 10px;
  width: auto;
}
#highlights-container .highlights-items > ul.slick-dots > li > button:before {
  font-size: 12px;
}
#highlights-container .highlights-items > ul.slick-dots > li.slick-active > button:before {
  opacity: 0.5;
}
#highlights-container .highlights-items .item .inner .image img {
  margin: 0 auto;
}
#highlights-container .highlights-items .item .inner .image .flow-image-link {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  float: left;
  height: 0;
  overflow: hidden;
}
#highlights-container .highlights-items .item .inner .text {
  padding: 15px;
}
#highlights-container .highlights-items .item .inner .text .title {
  font-family: Arial,sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  margin: 0 0 10px;
}
#highlights-container .highlights-items .item .inner .text .description {
  font-family: Arial,sans-serif;
  font-size: 1.4em;
}
#highlights-container .highlights-items .item .inner .text .description p {
  margin: 0;
}
#highlights-container .highlights-items .item .inner .text .description a {
  color: #333333;
  text-decoration: underline;
}
#highlights-container .highlights-items .item .inner .text .description a:hover {
  text-decoration: none;
  color: #ff7900;
}
#highlights-container .highlights-items .item .inner .text .title > a {
  color: #333333;
}
#highlights-container .highlights-items .item .inner .text .title > a:hover {
  text-decoration: underline;
}
#highlights-container .highlights-items .item .inner .text .link a {
  color: #999999;
  text-decoration: underline;
  font-style: italic;
  font-size: 1.4em;
}
#highlights-container .highlight-link-container {
  clear: both;
}
#highlights-container .highlight-link-container .highlight-link {
  padding: 10px 20px;
  border: 1px solid black;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  float: right;
  color: black;
}
#highlights-container .highlight-link-container .highlight-link:hover {
  color: white;
  background-color: #ff7900;
  border: 1px solid #ff7900;
}
#highlights-container .slick-carousel .slick-prev,
#highlights-container .slick-carousel .slick-next {
  display: none !important;
  top: 45px;
  top: calc((33% - 33px) / 2);
  margin: 0;
  width: 20px;
  height: 33px;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  box-sizing: content-box;
  position: absolute;
}
#highlights-container .slick-carousel .slick-prev:before,
#highlights-container .slick-carousel .slick-next:before {
  content: normal;
  opacity: 1;
}
#highlights-container .slick-carousel .slick-prev {
  background-image: url("../../bundles/orangecomcore/images/buttons/carousel_arrow_left.png");
  left: 0;
}
#highlights-container .slick-carousel .slick-next {
  background-image: url("../../bundles/orangecomcore/images/buttons/carousel_arrow_right.png");
  right: 0;
}
#highlights-container:hover .slick-carousel .slick-prev,
#highlights-container:hover .slick-carousel .slick-next {
  display: block !important;
}

/* variables */
/* search */
/* new variables */
/* paths */
.ie10 .grid-system .item .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.ie10 .slick-carousel#main-slick-carousel .slick-carousel-item .caption {
  filter: none;
  background: rgba(255, 255, 255, 0.9);
}
.ie10 .grid-system .item figure > img.visible-lg,
.ie9 .grid-system .item figure > img.visible-lg {
  display: inline !important;
}
.ie10 #chartjs-tooltip,
.ie9 #chartjs-tooltip {
  width: 220px;
  margin-left: -110px;
}
.ie7 #menu-container #menu > .navbar .navbar-dropdown-menu #menu-dropdown #menu-frames {
  padding: 32px 64px;
}
.ie7 #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible {
  width: 170px;
  padding: 0;
  margin-bottom: -8px;
}
.ie7 #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars {
  padding: 14px 0 0 0;
}
.ie7 #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .text {
  padding: 0 0 8px 0;
  height: 30px;
}
.ie7 .slick-carousel#main-slick-carousel .slick-prev,
.ie7 .slick-carousel#main-slick-carousel .slick-next {
  z-index: 15;
}
.ie8 #menu-container #menu > .navbar .navbar-container .container .menu-right-column,
.ie7 #menu-container #menu > .navbar .navbar-container .container .menu-right-column {
  width: 400px;
}
.ie8 .grid-system .item .inner .bkg,
.ie7 .grid-system .item .inner .bkg {
  width: auto;
}
.ie8 #footer-container #footer #footer-top .column .stock-exchange .graph,
.ie7 #footer-container #footer #footer-top .column .stock-exchange .graph {
  max-width: 200px;
}
.ie8 .news-grid .column-6,
.ie7 .news-grid .column-6 {
  width: 48.9%;
}
.ie8 .news-grid .column-4,
.ie7 .news-grid .column-4 {
  width: 32.28%;
}
.ie8 .news-grid .column-3,
.ie7 .news-grid .column-3 {
  width: 23.4%;
}
.ie8 .news-grid .column-2,
.ie7 .news-grid .column-2 {
  width: 15.6%;
}
.ie8 .overlay .social .share-twitter,
.ie7 .overlay .social .share-twitter {
  float: left;
}
.ie8 .overlay .social .share-facebook,
.ie7 .overlay .social .share-facebook {
  float: right;
}
.ie8 #twitter-share-ie8,
.ie7 #twitter-share-ie8 {
  background: url("../../bundles/orangecomcore/images/buttons/tweet-button.png") no-repeat scroll 0px 0px;
  text-indent: -9999px !important;
  width: 70px !important;
  height: 20px !important;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: -9px;
}
.ie8 #twitter-share-ie8:hover,
.ie7 #twitter-share-ie8:hover,
.ie8 #twitter-share-ie8:focus,
.ie7 #twitter-share-ie8:focus {
  background: url("../../bundles/orangecomcore/images/buttons/tweet-button.png") no-repeat scroll 0px -20px;
}
.ie8 #twitter-share-ie8:active,
.ie7 #twitter-share-ie8:active {
  background: url("../../bundles/orangecomcore/images/buttons/tweet-button.png") no-repeat scroll 0px -40px;
}
.ie8 .poll .pollForm input[type=radio],
.ie7 .poll .pollForm input[type=radio] {
  display: inline;
}
.ie8 .poll .pollForm label,
.ie7 .poll .pollForm label {
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.ie8 .poll .pollForm label:before,
.ie7 .poll .pollForm label:before {
  content: normal;
}

/* variables */
/* search */
/* new variables */
/* paths */
/* accessibililty function */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* functions */
/* color classes */
.text-orange {
  color: #ff7900;
}
.grey {
  background-color: #dddddd;
}
.white {
  color: black;
}
.white.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.white.opaque {
  background-color: white;
}
.white.category,
.white.title,
.white.text {
  color: white;
}
.orange {
  color: white;
}
.orange.transparent {
  background-color: #ff7900;
  background-color: rgba(255, 119, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff7700, endColorstr=#ccff7700);
}
.orange.opaque {
  background-color: #ff7900;
}
.orange.category,
.orange.title,
.orange.text {
  color: #ff7900;
}
.purple {
  color: white;
}
.purple.transparent {
  background-color: #9164cd;
  background-color: rgba(146, 101, 205, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9265cd, endColorstr=#cc9265cd);
}
.purple.opaque {
  background-color: #9164cd;
}
.purple.category,
.purple.title,
.purple.text {
  color: #9164cd;
}
.blue {
  color: white;
}
.blue.transparent {
  background-color: #4bb4e6;
  background-color: rgba(75, 181, 231, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4bb5e7, endColorstr=#cc4bb5e7);
}
.blue.opaque {
  background-color: #4bb4e6;
}
.blue.category,
.blue.title,
.blue.text {
  color: #4bb4e6;
}
.green {
  color: white;
}
.green.transparent {
  background-color: #50be87;
  background-color: rgba(80, 190, 135, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc50be87, endColorstr=#cc50be87);
}
.green.opaque {
  background-color: #50be87;
}
.green.category,
.green.title,
.green.text {
  color: #50be87;
}
.yellow {
  color: black;
}
.yellow.transparent {
  background-color: #ffdc00;
  background-color: rgba(255, 221, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffdd00, endColorstr=#ccffdd00);
}
.yellow.opaque {
  background-color: #ffdc00;
}
.yellow.category,
.yellow.title,
.yellow.text {
  color: #ffdc00;
}
.pink {
  color: white;
}
.pink.transparent {
  background-color: #ffb4e6;
  background-color: rgba(255, 179, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffb3e5, endColorstr=#ccffb3e5);
}
.pink.opaque {
  background-color: #ffb4e6;
}
.pink.category,
.pink.title,
.pink.text {
  color: #ffb4e6;
}
.grey-e6 {
  color: white;
}
.grey-e6.transparent {
  background-color: #e6e6e6;
  background-color: rgba(230, 230, 230, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce6e6e6, endColorstr=#cce6e6e6);
}
.grey-e6.opaque {
  background-color: #e6e6e6;
}
.grey-e6.category,
.grey-e6.title,
.grey-e6.text {
  color: #e6e6e6;
}
.grey-f2 {
  color: white;
}
.grey-f2.transparent {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccf2f2f2, endColorstr=#ccf2f2f2);
}
.grey-f2.opaque {
  background-color: #f2f2f2;
}
.grey-f2.category,
.grey-f2.title,
.grey-f2.text {
  color: #f2f2f2;
}
.default {
  color: black;
}
.default.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.default.opaque {
  background-color: white;
}
.default.category {
  color: #ff7900;
}
.default.title {
  color: black;
}
.default.text {
  color: white;
}
.black {
  color: white;
}
.black.transparent {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.black.opaque {
  background-color: black;
}
.black.category,
.black.title,
.black.text {
  color: black;
}
/* ==========================================================================
   custom color classes
   ========================================================================== */
.custom_text_white {
  color: white;
}
.custom_text_black {
  color: black;
}
.custom_text_orange {
  color: #ff7900;
}
.custom_text_greylight {
  color: #999999;
}
.custom_text_greydark {
  color: #666666;
}
.custom_bkg_white {
  background-color: white;
}
.custom_bkg_black {
  background-color: black;
}
.custom_bkg_orange {
  background-color: #f16e00;
}
.custom_bkg_greylight {
  background-color: #2b2b2b;
}
.custom_bkg_greydark {
  background-color: #171717;
}
.custom_bkg_greysuperlight {
  background-color: #eeeeee;
}
.custom_border_white {
  border-color: white;
}
.custom_border_black {
  border-color: black;
}
.custom_border_orange {
  border-color: #ff7900;
}
.custom_border_greylight {
  border-color: #999999;
}
.custom_border_greydark {
  border-color: #666666;
}
.custom_bkgtransparent_white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom_bkgtransparent_black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom_bkgtransparent_orange {
  background-color: #ff7900;
  background-color: rgba(255, 102, 0, 0.8);
}
.custom_bkgtransparent_greylight {
  background-color: #2b2b2b;
  background-color: rgba(43, 43, 43, 0.8);
}
.custom_bkgtransparent_greydark {
  background-color: #171717;
  background-color: rgba(23, 23, 23, 0.8);
}
/* responsive instructions */
@media (max-width: 1400px) {
  #main-slick-carousel.slick-carousel {
    margin: 0;
  }
}
@media (max-width: 1279px) {
  #container,
  #cookie-container #cookie,
  #header-container #header,
  #footer-container #footer,
  #highlights-container {
    width: 100%;
  }
  #menu-container #menu,
  #menu-container #menu > .navbar .navbar-container .container,
  #menu-container #menu > .navbar.navbar-fixed-top .container,
  #menu-dropdown-container,
  #menu-dropdown {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #header-container {
    padding: 0 0 13px;
  }
  #menu-container #menu > .navbar.navbar-fixed-top {
    position: relative;
  }
  #container.news-list .news-list-menu .btn-group {
    width: calc(50% - 40px);
    margin: 0 0 20px 20px !important;
    display: block;
    float: left;
  }
  #menu-dropdown #menu-elements {
    font-size: 1.5em;
    padding: 20px 6%;
  }
  #menu-dropdown #menu-elements > .row {
    padding: 0;
  }
  #menu-dropdown #menu-elements > .row > .column {
    height: auto !important;
    border: 0 !important;
    padding: 0;
  }
  #menu-dropdown #menu-elements > .row > .column > .sub {
    display: none;
  }
  #menu-dropdown #menu-elements > .row > .column > .sub > li.main {
    display: list-item;
  }
  #menu-container #menu {
    height: auto;
  }
  #menu-container #menu > .navbar .navbar-container .container {
    padding: 21px 6%;
  }
  #main-slick-carousel.slick-carousel {
    font-size: 0.8em;
  }
  #main-slick-carousel.slick-carousel .slick-carousel-item .caption {
    padding: 3%;
    margin: 6%;
  }
  #main-slick-carousel.slick-carousel .slick-carousel-item .frame {
    margin: 6%;
  }
  .news-slick-carousel.slick-carousel {
    width: 113.6%;
    margin-left: -6.8%;
  }
  .grid-system .item figure.bkg > img {
    width: 100%;
  }
  .grid-frames .header {
    margin: 0;
  }
  .grid-frames .frame {
    padding: 3% 3% 3% 0;
  }
  #container.news .breadcrumb-container,
  #container.news .news-content,
  #container.news .news-theme {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  #container.news .breadcrumb-container .readspeaker,
  #container.news .news-content .readspeaker,
  #container.news .news-theme .readspeaker {
    right: 6%;
  }
  #highlights-container .highlights-items .item .inner.justified {
    width: auto;
  }
}
@media (max-width: 767px) {
  .gutter-sizer {
    width: 50%;
  }
  #header-container #header .collapse {
    display: block;
    visibility: visible;
    overflow: hidden !important;
    height: 55px !important;
  }
  #header-container #header .collapse .nav > li {
    float: left;
  }
  #header-container #header .collapse .nav > li > figure img {
    position: static;
    left: auto;
    top: auto;
    padding: 0 0 0 20px;
  }
  #menu-dropdown #menu-frames .frame {
    padding: 3%;
  }
  #menu-dropdown #menu-elements {
    font-size: 1.8em;
  }
  #menu-dropdown #menu-elements a.submenu-toggle {
    background: url("../../bundles/orangecomcore/images/buttons/submenu-arrow.png") no-repeat right center;
  }
  #menu-container #menu {
    height: 100px;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible,
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher,
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar {
    float: right;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible {
    margin: 0;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars {
    padding: 10px 15px;
    margin: 0;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars .icon-bar {
    border-radius: 3px;
    width: 45px;
    height: 6px;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible .icon-bars .icon-bar + .icon-bar {
    margin: 6px 0 0 0;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar {
    display: inline-block;
    padding: 12px 15px;
    margin: 0;
    vertical-align: middle;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar .search-link .glyphicon {
    font-size: 3em;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher {
    padding: 5px 15px;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher button {
    font-size: 3em;
    padding: 0 8px;
  }
  #main-slick-carousel.slick-carousel .slick-carousel-item .caption {
    width: auto;
    clear: both;
    position: relative;
  }
  .news-slick-carousel.slick-carousel {
    width: 100%;
    margin-left: 0;
  }
  .news-slick-carousel.slick-carousel .slick-prev {
    left: 10%;
  }
  .news-slick-carousel.slick-carousel .slick-next {
    right: 10%;
  }
  .grid-system {
    font-size: 1em;
  }
  .grid-system .item {
    /* DISABLE ! rollover content on item mouseover */
  }
  .grid-system .item > .inner.has-overlay:hover .frame,
  .grid-system .item > .inner.has-overlay:hover .caption {
    display: block;
  }
  .grid-system .item > .inner.has-overlay:hover + .overlay {
    display: none;
  }
  .grid-system .item.landscape .inner .caption,
  .grid-system .item.square-large .inner .caption {
    width: calc(100% - 40px);
  }
  .grid-system .item.landscape .inner .caption span,
  .grid-system .item.square-large .inner .caption span {
    width: calc(100%);
  }
  .grid-system .item.frame-content > .foreground {
    position: static;
  }
  .highlights .highlights-items .item .inner .image {
    padding: 5%;
  }
  .highlights .highlights-items .item .inner .text {
    padding: 5% 5% 5% 0;
  }
  #container.news .news-content .news-grid .inner .image {
    margin: 0 0 2em 0;
  }
  #container.news .news-content .news-sidebar .inner {
    padding: 0;
  }
  #container.news .news-content .news-sidebar .inner .text {
    padding: 15px;
  }
  #container.news .news-content .news-sidebar .inner.quote {
    padding: 1.5em 0 1em;
  }
  #container.news .news-content .sg_2columns div.first-col {
    padding-right: 0;
  }
  #container.news .news-content .folder_view .new-col-20,
  #container.news .news-content .folder_view .new-col-25,
  #container.news .news-content .folder_view .new-col-33 {
    width: 100%;
    margin: 1% 0;
  }
  #container.news .news-theme figure {
    float: left;
    margin-right: 10px;
  }
  #container.news .news-theme > span {
    display: block;
  }
  #container.news-list {
    padding: 0 6%;
  }
  #container.news-list .news-list-menu .btn-group {
    width: 100%;
    margin: 10px 0px !important;
  }
  #container.news-list .news-list-items .begin-phone-col {
    clear: left;
  }
  #container.news-list .news-list-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .column-6 {
    width: calc(50% - 10px);
  }
  .column-6.first-child,
  .column-6:first-child {
    margin: 0 20px 0 0;
  }
  .column-4 {
    width: calc(33.333333% - 10px);
    margin: 0 0 0 15px;
  }
  .column-4.first-child,
  .column-4:first-child {
    margin: 0;
  }
  .column-3 {
    width: calc(25% - 15px);
    margin: 0 0 0 20px;
  }
  .column-3.first-child,
  .column-3:first-child {
    margin: 0;
  }
  .column-3:nth-child(4n + 1) {
    clear: left;
    margin: 0;
  }
  .column-2 {
    width: calc(16.666667% - 10px);
    margin: 0 0 0 12px;
  }
  .column-2.first-child,
  .column-2:first-child {
    margin: 0;
  }
}
@media (max-width: 728px) {
  #container.news .news-theme p {
    width: 70%;
  }
}
@media (max-width: 605px) {
  #container.news .news-theme p {
    width: 60%;
  }
}
/* set THIS media to 639 max --> short because of too small images */
@media (max-width: 479px) {
  .gutter-sizer {
    width: 100%;
  }
  .col-xxs {
    width: 100%;
  }
  #container.news .news-theme p {
    margin-top: 2em;
    width: 100%;
  }
  .block-calendar {
    height: auto !important;
    padding-top: 20px;
  }
  .block-calendar .calendar-container .clndr {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #footer-container #footer {
    font-size: 1.6em;
  }
  #footer-container #footer .stock-exchange {
    font-size: 0.6em;
  }
  #footer-container #footer #footer-top .column {
    padding: 0 5%;
    border-top: 1px solid #e6e6e6;
  }
  #footer-container #footer #footer-top .column:first-child {
    border-top: 0;
  }
  #footer-container #footer #footer-top .column .stock-exchange .graph {
    padding: 0 12%;
  }
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .language-switcher,
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .search-bar,
  #menu-container #menu > .navbar .navbar-container .container .menu-left-column .navbar-button-visible {
    font-size: 0.85em;
  }
  .grid-system .item .inner.no-img:after {
    padding-top: 100% !important;
  }
  .grid-system .item .calendar-container .clndr .days-container {
    width: 100%;
    height: auto;
  }
  .grid-system .item .calendar-container .clndr .days-container .days {
    border: none;
  }
  .grid-system .item .calendar-container .clndr .events-container {
    width: 100%;
    margin-top: 1em;
  }
  .grid-system .item .calendar-container.inner .no-img:after {
    padding-top: 100%;
  }
  .grid-system .item.frame-content > .foreground > .title {
    padding: 15px 0 0;
  }
}

/*---general---*/
.section-title {
  font-weight: bold;
  margin-bottom: 40px;
}
.layout_blank body {
  background-color: #fff;
}
.section-container:after {
  content: '';
  display: block;
  clear: both;
}
.swiper-container {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.swiper-container .swiper-slide {
  text-align: center;
  align-items: center;
  background: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  justify-content: center;
  width: 100%;
}
.swiper-container .swiper-pagination-bullet {
  background: none;
  border: 2px solid #ffffff;
  height: 9px;
  opacity: 1;
  width: 9px;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
}
.top-publications .col-xs-1,
.popular-hashtags .col-xs-1,
.top-publications .col-sm-1,
.popular-hashtags .col-sm-1,
.top-publications .col-md-1,
.popular-hashtags .col-md-1,
.top-publications .col-lg-1,
.popular-hashtags .col-lg-1,
.top-publications .col-xs-2,
.popular-hashtags .col-xs-2,
.top-publications .col-sm-2,
.popular-hashtags .col-sm-2,
.top-publications .col-md-2,
.popular-hashtags .col-md-2,
.top-publications .col-lg-2,
.popular-hashtags .col-lg-2,
.top-publications .col-xs-3,
.popular-hashtags .col-xs-3,
.top-publications .col-sm-3,
.popular-hashtags .col-sm-3,
.top-publications .col-md-3,
.popular-hashtags .col-md-3,
.top-publications .col-lg-3,
.popular-hashtags .col-lg-3,
.top-publications .col-xs-4,
.popular-hashtags .col-xs-4,
.top-publications .col-sm-4,
.popular-hashtags .col-sm-4,
.top-publications .col-md-4,
.popular-hashtags .col-md-4,
.top-publications .col-lg-4,
.popular-hashtags .col-lg-4,
.top-publications .col-xs-5,
.popular-hashtags .col-xs-5,
.top-publications .col-sm-5,
.popular-hashtags .col-sm-5,
.top-publications .col-md-5,
.popular-hashtags .col-md-5,
.top-publications .col-lg-5,
.popular-hashtags .col-lg-5,
.top-publications .col-xs-6,
.popular-hashtags .col-xs-6,
.top-publications .col-sm-6,
.popular-hashtags .col-sm-6,
.top-publications .col-md-6,
.popular-hashtags .col-md-6,
.top-publications .col-lg-6,
.popular-hashtags .col-lg-6,
.top-publications .col-xs-7,
.popular-hashtags .col-xs-7,
.top-publications .col-sm-7,
.popular-hashtags .col-sm-7,
.top-publications .col-md-7,
.popular-hashtags .col-md-7,
.top-publications .col-lg-7,
.popular-hashtags .col-lg-7,
.top-publications .col-xs-8,
.popular-hashtags .col-xs-8,
.top-publications .col-sm-8,
.popular-hashtags .col-sm-8,
.top-publications .col-md-8,
.popular-hashtags .col-md-8,
.top-publications .col-lg-8,
.popular-hashtags .col-lg-8,
.top-publications .col-xs-9,
.popular-hashtags .col-xs-9,
.top-publications .col-sm-9,
.popular-hashtags .col-sm-9,
.top-publications .col-md-9,
.popular-hashtags .col-md-9,
.top-publications .col-lg-9,
.popular-hashtags .col-lg-9,
.top-publications .col-xs-10,
.popular-hashtags .col-xs-10,
.top-publications .col-sm-10,
.popular-hashtags .col-sm-10,
.top-publications .col-md-10,
.popular-hashtags .col-md-10,
.top-publications .col-lg-10,
.popular-hashtags .col-lg-10,
.top-publications .col-xs-11,
.popular-hashtags .col-xs-11,
.top-publications .col-sm-11,
.popular-hashtags .col-sm-11,
.top-publications .col-md-11,
.popular-hashtags .col-md-11,
.top-publications .col-lg-11,
.popular-hashtags .col-lg-11,
.top-publications .col-xs-12,
.popular-hashtags .col-xs-12,
.top-publications .col-sm-12,
.popular-hashtags .col-sm-12,
.top-publications .col-md-12,
.popular-hashtags .col-md-12,
.top-publications .col-lg-12,
.popular-hashtags .col-lg-12 {
  padding: 0 15px;
}
.top-publications {
  background: no-repeat left bottom / 100%;
  padding-bottom: 200px;
}
.top-publications-slider {
  min-height: 230px;
}
.top-publications-slider .top-publications-slider-pagination.swiper-pagination {
  bottom: 0;
}
.top-publications-slider .swiper-slide {
  padding: 15px 30px;
}
.top-publications-slider .swiper-slide .publication-item header {
  position: relative;
}
.top-publications-slider .swiper-slide .publication-item header .publication-author {
  font-size: 16px;
  height: 60px;
  overflow: hidden;
  padding: 10px 0;
  padding-left: 65px;
  padding-right: 60px;
}
.top-publications-slider .swiper-slide .publication-item header .publication-author .publication-author-thumbnail {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f16e00;
  height: 54px;
  left: 3px;
  margin-top: -27px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 54px;
}
.top-publications-slider .swiper-slide .publication-item header .publication-author .publication-author-thumbnail img {
  max-width: 100%;
}
.top-publications-slider .swiper-slide .publication-item header .publication-author .publication-author-infos {
  line-height: 1.2;
}
.top-publications-slider .swiper-slide .publication-item header .publication-author .publication-author-infos .publication-author-pseudo {
  color: #f16e00;
  font-size: 12px;
}
.top-publications-slider .swiper-slide .publication-item header .publication-time {
  color: #969595;
  font-size: 12px;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: 50%;
}
.top-publications-slider .swiper-slide .publication-item .publication-content {
  font-size: 16px;
  padding-top: 10px;
}
.top-publications-slider .swiper-slide .publication-item .publication-content a {
  color: #f16e00;
}
.top-publications-number h2 {
  font-size: 18px !important;
  font-weight: bold;
  color: #333 !important;
}
.top-publications-number .top-publications-number-digits {
  font-size: 58px;
  line-height: 1.5;
}
.popular-hashtags {
  background: no-repeat center bottom / 100%;
  padding: 35px 15px;
  padding-bottom: 100px;
  position: relative;
}
.popular-hashtags .section-title {
  margin-bottom: 45px;
}
.hashtags-light {
  position: absolute;
  left: 0;
  width: 100%;
  height: 78.116%;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.hashtags-light-on {
  opacity: 1;
  transition: 200ms ease opacity;
}
@keyframes lightOnOff {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hashtags-light-on.off {
  animation: lightOnOff ease-out 600ms;
}
.popular-hashtags-slider .popular-hashtags-item {
  background: #444444;
  box-shadow: inset 0 0 0 5px #ffffff;
  color: #ffffff;
  position: relative;
  width: 100%;
}
.popular-hashtags-slider .popular-hashtags-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.popular-hashtags-slider .popular-hashtags-item .progressbar-text {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.popular-hashtags-slider .popular-hashtags-item .progressbar-text:after {
  content: '%';
  font-size: 0.7em;
  font-weight: normal;
}
.popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-percent-graph {
  height: 50%;
  left: 25%;
  position: absolute !important;
  top: 15%;
  width: 50%;
}
.popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label {
  font-size: 18px;
  margin-top: -9px;
  position: absolute;
  text-align: center;
  top: 80%;
  width: 100%;
}
.tweets-number {
  height: 0;
  padding-bottom: 42%;
  position: relative;
  width: 100%;
}
.tweets-number .twitter-logo {
  background: url(../../bundles/orangecomcore/images/socialwall/twitter-logo.png) no-repeat;
  bottom: 5px;
  height: 45px;
  left: 50%;
  margin-left: -165px;
  position: absolute;
  width: 55px;
}
.tweets-number .tweets-number-bubble {
  background: #4ab4e6;
  border-radius: 50%;
  bottom: 10px;
  color: #ffffff;
  height: 145px;
  left: 50%;
  margin-left: -100px;
  min-width: 145px;
  padding: 40px 15px;
  position: absolute;
  text-align: center;
}
.tweets-number .tweets-number-bubble .tweets-number-value {
  font-size: 45px;
  line-height: 1;
}
.tweets-number .tweets-number-bubble .tweets-number-label {
  font-size: 20px;
  line-height: 1;
}
.tweets-number .tweets-number-bubble:before {
  -moz-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  -o-transform: rotate(65deg);
  -webkit-transform: rotate(65deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #4ab4e6;
  content: '';
  left: -5px;
  margin-top: 5px;
  position: absolute;
  top: 60%;
  transform: rotate(60deg);
}
.popular-hashtags-highlight {
  height: 0;
  padding-bottom: 66%;
  position: relative;
  width: 100%;
}
.popular-hashtags-highlight .popular-hashtags-highlight-title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.popular-hashtags-highlight .popular-hashtags-highlight-title h2 {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1.2;
}
.popular-hashtags-highlight .popular-hashtags-highlight-title h2 strong {
  display: block;
  color: #333333;
}
.popular-hashtags-highlight .highlight-hashtags-slider {
  bottom: 45px;
  position: absolute;
  width: 100%;
}
.popular-hashtags-highlight .highlight-hashtags-slider ul {
  font-size: 28px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.popular-hashtags-highlight .highlight-hashtags-slider ul .swiper-slide {
  background: none;
  opacity: 0 !important;
  text-indent: 0;
  padding: 0;
  font-size: 24px;
}
.popular-hashtags-highlight .highlight-hashtags-slider ul .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.last-24hours .last-24hours-graph-wrapper {
  margin: 0 auto;
  max-width: 851px;
  width: 100%;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container {
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 72.268%;
  position: relative;
  width: 100%;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container:before {
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -0.05%;
  content: '';
  height: 0;
  left: -2.95%;
  padding-bottom: 42.775%;
  pointer-events: none;
  position: absolute;
  width: 22.21%;
  z-index: 1;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph-legend {
  position: absolute;
  right: 7%;
  top: 6%;
  width: 150px;
  text-align: center;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph-legend ul li {
  background: none;
  border: 1px solid;
  padding: 8px 0;
  margin-bottom: 5px;
  color: #444444;
  border-radius: 20px;
  line-height: 1;
  font-weight: bold;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph-legend ul li.all-legend {
  color: #F26E01;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph {
  border-radius: 3px;
  height: 42%;
  left: 6%;
  position: absolute;
  top: 30%;
  width: 88%;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph:before {
  background: #444444;
  bottom: -15%;
  content: '';
  height: 30%;
  left: 10px;
  position: absolute;
  right: 10px;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #last24hoursGraph {
  position: relative;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph .last-24hours-graph-x-label {
  bottom: -10%;
  color: #ffffff;
  font-size: 1em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #chartjs-tooltip {
  -webkit-transform: translate(-50%, 0);
  -webkit-transition: all .1s ease;
  border-radius: 3px;
  color: #000000;
  height: 100%;
  margin-left: 1px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transform: translate(-50%, 0);
  transition: all .1s ease;
  white-space: nowrap;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #chartjs-tooltip:before {
  background: #000000;
  bottom: 22px;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #chartjs-tooltip:after {
  border-radius: 50%;
  border: 1px solid #000000;
  bottom: -7px;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #chartjs-tooltip .chartjs-tooltip-section {
  font-size: 20px;
  padding-right: 120px;
  text-align: right;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #chartjs-tooltip .text-on-right.chartjs-tooltip-section {
  padding-left: 120px;
  padding-right: 0;
  text-align: left;
}
.last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph .chartjs-tooltip-key {
  display: inline-block;
  height: 10px;
  width: 10px;
}
.small_square_wrapper .top-publications-number,
.square-small .top-publications-number,
.square-large .top-publications-number,
.portrait .top-publications-number,
.landscape .top-publications-number,
.square_wrapper .top-publications-number,
.portrait_wrapper .top-publications-number,
.landscape_wrapper .top-publications-number {
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
.small_square_wrapper .top-publications-number h2,
.square-small .top-publications-number h2,
.square-large .top-publications-number h2,
.portrait .top-publications-number h2,
.landscape .top-publications-number h2,
.square_wrapper .top-publications-number h2,
.portrait_wrapper .top-publications-number h2,
.landscape_wrapper .top-publications-number h2 {
  padding: 20px;
  padding-bottom: 0;
  font-size: 28px !important;
  margin-right: 17%;
  margin-bottom: 0;
  margin-top: 0;
}
.small_square_wrapper .top-publications-number .top-publications-number-digits,
.square-small .top-publications-number .top-publications-number-digits,
.square-large .top-publications-number .top-publications-number-digits,
.portrait .top-publications-number .top-publications-number-digits,
.landscape .top-publications-number .top-publications-number-digits,
.square_wrapper .top-publications-number .top-publications-number-digits,
.portrait_wrapper .top-publications-number .top-publications-number-digits,
.landscape_wrapper .top-publications-number .top-publications-number-digits {
  padding: 20px;
  padding-top: 0;
}
.small_square_wrapper .top-publications-slider-wrapper,
.square-small .top-publications-slider-wrapper,
.square-large .top-publications-slider-wrapper,
.portrait .top-publications-slider-wrapper,
.landscape .top-publications-slider-wrapper,
.square_wrapper .top-publications-slider-wrapper,
.portrait_wrapper .top-publications-slider-wrapper,
.landscape_wrapper .top-publications-slider-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.small_square_wrapper .top-publications-slider-wrapper .top-publications-slider,
.square-small .top-publications-slider-wrapper .top-publications-slider,
.square-large .top-publications-slider-wrapper .top-publications-slider,
.portrait .top-publications-slider-wrapper .top-publications-slider,
.landscape .top-publications-slider-wrapper .top-publications-slider,
.square_wrapper .top-publications-slider-wrapper .top-publications-slider,
.portrait_wrapper .top-publications-slider-wrapper .top-publications-slider,
.landscape_wrapper .top-publications-slider-wrapper .top-publications-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.small_square_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.square-small .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.square-large .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.portrait .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.landscape .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.square_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.portrait_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination,
.landscape_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination {
  bottom: 10px;
}
.small_square_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.square-small .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.square-large .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.portrait .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.landscape .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.square_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.portrait_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet,
.landscape_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet {
  border: 1px solid #444444;
}
.small_square_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.square-small .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.square-large .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.portrait .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.landscape .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.square_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.portrait_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.landscape_wrapper .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F16E00;
  border: 1px solid #F16E00;
}
.small_square_wrapper .popular-hashtags-highlight,
.square-small .popular-hashtags-highlight,
.square-large .popular-hashtags-highlight,
.portrait .popular-hashtags-highlight,
.landscape .popular-hashtags-highlight,
.square_wrapper .popular-hashtags-highlight,
.portrait_wrapper .popular-hashtags-highlight,
.landscape_wrapper .popular-hashtags-highlight {
  padding-bottom: 100%;
}
.small_square_wrapper .popular-hashtags-highlight .highlight-hashtags-slider,
.square-small .popular-hashtags-highlight .highlight-hashtags-slider,
.square-large .popular-hashtags-highlight .highlight-hashtags-slider,
.portrait .popular-hashtags-highlight .highlight-hashtags-slider,
.landscape .popular-hashtags-highlight .highlight-hashtags-slider,
.square_wrapper .popular-hashtags-highlight .highlight-hashtags-slider,
.portrait_wrapper .popular-hashtags-highlight .highlight-hashtags-slider,
.landscape_wrapper .popular-hashtags-highlight .highlight-hashtags-slider {
  bottom: 24%;
  width: 84%;
}
.small_square_wrapper .popular-hashtags-highlight .hashtags-light,
.square-small .popular-hashtags-highlight .hashtags-light,
.square-large .popular-hashtags-highlight .hashtags-light,
.portrait .popular-hashtags-highlight .hashtags-light,
.landscape .popular-hashtags-highlight .hashtags-light,
.square_wrapper .popular-hashtags-highlight .hashtags-light,
.portrait_wrapper .popular-hashtags-highlight .hashtags-light,
.landscape_wrapper .popular-hashtags-highlight .hashtags-light {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}
.small_square_wrapper .popular-hashtags-slider .popular-hashtags-item,
.square-small .popular-hashtags-slider .popular-hashtags-item,
.square-large .popular-hashtags-slider .popular-hashtags-item,
.portrait .popular-hashtags-slider .popular-hashtags-item,
.landscape .popular-hashtags-slider .popular-hashtags-item,
.square_wrapper .popular-hashtags-slider .popular-hashtags-item,
.portrait_wrapper .popular-hashtags-slider .popular-hashtags-item,
.landscape_wrapper .popular-hashtags-slider .popular-hashtags-item {
  box-shadow: none;
}
.small_square_wrapper .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.square-small .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.square-large .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.portrait .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.landscape .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.square_wrapper .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.portrait_wrapper .popular-hashtags-slider .popular-hashtags-item .progressbar-text,
.landscape_wrapper .popular-hashtags-slider .popular-hashtags-item .progressbar-text {
  font-size: 65px;
}
.small_square_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.square-small .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.square-large .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.portrait .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.landscape .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.square_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.portrait_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
.landscape_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label {
  font-size: 40px;
  margin-top: -20px;
}
.small_square_wrapper .popular-hashtags-slider .popular-hashtags-slider-pagination,
.square-small .popular-hashtags-slider .popular-hashtags-slider-pagination,
.square-large .popular-hashtags-slider .popular-hashtags-slider-pagination,
.portrait .popular-hashtags-slider .popular-hashtags-slider-pagination,
.landscape .popular-hashtags-slider .popular-hashtags-slider-pagination,
.square_wrapper .popular-hashtags-slider .popular-hashtags-slider-pagination,
.portrait_wrapper .popular-hashtags-slider .popular-hashtags-slider-pagination,
.landscape_wrapper .popular-hashtags-slider .popular-hashtags-slider-pagination {
  display: block;
}
@media (min-width: 480px) {
  .portrait_wrapper .top-publications-number,
  .portrait .top-publications-number,
  .portrait_wrapper .top-publications-slider-wrapper,
  .portrait .top-publications-slider-wrapper,
  .portrait_wrapper .popular-hashtags-highlight,
  .portrait .popular-hashtags-highlight,
  .portrait_wrapper .popular-hashtags-slider .popular-hashtags-item:before,
  .portrait .popular-hashtags-slider .popular-hashtags-item:before {
    padding-bottom: 200%;
  }
  .portrait_wrapper .top-publications-slider .swiper-slide,
  .portrait .top-publications-slider .swiper-slide {
    height: 50%;
  }
  .portrait_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-percent-graph,
  .portrait .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-percent-graph {
    height: 25%;
  }
  .portrait_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
  .portrait .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label {
    font-size: 46px;
    margin-top: -24px;
    line-height: 1;
    top: 75%;
  }
  .portrait_wrapper .popular-hashtags-highlight .highlight-hashtags-slider,
  .portrait .popular-hashtags-highlight .highlight-hashtags-slider {
    bottom: 11%;
  }
}
@media (min-width: 480px) {
  .landscape_wrapper .top-publications-number,
  .landscape .top-publications-number,
  .landscape_wrapper .top-publications-slider-wrapper,
  .landscape .top-publications-slider-wrapper,
  .landscape_wrapper .popular-hashtags-highlight,
  .landscape .popular-hashtags-highlight,
  .landscape_wrapper .popular-hashtags-slider .popular-hashtags-item:before,
  .landscape .popular-hashtags-slider .popular-hashtags-item:before {
    height: 0;
    padding-bottom: 50%;
  }
  .landscape_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-percent-graph,
  .landscape .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-percent-graph {
    top: 25%;
    width: 25%;
    left: 12.5%;
  }
  .landscape_wrapper .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label,
  .landscape .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label {
    top: 50%;
    left: 50%;
    width: 50%;
    font-size: 30px;
    line-height: 1;
    margin-top: -15px;
  }
  .landscape_wrapper .popular-hashtags-highlight .highlight-hashtags-slider,
  .landscape .popular-hashtags-highlight .highlight-hashtags-slider {
    left: 35%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .popular-hashtags-slider .popular-hashtags-slider-pagination {
    display: none;
  }
}
@media (max-width: 991px) {
  .float-right-xs {
    float: right;
  }
  .top-publications {
    padding-bottom: 0;
    background: none !important;
  }
  .top-publications-slider-wrapper {
    position: relative;
    padding-bottom: 100%;
    height: 0;
  }
  .top-publications-slider-wrapper .top-publications-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination {
    bottom: 10px;
  }
  .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #444444;
  }
  .top-publications-slider-wrapper .top-publications-slider .top-publications-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F16E00;
    border: 1px solid #F16E00;
  }
  .top-publications-number {
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
  }
  .top-publications-number h2 {
    padding: 20px;
    padding-bottom: 0;
    font-size: 28px !important;
    margin-right: 17%;
    margin-bottom: 0;
  }
  .top-publications-number .top-publications-number-digits {
    padding: 20px;
    padding-top: 0;
  }
  .popular-hashtags-slider .popular-hashtags-item {
    box-shadow: none;
  }
  .popular-hashtags-slider .popular-hashtags-item .progressbar-text {
    font-size: 65px;
  }
  .popular-hashtags-slider .popular-hashtags-item .popular-hashtags-item-label {
    font-size: 40px;
    margin-top: -20px;
  }
  .popular-hashtags {
    padding: 0;
    background: none !important;
  }
  .popular-hashtags .hashtags-light {
    left: 0;
    width: 50%;
  }
  .popular-hashtags .popular-hashtags-highlight {
    padding-bottom: 100%;
  }
  .popular-hashtags .popular-hashtags-highlight .highlight-hashtags-slider {
    bottom: 24%;
    width: 84%;
  }
  .top-publications .col-xs-1,
  .popular-hashtags .col-xs-1,
  .top-publications .col-sm-1,
  .popular-hashtags .col-sm-1,
  .top-publications .col-md-1,
  .popular-hashtags .col-md-1,
  .top-publications .col-lg-1,
  .popular-hashtags .col-lg-1,
  .top-publications .col-xs-2,
  .popular-hashtags .col-xs-2,
  .top-publications .col-sm-2,
  .popular-hashtags .col-sm-2,
  .top-publications .col-md-2,
  .popular-hashtags .col-md-2,
  .top-publications .col-lg-2,
  .popular-hashtags .col-lg-2,
  .top-publications .col-xs-3,
  .popular-hashtags .col-xs-3,
  .top-publications .col-sm-3,
  .popular-hashtags .col-sm-3,
  .top-publications .col-md-3,
  .popular-hashtags .col-md-3,
  .top-publications .col-lg-3,
  .popular-hashtags .col-lg-3,
  .top-publications .col-xs-4,
  .popular-hashtags .col-xs-4,
  .top-publications .col-sm-4,
  .popular-hashtags .col-sm-4,
  .top-publications .col-md-4,
  .popular-hashtags .col-md-4,
  .top-publications .col-lg-4,
  .popular-hashtags .col-lg-4,
  .top-publications .col-xs-5,
  .popular-hashtags .col-xs-5,
  .top-publications .col-sm-5,
  .popular-hashtags .col-sm-5,
  .top-publications .col-md-5,
  .popular-hashtags .col-md-5,
  .top-publications .col-lg-5,
  .popular-hashtags .col-lg-5,
  .top-publications .col-xs-6,
  .popular-hashtags .col-xs-6,
  .top-publications .col-sm-6,
  .popular-hashtags .col-sm-6,
  .top-publications .col-md-6,
  .popular-hashtags .col-md-6,
  .top-publications .col-lg-6,
  .popular-hashtags .col-lg-6,
  .top-publications .col-xs-7,
  .popular-hashtags .col-xs-7,
  .top-publications .col-sm-7,
  .popular-hashtags .col-sm-7,
  .top-publications .col-md-7,
  .popular-hashtags .col-md-7,
  .top-publications .col-lg-7,
  .popular-hashtags .col-lg-7,
  .top-publications .col-xs-8,
  .popular-hashtags .col-xs-8,
  .top-publications .col-sm-8,
  .popular-hashtags .col-sm-8,
  .top-publications .col-md-8,
  .popular-hashtags .col-md-8,
  .top-publications .col-lg-8,
  .popular-hashtags .col-lg-8,
  .top-publications .col-xs-9,
  .popular-hashtags .col-xs-9,
  .top-publications .col-sm-9,
  .popular-hashtags .col-sm-9,
  .top-publications .col-md-9,
  .popular-hashtags .col-md-9,
  .top-publications .col-lg-9,
  .popular-hashtags .col-lg-9,
  .top-publications .col-xs-10,
  .popular-hashtags .col-xs-10,
  .top-publications .col-sm-10,
  .popular-hashtags .col-sm-10,
  .top-publications .col-md-10,
  .popular-hashtags .col-md-10,
  .top-publications .col-lg-10,
  .popular-hashtags .col-lg-10,
  .top-publications .col-xs-11,
  .popular-hashtags .col-xs-11,
  .top-publications .col-sm-11,
  .popular-hashtags .col-sm-11,
  .top-publications .col-md-11,
  .popular-hashtags .col-md-11,
  .top-publications .col-lg-11,
  .popular-hashtags .col-lg-11,
  .top-publications .col-xs-12,
  .popular-hashtags .col-xs-12,
  .top-publications .col-sm-12,
  .popular-hashtags .col-sm-12,
  .top-publications .col-md-12,
  .popular-hashtags .col-md-12,
  .top-publications .col-lg-12,
  .popular-hashtags .col-lg-12 {
    padding: 0;
  }
  .last-24hours {
    position: relative;
  }
  .last-24hours .section-title {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
  }
  .last-24hours .last-24hours-graph-wrapper {
    max-width: 100%;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container {
    background-image: none;
    background: #efefef;
    padding-bottom: 50%;
    overflow: hidden;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container:before {
    content: none;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph {
    width: calc(100% - -21px) !important;
    left: -10px;
    top: 0;
    padding-top: 0;
    bottom: 20px;
    height: auto;
    box-shadow: 0 20px 0 #444444;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph:before {
    left: 0;
    right: 0;
    bottom: -20px;
    height: 20%;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #last24hoursGraph {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph #chartjs-tooltip {
    top: 100px !important;
    height: auto;
    bottom: 0;
  }
}
@media (max-width: 479px) {
  .last-24hours .section-title {
    font-size: 28px;
    padding-right: 15%;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container {
    padding-bottom: 100%;
    overflow-x: scroll;
  }
  .last-24hours .last-24hours-graph-wrapper .last-24hours-graph-container .last-24hours-graph {
    width: 200% !important;
  }
  .popular-hashtags {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .popular-hashtags > .col-xxs {
    display: table-header-group;
    float: inherit;
  }
  .popular-hashtags > .col-xxs.float-right-xs {
    display: table-footer-group;
  }
  .popular-hashtags .hashtags-light {
    left: 0;
    width: 100%;
    top: 0;
    bottom: inherit;
    height: 50%;
  }
}
