@import "jasny-bootstrap.min.css";
/*------------------------------

	Tools & Settings

------------------------------*/
/* bootstrap extension */
/*------------------------------
	Colors
------------------------------*/
/*------------------------------
	Micro Clearfix Mixin
------------------------------*/
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*------------------------------
	CSS Glyph
------------------------------*/
.css-glyph {
  font-family: 'luxglyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------
	webinars styles
------------------------------*/
.webinar-sponsor img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  left: 15px;
}
.empty-list-msg {
  text-transform: uppercase;
  margin: 100px 0;
  text-align: center;
  font-size: 1.5em;
}
/*------------------------------
	ANTI BOOTSTRAP STYLES
------------------------------*/
blockquote {
  padding: 0;
  margin: 0;
  font-size: 1em;
  border-left: none;
}
blockquote.pull-right {
  border-right: 0;
}
.label,
label {
  font-weight: 400;
}
/* mobiles carousel fix */
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -15px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
}
/*------------------------------

	Essential

------------------------------*/
/*------------------------------
	FONTS / Antenna
------------------------------*/
.antenna-black {
  font-family: 'AntennaCond Black';
}
.antenna-bold {
  font-family: 'AntennaCond Bold';
}
.antenna-extralight {
  font-family: 'AntennaCond ExtraLight';
}
.antenna-light {
  font-family: 'AntennaCond Light';
}
.antenna-medium {
  font-family: 'AntennaCond Medium';
}
.antenna-regular {
  font-family: 'AntennaCond Regular';
}
.antenna-thin {
  font-family: 'AntennaCond Thin';
}
/*------------------------------
	FONTS / Glypha
------------------------------*/
.glypha-lightregular {
  font-family: 'GlyphaLTLightRegular';
}
.glypha-bold {
  font-family: 'GlyphaLTBold';
}
.glypha-regular {
  font-family: 'GlyphaLTRegular';
}
.glypha-blackregular {
  font-family: 'GlyphaLTBlackRegular';
}
.glypha-thin {
  font-family: 'GlyphaLTStd-Thin';
}
/*------------------------------
	FONTS / Icons
------------------------------*/
.luxglyphs {
  font-family: 'luxglyphs';
}
/*------------------------------
	TYPOGRAPHY / Links & rollovers
------------------------------*/
body {
  font-size: 15px;
  color: #595859;
}
a {
  color: #ef3e36;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #555655;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
/*------------------------------
	TYPOGRAPHY / Headings
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GlyphaLTBold';
  color: #555655;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ef3e36;
}
h4,
h5 {
  margin-top: 30px;
}
/*------------------------------
	TYPOGRAPHY / Paragraphs
------------------------------*/
p {
  text-align: justify;
}
/*------------------------------
	TYPOGRAPHY / Lists
------------------------------*/
ul,
ol {
  text-align: justify;
}
ul {
  list-style: square;
}
/*------------------------------
	TYPOGRAPHY / Tools
------------------------------*/
.naked-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*------------------------------
	TYPOGRAPHY / Quotes
------------------------------*/
blockquote {
  margin: 30px -15px;
  padding: 30px 30px 30px 15px;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  font-weight: 600;
  color: #555655;
  font-size: 1.2em;
  line-height: 1.5em;
  position: relative;
}
blockquote p {
  text-align: left;
}
blockquote:before {
  color: #BABABA;
  font-family: "GlyphaLTBold";
  font-size: 7em;
  content: '\201C';
  margin-top: -5px;
  position: relative;
  top: 40px;
  left: -10px;
}
blockquote.pull-left,
blockquote.pull-right {
  margin: 0;
  width: 50%;
  position: relative;
}
blockquote.pull-left {
  left: -15px;
}
blockquote.pull-right {
  padding: 30px;
  right: -15px;
}
blockquote.pull-right:before {
  font-family: "GlyphaLTBold";
  font-size: 7em;
  content: '\201C';
  margin-top: -5px;
  position: relative;
  top: 40px;
  left: auto;
  right: -10px;
}
blockquote.pull-right p {
  text-align: right;
}
blockquote .quote-author {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
/*------------------------------
	TYPOGRAPHY / Patterns
------------------------------*/
.img-container.full-bleed + * {
  margin-top: 0;
}
/*------------------------------
	FORMS
------------------------------*/
form *:focus {
  outline: none;
}
form input {
  padding: 5px 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  border: 1px solid #bababa;
}
form input:focus {
  border-color: #ef3e36;
}
form button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-transform: uppercase;
}
form textarea {
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #bababa;
}
form textarea:focus {
  border-color: #ef3e36;
}
form input[type="submit"] {
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #bababa;
  color: #fff;
}
form input[type="submit"]:hover {
  background-color: #ef3e36;
}
form input[type="submit"].orange {
  background-color: #f07f00;
}
form input[type="submit"].orange:hover {
  background-color: #ef3e36;
}
form input[disabled] {
  background-color: #bababa !important;
  cursor: arrow;
}
/*------------------------------
	FORMS / Leave comment
------------------------------*/
form#leave-comment input[type="text"],
form#leave-comment input[type="email"] {
  width: 100%;
  margin-bottom: 15px;
}
form#leave-comment textarea {
  margin-bottom: 15px;
  min-height: 100px;
}
form#leave-comment input.error,
form#leave-comment textarea.error {
  border: 1px solid #EF3E36;
}
form#leave-comment ul.errors {
  display: none;
}
/*------------------------------
	ADVERTISING / General
------------------------------*/
.advert img {
  display: block;
  width: 100%;
  height: auto;
}
.advert a {
  display: block;
  border: 1px solid #bababa;
}
.advert a:hover {
  border-color: #ef3e36;
}
/*------------------------------
	ADVERTISING / Slots
------------------------------*/
#leaderboard {
  -webkit-box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  padding: 15px 0;
  border: none;
}
.advert.mpu {
  margin: 30px 0 0 0;
}
.sponsored-product {
  border: 2px solid #ef3e36;
  border-top: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 15px 30px;
  top: 30px;
}
.sponsored-product .advert-img {
  position: relative;
  border: none;
  margin: 15px;
}
.sponsored-product .advert-img .visit-website {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -68px;
  width: 136px;
  opacity: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #ef3e36;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sponsored-product .advert-img:hover .visit-website {
  opacity: 1;
}
.sponsored-product .advert-img:hover .visit-website:hover {
  background-color: #b1150e;
}
.sponsored-product .link {
  color: #ef3e36;
}
.sponsored-product .link:hover {
  color: #b1150e;
}
.sponsored-product.sponsored-project {
  border-color: #5a818f;
}
.sponsored-product.sponsored-project h3 {
  background-color: #5a818f;
}
.sponsored-product.sponsored-project .visit-website {
  background-color: #5a818f;
}
.sponsored-product.sponsored-project .visit-website:hover {
  background-color: #334950 !important;
}
.sponsored-product.sponsored-project .link {
  color: #5a818f;
}
.sponsored-product.sponsored-project .link:hover {
  color: #334950;
}
.sponsored-product.sponsored-video {
  border-color: #f07f00;
}
.sponsored-product.sponsored-video h3 {
  background-color: #f07f00;
}
.sponsored-product.sponsored-video .visit-website {
  background-color: #f07f00;
}
.sponsored-product.sponsored-video .visit-website:hover {
  background-color: #8a4900 !important;
}
.sponsored-product.sponsored-video .link {
  color: #f07f00;
}
.sponsored-product.sponsored-video .link:hover {
  color: #8a4900;
}
.sponsored-product .sponsored-product {
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  margin: 0px;
  padding: 0px;
  border: 0 none;
}
.sponsored-product .adspace {
  *zoom: 1;
}
.sponsored-product .adspace:before,
.sponsored-product .adspace:after {
  content: " ";
  display: table;
}
.sponsored-product .adspace:after {
  clear: both;
}
.sponsored-product img {
  width: auto;
  max-width: 100%;
}
.sponsored-product h3 {
  padding: 15px 13px;
  background: #ef3e36;
  color: #fff;
  font-family: 'AntennaCond Regular';
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
}
.sponsored-product h3 span {
  float: right;
  position: relative;
  top: 1px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.sponsored-product .description a {
  border: none;
}
.sponsored-product p a {
  display: inline;
}
.sponsored-product .row {
  margin: 15px 0;
}
/*------------------------------
	ADVERTISING / In association with...
------------------------------*/
.advert.association {
  float: right;
  width: 30%;
  padding: 15px;
  border: 1px solid #bababa;
  margin: 0 0 15px 30px;
}
.advert.association a {
  border: none;
}
.advert.association img {
  margin: 15px 0 0;
}
.advert.association .association-details {
  margin: 15px 0 0 ;
}
/*-----------------------------------
	ADVERTISING / Tablets portrait
-----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sponsored-product img {
    width: 50%;
  }
}
/*-----------------------------------
	ADVERTISING / Tablets landscape and up
-----------------------------------*/
@media screen and (min-width: 992px) {
  .sponsored-product img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sponsored-product .description {
    padding: 15px 13px;
    padding-top: 0;
  }
  .sponsored-product .description > *:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sponsored-product .adspace {
    min-height: 0;
  }
  .sponsored-product img {
    margin: 15px 0;
  }
  .sponsored-product .description {
    position: static;
  }
}
/*-----------------------------------
	ADVERTISING / Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  .advert.col-xs-12 {
    float: none;
  }
  .sponsored-product .description {
    margin-top: 30px;
  }
}
/*------------------------------
	ELEMENTS / Dropdown menu
------------------------------*/
.dropdown ul {
  margin: 0;
}
.dropdown ul li {
  margin: 0;
  float: none;
}
/*------------------------------
	ELEMENTS / Pagination
------------------------------*/
.row > .pagination {
  margin: 0 15px 30px;
}
.pagination {
  clear: both;
  font-family: 'AntennaCond Medium';
  margin: 0 0 30px;
  display: block;
}
.pagination ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -5px;
}
.pagination ul:before,
.pagination ul:after {
  content: " ";
  display: table;
}
.pagination ul:after {
  clear: both;
}
.pagination ul li {
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #bababa;
  overflow: hidden;
  float: left;
}
.pagination ul li.current {
  background-color: #bababa;
  color: #fff;
}
.pagination ul li:hover {
  background-color: #ef3e36;
  color: #fff;
}
.pagination ul li.next-page a,
.pagination ul li.previous-page a,
.pagination ul li.first-page a,
.pagination ul li.last-page a {
  position: static;
}
.pagination ul li a {
  color: inherit;
  position: relative;
  top: 1px;
}
/*------------------------------
	ELEMENTS / Image containers
------------------------------*/
.img-container {
  padding: 0;
  clear: both;
  *zoom: 1;
}
.img-container:before,
.img-container:after {
  content: " ";
  display: table;
}
.img-container:after {
  clear: both;
}
.img-container a {
  display: block;
}
.img-container img {
  display: block;
  width: 100%;
  height: auto;
}
.img-container .caption {
  color: #555655;
  margin: 15px 30px 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ededed;
  font-style: italic;
  font-size: 0.9em;
}
.img-container .caption > * {
  margin: 0;
}
.img-container.full-bleed {
  margin: 30px -30px;
}
.img-container.pull-left,
.img-container.pull-right {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
  clear: none;
}
.img-container.pull-left .caption,
.img-container.pull-right .caption {
  margin: 15px 15px 0;
}
.img-container.pull-left {
  left: -30px;
}
.img-container.pull-right {
  right: -30px;
}
/*------------------------------
	ELEMENTS / Highlight boxes
------------------------------*/
.highlight {
  *zoom: 1;
  background-color: #e4e4e4;
  margin: 15px 0;
}
.highlight:before,
.highlight:after {
  content: " ";
  display: table;
}
.highlight:after {
  clear: both;
}
.highlight.portrait .img-container,
.highlight.portrait .highlight-img-container {
  width: 50%;
  float: left;
  padding: 15px 30px 15px 15px;
}
.highlight.portrait.right .img-container,
.highlight.portrait.right .highlight-img-container {
  float: right;
  padding: 15px 15px 15px 30px;
}
.highlight header {
  background-color: #b1b1b1;
  padding: 15px !important;
}
.highlight header h4 {
  color: #fff;
  line-height: 1em;
  margin: 0;
}
.highlight .img-container,
.highlight .highlight-img-container {
  padding: 0;
}
.highlight .img-container p,
.highlight .highlight-img-container p {
  margin: 0;
}
.highlight > .highlight-content {
  padding: 15px;
}
.highlight > .highlight-content > *:first-child {
  margin-top: 0;
}
.highlight > .highlight-content > *:last-child {
  margin-bottom: 0;
}
.highlight.red header {
  background-color: #ef3e36;
}
.highlight.blue {
  background-color: #d6e1e3;
}
.highlight.blue header {
  background-color: #5a818f;
}
.highlight.pull-left,
.highlight.pull-right {
  margin: 15px 0;
  padding: 0 !important;
  width: 50%;
  position: relative;
}
.highlight.pull-left {
  left: -30px;
}
.highlight.pull-right {
  right: -30px;
}
.highlight-img-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 1em;
  z-index: 50;
}
#cookie-alert span {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.125em 0.5em;
  margin-left: 1em;
  color: #fff;
  background-color: #bababa;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
