/* temporarily duplicated from juta-core init.less - can not use juta core variables at this point */
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.strip-ol {
  margin: 0;
  padding: 0;
}
.strip-ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.strip-ol li a {
  display: block;
}
.clear-after:after {
  display: block;
  content: '';
  clear: both;
}
html {
  background: #dedede;
}
@media (max-width: 767px) {
  html {
    height: auto;
  }
}
@media (min-width: 980px) {
  body {
    background: none;
  }
}
@media (min-width: 980px) and (max-width: 995px) {
  .body_bg {
    background-size: 965px auto;
    background-position: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .body_bg {
    background: url('/static/img/structure/mid-bg-tile-mobile.png?f1e8822e743c') center repeat-y;
    background-size: 100% auto;
  }
}
@media (min-width: 980px) {
  .header_bg {
    height: 0px;
  }
}
.header_right {
  width: 55%;
  background: #929292;
  height: 132px;
  float: right;
  text-align: right;
}
.header_right .slogan {
  color: white;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  font-family: 'Arial';
  display: inline-block;
  margin: 73px 30px 0 0;
}
@media (max-width: 767px) {
  .header_right {
    height: 57px;
  }
  .header_right img {
    margin-top: 18px;
    margin-right: 15px;
    height: 24px;
  }
}
@media (max-width: 479px) {
  .header_right {
    display: none;
  }
}
header {
  height: 172px;
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}
.section-logo {
  margin-left: 30px;
}
.section-logo img {
  height: 80px;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .section-logo img {
    height: 45px;
    margin: 8px 0 0 0px;
  }
}
.colour-bar {
  background-color: #f37021;
}
.colour-bar ul li.one {
  background-color: #2a8bcb;
}
.colour-bar ul li.two {
  background-color: #b14f28;
}
.colour-bar ul li.three {
  background-color: #95006a;
}
.colour-bar ul li.four {
  background-color: #8dc63f;
}
.colour-bar ul li.five {
  background-color: #5c2d91;
}
.colour-bar ul li.six {
  background-color: #f37021;
}
.main_wrap {
  background: transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main_content {
    width: 69.3%;
  }
}
.right_panel {
  border-right: 4px solid white;
  background-color: #f0f0f0;
  padding-top: 90px;
  margin-top: 0;
}
.right_panel > .padding {
  padding: 15px 10px 10px 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .right_panel {
    width: 30.7%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .right_panel {
    padding-top: 0px;
    border-right: none;
  }
}
@media (min-width: 980px) and (max-width: 995px) {
  .no-touch .main_wrap {
    width: 735px;
  }
  .no-touch .main_wrap .main_content {
    width: 69.3%;
  }
  .no-touch .main_wrap .right_panel {
    width: 30.7%;
  }
}
.bg-gradient {
  display: none;
}
/*============================= Slider ===============================*/
.bx-wrapper {
  margin: 0;
}
.slider_wrap {
  position: relative;
  border: 5px solid white;
  margin: 0 auto;
  background: #f0f0f0;
}
.slider_wrap .feature_slider li .slide_head {
  background: #4d4d4d;
}
.slider_wrap .feature_slider li .slide_head a {
  color: white !important;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  width: 100%;
}
.slider_wrap .feature_slider .slide_body {
  padding: 0;
  background: #f0f0f0;
}
.slider_wrap .feature_slider .slide_body .slide_content {
  padding: 15px 40px;
}
.slider_wrap .feature_slider .slide_body .slide_content h1 {
  margin-top: 0;
  color: #2a8bcb;
  font-weight: bold;
}
.slider_wrap .feature_slider .slide_body .slide_content p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.bx-controls-direction {
  top: 50%;
  right: 0;
  height: 45px;
  width: 100%;
  background: none !important;
  margin-top: -10px;
}
.bx-controls-direction a.bx-next {
  right: 5px;
}
.bx-controls-direction a.bx-next span {
  background: url('/static/img/icons_logos/arrows/arrow_grey_2x.png?fa695c545020') center center no-repeat;
}
.bx-controls-direction a.bx-next span:active {
  background-image: url('/static/img/icons_logos/arrows/arrow_blk_2x.png?96dd38b36ad4');
}
.bx-controls-direction a.bx-prev {
  left: 5px;
}
.bx-controls-direction a.bx-prev span {
  background: url('/static/img/icons_logos/arrows/arrow_grey_left_2x.png?33e770c68f17') center center no-repeat;
}
.bx-controls-direction a.bx-prev span:active {
  background-image: url('/static/img/icons_logos/arrows/arrow_blk_left_2x.png?ff9449d37049');
}
.bx-controls-direction a.bx-next,
.bx-controls-direction a.bx-prev {
  background: #f0f0f0;
  border: none;
  box-shadow: none !important;
  width: 30px;
  height: 35px;
}
.bx-controls-direction a.bx-next:hover,
.bx-controls-direction a.bx-prev:hover {
  background: #f0f0f0;
}
.bx-controls-direction a.bx-next span,
.bx-controls-direction a.bx-prev span {
  width: 30px;
  height: 35px;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .bx-controls-direction {
    top: 50%;
  }
}
body.no-touch a.bx-next span:hover {
  background-image: url('/static/img/icons_logos/arrows/arrow_blk_2x.png?96dd38b36ad4');
}
body.no-touch a.bx-prev span:hover {
  background-image: url('/static/img/icons_logos/arrows/arrow_blk_left_2x.png?ff9449d37049');
}
/* Slider corner shadows */
.banshad_r,
.banshad_l {
  bottom: -5px;
}
.banshad_r {
  right: -16px;
}
.banshad_l {
  left: -16px;
}
.banshad_br,
.banshad_bl {
  bottom: -22px;
}
.banshad_br {
  right: -15px;
}
.banshad_bl {
  left: -15px;
}
/*============================= CONTENT ===============================*/
@media (min-width: 768px) {
  nav.dl-menuwrapper {
    margin: 0;
    top: 137px;
    width: 100%;
  }
  nav.dl-menuwrapper ul {
    margin: 0;
    background: #4d4d4d;
    height: 30px;
  }
  nav.dl-menuwrapper ul:after {
    content: '';
    display: block;
    clear: both;
  }
  nav.dl-menuwrapper ul li {
    margin-top: 0;
    line-height: 30px;
  }
  nav.dl-menuwrapper ul li:last-child {
    margin-right: 0;
  }
  nav.dl-menuwrapper ul li:first-child {
    margin-left: 15px;
  }
  nav.dl-menuwrapper ul li a {
    color: #dedede;
    text-shadow: none;
  }
  nav.dl-menuwrapper ul li a:hover,
  nav.dl-menuwrapper ul li a:active,
  nav.dl-menuwrapper ul li a.active {
    color: white;
    text-shadow: 1px 1px 1px #000000;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  nav.dl-menuwrapper ul li {
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .mobile-navbar {
    background: #4d4d4d !important;
  }
  .mobile-button span.mobile-icon.login,
  .mobile-button span.mobile-icon.logout {
    color: white;
  }
  .mobile-button span.mobile-icon.login:hover,
  .mobile-button span.mobile-icon.logout:hover,
  .mobile-button span.mobile-icon.login:active,
  .mobile-button span.mobile-icon.logout:active {
    color: #dedede;
  }
}
body.no-touch .mobile-button:hover,
body.no-touch .mobile-button.menutrigger:hover {
  background: #676767 !important;
}
body.no-touch .log-buttons .mobile-button:hover,
body.no-touch .log-buttons .mobile-button.menutrigger:hover {
  background: none !important;
}
h1,
h2 {
  font-weight: bold;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
p.block {
  background-color: #dedede;
  padding: 5px 10px;
}
@media (min-width: 980px) {
  .search_bar {
    width: 192px;
    margin: 0 20px;
  }
  .search_bar input[type="text"] {
    width: 163px;
  }
}
.search_bar .advanced_filter_link {
  position: absolute;
  top: 40px;
  right: 3px;
  left: 0px;
  margin: 0;
  padding-right: 29px;
  box-sizing: border-box;
  width: 100%;
  color: #4d4d4d;
  text-align: right;
}
.search_bar .advanced_filter_link:hover {
  color: #000000;
}
.search_bar .advanced_filter_link .arrow {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 14px;
  height: 14px;
  display: block;
  background: url('/static/img/icons_logos/search_grey_2x.png?c32186bab2e7') no-repeat;
  background-size: 11px 11px;
}
@media (min-width: 767px) {
  .search_bar {
    top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search_bar {
    top: 183px;
  }
}
@media (max-width: 979px) {
  height: 71px;
}
#login_widget ul li a.subscriptions,
#login_widget ul li a.trials {
  background-image: url('/static/img/icons_logos/profile/subscriptions_2x.png?c59f416eea44');
  background-size: auto 17px;
  background-position: 4px 5px;
}
.box-wrap .box-header {
  background-color: #4d4d4d;
  color: white;
}
.box-wrap .duo-buttons .button {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 52%;
  text-align: center;
  white-space: nowrap;
}
.box-wrap .duo-buttons .button:first-child {
  margin-right: 3%;
  width: 45%;
}
.box-wrap ul {
  margin-bottom: 15px;
  max-height: 242px;
  overflow-y: auto;
}
.box-wrap li:last-child {
  border-bottom: none;
}
.box-wrap ul li a strong {
  font-weight: bold !important;
}
.box-wrap .nowrap {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-wrap p a:hover {
  background-color: transparent;
}
.accordion-box .toggle-external-link a {
  color: #4d4d4d;
}
.accordion-box .toggle-box {
  position: relative;
}
.accordion-box .toggle-box .button.fixed {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
@media (max-width: 479px) {
  .accordion-box .toggle-box .button.fixed {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.fancybox-inner .pop-up-box-wrap h1,
.fancybox-inner .pop-up-box-wrap h2,
.fancybox-inner .pop-up-box-wrap .box-header {
  background-color: #4d4d4d;
  color: white;
}
.fancybox-inner .pop-up-box-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.social_icons {
  width: 150px;
  margin: auto;
  margin-bottom: 15px;
}
.social_icons .icon {
  display: block;
  font-size: 1px;
  text-indent: 1000px;
  overflow: hidden;
  width: 34px;
  height: 35px;
  margin: auto;
  background-size: 96% auto;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-position: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.social_icons .icon.tw {
  background-image: url('/static/img/icons_logos/icon_tw_2x.png?c7e3e7a8206c');
}
.social_icons .icon.fb {
  background-image: url('/static/img/icons_logos/icon_fb_2x.png?7c3798b5ddd3');
}
.social_icons .icon.in {
  background-image: url('/static/img/icons_logos/icon_in_2x.png?9bc7d4569a93');
}
.social_icons .icon:hover {
  opacity: 1;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .social_icons {
    margin-top: 10px;
  }
}
.font-size-select {
  float: right;
  width: 50px;
  margin-left: 15px;
}
.font-size-select a {
  color: #929292;
  font-weight: bold;
}
.font-size-select a:hover {
  color: #4d4d4d;
}
#datepicker {
  margin-bottom: 10px;
}
div.ui-datepicker {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none !important;
  padding: 0;
  background: #f0f0f0;
  width: inherit;
}
div.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  background: #929292;
}
div.ui-datepicker .ui-datepicker-header a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
div.ui-datepicker table.ui-datepicker-calendar {
  font-size: 11px;
}
div.ui-datepicker table.ui-datepicker-calendar thead th {
  padding: .4em .3em !important;
  font-size: 10px;
}
div.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 2px !important;
  font-size: 11px;
  background: none !important;
  border: none;
}
div.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-highlight {
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  color: white;
}
div.ui-datepicker table.ui-datepicker-calendar tbody tr:nth-child(even) td {
  background: none !important;
  border: none;
}
/*================== Home ===================*/
.lbt-logo {
  background-image: url('/static/img/icons_logos/logo_lbt_2x.png?ec22249104a5');
}
.lba-logo {
  background-image: url('/static/img/icons_logos/logo_lba_2x.png?11522fa8d135');
}
.lbem-logo {
  background-image: url('/static/img/icons_logos/logo_lbem_2x.png?d319138e91fb');
}
.lbe-logo {
  background-image: url('/static/img/icons_logos/logo_lbe_2x.png?37ada5476f9c');
}
.lbf-logo {
  background-image: url('/static/img/icons_logos/logo_lbf_2x.png?fd1e0d473793');
}
.lbw-logo {
  background-image: url('/static/img/icons_logos/logo_lbw_2x.png?b8de1d385881');
}
.inline-lock-icon:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url('/static/img/icons_logos/lock_2x.png?123beaad2662') bottom no-repeat;
  background-size: auto 14px;
  margin-left: 6px;
}
.diary-blocks .block {
  display: block;
  border: 1px solid #aeaeae;
  width: 98%;
  margin: 5px auto 10px auto;
  height: 102px;
  font-size: 0px;
  background-size: auto 46px;
  background-position: 10px center;
  background-repeat: no-repeat;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
.diary-blocks .block.lbt {
  background-image: url('/static/img/icons_logos/logo_lbt_2x.png?ec22249104a5');
}
.diary-blocks .block.lba {
  background-image: url('/static/img/icons_logos/logo_lba_2x.png?11522fa8d135');
}
.diary-blocks .block.lbem {
  background-image: url('/static/img/icons_logos/logo_lbem_2x.png?d319138e91fb');
}
.diary-blocks .block.lbe {
  background-image: url('/static/img/icons_logos/logo_lbe_2x.png?37ada5476f9c');
}
.diary-blocks .block.lbf {
  background-image: url('/static/img/icons_logos/logo_lbf_2x.png?fd1e0d473793');
}
.diary-blocks .block.lbw {
  background-image: url('/static/img/icons_logos/logo_lbw_2x.png?b8de1d385881');
}
.diary-blocks .block:hover {
  background-color: #f0f0f0;
}
@media (min-width: 560px) and (max-width: 767px) {
  .diary-blocks .half-block {
    width: 50%;
    float: left;
  }
  .diary-blocks .half-block .block {
    width: 94%;
  }
}
@media (max-width: 559px) {
  .diary-blocks .half-block {
    float: none;
    width: 100%;
  }
  .diary-blocks .half-block .block {
    height: 70px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0 auto;
    max-width: 350px;
    background-position-x: 20px;
  }
  .diary-blocks .half-block .block.lbt {
    border-top: none;
  }
}
.diary-head {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 88px;
  margin-bottom: 15px;
}
.diary-head .logo {
  height: 65px;
  border: 1px solid #c5c5c5;
  border-bottom: none;
  background-color: white;
  background-size: auto 43px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
@media (max-width: 559px) {
  .diary-head .logo {
    background-position-x: center;
  }
}
.diary-head .bar {
  height: 23px;
  line-height: 23px;
  color: white;
  padding: 0 20px;
}
.diary-head .bar .date {
  float: left;
}
.diary-head .bar .slogan {
  float: right;
  font-style: italic;
}
.diary-content h1 {
  display: inline-block;
  color: white;
  font-size: 14px;
  margin: 10px 0 5px 0;
  padding: 0 5px;
  font-weight: normal;
}
.diary-content hr {
  margin: 0px 0 15px 0;
  height: 2px;
}
.diary-content h2 {
  font-size: 14px;
  margin-bottom: 0;
}
.diary-content article.locked h2:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url('/static/img/icons_logos/lock_2x.png?123beaad2662') bottom no-repeat;
  background-size: auto 14px;
  margin-left: 6px;
}
.diary-content a.locked:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url('/static/img/icons_logos/lock_2x.png?123beaad2662') bottom no-repeat;
  background-size: auto 14px;
  margin-left: 6px;
}
.diary-content p {
  text-align: justify;
}
.diary-content p a:hover {
  text-decoration: underline;
}
@media (max-width: 559px) {
  .diary-content p a {
    display: block;
    text-align: right;
  }
}
.diary-content .highlight {
  font-style: italic;
}
.story p {
  margin: 0;
  text-align: justify;
}
.story .story_content {
  margin-bottom: 10px
  ;
}
h1.story-head {
  margin: 10px 0 5px 0;
}
tr.locked a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url('/static/img/icons_logos/lock_2x.png?123beaad2662') bottom no-repeat;
  background-size: auto 14px;
  margin-left: 6px;
}
/*
======================== events =================================
*/
.events .event-item,
.events .event-header,
.events .event-footer,
.events .event-body {
  padding: 5px;
}
.events .even,
.events .event-header,
.events .event-footer {
  background-color: #dedede;
}
.events .event-body {
  background-color: #f0f0f0;
}
/*
======================== Archived newsletters =================================
*/
.year {
  margin-left: 5px;
}
.year h3 {
  cursor: pointer;
  color: #929292;
  background-repeat: no-repeat;
  background-size: 3%;
  background-color: #f0f0f0;
  background-position-x: 10px;
  background-position-y: 8.5px;
  text-indent: 30px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 98%;
  margin-bottom: 0;
}
.month {
  margin-left: 30px;
}
.month h3 {
  background-color: #dedede;
}
.month .column {
  margin-top: 1px;
  margin-left: 30px;
  display: inline-block;
  width: 30% !important;
}
.month .column tr,
.month .column-extra tr {
  height: 30px;
}
.month .column th,
.month .column-extra th {
  width: 10%;
  text-transform: none;
}
.month .column-extra {
  margin-top: 1px;
  display: inline-block;
  width: 30% !important;
}
.month .no-content {
  margin-top: 2px;
  margin-left: 32px;
  width: 91% !important;
  text-transform: none;
  line-height: 20px;
  background-color: #dedede;
}