/*------------------------------
	ELEMENTS /carousel container
------------------------------*/
.carousel-container {
  position: relative;
  padding: 0 !Important;
  margin: 2em -2em;
}
/*------------------------------
	MODEL / Body settings
------------------------------*/
body {
  background-color: #ededed;
  padding: 0 !important;
  /* off canvas nav fix */
  /* default font setting */
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
}
/*------------------------------
	MODEL / Heading
------------------------------*/
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
/*------------------------------
	MODEL / Social media links
------------------------------*/
#social-media {
  *zoom: 1;
  line-height: 1em;
  margin: 0em 0 2em 0;
  text-align: left;
}
#social-media:before,
#social-media:after {
  content: " ";
  display: table;
}
#social-media:after {
  clear: both;
}
#social-media h3 {
  font-family: 'AntennaCond Medium';
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  position: relative;
  top: 2px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#social-media .icon {
  font-size: 20px;
  display: block;
}
#social-media a {
  display: inline-block;
  vertical-align: middle;
  color: #bababa;
}
#social-media a:nth-of-type(4) {
  margin-right: 0;
}
#social-media a:hover {
  color: #ef3e36;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #social-media h3 {
    margin: 0;
  }
}
/*------------------------------
	MODEL / Search form
------------------------------*/
#search-form {
  *zoom: 1;
}
#search-form:before,
#search-form:after {
  content: " ";
  display: table;
}
#search-form:after {
  clear: both;
}
#search-form > * {
  height: 30px;
}
#search-form > *:focus {
  outline: none;
}
#search-form input[type="text"] {
  background: #fff;
  border: 1px solid #bababa;
  padding: 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
  float: left;
  width: 150px;
}
#search-form input[type="text"]:focus {
  border-color: #ef3e36;
}
#search-form input[type="text"]:focus + button {
  background-color: #ef3e36;
}
#search-form button {
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  color: #fff;
  background-color: #bababa;
  line-height: 1em;
  padding: 0;
  float: left;
  width: 50px;
}
#search-form button:hover {
  background-color: #ef3e36;
}
#search-form button span {
  display: inline-block;
  vertical-align: middle;
}
#search-form button span.icon {
  font-size: 16px;
}
/*------------------------------
	MODEL / Footer
------------------------------*/
#master-footer {
  background-color: #dcdcdc;
  border-top: 2px solid #bababa;
}
/*------------------------------
	MODEL / Footer / Social media streams
------------------------------*/
#master-footer #social-media-streams {
  padding: 30px 0;
}
#master-footer #social-media-streams h3 {
  font-family: 'AntennaCond Medium';
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1em;
}
#master-footer #social-media-streams h3 span {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
#master-footer #social-media-streams h3 .icon {
  margin-right: 5px;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
#master-footer #social-media-streams #youtube-stream h4 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'AntennaCond Medium';
  font-size: 1em;
  color: #000;
}
#master-footer #social-media-streams #twitter-stream .single-tweet {
  font-family: 'AntennaCond Medium';
}
#master-footer #social-media-streams #twitter-stream .single-tweet .tweet-timestamp {
  display: block;
  color: #bababa;
}
#master-footer #social-media-streams #twitter-stream .single-tweet + .single-tweet {
  margin-top: 15px;
}
#master-footer #social-media-streams #linkedin-stream .single-entry {
  font-family: 'AntennaCond Medium';
  *zoom: 1;
}
#master-footer #social-media-streams #linkedin-stream .single-entry:before,
#master-footer #social-media-streams #linkedin-stream .single-entry:after {
  content: " ";
  display: table;
}
#master-footer #social-media-streams #linkedin-stream .single-entry:after {
  clear: both;
}
#master-footer #social-media-streams #linkedin-stream .single-entry + .single-entry {
  margin-top: 15px;
}
#master-footer #social-media-streams #linkedin-stream .single-entry .entry-author {
  color: #bababa;
  display: block;
}
#master-footer #social-media-streams #linkedin-stream .single-entry .avatar {
  width: 60px;
  float: left;
  margin-right: 15px;
}
#master-footer #social-media-streams #linkedin-stream .single-entry .avatar img {
  display: block;
  width: 100%;
  height: auto;
}
#master-footer #social-media-streams #linkedin-stream .single-entry .avatar + div {
  margin-left: 75px;
}
/*------------------------------
	MODEL / Revo events
------------------------------*/
#master-footer #revo-brands {
  background-color: #fff;
  padding: 30px 0;
  border-top: 2px solid #bababa;
}
#master-footer #revo-brands ul {
  line-height: 1em;
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: justify;
}
#master-footer #revo-brands ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#master-footer #revo-brands ul li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: auto;
}
#master-footer #revo-brands ul li:first-child {
  margin-left: 0;
}
#master-footer #revo-brands ul li:last-child {
  margin-right: 0;
}
#master-footer #revo-brands ul li a {
  display: block;
  overflow: hidden;
}
#master-footer #revo-brands ul li a:hover img {
  opacity: 0.75;
}
#master-footer #revo-brands ul li a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#master-footer #revo-brands ul li a.EV {
  width: 83px;
  height: 67px;
  text-indent: -2000px;
}
#master-footer #revo-brands ul li a.EV > img {
  width: 83px;
  height: 67px;
}
#master-footer #revo-brands ul li a#LIA {
  height: 60px;
  width: 160px;
}
#master-footer #revo-brands ul li a#LFD {
  height: 60px;
  width: 143px;
}
#master-footer #revo-brands ul li a#FORUMS {
  height: 19px;
  width: 102px;
}
#master-footer #revo-brands ul li a#LUXAwards {
  height: 70px;
  width: 138px;
}
#master-footer #revo-brands ul li a#LUXAwards > img {
  /* top: -100%; */
}
#master-footer #revo-brands ul li a#LUXLive {
  height: 70px; /* 65px; */
  width: 138px; /* 126px; */
}
#master-footer #revo-brands ul li a#LUXLive > img {
  /* top: -100%; */
}
#master-footer #revo-brands ul li a#LUXReview {
  height: 25px;
  width: 199px;
}
#master-footer #revo-brands ul li a#LUXReview > img {
  top: -100%;
}
#master-footer #revo-brands ul li a#RevoMedia {
  height: 35px;
  width: 172px;
}
#master-footer #revo-brands ul li a#RevoMedia > img {
  top: -100%;
}
#master-footer #revo-brands ul li a#ldl {
  height: 70px; /* 51px; */
  width: 70px; /*  62px; */
}
#master-footer #revo-brands ul li a#sil {
  height: 61px;
  width: 238px;
}
#master-footer #revo-brands ul.second-line {
  margin-top: 20px;
  text-align: center;
}
#master-footer #revo-brands ul.second-line li {
  margin: 0 20px;
}
/*------------------------------
	MODEL / Footer / Sitemap
------------------------------*/
#master-footer #sitemap {
  background-color: #555655;
  color: #fff;
  padding: 30px 0 17px;
  text-transform: uppercase;
  font-family: 'AntennaCond Regular';
  line-height: 1em;
}
#master-footer #sitemap .revomedia {
  position: relative;
}
#master-footer #sitemap .pennwell {
  position: relative;
  top: -2px;
  left: 30px;
}
#master-footer #sitemap #copyrights a {
  font-family: 'AntennaCond Thin';
  color: #fff;
}
#master-footer #sitemap #copyrights a:hover {
  color: #ef3e36;
}
#master-footer #sitemap nav {
  position: relative;
  top: 17px;
}
#master-footer #sitemap nav ul {
  float: right;
}
#master-footer #sitemap nav ul li + li {
  margin-left: 1em;
}
#master-footer #sitemap nav ul li a {
  color: #fff;
  display: inline-block;
}
#master-footer #sitemap nav ul li a:hover {
  color: #ef3e36;
}
/*------------------------------
Portrait tablet media queries
------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #master-footer #copyrights {
    text-align: center;
  }
  #master-footer #sitemap nav {
    position: static;
    float: none;
  }
  #master-footer #sitemap nav ul {
    text-align: center;
    float: none;
    padding: 0;
  }
  #master-footer #sitemap nav ul li {
    display: inline-block;
    float: none;
    padding: 0;
  }
  #master-footer #sitemap nav ul li a {
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
  }
  #master-footer #sitemap nav + div {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  #master-header #subnav .pull-right {
    width: 33.33%;
    padding-left: 18px;
    margin-left: 0;
    position: absolute;
    right: 0;
  }
  #master-header #subnav .pull-right li {
    display: block;
    float: none;
    clear: both;
  }
  #master-header #subnav .pull-right li + li {
    margin: 0;
  }
  #master-header #subnav .pull-right .search {
    margin: 0px 0 20px;
  }
  #master-header #subnav .pull-right .search #search-form input[type="text"] {
    width: calc(100% - 50px);
  }
  #master-header #subnav .pull-right .newsletter-link {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 15px;
    clear: both;
    margin-bottom: 0;
    color: #fff;
    background-color: #bababa;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
  }
  #master-header #subnav .pull-right .newsletter-link .icon {
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  #master-header #subnav .pull-right .newsletter-link:hover {
    background-color: #ef3e36;
  }
}
@media screen and (max-width: 991px) {
  /*------------------------------
	NAVIGATION / Basic setup
------------------------------*/
  #master-header {
    padding-top: 40px;
  }
  #master-header #sector-selector ul li:nth-child(11) {
    display: none;
  }
  #master-header #subnav li#luxlive-tab img {
    display: none;
  }
  #master-header .dropdown-toggle {
    display: none;
  }
  #master-header .dropdown-menu {
    position: static;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    border: none;
    float: none;
  }
  #master-header .dropdown-menu > li > a {
    padding: 0;
  }
  #master-header .dropdown-menu > li > a:hover {
    background: none;
  }
  #master-header .dropdown-menu > li.active a {
    background: none;
  }
  #master-header .navbar-default {
    background: none;
    border: none;
    margin: 0;
    background-color: #ef3e36;
    color: #fff;
    min-height: 0;
  }
  #master-header .navbar-default .navbar-toggle {
    float: none;
    *zoom: 1;
    width: 100%;
    border: none;
    padding: 12px 0;
    margin: 0;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    background-color: transparent;
    position: relative;
  }
  #master-header .navbar-default .navbar-toggle:before,
  #master-header .navbar-default .navbar-toggle:after {
    content: " ";
    display: table;
  }
  #master-header .navbar-default .navbar-toggle:after {
    clear: both;
  }
  #master-header .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.3);
  }
  #master-header .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  #master-header .navbar-default .navbar-toggle .hamburger {
    float: none;
    position: absolute;
    width: 22px;
    right: 0;
    top: 13px;
  }
  #master-header .navbar-default .navbar-toggle .hamburger .icon-bar {
    background-color: #fff;
  }
  #master-header .navbar-default .navbar-toggle .small-logo {
    float: left;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #master-header .navbar-default .navbar-toggle .small-logo img {
    width: 100%;
    height: 100%;
  }
  #master-header .navbar-default .navbar-toggle span {
    line-height: 1em;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
  }
  #master-header .navmenu-default,
  #master-header .navbar-default .navbar-offcanvas {
    background-color: #ef3e36;
    border-color: #ef3e36;
    padding: 15px 0;
    width: 220px;
  }
  #master-header .navmenu-default .container,
  #master-header .navbar-default .navbar-offcanvas .container {
    width: auto;
  }
  #master-header .nav {
    font-family: 'AntennaCond Medium';
    list-style: none;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #master-header .nav ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style: none;
    text-align: left;
  }
  #master-header .nav ul li {
    margin: 5px 0;
    padding: 0;
  }
  #master-header .nav ul li a {
    color: rgba(255, 255, 255, 0.5);
  }
  #master-header .nav ul li.active a {
    color: #fff;
  }
  #master-header .tagline {
    *zoom: 1;
    padding-bottom: 120px;
  }
  #master-header .tagline:before,
  #master-header .tagline:after {
    content: " ";
    display: table;
  }
  #master-header .tagline:after {
    clear: both;
  }
  #master-header .tagline h3 {
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: 'AntennaCond Medium';
    font-size: 15px;
    margin: 0;
    color: #fff;
  }
  #master-header .tagline #social-media {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 1em 0;
  }
  #master-header .tagline #social-media li {
    display: inline-block;
    vertical-align: middle;
  }
  #master-header .tagline #social-media li + li {
    margin-left: 15px;
  }
  #master-header .tagline #social-media li a {
    color: #fff;
  }
  #master-header #subnav {
    position: static;
  }
  #master-header #subnav .pull-right {
    position: absolute;
    top: 135px;
  }
  #master-header #subnav .pull-right .newsletter-link {
    margin: 1em 0;
    display: inline-block;
  }
  #master-header #subnav .pull-right #search-form input[type="text"] {
    width: 138px;
  }
  #master-header #subnav .pull-right #search-form input[type="text"]:focus {
    border-color: #bababa;
  }
  #master-header #subnav .pull-right #search-form input[type="text"]:focus + button {
    background-color: #bababa;
  }
  /*------------------------------
	NAVIGATION / Logo
------------------------------*/
  #master-header #logo {
    display: none;
    width: 45px;
    margin: 0 15px 0 0;
    float: left;
  }
  #master-header #logo img {
    width: 100%;
    height: auto;
  }
  /*------------------------------
	NAVIGATION / Sector title
------------------------------*/
  #master-header #sector-title {
    display: none;
    color: #fff;
    font-family: 'AntennaCond Medium';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 30px 60px;
    position: relative;
    top: 2px;
  }
  #master-header #sector-title span {
    display: block;
  }
  #content-listing {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  #master-header .nav {
    margin: 0;
  }
  #master-header .nav .menu-label {
    display: none;
  }
  #master-header .nav ul {
    list-style: none;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navmenu-fixed-left,
  .navmenu-fixed-right,
  .navbar-offcanvas {
    position: static;
    background: none;
    min-height: 0;
    border: none;
  }
  .navbar-fixed-top {
    display: none;
  }
  .navmenu,
  .navbar-offcanvas {
    width: auto;
    overflow: visible;
  }
  .offcanvas {
    display: block;
  }
  .offcanvas .container {
    margin-top: 30px;
    position: relative;
  }
  /*------------------------------
		MODEL / Navigation settings
	------------------------------*/
  nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    *zoom: 1;
  }
  nav ul:before,
  nav ul:after {
    content: " ";
    display: table;
  }
  nav ul:after {
    clear: both;
  }
  nav ul li {
    float: left;
  }
  nav ul li a {
    display: block;
  }
  #sector-selector {
    bottom: 0;
    width: 100%;
    float: none;
  }
  #sector-selector ul {
    margin: 0;
    padding: 0;
  }
  #sector-selector ul li {
    margin: 0;
  }
  #sector-selector ul li + li {
    margin-left: 1px;
  }
  #subnav {
    margin: 15px 0;
  }
  #subnav ul {
    padding: 0;
  }
  #subnav ul li {
    margin: 0;
  }
  #subnav ul li + li {
    margin-left: 9px;
  }
  #subnav .newsletter-link {
    display: inline-block;
    margin-top: -2px;
  }
  #subnav .newsletter-link .icon {
    margin-right: 10px;
  }
  /*------------------------------
		MODEL / Header / Logo
	------------------------------*/
  #master-header {
    font-family: 'AntennaCond Medium';
    *zoom: 1;
  }
  #master-header:before,
  #master-header:after {
    content: " ";
    display: table;
  }
  #master-header:after {
    clear: both;
  }
  #master-header > .container {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  #master-header #logo {
    width: 112px;
    /* background-color: #EF3E36; */
    float: left;
    margin: 0 1em 0 0;
  }
  #master-header #logo a {
    display: block;
  }
  #master-header #logo a img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #master-header #logo a:hover img {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  /*------------------------------
		MODEL / Header / Sector title
	------------------------------*/
  #master-header #sector-title {
    font-family: 'AntennaCond Medium';
    text-transform: uppercase;
    font-size: 65px;
    line-height: 1em;
    color: #555655;
    margin: 14px 0 9px;
  }
  #master-header #sector-title span {
    font-family: 'AntennaCond Light';
  }
  /*------------------------------
		MODEL / Header / Sector selector
	------------------------------*/
  #master-header #sector-selector {
    margin: 0 -1px 0;
    text-transform: uppercase;
    text-align: center;
  }
  #master-header #sector-selector ul {
    text-align: center;
  }
  #master-header #sector-selector li {
    float: left;
    position: relative;
  }
  #master-header #sector-selector li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #bababa;
    display: block;
  }
  #master-header #sector-selector li a:hover {
    color: #ef3e36;
  }
  #master-header #sector-selector li.active a {
    color: #555655;
  }
  /*------------------------------
		MODEL / Header / Sub navigation
	------------------------------*/
  #master-header #subnav {
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  #master-header #subnav .pull-right li {
    float: none;
  }
  #master-header #subnav li {
    float: left;
  }
  #master-header #subnav li a {
    color: #bababa;
  }
  #master-header #subnav li a:hover {
    color: #ef3e36;
  }
  #master-header #subnav li.active a {
    color: #555655;
  }
  #master-header #subnav li#luxlive-tab {
    width: 60px; /* 48px; */
    height: 26px; /* 14px; */
    overflow: hidden;
    position: relative;
    top: -1px;
  }
  #master-header #subnav li#luxlive-tab a:hover:after {
    opacity: 1;
  }
  #master-header #subnav li#luxlive-tab a img {
    width: 100%;
    height: auto;
  }
  #master-header #subnav li#luxlive-tab a:after {
    content: '';
    display: block;
    width: 60px; /* 48px; */
    height: 26px; /* 14px; */
    /*
    background-image: url('/img/luxlive-menu@2x.png');
    background-size: cover;
    background-position: bottom;
    */
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: ease 0.25s all;
  }
  /*------------------------------
		MODEL / Header / Location selector
	------------------------------*/
  #master-header #location-selector {
    position: absolute;
    top: -15px;
    right: 0;
    height: 135px;
    z-index: 1;
    padding: 15px;
    border: 1px solid transparent;
    overflow: hidden;
  }
  #master-header #location-selector:hover ul li.active a {
    color: #ef3e36;
  }
  #master-header #location-selector .dropdown-toggle {
    height: 120px;
    opacity: 0;
    z-index: 1001;
  }
  #master-header #location-selector.open {
    height: auto;
    background-color: #EDEDED;
    border: 1px solid #555655;
    z-index: 2;
  }
  #master-header #location-selector ul {
    display: block;
    margin: 0;
    width: 214px;
    position: static;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #master-header #location-selector ul li {
    margin: 0;
    float: none;
    text-align: right;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 28px;
  }
  #master-header #location-selector ul li a {
    color: #555655;
    display: inline;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #master-header #location-selector ul li a:active,
  #master-header #location-selector ul li a:focus {
    background: none;
  }
  #master-header #location-selector ul li a:hover {
    color: #ef3e36;
    background: none;
  }
  #master-header #location-selector ul li.active {
    padding: 0;
    width: 214px;
    height: 105px;
    background-image: url("../img/locations-sprite.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #master-header #location-selector ul li.active a {
    background-color: transparent;
    height: 100%;
    height: 38px;
    display: block;
    float: right;
    position: relative;
    top: 30px;
  }
  #master-header #location-selector ul li.active a:hover {
    color: #555655;
  }
  #master-header #location-selector ul li.active a span {
    font-size: 34px;
    position: relative;
    top: -2px;
    z-index: 1;
    margin: 0 0 0 auto;
  }
  #master-header #location-selector ul li.active a span:after {
    content: '\25BE';
    display: inline-block;
    margin-left: 5px;
  }
  #master-header #location-selector ul li#uk-location {
    background-position: 0 -397px;
  }
  #master-header #location-selector ul li#europe-location {
    background-position: 0 -132px;
  }
  #master-header #location-selector ul li#asia-location {
    background-position: 0 -793px;
  }
  #master-header #location-selector ul li#middle-east-location {
    background-position: 0 -264px;
  }
  #master-header #location-selector ul li#africa-location {
    background-position: 0 -529px;
  }
  #master-header #location-selector ul li#americas-location {
    background-position: 0 0px;
  }
  #master-header #location-selector ul li#australia-location {
    background-position: 0 -661px;
  }
  #master-header #location-selector ul li#world-location {
    background-position: 0 -926px;
  }
  /*------------------------------
		MODEL / Header / Tagline
	------------------------------*/
  #master-header .tagline {
    *zoom: 1;
    margin-bottom: 15px;
  }
  #master-header .tagline:before,
  #master-header .tagline:after {
    content: " ";
    display: table;
  }
  #master-header .tagline:after {
    clear: both;
  }
  #master-header .tagline h3 {
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'AntennaCond Medium';
    font-size: 15px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #master-header .tagline #social-media {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 0 0 27px;
  }
  #master-header .tagline #social-media li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }
  #master-header .search {
    margin-top: -7px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #master-header #sector-title {
    font-family: 'AntennaCond Medium';
    font-size: 47px;
    margin: 20px 0;
  }
  #master-header #sector-selector ul li:nth-child(1) {
    width: 30px;
  }
  #master-header #sector-selector ul li:nth-child(2) {
    width: 52px;
  }
  #master-header #sector-selector ul li:nth-child(3) {
    width: 153px;
  }
  #master-header #sector-selector ul li:nth-child(4) {
    width: 52px;
  }
  #master-header #sector-selector ul li:nth-child(5) {
    width: 81px;
  }
  #master-header #sector-selector ul li:nth-child(6) {
    width: 93px;
  }
  #master-header #sector-selector ul li:nth-child(7) {
    width: 91px;
  }
  #master-header #sector-selector ul li:nth-child(8) {
    width: 84px;
  }
  #master-header #sector-selector ul li:nth-child(9) {
    width: 72px;
  }
  #master-header #sector-selector ul li:nth-child(10) {
    width: 86px;
  }
  #master-header #sector-selector ul li:nth-child(11) {
    display: none;
  }
  #master-header #sector-selector ul li.lighting-industry {
    width: 136px;
    color: #bababa;
    background: #fff;
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: ease 0.25s all;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
  }
  #master-header #sector-selector ul li.lighting-industry:hover {
    color: #555655;
  }
  #master-header #sector-selector ul li.lighting-industry:hover a {
    opacity: 1;
  }
  #master-header #sector-selector ul li.lighting-industry a {
    line-height: 1.3em;
    padding: 10px 0 7px;
    background: #fff;
    height: auto;
    position: absolute;
    top: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: ease 0.25s all;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
    border-top: 11px solid #EDEDED;
  }
  #master-header #sector-selector ul li.lighting-industry a:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1200px) {
  #master-header #sector-selector ul li:nth-child(1) {
    width: 49px;
  }
  #master-header #sector-selector ul li:nth-child(2) {
    width: 70px;
  }
  #master-header #sector-selector ul li:nth-child(3) {
    width: 171px;
  }
  #master-header #sector-selector ul li:nth-child(4) {
    width: 69px;
  }
  #master-header #sector-selector ul li:nth-child(5) {
    width: 100px;
  }
  #master-header #sector-selector ul li:nth-child(6) {
    width: 111px;
  }
  #master-header #sector-selector ul li:nth-child(7) {
    width: 109px;
  }
  #master-header #sector-selector ul li:nth-child(8) {
    width: 103px;
  }
  #master-header #sector-selector ul li:nth-child(9) {
    width: 89px;
  }
  #master-header #sector-selector ul li:nth-child(10) {
    width: 105px;
  }
  #master-header #sector-selector ul li:nth-child(11) {
    display: none;
  }
  #master-header #sector-selector ul li.lighting-industry {
    width: 154px;
    position: relative;
    color: #bababa;
    background: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: ease 0.25s all;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
    overflow: hidden;
  }
  #master-header #sector-selector ul li.lighting-industry:hover {
    overflow: visible;
    color: #555655;
  }
  #master-header #sector-selector ul li.lighting-industry:hover a {
    opacity: 1;
  }
  #master-header #sector-selector ul li.lighting-industry a {
    line-height: 1.3em;
    padding: 10px 0 7px;
    background: #fff;
    height: auto;
    position: absolute;
    top: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: ease 0.25s all;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
    border-top: 11px solid #EDEDED;
  }
  #master-header #sector-selector ul li.lighting-industry a:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
  }
}
/*------------------------------

	Pages

------------------------------*/
/*------------------------------
	SIDEBAR / General
------------------------------*/
.sidebar {
  padding-bottom: 30px;
}
.sidebar .row > header h2 {
  font-size: 24px;
  margin: 0;
}
.sidebar .row > h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar article {
  margin: 30px 0 0 0 !important;
  min-height: 0 !important;
}
.sidebar article > header {
  padding: 0;
}
.sidebar article h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'AntennaCond Regular';
  padding: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2em;
  float: left;
  width: 40%;
}
.sidebar > *:first-child {
  margin-top: 0;
}
.sidebar > *:first-child > *:first-child {
  margin-top: 0;
}
.sidebar .sidebar-thumb {
  padding: 0 !important;
  width: 60%;
  float: right;
}
.sidebar .sidebar-thumb a {
  display: block;
}
.sidebar .sidebar-thumb a > img {
  width: 100%;
  height: auto;
}
.sidebar .video-thumbnail {
  transition: all ease 0.5s;
}
.sidebar .video-thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background-image: url("/img/play-icon.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  transition: inherit;
}
.sidebar .video-thumbnail:hover:before {
  opacity: 0;
}
/*------------------------------
	SIDEBAR / Comments / Author bio
------------------------------*/
.sidebar .comment-author {
  border-bottom: 2px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  *zoom: 1;
}
.sidebar .comment-author:before,
.sidebar .comment-author:after {
  content: " ";
  display: table;
}
.sidebar .comment-author:after {
  clear: both;
}
.sidebar .comment-author img {
  float: right;
  display: block;
}
.sidebar .comment-author h4 {
  margin: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-family: 'AntennaCond Medium';
  line-height: 1.5em;
}
.sidebar .comment-author h4 .author-name {
  color: #555655;
  font-size: 24px;
}
.sidebar .comment-author h4 .author-name:hover {
  color: #ef3e36;
}
.sidebar .comment-author h4 span {
  display: block;
  font-size: 14px;
}
.sidebar .comment-author.bio img {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
.sidebar .comment-author.bio h4 {
  padding-top: 30px;
  border-top: 2px solid #bababa;
  position: static;
  margin: 0 0 15px;
}
/*------------------------------
	SIDEBAR / Featured articles & Related articles
------------------------------*/
.sidebar h4 {
  font-family: 'AntennaCond Medium';
  color: #bababa;
  margin: 30px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.sidebar article {
  background-color: transparent !important;
}
.sidebar article > div.cf {
  background: #fff;
  padding: 0 !Important;
  position: relative;
  min-height: 120px;
}
.sidebar .related-products,
.sidebar .featured-products,
.sidebar .related-articles,
.sidebar .featured-articles {
  border-top: 2px solid #bababa;
}
.sidebar .related-products article,
.sidebar .featured-products article,
.sidebar .related-articles article,
.sidebar .featured-articles article {
  margin: 30px 0;
}
.sidebar .related-products article h5,
.sidebar .featured-products article h5,
.sidebar .related-articles article h5,
.sidebar .featured-articles article h5 {
  margin-top: 0;
  font-size: 20px;
}
/*------------------------------
	SIDEBAR / Blogs feed
------------------------------*/
.sidebar .blogs-feed header .meta-data .publication-author {
  margin: 0;
}
.sidebar .blogs-feed header .meta-data .publication-author .avatar {
  display: inline-block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #bababa;
}
.sidebar .blogs-feed header h5 {
  margin: 15px 0 0;
}
.issu-widget {
  margin-top: 30px;
}
.issu-widget h3 a {
  border: none;
}
.issu-widget a {
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #bababa;
}
.issu-widget a:hover {
  border-color: #ef3e36;
}
.issu-widget a:hover .read-online {
  opacity: 0;
}
.issu-widget a img {
  width: 100%;
  height: auto;
}
.issu-widget a img.read-online {
  width: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/*-----------------------------------
	Large displays
-----------------------------------*/
@media screen and (min-width: 1200px) {
  .sidebar h3 {
    font-size: 18px;
  }
}
/*-----------------------------------
	Tablets - landscape
-----------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar h3 {
    font-size: 18px;
  }
}
/*-----------------------------------
	Tablets portrait
-----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar > .row > *:nth-child(even) {
    float: left;
  }
  .sidebar > .row > *:nth-child(odd) {
    float: right;
  }
  .sidebar > .row > *:nth-child(2n+1) {
    clear: right;
  }
}
/*-----------------------------------
	Mobile phones
-----------------------------------*/
@media screen and (min-width: 992px) {
  .sidebar {
    padding-top: 170px;
  }
}
/*------------------------------
	HOMEPAGE / Featured Carousel
------------------------------*/
#content-listing .carousel,
.single-article .carousel {
  margin-bottom: 30px;
}
#content-listing .carousel .carousel-inner,
.single-article .carousel .carousel-inner {
  padding: 0 !important;
}
#content-listing .carousel .carousel-inner article,
.single-article .carousel .carousel-inner article {
  margin-bottom: 0;
}
#content-listing .carousel .carousel-inner .featured-img,
.single-article .carousel .carousel-inner .featured-img {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  position: relative;
  display: block;
}
#content-listing .carousel .carousel-inner .featured-img > img,
.single-article .carousel .carousel-inner .featured-img > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  display: block;
  transition: -webkit-transform 0.3s ease-in-out 0s, -moz-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}
#content-listing .carousel .carousel-control,
.single-article .carousel .carousel-control {
  opacity: 1;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  font-size: 24px;
  line-height: 2em;
  width: 2em;
  height: 2em;
  background: none;
  background-color: #fff;
  color: #555655;
  text-shadow: none;
  display: none;
}
/*------------------------------
	HOMEPAGE / Main content column
------------------------------*/
#content-listing .col-md-8.col-xs-12.pull-left {
  position: relative;
  z-index: 1;
}
#content-listing article {
  *zoom: 1;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
#content-listing article:before,
#content-listing article:after {
  content: " ";
  display: table;
}
#content-listing article:after {
  clear: both;
}
#content-listing article > header {
  padding: 30px 30px 15px;
}
#content-listing article > a {
  display: block;
}
#content-listing article > a.featured-img {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
#content-listing article > a.featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#content-listing article > a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
}
#content-listing article > a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#content-listing article > div:not(.embed-responsive):not(.pull-left):not(.pull-right):not(.solutions):not(.img-container) {
  padding: 30px;
}
#content-listing article > div:not(.embed-responsive):not(.pull-left):not(.pull-right):not(.solutions):not(.img-container) .meta-data + * {
  margin: 15px 0;
}
#content-listing article .readmore {
  border: none;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #bababa;
  color: #fff;
  margin-top: 1em;
}
#content-listing article .readmore:hover {
  background-color: #ef3e36;
}
#content-listing article .readmore-red {
  border: none;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #bababa;
  color: #fff;
  margin-top: 1em;
  background-color: #ef3e36;
}
#content-listing article .readmore-red:hover {
  background-color: #e01b12;
}
#content-listing .row .col-lg-6:nth-child(2n+1) {
  clear: left;
}
#content-listing .row .col-lg-4:nth-child(3n+1) {
  clear: left;
}
/*------------------------------
	HOMEPAGE / small (1/3) articles
------------------------------*/
#content-listing .container .col-lg-4 article .meta-data {
  line-height: 1.2em;
}
#content-listing .container .col-lg-4 article .meta-data .publication-author {
  display: block;
  margin-left: 0;
}
/*------------------------------
	HOMEPAGE / Blue article
------------------------------*/
#content-listing article.stand-out {
  background-color: #d6e1e3;
}
#content-listing article.sponsored {
  background-color: #d6e1e3;
}
/*------------------------------
	HOMEPAGE / Article with portrait image
------------------------------*/
#content-listing article.portrait > div,
#content-listing article.portrait > a {
  float: left;
}
#content-listing article.portrait > div {
  width: calc(50% + 15px);
}
#content-listing article.portrait > a {
  width: calc(50% - 15px);
}
/*-----------------------------------
	Large displays
-----------------------------------*/
@media screen and (min-width: 1200px) {
  #content-listing .col-lg-6 article h3,
  #content-listing .col-lg-4 article h3 {
    font-size: 18px;
  }
  #content-listing .col-lg-6 article {
    height: calc(100% - 30px);
  }
  #content-listing .col-lg-4 article {
    height: calc(100% - 30px);
  }
  #content-listing .row.micro-posts .excerpt {
    display: none;
  }
  #content-listing .row.micro-posts .meta-data .comments-counter {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*-----------------------------------
	Tablets - landscape
-----------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content-listing .row.micro-posts p {
    display: none;
  }
  #content-listing .row.micro-posts .meta-data .comments-counter {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*-----------------------------------
	Tablets portrait
-----------------------------------*/
/*-----------------------------------
	Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  #content-listing .meta-data .comments-counter {
    display: none;
  }
}
/*------------------------------
	Products
------------------------------*/
#content-listing .compilation {
  border: 0 none;
}
#content-listing article.review:not(.single-article) {
  border: 4px solid #7DADBF;
}
#content-listing article.review:not(.single-article) h3 > a > span {
  color: #7DADBF;
}
#content-listing .single-product {
  padding: 30px;
  *zoom: 1;
}
#content-listing .single-product:before,
#content-listing .single-product:after {
  content: " ";
  display: table;
}
#content-listing .single-product:after {
  clear: both;
}
#content-listing .single-product .meta-data {
  float: none;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 15px 0;
}
#content-listing .single-product .meta-data + div {
  padding: 0 15px 0 0 !important;
}
#content-listing .single-product .meta-data + div > h3 {
  margin-top: 0;
}
#content-listing .single-product .meta-data + div + a {
  padding-left: 15px;
}
#content-listing .single-product.sponsored {
  background: #d6e1e3;
}
#content-listing .single-product.default {
  border: 4px solid #C5C5C5;
}
#content-listing .single-product > * {
  float: left;
  width: 50%;
}
#content-listing .single-product > a img {
  width: 100%;
  height: auto;
  margin: auto;
}
.single-article.review header h3 em {
  color: #7DADBF;
  font-style: normal;
}
/*------------------------------
	Jobs / single job
------------------------------*/
#content-listing.single-job .single-job {
  display: block;
  padding: 30px;
}
#content-listing.single-job .single-job > .row {
  width: auto;
  padding: 0;
}
#content-listing.single-job .single-job > div {
  padding: 0 !important;
  width: 100%;
}
#content-listing.single-job .single-job > div > *:first-child {
  margin-top: 0;
}
#content-listing.single-job .single-job header {
  display: table;
}
#content-listing.single-job .single-job header .summary {
  font-weight: 600;
  color: #555655;
}
#content-listing.single-job .single-job header > * {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#content-listing.single-job .single-job header > aside {
  margin-top: 30px;
}
#content-listing.single-job .single-job header > aside img {
  width: 100%;
  height: auto;
}
#content-listing.single-job .single-job header > a {
  display: block;
}
#content-listing.single-job .single-job header > a img {
  height: auto;
  max-width: 80%;
  max-height: 100%;
  margin: auto;
}
/*------------------------------
	Jobs / jobs listing
------------------------------*/
#content-listing.jobs-listing .single-job {
  *zoom: 1;
  padding: 30px;
}
#content-listing.jobs-listing .single-job:before,
#content-listing.jobs-listing .single-job:after {
  content: " ";
  display: table;
}
#content-listing.jobs-listing .single-job:after {
  clear: both;
}
#content-listing.jobs-listing .single-job > .row {
  padding: 0 !important;
  display: table;
  vertical-align: middle;
}
#content-listing.jobs-listing .single-job > .row > * {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
#content-listing.jobs-listing .single-job > .row > a {
  padding: 0 15px;
}
#content-listing.jobs-listing .single-job > .row > a img {
  width: 100%;
  height: auto;
}
/*-----------------------------------
	Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  #content-listing.jobs-listing .single-job > .row {
    display: block;
  }
  #content-listing.jobs-listing .single-job > .row > * {
    display: block;
  }
}
/*------------------------------
	EVENTS / Listing
------------------------------*/
#content-listing .time-machine {
  float: right;
  position: relative;
  top: 19px;
  *zoom: 1;
}
#content-listing .time-machine:before,
#content-listing .time-machine:after {
  content: " ";
  display: table;
}
#content-listing .time-machine:after {
  clear: both;
}
#content-listing .time-machine .time-switch {
  display: block;
  float: left;
  font-family: 'AntennaCond Medium';
  text-transform: uppercase;
  color: #bababa;
}
#content-listing .time-machine .time-switch:hover {
  color: #ef3e36;
}
#content-listing .time-machine .time-switch.active {
  color: #555655;
}
#content-listing .time-machine .time-switch + .time-switch {
  margin-left: 15px;
}
#content-listing .month-label {
  font-family: 'GlyphaLTBold';
  font-size: 24px;
  line-height: 1em;
  color: #555655;
  margin: 15px 0;
}
#content-listing .single-event {
  padding: 30px;
  *zoom: 1;
}
#content-listing .single-event:before,
#content-listing .single-event:after {
  content: " ";
  display: table;
}
#content-listing .single-event:after {
  clear: both;
}
#content-listing .single-event > .meta-data {
  width: 100%;
  display: block;
  padding: 0 !important;
  margin-bottom: 30px;
}
#content-listing .single-event + .month-label {
  padding-top: 30px;
  border-top: 2px solid #bababa;
}
#content-listing .single-event .row {
  padding: 0 !Important;
}
#content-listing .single-event .row h3 {
  margin-top: 0;
}
#content-listing .single-event:not(.single-webinar) .row {
  display: table;
}
#content-listing .single-event:not(.single-webinar) .row > * {
  display: table-cell;
  height: 100%;
  overflow: auto;
  float: none;
  vertical-align: middle;
}
#content-listing .single-event:not(.single-webinar) .row > a img {
  display: block;
  height: auto;
  width: 100%;
  margin: auto;
}
#content-listing .lux-event {
  border: 4px solid #EF3E36;
}
/*-----------------------------------
	Tablets portrait
-----------------------------------*/
@media screen and (max-width: 991px) {
  #content-listing .single-event .row > * {
    float: left;
  }
}
/*------------------------------
	Search results / Sort results
------------------------------*/
#content-listing.search-results .sort-by {
  float: right;
  position: relative;
  top: 7px;
  *zoom: 1;
}
#content-listing.search-results .sort-by:before,
#content-listing.search-results .sort-by:after {
  content: " ";
  display: table;
}
#content-listing.search-results .sort-by:after {
  clear: both;
}
#content-listing.search-results .sort-by:before {
  content: 'Sort by:';
  display: block;
  float: left;
  font-family: 'AntennaCond Medium';
  text-transform: uppercase;
  color: #bababa;
  margin-right: 15px;
}
#content-listing.search-results .sort-by a {
  display: block;
  float: left;
  font-family: 'AntennaCond Medium';
  text-transform: uppercase;
  color: #bababa;
}
#content-listing.search-results .sort-by a:hover {
  color: #ef3e36;
}
#content-listing.search-results .sort-by a.active {
  color: #555655;
}
#content-listing.search-results .sort-by a + a {
  margin-left: 15px;
}
#content-listing.search-results .sort-by + h3 {
  margin-top: 0;
}
/*------------------------------
	Search results / Single result
------------------------------*/
#content-listing.search-results .result-single .meta-data .publication-sector,
#content-listing.search-results .result-single .meta-data .publication-location {
  float: none;
}
/*------------------------------
	Search results / Advanced search form
------------------------------*/
#content-listing.search-results #advanced-search-form {
  margin-top: -4px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #bebebe;
}
#content-listing.search-results #advanced-search-form #search-bar {
  text-align: left;
  *zoom: 1;
  margin: 0;
}
#content-listing.search-results #advanced-search-form #search-bar:before,
#content-listing.search-results #advanced-search-form #search-bar:after {
  content: " ";
  display: table;
}
#content-listing.search-results #advanced-search-form #search-bar:after {
  clear: both;
}
#content-listing.search-results #advanced-search-form #search-bar > * {
  height: 40px;
}
#content-listing.search-results #advanced-search-form #search-bar > *:focus {
  outline: none;
}
#content-listing.search-results #advanced-search-form #search-bar input[type="text"] {
  background: #fff;
  border: 1px solid #bababa;
  padding: 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
  float: left;
  width: 70%;
}
#content-listing.search-results #advanced-search-form #search-bar input[type="text"]:focus {
  border-color: #ef3e36;
}
#content-listing.search-results #advanced-search-form #search-bar input[type="text"]:focus + button {
  background-color: #ef3e36;
}
#content-listing.search-results #advanced-search-form #search-bar button {
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  color: #fff;
  background-color: #bababa;
  line-height: 1em;
  padding: 0;
  float: left;
  width: 30%;
}
#content-listing.search-results #advanced-search-form #search-bar button:hover {
  background-color: #ef3e36;
}
#content-listing.search-results #advanced-search-form #search-bar button span {
  display: inline-block;
  vertical-align: middle;
}
#content-listing.search-results #advanced-search-form #search-bar button span.icon {
  margin-left: 5px;
  font-size: 16px;
}
#content-listing.search-results #search-filters {
  text-align: center;
  *zoom: 1;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding-top: 15px;
}
#content-listing.search-results #search-filters:before,
#content-listing.search-results #search-filters:after {
  content: " ";
  display: table;
}
#content-listing.search-results #search-filters:after {
  clear: both;
}
#content-listing.search-results #search-filters .label {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 18px;
}
#content-listing.search-results #search-filters .label h3 {
  margin: 0;
  font-family: 'AntennaCond Medium';
  font-size: inherit;
}
#content-listing.search-results #search-filters .clear-selection {
  margin-top: 8px;
  font-family: 'AntennaCond Medium';
  display: block;
  width: 100%;
  clear: both;
}
#content-listing.search-results #search-filters fieldset {
  text-align: left;
  display: block;
  width: 50%;
  float: left;
  margin: 0 0 15px 0;
}
#content-listing.search-results #search-filters fieldset > label {
  font-family: 'AntennaCond Medium';
  *zoom: 1;
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
}
#content-listing.search-results #search-filters fieldset > label:before,
#content-listing.search-results #search-filters fieldset > label:after {
  content: " ";
  display: table;
}
#content-listing.search-results #search-filters fieldset > label:after {
  clear: both;
}
#content-listing.search-results #search-filters fieldset span {
  display: block;
  margin: 0;
}
#content-listing.search-results #search-filters fieldset span .checkbox {
  display: none;
}
#content-listing.search-results #search-filters fieldset span .checkbox + label {
  color: #bababa;
  position: relative;
  cursor: pointer;
}
#content-listing.search-results #search-filters fieldset span .checkbox + label:hover {
  color: #ef3e36;
}
#content-listing.search-results #search-filters fieldset span .checkbox + label:before {
  position: relative;
  top: 1px;
  font-family: 'luxglyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";
  margin-right: 5px;
}
#content-listing.search-results #search-filters fieldset span .checkbox:checked + label {
  color: #555655;
}
#content-listing.search-results #search-filters fieldset span .checkbox:checked + label:after {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
  font-family: 'luxglyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
}
/*------------------------------
	Search results / Media Query
------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #content-listing.search-results #search-filters fieldset {
    width: 25%;
  }
}
/*------------------------------
	Author page
------------------------------*/
.author-page .single-article header h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'AntennaCond Medium';
  color: #555655;
  font-size: 24px;
}
.author-page .single-article header h3 span {
  font-family: 'AntennaCond Medium';
  margin: 0;
  font-size: 14px;
  color: #bababa;
}
.author-page .single-article header > aside img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #bababa;
  margin-bottom: 30px;
}
.author-page .single-article .contact-author {
  padding: 0;
  margin: 0;
  list-style: none;
}
.author-page .publication-listing > h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #bababa;
  font-family: 'AntennaCond Medium';
  margin: 30px 0;
  line-height: 1em;
}
.author-page .publication-listing .meta-data .publication-sector,
.author-page .publication-listing .meta-data .publication-location {
  float: none;
}
.author-page .publication-listing .meta-data .comments-counter {
  position: relative;
  top: -3px;
}
/*------------------------------
	Author page / Mobile phones
------------------------------*/
@media screen and (max-width: 767px) {
  .author-page .single-article header {
    display: block;
  }
  .author-page .single-article header > * {
    width: 100%;
  }
  .author-page .publication-listing .meta-data {
    position: relative;
  }
  .author-page .publication-listing .meta-data > * {
    display: block;
    margin-left: 0 !important;
  }
  .author-page .publication-listing .meta-data .publication-sector {
    margin: 5px 0;
  }
  .author-page .publication-listing .meta-data .comments-counter {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*------------------------------
	Subscribe to LUX form
------------------------------*/
#content-listing {
  /* DONT REMOVE THE ID - it will break the layout */
}
#content-listing #tfaContent .wFormContainer {
  width: 100%;
  border: none;
  font: inherit;
  color: inherit;
}
#content-listing #tfaContent .wFormContainer .supportInfo {
  padding: 0;
  border: none;
  font: inherit;
}
#content-listing #tfaContent .wFormContainer .wForm {
  padding: 0;
}
#content-listing #tfaContent .wFormContainer .wForm div#tfa_590-HTML img {
  border: 1px solid #bababa;
  max-width: 100%;
}
#content-listing #tfaContent .wFormContainer .wForm .lengthIndicator {
  top: 6px !important;
  width: 115px !important;
  text-align: right !important;
  right: 0 !important;
}
#content-listing #tfaContent .wFormContainer .wForm input#tfa_654 {
  width: 50% !important;
  min-width: 0;
}
#content-listing #tfaContent .wFormContainer .wForm div#tfa_0-A input[type="submit"] {
  min-width: 0 !important;
  width: auto;
  float: right;
  background: #ef3e36;
  border: none;
  text-transform: none;
  box-shadow: none;
  position: absolute;
  top: -14px;
  right: 0;
}
#content-listing #tfaContent .wFormContainer .wForm div#tfa_0-A input[type="submit"]:hover {
  background-color: #bababa;
}
#content-listing #tfaContent .wFormContainer .wForm div#tfa_0-A {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  top: -33px;
}
#content-listing #tfaContent .wFormContainer .wForm fieldset.captcha img {
  margin: 1em 1em 1em 0;
  border: none;
  padding: 0;
}
#content-listing #tfaContent .wFormContainer .wForm fieldset.captcha .preField {
  vertical-align: middle;
  padding: 0;
  margin: 0 1em 0 0;
  width: auto !important;
}
#content-listing #tfaContent .wFormContainer .wForm input#tfa_captcha_text {
  min-width: 0;
  display: inline;
  vertical-align: middle;
}
#content-listing #tfaContent .wFormContainer .wForm .oneChoice {
  margin: 15px 0;
}
#content-listing #tfaContent .wFormContainer .wForm .captchaHelp {
  font: inherit;
  opacity: 1;
  padding: 0;
  margin: 0;
}
#content-listing #tfaContent .wFormContainer .wForm label#tfa_2-L,
#content-listing #tfaContent .wFormContainer .wForm label#tfa_3-L,
#content-listing #tfaContent .wFormContainer .wForm label#tfa_657-L,
#content-listing #tfaContent .wFormContainer .wForm label#tfa_656-L,
#content-listing #tfaContent .wFormContainer .wForm label#tfa_527-L {
  position: static !important;
}
#content-listing #tfaContent .wFormContainer .wForm span#tfa_656 .oneChoice {
  padding-left: 15px;
  margin: 0;
}
#content-listing #tfaContent .wFormContainer .wForm .pageSection > h4 {
  padding: 0;
  border: none;
}
#content-listing #tfaContent .wFormContainer .wForm label#tfa_657-L {
  min-width: 0 !important;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons {
  display: block;
  border: none;
  padding: 0;
  float: none;
  width: auto;
  margin: 1em 0;
  *zoom: 1;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons:before,
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons:after {
  content: " ";
  display: table;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons:after {
  clear: both;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons > input {
  width: auto !important;
  margin: 0;
  min-width: 0 !important;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons .wfPagePreviousButton {
  float: left;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons .wfPageNextButton {
  float: right;
}
#content-listing #tfaContent .wFormContainer .wForm .row {
  margin-right: -15px;
  margin-left: -15px;
}
#content-listing #tfaContent .wFormContainer .wForm #tfa_1-D .inputWrapper {
  margin-left: 0px;
}
#content-listing #tfaContent .wFormContainer .wForm #tfa_1-D .inputWrapper .label {
  float: none;
}
#content-listing #tfaContent .wFormContainer .wForm .inputWrapper {
  display: block;
  margin-left: 250px;
}
#content-listing #tfaContent .wFormContainer .wForm *:focus {
  outline: none;
}
#content-listing #tfaContent .wFormContainer .wForm input:not([type="radio"]):not([type="checkbox"]) {
  padding: 5px 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fff;
  border: 1px solid #bababa;
  min-width: 100%;
}
#content-listing #tfaContent .wFormContainer .wForm input:not([type="radio"]):not([type="checkbox"]):focus {
  border-color: #ef3e36;
}
#content-listing #tfaContent .wFormContainer .wForm button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-transform: uppercase;
}
#content-listing #tfaContent .wFormContainer .wForm textarea {
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100% !important;
  resize: vertical;
  background: #fff;
  border: 1px solid #bababa;
}
#content-listing #tfaContent .wFormContainer .wForm textarea:focus {
  border-color: #ef3e36;
}
#content-listing #tfaContent .wFormContainer .wForm select {
  height: 34px;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}
#content-listing #tfaContent .wFormContainer .wForm input[type="submit"] {
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #bababa;
  color: #fff;
}
#content-listing #tfaContent .wFormContainer .wForm input[type="submit"]:hover {
  background-color: #ef3e36;
}
#content-listing #tfaContent .wFormContainer .wForm input[type="submit"].orange {
  background-color: #f07f00;
}
#content-listing #tfaContent .wFormContainer .wForm input[type="submit"].orange:hover {
  background-color: #ef3e36;
}
#content-listing #tfaContent .wFormContainer .wForm div[class^="col-"] {
  padding: 0 15px;
}
#content-listing #tfaContent .wFormContainer .wForm fieldset {
  border: 1px solid #bababa;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 15px;
  margin: 30px 0;
}
#content-listing #tfaContent .wFormContainer .wForm fieldset legend {
  font: inherit;
  width: auto;
  border: none;
  margin-bottom: 0;
}
#content-listing #tfaContent .wFormContainer .wForm fieldset legend + * {
  margin-top: 0;
}
#content-listing #tfaContent .wFormContainer .wForm .wFormTitle {
  margin: 0;
  padding: 0;
  border: none;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav {
  font-size: inherit;
  text-align: center;
  padding: 0;
  border: none;
  position: relative;
  margin: 30px 0;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav:before {
  content: '';
  display: block;
  position: relative;
  top: 17px;
  margin: -2px auto 0;
  height: 4px;
  width: 90%;
  background: #E7E7E7;
  border-radius: 4px;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTabNavLabel,
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTabSep {
  display: none;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab {
  background: #E7E7E7;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  margin: 0 13%;
  line-height: 1.7em;
  position: relative;
  border: 2px solid #E7E7E7;
  color: #fff;
  top: 0;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab:nth-of-type(4) {
  margin-right: 0;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab:nth-of-type(1) {
  margin-left: 0;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab:hover {
  color: #1A1919;
  border-color: #1A1919;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab.wfTabCurrentPage {
  border: 2px solid #f05027;
  background-color: #fff;
  color: #f05027;
}
#content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab.wfTabCurrentPage:hover {
  color: #1A1919;
  border-color: #1A1919;
}
#content-listing #tfaContent .wFormContainer .wForm .htmlSection {
  padding: 0;
  border: none;
}
#content-listing #tfaContent .wFormContainer .wForm .oneField {
  padding: 0;
  border: none;
  *zoom: 1;
}
#content-listing #tfaContent .wFormContainer .wForm .oneField:before,
#content-listing #tfaContent .wFormContainer .wForm .oneField:after {
  content: " ";
  display: table;
}
#content-listing #tfaContent .wFormContainer .wForm .oneField:after {
  clear: both;
}
#content-listing #tfaContent .wFormContainer .wForm .oneField .label {
  padding: 0;
  font: inherit;
  text-align: left;
  color: inherit;
  width: auto;
  min-width: 250px;
  float: left;
  white-space: normal;
  margin-bottom: 0;
  position: relative;
  top: 6px;
}
#content-listing #tfaContent .wFormContainer .wForm .oneField .hint {
  padding: 0;
  color: inherit;
  opacity: 1;
  font: inherit;
}
#content-listing #tfaContent .wFormContainer .wForm .oneField .field-hint-inactive,
#content-listing #tfaContent .wFormContainer .wForm .oneField .field-hint {
  opacity: 1;
  font: inherit;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons input[type="button"] {
  border: none;
  box-shadow: none;
  background: #bababa;
  color: #fff;
}
#content-listing #tfaContent .wFormContainer .wForm .wfPagingButtons input[type="button"]:hover {
  background: #ef3e36;
}
/*-----------------------------------
	Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  #content-listing #tfaContent .wFormContainer .wForm #wfTabNav .wfTab {
    margin: 0 7%;
  }
}
/*------------------------------

	Articles

------------------------------*/
/*------------------------------
	ARTICLE / Common elements / Energy dashboard
------------------------------*/
.energy-dashboard {
  *zoom: 1;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 30px 0;
  line-height: 1em;
}
.energy-dashboard:before,
.energy-dashboard:after {
  content: " ";
  display: table;
}
.energy-dashboard:after {
  clear: both;
}
.energy-dashboard h4 {
  background-color: #555655;
  color: #fff;
  padding: 15px;
  margin: 0 0 15px;
  position: relative;
}
.energy-dashboard h4:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  background-color: #F7D2C1;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-box-shadow: -20px 0 0 0 #eeab96, -40px 0 0 0 #e78771, -60px 0 0 0 #e27663, -80px 0 0 0 #df6454, -100px 0 0 0 #d83b3b;
  -moz-box-shadow: -20px 0 0 0 #eeab96, -40px 0 0 0 #e78771, -60px 0 0 0 #e27663, -80px 0 0 0 #df6454, -100px 0 0 0 #d83b3b;
  box-shadow: -20px 0 0 0 #eeab96, -40px 0 0 0 #e78771, -60px 0 0 0 #e27663, -80px 0 0 0 #df6454, -100px 0 0 0 #d83b3b;
}
.energy-dashboard .figure {
  border: 4px solid #bababa;
  padding: 15px;
}
.energy-dashboard .figure .value {
  color: #ef3e36;
  display: block;
  font-family: 'GlyphaLTBold';
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 15px;
}
.energy-dashboard .figure .value-label {
  color: #555655;
  font-family: 'AntennaCond Medium';
}
/*------------------------------
	ARTICLE / Common elements / Comments counter
------------------------------*/
.comments-counter {
  font-family: 'AntennaCond Medium';
  color: #bababa;
  -webkit-font-smoothing: auto;
}
.comments-counter:after {
  font-family: 'luxglyphs';
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -2px;
}
/*------------------------------
	ARTICLE / Common elements / Meta data
------------------------------*/
.meta-data {
  color: #bababa;
  *zoom: 1;
  font-family: 'AntennaCond Medium';
  margin-bottom: 15px;
  line-height: 1.5em;
  position: relative;
}
.meta-data:before,
.meta-data:after {
  content: " ";
  display: table;
}
.meta-data:after {
  clear: both;
}
.meta-data a {
  color: #bababa;
  margin-right: 15px;
  white-space: nowrap;
}
.meta-data a:hover {
  color: #ef3e36;
}
.meta-data > * {
  display: inline;
  vertical-align: middle;
}
.meta-data .publication-date {
  margin-right: 15px;
}
.meta-data .publication-author {
  margin: 0;
}
.meta-data .publication-author + .divider {
  display: inline-block;
  margin: 0 1em;
}
.meta-data .sponsored-label {
  text-transform: uppercase;
  position: absolute;
  top: -21px;
  right: -20px;
  display: block;
  font-size: 12px;
  line-height: 1em;
}
.meta-data .divider {
  display: inline-block;
  margin: 0 1em 0 0;
}
.meta-data .comments-counter {
  float: right;
}
.meta-data .social-media-counters {
  display: block;
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.meta-data .social-media-counters:before,
.meta-data .social-media-counters:after {
  content: " ";
  display: table;
}
.meta-data .social-media-counters:after {
  clear: both;
}
.meta-data .social-media-counters li {
  float: left;
}
.meta-data .social-media-counters li + li {
  margin-left: 15px;
}
.meta-data .social-media-counters li .icon {
  font-size: 20px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
/*------------------------------
	ARTICLE / Common styles
------------------------------*/
.single-article {
  padding: 30px;
}
.single-article > p > img[style*="float:right"] {
  margin: 15px 0 15px 30px !important;
}
.single-article > p > img[style*="float:left"] {
  margin: 15px 30px 15px 0 !important;
}
.single-article > header {
  padding: 0px 0px 15px !important;
}
.single-article > header h3 {
  margin: 15px 0 30px;
}
.single-article > header h3 span {
  display: block;
  font-family: 'GlyphaLTRegular';
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.5em;
}
.single-article > header h3 span.red {
  color: #ef3e36;
}
.single-article > header h3 span.blue {
  color: #7396a3;
}
.single-article > header .meta-data {
  position: relative;
  padding: 0;
}
.single-article > header .summary {
  font-family: Source Sans Pro;
  font-weight: 600;
  color: #555655;
}
.single-article footer {
  padding: 30px 0 0;
  margin: 30px 0 0;
  border-top: 2px solid #ededed;
  clear: both;
}
.single-article footer .social-media-counters {
  float: right;
}
/*------------------------------
	ARTICLE / Related articles
------------------------------*/
.related-articles article {
  padding: 0px;
}
.related-articles article h4 {
  margin: 15px;
}
.related-articles article .sidebar-thumb {
  padding: 0 !important;
}
.related-articles article .sidebar-thumb img {
  width: 100%;
}
.related-articles .col-sm-6:nth-child(2n+1) {
  clear: both;
}
/*------------------------------
	ARTICLE / Current issue
------------------------------*/
.current-issue .issuuembed.issuu-isrendered {
  width: 100% !important;
  /*inline style overwrite*/
  height: 550px !important;
  /*inline style overwrite*/
}
.current-issue article h3 {
  margin-top: 0;
}
.current-issue #issuu-archive .row {
  padding: 0 30px;
}
.current-issue #issuu-archive .row > div {
  margin-bottom: 30px;
}
.current-issue #issuu-archive .row > div .cover-container {
  display: block;
}
.current-issue #issuu-archive .row > div .cover-container img {
  width: 100%;
  height: auto;
}
.current-issue #issuu-archive .row > div:nth-child(3n+1) {
  clear: both;
}
/*------------------------------
	ARTICLE / Photo story
------------------------------*/
#content-listing.photo-story .intro-img {
  margin-top: -30px;
}
#content-listing.photo-story .intro-img + .container > .row > *:first-child {
  margin-top: -200px;
}
/*-----------------------------------
	ADVERTISING / Tablets portrait
-----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #content-listing.photo-story .intro-img {
    margin-top: -15px;
  }
  #content-listing.photo-story .intro-img + .container > .row > *:first-child {
    margin-top: -60px;
  }
}
/*-----------------------------------
	ADVERTISING / Tablets landscape and up
-----------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content-listing.photo-story .intro-img + .container > .row > *:first-child {
    margin-top: -200px;
  }
}
/*-----------------------------------
	ADVERTISING / Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  #content-listing.photo-story .intro-img {
    margin-top: -15px;
    margin-bottom: 0;
  }
  #content-listing.photo-story .intro-img + .container > .row > *:first-child {
    margin-top: -15px;
  }
}
/*------------------------------
	ARTICLE / Comment listing
------------------------------*/
#content-listing.comment-listing #comment-nav {
  font-family: 'AntennaCond Medium';
  *zoom: 1;
  position: absolute;
  top: 2px;
  text-transform: uppercase;
}
#content-listing.comment-listing #comment-nav:before,
#content-listing.comment-listing #comment-nav:after {
  content: " ";
  display: table;
}
#content-listing.comment-listing #comment-nav:after {
  clear: both;
}
#content-listing.comment-listing #comment-nav ul {
  margin: 0;
}
#content-listing.comment-listing #comment-nav ul li {
  margin: 0;
  float: none;
}
#content-listing.comment-listing #comment-nav + * {
  margin-top: 50px;
}
#content-listing.comment-listing #comment-nav div {
  *zoom: 1;
  float: left;
}
#content-listing.comment-listing #comment-nav div:before,
#content-listing.comment-listing #comment-nav div:after {
  content: " ";
  display: table;
}
#content-listing.comment-listing #comment-nav div:after {
  clear: both;
}
#content-listing.comment-listing #comment-nav h4 {
  line-height: 1.5em;
  font-family: 'AntennaCond Medium';
  font-size: 1em;
  margin: 0;
  float: left;
  color: #ef3e36;
}
#content-listing.comment-listing #comment-nav ul {
  background-color: #ededed;
  position: relative;
  top: -11px;
  margin: 0 15px;
  float: left;
  padding: 38px 10px 0;
  border: 1px solid #bababa;
  width: 190px;
}
#content-listing.comment-listing #comment-nav ul:hover {
  border-color: #555655;
}
#content-listing.comment-listing #comment-nav ul:hover li {
  display: block;
}
#content-listing.comment-listing #comment-nav ul li {
  display: none;
}
#content-listing.comment-listing #comment-nav ul li:last-child {
  margin-bottom: 10px;
}
#content-listing.comment-listing #comment-nav ul li a {
  display: inline;
  position: relative;
  top: 1px;
  color: #bababa;
}
#content-listing.comment-listing #comment-nav ul li a:hover {
  color: #ef3e36;
}
#content-listing.comment-listing #comment-nav ul li.active {
  display: block;
  position: absolute;
  top: 0;
  height: 38px;
  width: calc(100% - 22px);
  line-height: 38px;
}
#content-listing.comment-listing #comment-nav ul li.active:before {
  float: right;
  display: block;
  content: '\25BE';
  margin-left: 5px;
}
#content-listing.comment-listing #comment-nav ul li.active a {
  color: #555655;
}
#content-listing.comment-listing .comment-single .meta-data .publication-sector,
#content-listing.comment-listing .comment-single .meta-data .publication-location {
  float: none;
}
#content-listing.comment-listing .comment-single .meta-data .comments-counter {
  position: relative;
  top: 15px;
}
#content-listing.comment-listing .comment-single .meta-data .publication-author {
  margin-left: 0;
  margin-right: 15px;
}
#content-listing.comment-listing .comment-single .meta-data .publication-author img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  border: 2px solid #bababa;
  margin-right: 15px;
}
/*------------------------------
	ARTICLE / Comment single
------------------------------*/
#content-listing.comment-single .sidebar:before {
  content: '';
  display: block;
  width: 170px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: -150px;
  -webkit-transform: rotate(18deg) scale(1.005) skew(-71deg) translate(0px);
  -moz-transform: rotate(18deg) scale(1.005) skew(-71deg) translate(0px);
  -ms-transform: rotate(18deg) scale(1.005) skew(-71deg) translate(0px);
  -o-transform: rotate(18deg) scale(1.005) skew(-71deg) translate(0px);
  transform: rotate(18deg) scale(1.005) skew(-71deg) translate(0px);
}
/*------------------------------
	ARTICLE / Comment single / Bio
------------------------------*/
#content-listing.comment-single.comment-bio .sidebar:before {
  display: none;
}
#content-listing.comment-single.comment-bio .sidebar .comment-author img {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
#content-listing.comment-single.comment-bio .sidebar .comment-author h4 {
  padding-top: 30px;
  border-top: 2px solid #bababa;
  position: static;
  margin: 0 0 15px;
}
/*------------------------------
	ARTICLE / Design Clinic
------------------------------*/
#content-listing .design-clinic header h3:before {
  content: 'Design Clinic: ';
  color: #92adb7;
}
#content-listing .design-clinic header h3 span {
  color: #92adb7;
}
#content-listing .design-clinic .tabs-container {
  margin: 30px 0;
  padding: 0;
}
#content-listing .design-clinic .tabs-container .nav-tabs {
  font-family: 'GlyphaLTBold';
  font-size: 18px;
  border-bottom: none;
}
#content-listing .design-clinic .tabs-container .nav-tabs > li {
  margin: 0;
}
#content-listing .design-clinic .tabs-container .nav-tabs > li:nth-child(1) a:before {
  content: '1. ';
}
#content-listing .design-clinic .tabs-container .nav-tabs > li:nth-child(2) a:before {
  content: '2. ';
}
#content-listing .design-clinic .tabs-container .nav-tabs > li:nth-child(3) a:before {
  content: '3. ';
}
#content-listing .design-clinic .tabs-container .nav-tabs > li.active a {
  color: #fff;
  background-color: #92adb7;
}
#content-listing .design-clinic .tabs-container .nav-tabs > li.active a:hover {
  color: #fff;
  background-color: #92adb7;
}
#content-listing .design-clinic .tabs-container .nav-tabs > li a {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #bababa;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
  border: none;
}
#content-listing .design-clinic .tabs-container .nav-tabs > li a:hover {
  background-color: transparent;
  color: #555655;
}
#content-listing .design-clinic .tabs-container .tab-content {
  position: relative;
}
#content-listing .design-clinic .tabs-container .tab-content .solutions-nav {
  *zoom: 1;
  position: absolute;
  top: 180px;
  left: 1px;
  right: 1px;
}
#content-listing .design-clinic .tabs-container .tab-content .solutions-nav:before,
#content-listing .design-clinic .tabs-container .tab-content .solutions-nav:after {
  content: " ";
  display: table;
}
#content-listing .design-clinic .tabs-container .tab-content .solutions-nav:after {
  clear: both;
}
#content-listing .design-clinic .tabs-container .tab-content .solutions-nav a {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 2em;
  width: 2em;
  height: 2em;
  background-color: #fff;
  color: #555655;
}
#content-listing .design-clinic .tabs-container .tab-content .solutions-nav a:hover {
  color: #ef3e36;
}
#content-listing .design-clinic .tabs-container .tab-pane {
  *zoom: 1;
  border: 1px solid #92adb7;
  padding: 15px;
}
#content-listing .design-clinic .tabs-container .tab-pane:before,
#content-listing .design-clinic .tabs-container .tab-pane:after {
  content: " ";
  display: table;
}
#content-listing .design-clinic .tabs-container .tab-pane:after {
  clear: both;
}
#content-listing .design-clinic .tabs-container .tab-pane .img-container {
  margin-bottom: 30px;
}
#content-listing .design-clinic .tabs-container .tab-pane .product-shot {
  width: 50%;
  float: right;
  margin-left: 30px;
  margin-bottom: 0;
}
#content-listing .design-clinic .tabs-container .tab-pane .tech-spec,
#content-listing .design-clinic .tabs-container .tab-pane .tech-spec ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content-listing .design-clinic .tabs-container .tab-pane .tech-spec strong,
#content-listing .design-clinic .tabs-container .tab-pane .tech-spec ul strong {
  color: #92adb7;
  display: block;
}
#content-listing .design-clinic .tabs-container .img-container.pull-right,
#content-listing .design-clinic .tabs-container .img-container.pull-left {
  right: auto;
  top: auto;
  left: auto;
}
.comments-section #sliderLabel .quiet,
.comments-section #sliderLabel .ui-icon.ui-icon-arrowthick-2-e-w {
  display: none;
}
.comments-section .comments-listing {
  padding: 30px;
  background-color: #f8f8f8;
  position: relative;
  margin-bottom: 30px;
}
.comments-section .comments-listing:before {
  content: '';
  display: block;
  background-color: inherit;
  position: absolute;
  top: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comments-section .comments-listing h4 {
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1em;
}
.comments-section .comments-listing h4 .comments-counter {
  float: right;
  font-size: 14px;
  position: relative;
  top: 5px;
}
.comments-section .comments-listing .single-comment {
  border-top: 2px solid #ededed;
  padding-top: 30px;
  margin: 0;
}
.comments-section .comments-listing .single-comment + .single-comment {
  margin-top: 30px;
}
.comments-section .comments-listing .single-comment .meta-data {
  text-transform: none;
  color: #555655;
}
.comments-section .comments-listing .single-comment .meta-data .comment-author {
  font-weight: 600;
}
.comments-section .comments-listing .single-comment .meta-data .comment-timestamp:before {
  content: 'said on ';
}
.comments-section .comments-reply {
  padding: 30px;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.comments-section .comments-reply h4 {
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1em;
  color: #f07f00;
}
.comments-section .comments-reply:before {
  content: '';
  display: block;
  background-color: inherit;
  position: absolute;
  top: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*------------------------------
	ARTICLE / Review / Single
------------------------------*/
#content-listing.review .single-article.review-single header h3:before {
  content: 'Review:';
  color: #92adb7;
}
#content-listing.review .single-article.review-single .product-shot {
  margin: 0 0 30px 30px;
  float: right;
  width: calc(50% - 30px);
}
#content-listing.review .single-article.review-single .product-shot img {
  width: 100%;
}
#content-listing.review .single-article.review-single .product-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content-listing.review .single-article.review-single .product-summary ul strong {
  color: #92adb7;
}
#content-listing.review .single-article.review-single .product-summary ul .product-verdict:before {
  color: #ef3e36;
  font-family: 'GlyphaLTBold';
  font-size: 2em;
  position: relative;
  top: 10px;
}
#content-listing.review .single-article.review-single .product-summary ul .product-verdict.stars-5:before {
  content: '***** ';
}
#content-listing.review .single-article.review-single .product-summary ul .product-verdict.stars-4:before {
  content: '**** ';
}
#content-listing.review .single-article.review-single .product-summary ul .product-verdict.stars-3:before {
  content: '*** ';
}
#content-listing.review .single-article.review-single .product-summary ul .product-verdict.stars-2:before {
  content: '** ';
}
#content-listing.review .single-article.review-single .product-summary ul .product-verdict.stars-1:before {
  content: '* ';
}
.product-summary.stars-5 ul .product-verdict:before,
.stars-5 ul .product-verdict:before {
  content: '***** ';
}
.product-summary.stars-4 ul .product-verdict:before,
.stars-4 ul .product-verdict:before {
  content: '**** ';
}
.product-summary.stars-3 ul .product-verdict:before,
.stars-3 ul .product-verdict:before {
  content: '*** ';
}
.product-summary.stars-2 ul .product-verdict:before,
.stars-2 ul .product-verdict:before {
  content: '** ';
}
.product-summary.stars-1 ul .product-verdict:before,
.stars-1 ul .product-verdict:before {
  content: '* ';
}
/*------------------------------
	ARTICLE / Review / Compilation
------------------------------*/
#content-listing.review .single-article.review-compilation header h3:before {
  content: 'Reviewed:';
  color: #92adb7;
}
#content-listing.review .single-article.review-compilation .product-shot {
  margin: 0 0 30px 30px;
  float: right;
  width: calc(50% - 30px);
}
#content-listing.review .single-article.review-compilation .product-shot img {
  width: 100%;
}
#content-listing.review .single-article.review-compilation .product-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content-listing.review .single-article.review-compilation .product-summary ul strong {
  color: #92adb7;
}
#content-listing.review .single-article.review-compilation .product-summary ul .product-verdict:before {
  color: #ef3e36;
  font-family: 'GlyphaLTBold';
  font-size: 2em;
  position: relative;
  top: 10px;
}
#content-listing.review .single-article.review-compilation .product-summary ul .product-verdict.stars-5:before {
  content: '***** ';
}
#content-listing.review .single-article.review-compilation .product-summary ul .product-verdict.stars-4:before {
  content: '**** ';
}
#content-listing.review .single-article.review-compilation .product-summary ul .product-verdict.stars-3:before {
  content: '*** ';
}
#content-listing.review .single-article.review-compilation .product-summary ul .product-verdict.stars-2:before {
  content: '** ';
}
#content-listing.review .single-article.review-compilation .product-summary ul .product-verdict.stars-1:before {
  content: '* ';
}
.single-article.review-compilation .product-shot {
  margin: 0 0 30px 30px;
  float: right;
  width: calc(50% - 30px);
}
.single-article.review-compilation .product-shot img {
  width: 100%;
}
.single-article.review-compilation .product-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-article.review-compilation .product-summary ul strong {
  color: #92adb7;
}
.single-article.review-compilation .product-summary ul .product-verdict:before {
  color: #ef3e36;
  font-family: 'GlyphaLTBold';
  font-size: 2em;
  position: relative;
  top: 10px;
}
.single-article.review-compilation .product-summary ul .product-verdict.stars-5:before {
  content: '***** ';
}
.single-article.review-compilation .product-summary ul .product-verdict.stars-4:before {
  content: '**** ';
}
.single-article.review-compilation .product-summary ul .product-verdict.stars-3:before {
  content: '*** ';
}
.single-article.review-compilation .product-summary ul .product-verdict.stars-2:before {
  content: '** ';
}
.single-article.review-compilation .product-summary ul .product-verdict.stars-1:before {
  content: '* ';
}
/*------------------------------

	Responsive styles

------------------------------*/
/*-----------------------------------
	Large displays
-----------------------------------*/
/*-----------------------------------
	Tablets - landscape
-----------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #master-footer #revo-brands ul.second-line li {
    margin: 0 15px;
  }
  #content-listing .time-machine {
    float: right;
    position: relative;
    top: 5px;
  }
}
/*-----------------------------------
	Tablets portrait
-----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle {
    display: block;
  }
  #social-media a {
    margin-bottom: 0;
  }
  #social-media a.newsletter-link {
    width: 50%;
    margin-right: 0;
    height: 41px;
  }
  .sponsored-product {
    margin-top: 0;
  }
  nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    *zoom: 1;
    margin: 0 -1em;
  }
  nav ul:before,
  nav ul:after {
    content: " ";
    display: table;
  }
  nav ul:after {
    clear: both;
  }
  nav ul li {
    float: left;
    margin: 0 1em;
  }
  nav ul li a {
    display: block;
  }
  #master-footer #revo-brands {
    display: none;
  }
}
/*-----------------------------------
	Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  #master-footer #sitemap .pennwell {
    top: 15px;
    left: 0;
    margin-bottom: 15px;
    display: inline-block;
  }
  #cookie-alert span {
    margin: 0 auto;
    display: table;
    margin-top: 15px;
  }
  .img-container.full-bleed {
    margin: 30px -15px;
  }
  #master-header .navbar-default .navbar-toggle .small-logo {
    left: -15px;
  }
  .navbar-toggle {
    display: block;
  }
  /* hidden elements */
  #revo-brands {
    display: none;
  }
  #master-footer #linkedin-stream h3,
  #master-footer #twitter-stream h3 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #555655;
  }
  #master-footer #twitter-stream h3 {
    margin-top: 0;
  }
  #master-footer #copyrights {
    text-align: center;
  }
  #master-footer #copyrights span {
    text-align: center;
    margin-top: 15px;
    display: block;
  }
  #master-footer #sitemap nav {
    position: static;
    float: none;
  }
  #master-footer #sitemap nav ul {
    text-align: center;
    float: none;
    padding: 0;
  }
  #master-footer #sitemap nav ul li {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0 5px;
  }
  #master-footer #sitemap nav ul li + li {
    margin: 0 5px;
  }
  #master-footer #sitemap nav ul li a {
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
  }
  #master-footer #sitemap nav + div {
    margin-top: 20px;
    text-align: center;
  }
  #content-listing article > div:not(.embed-responsive):not(.pull-left):not(.pull-right):not(.solutions):not(.img-container) {
    padding: 15px;
  }
  #content-listing.single-job .single-job header {
    display: block;
  }
  #content-listing.single-job .single-job header > * {
    width: 100%;
  }
  #content-listing.single-job .single-job header > div {
    padding: 15px;
  }
  #content-listing .single-event .row {
    display: block;
  }
  #content-listing .single-event {
    padding: 15px;
  }
  .highlight.portrait .img-container,
  .highlight.portrait .highlight-img-container,
  .single-article.review-compilation .product-shot,
  .highlight.pull-left,
  .highlight.pull-right,
  .img-container.pull-left,
  .img-container.pull-right,
  blockquote.pull-left,
  blockquote.pull-right {
    width: 100%;
    float: none;
    position: static;
  }
  .img-container.pull-left,
  .img-container.pull-right,
  .single-article.review-compilation .product-shot {
    margin: 15px 0;
  }
  .energy-dashboard h4:after {
    display: none;
  }
  .energy-dashboard .row > div + div {
    margin-top: 15px;
  }
  .img-container.pull-left .caption,
  .img-container.pull-right .caption {
    margin: 15px 0 0;
  }
  .highlight.portrait .img-container,
  .highlight.portrait .highlight-img-container {
    padding: 0;
  }
  blockquote.pull-left,
  blockquote.pull-right {
    margin: 15px 0;
    padding: 15px 0;
    text-align: left;
  }
  blockquote.pull-right p {
    text-align: left;
  }
  blockquote.pull-right:before {
    left: -10px;
    right: auto;
  }
  .single-article {
    padding: 15px;
  }
  #content-listing article > header {
    padding: 15px;
  }
}
/*------------------------------

	Bonus

------------------------------*/
/*
* jQuery UI CSS Framework 1.8.10
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI Accordion 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.10
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
/*
 * jQuery UI Dialog 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Progressbar 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/*
 * jQuery UI Resizable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Slider 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
  font-size: 1.1em /*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa /*{borderColorContent}*/;
  background: #ffffff /*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
  color: #222222 /*{fcContent}*/;
}
.ui-widget-content a {
  color: #222222 /*{fcContent}*/;
}
.ui-widget-header {
  border: 1px solid #aaaaaa /*{borderColorHeader}*/;
  background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
  color: #222222 /*{fcHeader}*/;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222 /*{fcHeader}*/;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
  background: #e6e6e6 /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #555555 /*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555 /*{fcDefault}*/;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999 /*{borderColorHover}*/;
  background: #dadada /*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121 /*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa /*{borderColorActive}*/;
  background: #ffffff /*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121 /*{fcActive}*/;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
  background: #fbf9ee /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a /*{borderColorError}*/;
  background: #fef1ec /*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a /*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  /*background-image: url(images/ui-icons_222222_256x240.png)*/
  /*{iconsContent}*/
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png) /*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png) /*{iconsHover}*/;
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png) /*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png) /*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png) /*{iconsError}*/;
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
  -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
  border-top-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-tr {
  -moz-border-radius-topright: 4px /*{cornerRadius}*/;
  -webkit-border-top-right-radius: 4px /*{cornerRadius}*/;
  border-top-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/;
  border-bottom-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/;
  border-bottom-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-top {
  -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
  -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
  border-top-left-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-topright: 4px /*{cornerRadius}*/;
  -webkit-border-top-right-radius: 4px /*{cornerRadius}*/;
  border-top-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/;
  border-bottom-left-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-bottomright: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/;
  border-bottom-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px /*{cornerRadius}*/;
  -webkit-border-top-right-radius: 4px /*{cornerRadius}*/;
  border-top-right-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-bottomright: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/;
  border-bottom-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
  -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
  border-top-left-radius: 4px /*{cornerRadius}*/;
  -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/;
  -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/;
  border-bottom-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all {
  -moz-border-radius: 4px /*{cornerRadius}*/;
  -webkit-border-radius: 4px /*{cornerRadius}*/;
  border-radius: 4px /*{cornerRadius}*/;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa /*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
  opacity: .3;
  filter: alpha(opacity=30) /*{opacityOverlay}*/;
}
.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa /*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  opacity: .3;
  filter: alpha(opacity=30) /*{opacityShadow}*/;
  -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
  -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
  border-radius: 8px /*{cornerRadiusShadow}*/;
}
/* jQuery slideLock CSS */
p.quiet {
  padding: 0 0 24px 0;
  width: 264px;
}
span.quiet {
  font-size: .875em;
}
#locked,
#unlocked,
p.quiet img {
  display: block;
  float: left;
}
#locked {
  font-weight: bold;
  color: #333;
  width: 124px;
}
#unlocked {
  width: 124px;
  text-align: right;
}
p.quiet img {
  margin: 0;
}
/* Slider ----------------------------------*/
.ui-slider {
  margin: 10px 0 10px 0;
  width: 264px;
}
.ui-slider-handle:hover {
  cursor: e-resize;
}
/*------------------------------
	jQuery UI override
------------------------------*/
#locked,
#unlocked {
  width: 99px;
}
.ui-slider {
  border-color: #bababa;
  background: #bababa;
  max-width: 215px;
}
.ui-slider span {
  border-color: #555655 !important;
  background: #555655 !important;
}
/* advertising takeover css */
body.trilux-countdown {
  background-image: url("/img/takeover/livelink/background.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
}
body.trilux-countdown #content-listing .container {
  background-color: #EDEDED;
}
body.trilux-countdown .offcanvas .container {
  padding-top: 15px;
  margin-top: 0px;
}
body.trilux-countdown #leaderboard {
  background: none;
}
body.trilux-countdown #master-footer #sitemap,
body.trilux-countdown #master-footer #revo-brands,
body.trilux-countdown #master-footer {
  background: none;
  border-top: none;
}
body.trilux-countdown #master-footer #sitemap,
body.trilux-countdown #master-footer #revo-brands {
  padding: 0;
}
body.trilux-countdown #master-footer > .container {
  background-color: #DCDCDC;
  border-top: 2px solid #BABABA;
}
body.trilux-countdown #master-footer #revo-brands .container {
  border-top: 2px solid #BABABA;
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.trilux-countdown #master-footer #sitemap > .container {
  background-color: #555655;
  padding-top: 30px;
  padding-bottom: 17px;
}
body.trilux-countdown #master-header #location-selector ul li.active a,
body.trilux-countdown #social-media a,
body.trilux-countdown #master-header #sector-title,
body.trilux-countdown .tagline h3 {
  color: #fff;
}
/*-----------------------------------
	Large displays
-----------------------------------*/
@media screen and (min-width: 1200px) {
  body.trilux-countdown .offcanvas .container {
    background-image: url("/img/takeover/livelink/gradient.png");
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
/*-----------------------------------
	Tablets - landscape
-----------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.trilux-countdown .offcanvas .container {
    background-image: url("/img/takeover/livelink/gradient.png");
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
/*-----------------------------------
	Tablets portrait
-----------------------------------*/
/*-----------------------------------
	Mobile phones
-----------------------------------*/
/*------------------------------
	HOMEPAGE / Countdown banner
------------------------------*/
.css-table {
  display: table;
}
.css-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#trilux-countdown {
  background: rgba(52, 62, 68, 0.7) none repeat scroll 0% 0%;
  width: 100%;
}
#trilux-countdown #livelink-logo {
  width: 231px;
}
#trilux-countdown #livelink-logo img {
  display: none;
  margin: -25px 20px;
}
#trilux-countdown #countdown-message img {
  margin: 0 20px;
  width: auto;
}
#trilux-countdown #countdown-container {
  display: table;
}
#trilux-countdown #countdown-container .countdown-plate {
  background-image: url(/img/countdown-banner/counter-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#trilux-countdown #countdown-container .countdown-plate .overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  height: auto;
}
#trilux-countdown #countdown-container .countdown-plate .timer {
  color: #fff;
  line-height: 1;
  display: block;
}
#trilux-countdown #countdown-container .countdown-plate .label {
  display: inline-block !important;
  /* bootstrap hack */
  width: auto !important;
  /* bootstrap hack */
  font-size: 1em !important;
  /* bootstrap hack */
  line-height: 1 !important;
  /* bootstrap hack */
  padding: 0 !important;
  /* bootstrap hack */
}
/*-----------------------------------
	Large displays
-----------------------------------*/
@media screen and (min-width: 1200px) {
  #trilux-countdown #livelink-logo img {
    width: 190px;
  }
  #trilux-countdown #countdown-message img {
    margin: 0 20px;
    width: 323px;
  }
  #trilux-countdown #countdown-container .countdown-plate {
    width: 135px;
    height: 135px;
  }
  #trilux-countdown #countdown-container .countdown-plate .overlay {
    margin-top: -67px;
    width: 99%;
  }
  #trilux-countdown #countdown-container .countdown-plate .timer {
    font-size: 70px;
    margin-top: 18px;
  }
}
/*-----------------------------------
	Tablets - landscape
-----------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #trilux-countdown #livelink-logo img {
    width: 165px;
  }
  #trilux-countdown #countdown-message img {
    width: 300px;
  }
  #trilux-countdown #countdown-container {
    margin: 5px 0 2px;
  }
  #trilux-countdown #countdown-container .countdown-plate {
    width: 98px;
    height: 90px;
  }
  #trilux-countdown #countdown-container .countdown-plate .overlay {
    margin-top: -50px;
    width: 99%;
  }
  #trilux-countdown #countdown-container .countdown-plate .timer {
    font-size: 50px;
    margin-top: 26px;
  }
  #trilux-countdown #countdown-container .countdown-plate .label {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    position: relative;
    top: -5px;
  }
}
/*-----------------------------------
	Tablets portrait
-----------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #trilux-countdown #livelink-logo img {
    width: 130px;
  }
  #trilux-countdown #countdown-message img {
    height: 60px;
  }
  #trilux-countdown #countdown-container {
    margin: 5px 0;
  }
  #trilux-countdown #countdown-container .countdown-plate {
    width: 90px;
    height: 90px;
  }
  #trilux-countdown #countdown-container .countdown-plate .overlay {
    margin-top: -45px;
    width: 99%;
  }
  #trilux-countdown #countdown-container .countdown-plate .timer {
    font-size: 50px;
    margin-top: 16px;
  }
  #trilux-countdown #countdown-container .countdown-plate .label {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    position: relative;
    top: -2px;
  }
}
/*-----------------------------------
	Mobile phones
-----------------------------------*/
@media screen and (max-width: 767px) {
  #trilux-countdown {
    padding: 15px 0;
  }
  #trilux-countdown > .css-table-cell {
    display: block;
  }
  #trilux-countdown #livelink-logo img {
    width: 130px;
    margin: 0px auto 5px;
  }
  #trilux-countdown #countdown-message img {
    height: auto;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  #trilux-countdown #countdown-container {
    margin: 5px 12px 10px;
    width: calc(100% - 24px);
    *zoom: 1;
  }
  #trilux-countdown #countdown-container:before,
  #trilux-countdown #countdown-container:after {
    content: " ";
    display: table;
  }
  #trilux-countdown #countdown-container:after {
    clear: both;
  }
  #trilux-countdown #countdown-container .countdown-plate {
    height: 69px;
    width: 25% !important;
    display: block;
    float: left;
  }
  #trilux-countdown #countdown-container .countdown-plate .overlay {
    margin-top: -34px;
    width: 99%;
    display: none;
  }
  #trilux-countdown #countdown-container .countdown-plate .timer {
    font-size: 28px;
    margin-top: 16px;
  }
  #trilux-countdown #countdown-container .countdown-plate .label {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    position: relative;
    top: -2px;
  }
}


@media screen and (min-width: 1200px) {
  #subnav ul li + li {
    margin-left: 16px;
  }
}

ul.cf li a img.lightlocator {
  width: 100%;
}


@media screen and (min-width: 992px) {
  ul.cf li a img.lightlocator {
    padding-top: 5px;
  }
}

@media screen and (min-width: 1200px) {
  ul.cf li a img.lightlocator {
    padding-top: 10px;
  }
}

div.micro-posts div.col-xs-12 h4.light-locator-title { padding-left: 3px; }
