/***************************************************************************************
 * To rebuild less run the grunt command from wp-content/themes/engins-phenotype/less/ *
 * If on a vagrant box run 'grunt compile' repeatedly as changes are not spotted       *
 ***************************************************************************************/
/**
 * Variables
 */
/**
 * Variables
 */
/******************************\
        Genaral styles
\******************************/
body {
  background-position: 0 150px;
  color: #8f8178;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  min-width: 320px;
}
body .dev-site-banner {
  text-align: center;
}
body .dev-site-banner h1 {
  background-color: #000;
  color: #fff;
  margin: 0;
  line-height: 40px;
}
h1,
h2,
h3 {
  color: #8f8178;
  font-weight: bold;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h2 a:hover {
  color: #500f77;
}
h3 {
  font-size: 20px;
}
a {
  color: #500f77;
}
a:hover {
  color: #500f77;
}
a:focus {
  color: #500f77;
}
p {
  font-size: 15px;
}
.modal {
  min-width: 320px;
  z-index: 100000;
}
.brf-row-header {
  padding: 15px 0;
}
.explanation {
  font-size: 0.8em;
}
.item-info-list {
  list-style: none;
  padding: 0;
}
.page {
  background: #fff;
}
.remove-padding {
  padding: 0 !important;
}
.submit {
  background-color: #500f77;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding: 6px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.submit:hover {
  background-color: #671399;
}
@media (min-width: 768px) {
  .pl-3-md {
    padding-left: 30px;
    border: 1px ;
  }
}
.upper-text {
  text-transform: uppercase;
}
.jobs {
  margin-bottom: 15px;
}
.commentary {
  margin-top: 15px;
}
.your-commentary {
  margin-bottom: 10px;
}
.brf-error,
#gglcptch_error {
  color: red;
  font-size: 0.8em;
  font-weight: normal;
}
.ad-bar > div {
  min-height: 0;
}
.welcome-message h2 {
  font-size: 17px;
  line-height: 34px;
  margin: 12px 0;
}
@media (min-width: 360px) {
  .welcome-message h2 {
    font-size: 19px;
  }
}
@media (min-width: 375px) {
  .welcome-message h2 {
    font-size: 20px;
  }
}
@media (min-width: 411px) {
  .welcome-message h2 {
    font-size: 22px;
  }
}
@media (min-width: 450px) {
  .welcome-message h2 {
    font-size: 24px;
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.d-flex.justify-content-between {
  justify-content: space-between !important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
}
.form-group .brf-error {
  margin-left: 15px;
}
/**
  * Custom Scroll bar style for Safari and Chrome
  * This is applied to all scrol bars to customize go to components
  */
::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
  margin-right: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #e8e9eb;
  border-radius: 10px;
}
/**
  * Equal height columns for bootstrap 3
  */
@media only screen and (min-width: 481px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html.view-ext .view-ext-container,
body.view-ext .view-ext-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
html.view-ext .view-ext-container .frame-ext,
body.view-ext .view-ext-container .frame-ext {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0;
}
/**
 * Footer
 */
/******************************\
        Footer
\******************************/
footer {
  background: #dddddd;
  color: #8f8178;
  font-size: 15px;
  padding: 15px 0;
}
footer a {
  color: #500f77;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  float: right;
}
footer .dropdown.user-level-0 .disable-below-level-2,
footer .dropdown.user-level-0 .disable-below-level-3,
footer .dropdown.user-level-1 .disable-below-level-2,
footer .dropdown.user-level-1 .disable-below-level-3,
footer .dropdown.user-level-2 .disable-below-level-3 {
  pointer-events: none;
  cursor: default;
}
footer .dropdown.user-level-0 .disable-below-level-2 a,
footer .dropdown.user-level-0 .disable-below-level-3 a,
footer .dropdown.user-level-1 .disable-below-level-2 a,
footer .dropdown.user-level-1 .disable-below-level-3 a,
footer .dropdown.user-level-2 .disable-below-level-3 a {
  color: #bdb5b0;
}
@media (max-width: 480px) {
  footer {
    font-size: 1.2rem;
  }
}
#menu-footer-menu li a {
  font-weight: normal;
}
.body-logged-in footer ul .hidden-logged-in {
  display: none;
}
/**
 * Top Boxes
 */
/******************************\
        Boxes
\******************************/
.rose-tint-container {
  background-color: #f7f6f5;
}
.box {
  position: relative;
  height: 110px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.box a {
  font-weight: bold;
  color: #510b76;
}
.box .middle {
  padding: 10px 0;
}
.box .lower {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
}
#box1 {
  padding: 5px 5px 5px 15px;
}
#box1 .lower {
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  #box1 .logo {
    text-align: center;
  }
}
#box1 .logo a img {
  width: auto;
  max-width: 230px;
  height: auto;
  max-height: 90px;
  padding: 0;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #box1 .curated-by {
    display: inline-block;
  }
}
#box1 .curated-by a img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
#box2 {
  background: #f1edf2;
  padding: 5px;
}
#box2 a.engineering-environment-energy {
  color: #ec7e23;
}
#box2 a.electronics-computing {
  color: #00a0b7;
}
#box2 a.bio-medical-scitech {
  color: #b11556;
}
#box2 a.chemistry-nanotech-materials {
  color: #7d8a28;
}
#box2 a.physical-sciences {
  color: #143a65;
}
#box2 .dropdown-menu li.divider {
  margin: 3px 0;
}
#box2 .dropdown-menu > li > a {
  padding: 3px 20px;
  color: #262626;
  font-weight: normal;
}
#box3 {
  background: #e9e2ec;
  padding: 5px;
}
#box3 .navigation-button {
  height: 30px;
  width: 100%;
  text-align: left;
  padding: 0 30px 0 15px;
  position: relative;
}
#box3 .navigation-button .caret {
  position: absolute;
  top: 10px;
  right: 15px;
}
#box3 .user-bar-nav {
  margin-bottom: 10px;
}
#box3 .dropdown-menu li.divider {
  margin: 3px 0;
}
#box3 .dropdown-menu > li > a {
  padding: 3px 20px;
  color: #262626;
  font-weight: normal;
}
#box3 .dropdown-menu {
  width: 100%;
}
#box3 .dropdown.user-level-0 .disable-below-level-2,
#box3 .dropdown.user-level-0 .disable-below-level-3,
#box3 .dropdown.user-level-1 .disable-below-level-2,
#box3 .dropdown.user-level-1 .disable-below-level-3,
#box3 .dropdown.user-level-2 .disable-below-level-3 {
  pointer-events: none;
  cursor: default;
}
#box3 .dropdown.user-level-0 .disable-below-level-2 a,
#box3 .dropdown.user-level-0 .disable-below-level-3 a,
#box3 .dropdown.user-level-1 .disable-below-level-2 a,
#box3 .dropdown.user-level-1 .disable-below-level-3 a,
#box3 .dropdown.user-level-2 .disable-below-level-3 a {
  color: #aaa;
}
#box3 .search-wrapper .dropdown-toggle .fa-search {
  color: #515151;
}
#box4 {
  background: #e1d7e6;
  padding: 10px 0 10px 10px;
  position: relative;
}
#box4 .lower {
  padding-right: 15px;
  padding-bottom: 6px;
}
#box4 .share span .stButton {
  margin: 5px 3px 0 0;
  line-height: 1;
}
#box4 .brf-icon {
  background-image: url(../images/actions.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px;
  display: inline-block;
  height: 35px;
  width: 25px;
  text-indent: -9999em;
  margin: 5px 0 0 0;
  vertical-align: top;
}
#box4 .brf-sub ul {
  right: 30px;
  top: 21px;
}
#box4 .brf-sub ul li a {
  width: inherit;
}
#box4 .share span:last-child .stButton {
  margin-right: 0;
}
.body-logged-in #box3 .dropdown-menu li.hidden-logged-in {
  display: none;
}
#rose-tint-panel {
  padding: 5px 0;
  color: #000000;
}
#rose-tint-panel p {
  font-size: 15px;
}
#rose-tint-panel .sample-newsletter {
  font-size: 0px;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_date {
  display: none;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_subject a {
  font-size: 0px;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_subject a:before {
  font-size: 15px;
  font-weight: bold;
  content: "Newsletter Preview";
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_subject a.changed-options {
  cursor: not-allowed;
  opacity: 0.65;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_subject a.changed-options:hover,
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_subject a.changed-options:active,
#rose-tint-panel .sample-newsletter ul.mailpoet_archive .mailpoet_archive_subject a.changed-options:focus {
  text-decoration: none;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive li {
  display: none;
}
#rose-tint-panel .sample-newsletter ul.mailpoet_archive li:first-child {
  display: block;
}
.purple {
  background: #e1d7e6;
  height: 110px;
  width: 50%;
  position: absolute;
  right: 0;
}
.jhu-iframe-header {
  background-color: #003082;
}
.jhu-iframe-header .jhu-header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 110px;
}
.jhu-iframe-header .jhu-header-logo img {
  max-height: 100%;
}
.jhu-iframe-header .jhu-header-description {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 110px;
}
.jhu-iframe-header .jhu-header-description h1,
.jhu-iframe-header .jhu-header-description h3 {
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  #rose-tint-panel {
    padding: 5px 10px;
  }
}
/**
 * Import navigation
 */
/******************************\
        Navigation
\******************************/
/**
 *
 * Mixins
 *
 */
.menu-header-container {
  display: block;
}
.menu-header-container .menu {
  display: none;
}
.menu-header-container .menu.open {
  display: block;
}
.menu-header-container .menu.open li {
  position: relative;
  z-index: 999;
}
button.navigation-button {
  background-color: #eff0f4;
  border: 1px solid #978f9a;
  border-bottom: 3px solid #978f9a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 0px 0px #fbfbfb;
  -moz-box-shadow: inset 0px 2px 0px 0px #fbfbfb;
  box-shadow: inset 0px 2px 0px 0px #fbfbfb;
  width: 222px;
}
button.navigation-button .caret {
  color: #97989c;
  margin-left: 55px;
}
nav.navbar {
  background: #c1b5ad;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
}
.navbar-header .icon-bar {
  border: 2px solid #ffffff;
}
.navbar-header button {
  margin-right: 0;
}
.navbar-header .navbar-button-text,
.navbar-header .navbar-loginout {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 18px;
  padding-right: 11px;
}
.navbar-header .navbar-button-text a,
.navbar-header .navbar-loginout a {
  color: #ffffff;
}
.nav > li > a {
  color: #ffffff;
  font-size: 0.83em;
  font-weight: bold;
  padding: 15px 12px;
}
.nav > li > a:hover {
  color: #ffffff;
}
.dropdown-menu--show-block {
  display: block;
}
/**
 *  Paged Nav Wrap
 */
.paged-nav-wrap {
  background: #f1f1f5;
  padding: 5px 15px;
}
.paged-nav-wrap .paged-nav {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  width: 33.33333%;
}
.paged-nav-wrap .paged-pager {
  letter-spacing: 2px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  width: 33.33333%;
}
.paged-nav-wrap #paged-nav-prev {
  text-align: left;
}
.paged-nav-wrap #paged-nav-next {
  text-align: right;
}
.paged-nav-wrap #books-pager {
  text-align: center;
}
.paged-nav-wrap #books-pager a {
  margin: 0 !important;
  /**
                                     *  Must be not important because there is
                                     *  some javascript at work forcing a
                                     *  different value
                                     */
}
#jobs-pager {
  text-align: center;
}
@media (max-width: 991px) {
  .nav > li > a {
    display: inline-block;
    line-height: 35px;
    padding: 15px 20px;
    width: 100%;
  }
  .navbar-nav {
    margin: 0;
  }
  .dropdown--expand,
  .dropdown-submenu--expand {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block !important;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
  }
  .subjects-menu {
    padding: 0;
  }
  .subjects-menu #customisation {
    margin-right: 0;
    padding: 15px 20px;
  }
  .subjects-menu #customisation .customisation-inner .customisation-button {
    margin-top: 0;
  }
  .subjects-menu #customisation .customisation-inner .customisation-link {
    line-height: 35px;
    margin-left: auto;
    margin-right: 10px;
    color: #ffffff;
    font-weight: bold;
  }
  .subjects-menu #customisation .customisation-inner .customisation-link a {
    color: #ffffff;
  }
  .subjects-menu #customisation .customisation-inner #rose-tint-switcher {
    margin-top: 0;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 12px;
  }
  .has-specialisms:after {
    border: 0 !important;
  }
  .navbar .navbar-nav .dropdown {
    background: #000000;
  }
  .navbar .navbar-nav .dropdown a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu li {
    background: #000000;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    background: #000000;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .navbar .navbar-nav .dropdown .dropdown--expand:hover,
  .navbar .navbar-nav .dropdown .dropdown-submenu--expand:hover {
    background: #000000;
  }
  .subject-physical-sciences {
    background: #8f8178;
  }
  .subject-physical-sciences a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .subject-physical-sciences .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .subject-physical-sciences .dropdown-menu li {
    background: #8f8178;
  }
  .subject-physical-sciences .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .subject-physical-sciences .dropdown-menu li a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-physical-sciences .dropdown--expand:hover,
  .subject-physical-sciences .dropdown-submenu--expand:hover {
    background: #746860;
  }
  .subject-chemistry-nanotech-materials {
    background: #8f8178;
  }
  .subject-chemistry-nanotech-materials a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .subject-chemistry-nanotech-materials .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .subject-chemistry-nanotech-materials .dropdown-menu li {
    background: #8f8178;
  }
  .subject-chemistry-nanotech-materials .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .subject-chemistry-nanotech-materials .dropdown-menu li a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-chemistry-nanotech-materials .dropdown--expand:hover,
  .subject-chemistry-nanotech-materials .dropdown-submenu--expand:hover {
    background: #746860;
  }
  .subject-electronics-computing {
    background: #8f8178;
  }
  .subject-electronics-computing a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .subject-electronics-computing .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .subject-electronics-computing .dropdown-menu li {
    background: #8f8178;
  }
  .subject-electronics-computing .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .subject-electronics-computing .dropdown-menu li a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-electronics-computing .dropdown--expand:hover,
  .subject-electronics-computing .dropdown-submenu--expand:hover {
    background: #746860;
  }
  .subject-engineering-environment-energy {
    background: #8f8178;
  }
  .subject-engineering-environment-energy a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .subject-engineering-environment-energy .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .subject-engineering-environment-energy .dropdown-menu li {
    background: #8f8178;
  }
  .subject-engineering-environment-energy .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .subject-engineering-environment-energy .dropdown-menu li a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-engineering-environment-energy .dropdown--expand:hover,
  .subject-engineering-environment-energy .dropdown-submenu--expand:hover {
    background: #746860;
  }
  .subject-bio-medical-scitech {
    background: #8f8178;
  }
  .subject-bio-medical-scitech a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .subject-bio-medical-scitech .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .subject-bio-medical-scitech .dropdown-menu li {
    background: #8f8178;
  }
  .subject-bio-medical-scitech .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .subject-bio-medical-scitech .dropdown-menu li a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-bio-medical-scitech .dropdown--expand:hover,
  .subject-bio-medical-scitech .dropdown-submenu--expand:hover {
    background: #746860;
  }
  .subject-home {
    background: #500f77;
  }
  .subject-home a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    float: none;
  }
  .subject-home .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    left: 0;
  }
  .subject-home .dropdown-menu li {
    background: #500f77;
  }
  .subject-home .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
  }
  .subject-home .dropdown-menu li a:hover {
    background: #3c0b5a;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-home .dropdown--expand:hover,
  .subject-home .dropdown-submenu--expand:hover {
    background: #32094a;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown {
    border-bottom: 4px solid #000000;
  }
  .navbar .navbar-nav .dropdown a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .navbar .navbar-nav .dropdown:hover {
    background: #000000;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu {
    display: block;
    background: #000000;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu a:hover {
    background: #000000;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #000000;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #000000;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-nav .dropdown.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .navbar .navbar-nav .dropdown.active {
    background: #000000;
  }
  .subject-physical-sciences {
    border-bottom: 4px solid #8f8178;
  }
  .subject-physical-sciences a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-physical-sciences:hover {
    background: #8f8178;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-physical-sciences.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .subject-physical-sciences.active {
    background: #8f8178;
  }
  .subject-chemistry-nanotech-materials {
    border-bottom: 4px solid #8f8178;
  }
  .subject-chemistry-nanotech-materials a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-chemistry-nanotech-materials:hover {
    background: #8f8178;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-chemistry-nanotech-materials.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .subject-chemistry-nanotech-materials.active {
    background: #8f8178;
  }
  .subject-electronics-computing {
    border-bottom: 4px solid #8f8178;
  }
  .subject-electronics-computing a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-electronics-computing:hover {
    background: #8f8178;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-electronics-computing.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .subject-electronics-computing.active {
    background: #8f8178;
  }
  .subject-engineering-environment-energy {
    border-bottom: 4px solid #8f8178;
  }
  .subject-engineering-environment-energy a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-engineering-environment-energy:hover {
    background: #8f8178;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-engineering-environment-energy.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .subject-engineering-environment-energy.active {
    background: #8f8178;
  }
  .subject-bio-medical-scitech {
    border-bottom: 4px solid #8f8178;
  }
  .subject-bio-medical-scitech a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-bio-medical-scitech:hover {
    background: #8f8178;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #8f8178;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #7e7168;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-bio-medical-scitech.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .subject-bio-medical-scitech.active {
    background: #8f8178;
  }
  .subject-home {
    border-bottom: 4px solid #500f77;
  }
  .subject-home a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-home:hover {
    background: #500f77;
  }
  .subject-home.dropdown:hover > .dropdown-menu {
    display: block;
    background: #500f77;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-home.dropdown:hover > .dropdown-menu a:hover {
    background: #3c0b5a;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-home.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    background: #500f77;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .subject-home.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu a:hover {
    background: #3c0b5a;
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .subject-home.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-home.dropdown:hover > .dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-home.dropdown:hover > .dropdown-menu li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .subject-home.dropdown:hover > .dropdown-menu li a:focus {
    color: #fff;
  }
  .subject-home.active {
    background: #500f77;
  }
  .dropdown-menu {
    padding: 0 0 4px 0;
  }
  .dropdown-menu li a {
    color: #fff;
    font-size: 0.83em;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 12px;
  }
  .navbar-nav .last-item .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-nav .last-item .dropdown-menu .dropdown-submenu .dropdown-menu {
    right: 100%;
  }
}
/**
 * Import Subject Taxonomy Terms Selection
 */
.subject-terms .subject-terms-header,
.section-terms .subject-terms-header {
  display: -webkit-box !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  justify-content: space-between !important;
}
.subject-terms .subject-terms-header .btn,
.section-terms .subject-terms-header .btn {
  position: relative;
  color: #ffffff;
  background: #500f77;
  border-color: #500f77;
  padding: 6px 15px;
  padding-right: 40px !important;
  margin: 0 5px 5px 0;
}
.subject-terms .subject-terms-header .btn:hover,
.section-terms .subject-terms-header .btn:hover {
  background-color: #5f128e;
  border-color: #5f128e;
}
.subject-terms .subject-terms-header .btn .fa,
.section-terms .subject-terms-header .btn .fa,
.subject-terms .subject-terms-header .btn .fab,
.section-terms .subject-terms-header .btn .fab,
.subject-terms .subject-terms-header .btn .fad,
.section-terms .subject-terms-header .btn .fad,
.subject-terms .subject-terms-header .btn .fal,
.section-terms .subject-terms-header .btn .fal,
.subject-terms .subject-terms-header .btn .far,
.section-terms .subject-terms-header .btn .far,
.subject-terms .subject-terms-header .btn .fas,
.section-terms .subject-terms-header .btn .fas {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 18px;
  line-height: 20px;
}
.subject-terms .subject-terms-header .btn .fa.fa-chevron-down,
.section-terms .subject-terms-header .btn .fa.fa-chevron-down,
.subject-terms .subject-terms-header .btn .fab.fa-chevron-down,
.section-terms .subject-terms-header .btn .fab.fa-chevron-down,
.subject-terms .subject-terms-header .btn .fad.fa-chevron-down,
.section-terms .subject-terms-header .btn .fad.fa-chevron-down,
.subject-terms .subject-terms-header .btn .fal.fa-chevron-down,
.section-terms .subject-terms-header .btn .fal.fa-chevron-down,
.subject-terms .subject-terms-header .btn .far.fa-chevron-down,
.section-terms .subject-terms-header .btn .far.fa-chevron-down,
.subject-terms .subject-terms-header .btn .fas.fa-chevron-down,
.section-terms .subject-terms-header .btn .fas.fa-chevron-down {
  top: 7px;
}
.subject-terms .subject-terms-header .btn:last-child,
.section-terms .subject-terms-header .btn:last-child {
  margin-right: 0;
}
.subject-terms .subject-terms-header .btn:focus,
.section-terms .subject-terms-header .btn:focus {
  outline: none;
}
.subject-terms .subject-terms-header .header-right,
.section-terms .subject-terms-header .header-right {
  text-align: right;
}
.subject-terms .subject-terms-header .header-right .btn,
.section-terms .subject-terms-header .header-right .btn {
  margin: 0 0 5px 5px;
}
.subject-terms .panel,
.section-terms .panel {
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 15px;
}
.subject-terms .panel .panel-heading,
.section-terms .panel .panel-heading {
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 40px 6px 15px;
  border: 0;
  cursor: pointer;
}
.subject-terms .panel .panel-heading:after,
.section-terms .panel .panel-heading:after {
  position: absolute;
  top: 8px;
  right: 15px;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: '\f078';
}
.subject-terms .panel .panel-heading[aria-expanded='true']:after,
.section-terms .panel .panel-heading[aria-expanded='true']:after {
  content: '\f077';
  top: 7px;
}
.subject-terms .panel .panel-body,
.section-terms .panel .panel-body {
  padding: 0;
}
.subject-terms .panel .panel-body .panel-body-inner,
.section-terms .panel .panel-body .panel-body-inner {
  padding: 10px 10px 7px 10px;
  line-height: 1.1;
}
.subject-terms .subject-collapse,
.section-terms .subject-collapse,
.subject-terms .section-container,
.section-terms .section-container {
  color: #000000;
}
.subject-terms .subject-collapse label,
.section-terms .subject-collapse label,
.subject-terms .section-container label,
.section-terms .section-container label {
  font-weight: normal;
}
.subject-terms .subject-collapse .discipline-group,
.section-terms .subject-collapse .discipline-group,
.subject-terms .section-container .discipline-group,
.section-terms .section-container .discipline-group {
  min-height: 25px;
  margin-bottom: 5px;
}
.subject-terms .subject-collapse .discipline-group .discipline-subject .checkbox,
.section-terms .subject-collapse .discipline-group .discipline-subject .checkbox,
.subject-terms .section-container .discipline-group .discipline-subject .checkbox,
.section-terms .section-container .discipline-group .discipline-subject .checkbox {
  min-height: 25px;
}
.subject-terms .subject-collapse .discipline-group .discipline-subject .text-label,
.section-terms .subject-collapse .discipline-group .discipline-subject .text-label,
.subject-terms .section-container .discipline-group .discipline-subject .text-label,
.section-terms .section-container .discipline-group .discipline-subject .text-label {
  font-weight: bold;
  display: inline;
}
.subject-terms .subject-collapse .discipline-group .discipline-subject:last-child .checkbox,
.section-terms .subject-collapse .discipline-group .discipline-subject:last-child .checkbox,
.subject-terms .section-container .discipline-group .discipline-subject:last-child .checkbox,
.section-terms .section-container .discipline-group .discipline-subject:last-child .checkbox {
  min-height: inherit;
}
@media (min-width: 600px) {
  .subject-terms .subject-collapse .discipline-group .specialism-group .specialism-subject,
  .section-terms .subject-collapse .discipline-group .specialism-group .specialism-subject,
  .subject-terms .section-container .discipline-group .specialism-group .specialism-subject,
  .section-terms .section-container .discipline-group .specialism-group .specialism-subject {
    display: inline-block;
  }
}
.subject-terms .subject-collapse .discipline-group .specialism-group .specialism-subject:last-child,
.section-terms .subject-collapse .discipline-group .specialism-group .specialism-subject:last-child,
.subject-terms .section-container .discipline-group .specialism-group .specialism-subject:last-child,
.section-terms .section-container .discipline-group .specialism-group .specialism-subject:last-child {
  margin-bottom: 5px;
}
.subject-terms .subject-collapse .discipline-group:last-child,
.section-terms .subject-collapse .discipline-group:last-child,
.subject-terms .section-container .discipline-group:last-child,
.section-terms .section-container .discipline-group:last-child {
  margin-bottom: 0;
}
.subject-terms .subject-collapse .checkbox,
.section-terms .subject-collapse .checkbox,
.subject-terms .section-container .checkbox,
.section-terms .section-container .checkbox {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.subject-terms .subject-collapse .checkbox input,
.section-terms .subject-collapse .checkbox input,
.subject-terms .section-container .checkbox input,
.section-terms .section-container .checkbox input {
  display: none;
}
.subject-terms .subject-collapse .checkbox label,
.section-terms .subject-collapse .checkbox label,
.subject-terms .section-container .checkbox label,
.section-terms .section-container .checkbox label {
  min-height: initial;
}
.subject-terms .subject-collapse .checkbox label.text-label,
.section-terms .subject-collapse .checkbox label.text-label,
.subject-terms .section-container .checkbox label.text-label,
.section-terms .section-container .checkbox label.text-label {
  padding-left: 20px;
}
.subject-terms .subject-collapse .checkbox label.pseudo-checkbox,
.section-terms .subject-collapse .checkbox label.pseudo-checkbox,
.subject-terms .section-container .checkbox label.pseudo-checkbox,
.section-terms .section-container .checkbox label.pseudo-checkbox {
  position: absolute;
  width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
  margin: 0;
  left: 0;
  top: 2px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 3px;
}
.subject-terms .subject-collapse .checkbox label.pseudo-checkbox:after,
.section-terms .subject-collapse .checkbox label.pseudo-checkbox:after,
.subject-terms .section-container .checkbox label.pseudo-checkbox:after,
.section-terms .section-container .checkbox label.pseudo-checkbox:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 3px;
  left: 2px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.subject-terms .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.subject-terms .section-container .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .section-container .checkbox input[type=checkbox]:checked + label.pseudo-checkbox {
  background: #000000;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle,
.section-terms .section-container .checkbox .specialism-dropdown-toggle {
  color: white;
  background: #000000;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.section-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide,
.section-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide {
  line-height: 14px;
  min-width: 32px;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-view,
.section-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-view {
  display: inline-block;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide,
.section-terms .section-container .checkbox .specialism-dropdown-toggle .specialism-dropdown-hide {
  display: none;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-view,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-view,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-view,
.section-terms .section-container .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-view {
  display: none;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-hide,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-hide,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-hide,
.section-terms .section-container .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .specialism-dropdown-hide {
  display: inline-block;
}
.subject-terms .subject-collapse .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .fa-chevron-down:before,
.section-terms .subject-collapse .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .fa-chevron-down:before,
.subject-terms .section-container .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .fa-chevron-down:before,
.section-terms .section-container .checkbox .specialism-dropdown-toggle[aria-expanded='true'] .fa-chevron-down:before {
  content: '\f077';
}
.subject-terms .subject-collapse .checkbox.checkbox-indent label.text-label,
.section-terms .subject-collapse .checkbox.checkbox-indent label.text-label,
.subject-terms .section-container .checkbox.checkbox-indent label.text-label,
.section-terms .section-container .checkbox.checkbox-indent label.text-label {
  padding-left: 35px;
}
.subject-terms .subject-collapse .checkbox.checkbox-indent label.pseudo-checkbox,
.section-terms .subject-collapse .checkbox.checkbox-indent label.pseudo-checkbox,
.subject-terms .section-container .checkbox.checkbox-indent label.pseudo-checkbox,
.section-terms .section-container .checkbox.checkbox-indent label.pseudo-checkbox {
  left: 15px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm,
.section-terms .subject-collapse .checkbox.checkbox-sm,
.subject-terms .section-container .checkbox.checkbox-sm,
.section-terms .section-container .checkbox.checkbox-sm {
  font-size: 12px;
  line-height: 16px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm label.text-label,
.section-terms .subject-collapse .checkbox.checkbox-sm label.text-label,
.subject-terms .section-container .checkbox.checkbox-sm label.text-label,
.section-terms .section-container .checkbox.checkbox-sm label.text-label {
  padding-left: 16px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm label.pseudo-checkbox,
.section-terms .subject-collapse .checkbox.checkbox-sm label.pseudo-checkbox,
.subject-terms .section-container .checkbox.checkbox-sm label.pseudo-checkbox,
.section-terms .section-container .checkbox.checkbox-sm label.pseudo-checkbox {
  width: 12px;
  height: 12px;
  min-height: 12px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm label.pseudo-checkbox:after,
.section-terms .subject-collapse .checkbox.checkbox-sm label.pseudo-checkbox:after,
.subject-terms .section-container .checkbox.checkbox-sm label.pseudo-checkbox:after,
.section-terms .section-container .checkbox.checkbox-sm label.pseudo-checkbox:after {
  width: 8px;
  height: 4px;
  top: 2px;
  left: 1px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm .specialism-dropdown-toggle,
.section-terms .subject-collapse .checkbox.checkbox-sm .specialism-dropdown-toggle,
.subject-terms .section-container .checkbox.checkbox-sm .specialism-dropdown-toggle,
.section-terms .section-container .checkbox.checkbox-sm .specialism-dropdown-toggle {
  padding: 1px 6px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm.checkbox-indent label.text-label,
.section-terms .subject-collapse .checkbox.checkbox-sm.checkbox-indent label.text-label,
.subject-terms .section-container .checkbox.checkbox-sm.checkbox-indent label.text-label,
.section-terms .section-container .checkbox.checkbox-sm.checkbox-indent label.text-label {
  padding-left: 28px;
}
.subject-terms .subject-collapse .checkbox.checkbox-sm.checkbox-indent label.pseudo-checkbox,
.section-terms .subject-collapse .checkbox.checkbox-sm.checkbox-indent label.pseudo-checkbox,
.subject-terms .section-container .checkbox.checkbox-sm.checkbox-indent label.pseudo-checkbox,
.section-terms .section-container .checkbox.checkbox-sm.checkbox-indent label.pseudo-checkbox {
  left: 12px;
}
.subject-terms .sector-bio-medical-scitech .panel,
.section-terms .sector-bio-medical-scitech .panel,
.subject-terms .sector-bio-medical-scitech .panel .panel-heading,
.section-terms .sector-bio-medical-scitech .panel .panel-heading,
.subject-terms .sector-bio-medical-scitech .subject-collapse .checkbox label.pseudo-checkbox,
.section-terms .sector-bio-medical-scitech .subject-collapse .checkbox label.pseudo-checkbox {
  border-color: #8f8178;
}
.subject-terms .sector-bio-medical-scitech .subject-collapse,
.section-terms .sector-bio-medical-scitech .subject-collapse {
  color: #8f8178;
}
.subject-terms .sector-bio-medical-scitech .panel .panel-heading,
.section-terms .sector-bio-medical-scitech .panel .panel-heading,
.subject-terms .sector-bio-medical-scitech .discipline-group .discipline-subject .specialism-dropdown-toggle,
.section-terms .sector-bio-medical-scitech .discipline-group .discipline-subject .specialism-dropdown-toggle,
.subject-terms .sector-bio-medical-scitech .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .sector-bio-medical-scitech .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox {
  background: #8f8178;
}
.subject-terms .sector-engineering-environment-energy .panel,
.section-terms .sector-engineering-environment-energy .panel,
.subject-terms .sector-engineering-environment-energy .panel .panel-heading,
.section-terms .sector-engineering-environment-energy .panel .panel-heading,
.subject-terms .sector-engineering-environment-energy .subject-collapse .checkbox label.pseudo-checkbox,
.section-terms .sector-engineering-environment-energy .subject-collapse .checkbox label.pseudo-checkbox {
  border-color: #8f8178;
}
.subject-terms .sector-engineering-environment-energy .subject-collapse,
.section-terms .sector-engineering-environment-energy .subject-collapse {
  color: #8f8178;
}
.subject-terms .sector-engineering-environment-energy .panel .panel-heading,
.section-terms .sector-engineering-environment-energy .panel .panel-heading,
.subject-terms .sector-engineering-environment-energy .discipline-group .discipline-subject .specialism-dropdown-toggle,
.section-terms .sector-engineering-environment-energy .discipline-group .discipline-subject .specialism-dropdown-toggle,
.subject-terms .sector-engineering-environment-energy .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .sector-engineering-environment-energy .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox {
  background: #8f8178;
}
.subject-terms .sector-electronics-computing .panel,
.section-terms .sector-electronics-computing .panel,
.subject-terms .sector-electronics-computing .panel .panel-heading,
.section-terms .sector-electronics-computing .panel .panel-heading,
.subject-terms .sector-electronics-computing .subject-collapse .checkbox label.pseudo-checkbox,
.section-terms .sector-electronics-computing .subject-collapse .checkbox label.pseudo-checkbox {
  border-color: #8f8178;
}
.subject-terms .sector-electronics-computing .subject-collapse,
.section-terms .sector-electronics-computing .subject-collapse {
  color: #8f8178;
}
.subject-terms .sector-electronics-computing .panel .panel-heading,
.section-terms .sector-electronics-computing .panel .panel-heading,
.subject-terms .sector-electronics-computing .discipline-group .discipline-subject .specialism-dropdown-toggle,
.section-terms .sector-electronics-computing .discipline-group .discipline-subject .specialism-dropdown-toggle,
.subject-terms .sector-electronics-computing .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .sector-electronics-computing .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox {
  background: #8f8178;
}
.subject-terms .sector-chemistry-nanotech-materials .panel,
.section-terms .sector-chemistry-nanotech-materials .panel,
.subject-terms .sector-chemistry-nanotech-materials .panel .panel-heading,
.section-terms .sector-chemistry-nanotech-materials .panel .panel-heading,
.subject-terms .sector-chemistry-nanotech-materials .subject-collapse .checkbox label.pseudo-checkbox,
.section-terms .sector-chemistry-nanotech-materials .subject-collapse .checkbox label.pseudo-checkbox {
  border-color: #8f8178;
}
.subject-terms .sector-chemistry-nanotech-materials .subject-collapse,
.section-terms .sector-chemistry-nanotech-materials .subject-collapse {
  color: #8f8178;
}
.subject-terms .sector-chemistry-nanotech-materials .panel .panel-heading,
.section-terms .sector-chemistry-nanotech-materials .panel .panel-heading,
.subject-terms .sector-chemistry-nanotech-materials .discipline-group .discipline-subject .specialism-dropdown-toggle,
.section-terms .sector-chemistry-nanotech-materials .discipline-group .discipline-subject .specialism-dropdown-toggle,
.subject-terms .sector-chemistry-nanotech-materials .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .sector-chemistry-nanotech-materials .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox {
  background: #8f8178;
}
.subject-terms .sector-physical-sciences .panel,
.section-terms .sector-physical-sciences .panel,
.subject-terms .sector-physical-sciences .panel .panel-heading,
.section-terms .sector-physical-sciences .panel .panel-heading,
.subject-terms .sector-physical-sciences .subject-collapse .checkbox label.pseudo-checkbox,
.section-terms .sector-physical-sciences .subject-collapse .checkbox label.pseudo-checkbox {
  border-color: #8f8178;
}
.subject-terms .sector-physical-sciences .subject-collapse,
.section-terms .sector-physical-sciences .subject-collapse {
  color: #8f8178;
}
.subject-terms .sector-physical-sciences .panel .panel-heading,
.section-terms .sector-physical-sciences .panel .panel-heading,
.subject-terms .sector-physical-sciences .discipline-group .discipline-subject .specialism-dropdown-toggle,
.section-terms .sector-physical-sciences .discipline-group .discipline-subject .specialism-dropdown-toggle,
.subject-terms .sector-physical-sciences .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox,
.section-terms .sector-physical-sciences .subject-collapse .checkbox input[type=checkbox]:checked + label.pseudo-checkbox {
  background: #8f8178;
}
.section-terms {
  margin-top: 15px;
}
.section-terms h4 {
  color: #000000;
  margin: 0 0 5px 0;
}
.section-terms .tinting-save {
  text-align: right;
  margin-top: auto;
}
/**
 * Import search
 */
/******************************\
        Search
\******************************/
/**
 * Use Bar Search box
 */
#searchform {
  line-height: 57px;
}
#searchform .search-wrapper {
  background: white;
  border: 1px solid #ababab;
  border-top: 3px solid #ababab;
  color: #8f8178;
  line-height: 32px;
  margin-top: 12px;
  max-width: 230px;
  padding: 0 5px 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
#box3 #searchform .search-wrapper {
  line-height: 26px;
  max-width: none;
  margin-bottom: 0;
  margin-top: 0;
}
#box3 #searchform .search-wrapper input {
  height: 23px;
}
#searchform .search-wrapper input {
  border: 0;
  width: 88%;
}
#searchform .search-wrapper input:focus {
  outline: none;
}
#searchform .search-wrapper .dropdown-toggle {
  position: relative;
}
#searchform .search-wrapper .dropdown-menu {
  position: absolute;
  top: 20px;
  left: -114px;
  min-width: 140px;
}
#searchform .search-wrapper .dropdown-menu li:hover {
  background-color: #f5f5f5;
}
#searchform .search-wrapper .dropdown-menu > li > input {
  padding: 3px 15px;
  color: #262626;
  background-color: transparent;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
#searchform .advanced-search-link {
  margin-top: 6px;
  line-height: 14px;
}
#searchform .advanced-search-link a {
  font-size: 14px;
  text-decoration: none;
  color: #8f8178;
}
@media screen and (max-width: 992px) {
  #searchform .search-wrapper {
    background: white;
    border: 0;
    border-radius: 0;
    color: #8f8178;
    float: none !important;
    /* This is important to override BootStrap */
    line-height: 34px;
    margin: 0;
    max-width: none;
  }
  #searchform .search-wrapper input {
    height: 65px;
    margin: 0 15px;
  }
  .mobile-search #searchform {
    float: none !important;
  }
  .mobile-search #searchform .search-wrapper {
    position: relative;
    color: #8f8178;
    background: #ffffff;
    padding: 15px 20px;
    border: 0;
    margin: 0;
    line-height: 34px;
    max-width: none;
  }
  .mobile-search #searchform .search-wrapper .search-box {
    margin: 0;
    padding: 0px 39px 0 15px;
    font-size: 0.83em;
    font-weight: bold;
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 4px;
    height: 34px;
  }
  .mobile-search #searchform .search-wrapper .fa-search {
    position: absolute;
    top: 16px;
    right: 20px;
    line-height: 34px;
    padding: 0px 9.5px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  #searchform .search-wrapper input {
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  #searchform .search-wrapper input {
    width: 80%;
  }
}
/**
 *  Page search box
 */
.search-box {
  height: 31px;
}
/**
 *  Customisation Switcher
 */
#customisation {
  margin-right: 15px;
}
#customisation .customisation-inner {
  width: 100%;
}
#customisation .customisation-inner .customisation-button {
  display: inline-block;
  margin: 12px 12px 0 0;
  vertical-align: top;
}
#customisation .customisation-inner .customisation-button .btn-success {
  background-color: #336633;
  border-color: #336633;
}
#customisation .customisation-inner .customisation-button .btn-success:hover {
  background-color: #3c773c;
  border-color: #3c773c;
}
#customisation .customisation-inner #rose-tint-switcher {
  border: 1px solid #605750;
  background-color: #ccc;
  display: inline-block;
  border-radius: 18px;
  height: 36px;
  width: 68px;
  margin-top: 12px;
  padding: 1px;
}
#customisation .customisation-inner #rose-tint-switcher.disabled {
  background-color: rgba(143, 129, 120, 0.2);
  border: 1px solid rgba(96, 87, 80, 0.4);
}
#customisation .customisation-inner #rose-tint-switcher a {
  display: block;
  float: left;
  height: 32px;
  width: 32px;
  font-size: 0;
  margin-left: 0;
}
#customisation .customisation-inner #rose-tint-switcher.tint-on #rose-tint-on {
  background-color: #336633;
  border: 1px solid #605750;
  border-radius: 16px;
  color: #fff;
}
#customisation .customisation-inner #rose-tint-switcher.tint-off #rose-tint-off {
  background-color: #c30;
  border: 1px solid #605750;
  border-radius: 16px;
  color: #fff;
}
#customisation .customisation-inner #rose-tint-switcher.tint-off.disabled #rose-tint-off {
  background-color: rgba(225, 228, 232, 0.2);
  border: 1px solid rgba(96, 87, 80, 0.4);
}
#customisation .customisation-link {
  line-height: 14px;
}
#customisation .customisation-link a {
  font-size: 14px;
  text-decoration: none;
  color: #8f8178;
}
/**
 *  Engins Advanced search 
 */
.body-admin-bar #engins-advanced-search .modal-dialog {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .body-admin-bar #engins-advanced-search .modal-dialog {
    margin-top: 72px;
  }
}
#engins-advanced-search .search-section {
  margin-top: 15px;
  text-align: center;
}
#engins-advanced-search .search-section .btn-fixed {
  min-width: 130px;
}
#engins-advanced-search .search-section .dropdown {
  width: 130px;
  margin: 0 auto;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  min-width: 130px;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .divider {
  margin: 3px 0;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .dropdown-item label {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 4px 6px 4px 22px;
  width: 100%;
  cursor: pointer;
  color: #500f77;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .dropdown-item label:hover {
  background-color: #ddd;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .dropdown-item label input[type="radio"] {
  height: 0;
  width: 0;
  visibility: hidden;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .dropdown-item label input[type="radio"]:before {
  position: absolute;
  top: 4px;
  left: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  content: " ";
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .dropdown-item label input[type="radio"]:checked {
  display: inline-block;
}
#engins-advanced-search .search-section .dropdown .dropdown-menu .dropdown-item label input[type="radio"]:checked:before {
  content: "\f00c";
  visibility: visible;
}
#engins-advanced-search .search-section .modal {
  text-align: left;
}
#engins-advanced-search .search-section .modal .modal-footer {
  text-align: left;
}
#engins-advanced-search .search-section .field-container {
  margin-left: 0;
}
#engins-advanced-search .search-text-container {
  border: 1px solid #ababab;
  border-top: 3px solid #ababab;
  color: #8f8178;
  line-height: 32px;
  margin-top: 12.5px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#engins-advanced-search .search-text-container input[type="text"] {
  border: 0;
  width: 100%;
  padding: 1px 30px 1px 10px;
}
#engins-advanced-search .search-text-container input[type="text"]:focus {
  outline: none;
}
#engins-advanced-search .search-text-container .btn-search {
  background: transparent;
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
}
#engins-advanced-search .search-text-container .btn-search i {
  font-size: 16px;
  color: #500f77;
  padding: 0 0 2px 0;
}
#engins-advanced-search .date-container {
  margin-bottom: 10px;
}
#engins-advanced-search .date-container label {
  width: 40px;
}
#engins-advanced-search .date-container input {
  border: 1px solid #ababab;
  border-top: 3px solid #ababab;
  color: #8f8178;
  line-height: 32px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#engins-advanced-search .btn {
  color: #fff;
  border: 0;
  background-color: #500f77;
  font-size: 15px;
  font-weight: normal;
  padding: 6px 15px;
}
#engins-advanced-search .radio-container label,
#engins-advanced-search .checkbox-container label {
  font-weight: normal;
}
#engins-advanced-search .search-subjects button:disabled {
  cursor: not-allowed;
}
#engins-advanced-search .search-subjects .btn.tint-on {
  opacity: 0.65;
}
#engins-advanced-search .search-subjects .label-container h4 {
  margin-top: 12.5px;
}
#engins-advanced-search .search-preferences .tint-off {
  opacity: 0.65;
}
/**
 *  Search Results
 */
#engins-search-results .mt-0 {
  margin-top: 0;
}
#engins-search-results .results-count {
  margin-top: 20px;
  min-height: 25px;
}
#engins-search-results .results-count .post-count {
  display: inline-block;
  line-height: 21px;
}
#engins-search-results .no-results .match-type {
  display: none;
}
#engins-search-results .engins-search-result {
  margin: 15px 0;
}
#engins-search-results .engins-search-result .post-thumbnail {
  padding-right: 0;
}
#engins-search-results .engins-search-result .post-content {
  position: relative;
}
#engins-search-results .engins-search-result .post-content .brf-action-list {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 15px;
}
#engins-search-results .engins-search-result .post-content .brf-action-list.pull-right {
  float: none !important;
}
#engins-search-results .engins-search-result .post-content .brf-action-list.hidden-xs {
  display: block !important;
  margin-top: 0;
}
#engins-search-results .engins-search-result .post-content .post-source {
  width: 64px;
  height: 32px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}
#engins-search-results .engins-search-result .post-content .post-title {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
#engins-search-results .engins-search-result .post-content .post-meta {
  color: #8f8178;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
#engins-search-results .engins-search-result .post-content .post-terms {
  margin-top: 7px;
}
#engins-search-results .btn-term,
#engins-search-results .btn-term-active,
#engins-search-results .btn-term-tinting,
#engins-search-results .btn-remove {
  font-size: 12px;
  margin: 0 0 3px 0;
  padding: 1px 3px;
  line-height: 17px;
  color: #fff;
  opacity: 0.6;
}
#engins-search-results .btn-term:hover,
#engins-search-results .btn-term-active:hover,
#engins-search-results .btn-term-tinting:hover,
#engins-search-results .btn-remove:hover {
  opacity: 1;
}
#engins-search-results .btn-term:hover a,
#engins-search-results .btn-term-active:hover a,
#engins-search-results .btn-term-tinting:hover a,
#engins-search-results .btn-remove:hover a {
  color: #ffffff;
}
#engins-search-results .btn-term.btn-section,
#engins-search-results .btn-term-active.btn-section,
#engins-search-results .btn-term-tinting.btn-section,
#engins-search-results .btn-remove.btn-section {
  color: #ffffff;
  border-color: #500f77;
  background-color: #500f77;
}
#engins-search-results .btn-term.btn-bio-medical-scitech,
#engins-search-results .btn-term-active.btn-bio-medical-scitech,
#engins-search-results .btn-term-tinting.btn-bio-medical-scitech,
#engins-search-results .btn-remove.btn-bio-medical-scitech {
  color: #ffffff;
  border-color: #8f8178;
  background-color: #8f8178;
}
#engins-search-results .btn-term.btn-engineering-environment-energy,
#engins-search-results .btn-term-active.btn-engineering-environment-energy,
#engins-search-results .btn-term-tinting.btn-engineering-environment-energy,
#engins-search-results .btn-remove.btn-engineering-environment-energy {
  color: #ffffff;
  border-color: #8f8178;
  background-color: #8f8178;
}
#engins-search-results .btn-term.btn-electronics-computing,
#engins-search-results .btn-term-active.btn-electronics-computing,
#engins-search-results .btn-term-tinting.btn-electronics-computing,
#engins-search-results .btn-remove.btn-electronics-computing {
  color: #ffffff;
  border-color: #8f8178;
  background-color: #8f8178;
}
#engins-search-results .btn-term.btn-chemistry-nanotech-materials,
#engins-search-results .btn-term-active.btn-chemistry-nanotech-materials,
#engins-search-results .btn-term-tinting.btn-chemistry-nanotech-materials,
#engins-search-results .btn-remove.btn-chemistry-nanotech-materials {
  color: #ffffff;
  border-color: #8f8178;
  background-color: #8f8178;
}
#engins-search-results .btn-term.btn-physical-sciences,
#engins-search-results .btn-term-active.btn-physical-sciences,
#engins-search-results .btn-term-tinting.btn-physical-sciences,
#engins-search-results .btn-remove.btn-physical-sciences {
  color: #ffffff;
  border-color: #8f8178;
  background-color: #8f8178;
}
#engins-search-results .btn-remove {
  margin: 0 3px 3px 0;
}
#engins-search-results .btn-term-active:hover,
#engins-search-results .btn-term-tinting:hover {
  opacity: 0.6;
  cursor: not-allowed;
  color: #eee;
}
#engins-search-results .btn-term-tinting:hover {
  cursor: default;
}
#engins-search-results .btn-post-type {
  color: #333;
}
#engins-search-results .btn-post-type:hover {
  color: inherit;
}
#engins-search-results .books-container {
  margin-top: 5px;
  margin-bottom: 40px;
}
#engins-search-results .books {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 32px;
  background: #dddddd;
}
#engins-search-results .books h2 {
  margin: 15px;
}
#engins-search-results .books .has-pages,
#engins-search-results .books .no-pages,
#engins-search-results .books .paged {
  padding: 0 15px;
}
#engins-search-results .books .page,
#engins-search-results .books .no-pages {
  background: inherit !important;
}
#engins-search-results .books .paged-nav-wrap {
  position: absolute;
  left: 15px;
  right: 15px;
}
#engins-search-results .indeed-jobs-inner {
  background: #dddddd;
  padding: 15px 15px 32px 15px;
  position: relative;
}
#engins-search-results .indeed-jobs-inner h2 {
  margin: 0 0 15px 0;
}
#engins-search-results .indeed-jobs-inner .page,
#engins-search-results .indeed-jobs-inner .no-pages {
  background: inherit !important;
}
#engins-search-results .indeed-jobs-inner .paged-nav-wrap {
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: 0;
  left: 0;
  right: 0;
}
#engins-search-results .indeed-jobs-inner .paged {
  max-width: 100%;
}
/**
 * Carousel
 */
/******************************\
        Carousel
\******************************/
.carousel {
  background: #500f77;
  min-height: 210px;
  margin: 20px 15px 10px 15px;
  padding: 25px 80px;
}
.carousel .item h2 {
  margin: 0;
  margin-bottom: 10px;
}
.carousel .item h2 a {
  color: #fff;
}
.carousel .item p {
  color: #fff;
}
.carousel .item .pull-right--mobile {
  float: right;
  height: auto;
  width: 180px;
}
.carousel .carousel__text {
  height: 50px;
}
.carousel .carousel-indicators {
  bottom: -10px;
  left: auto;
  right: 20px;
  width: auto;
}
.carousel .carousel-indicators li {
  background: transparent;
  border-color: #fff;
  border-radius: 0;
}
.carousel .carousel-indicators li.active {
  background: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .carousel {
    padding: 0;
  }
  .carousel .item h2 a {
    color: #fff;
    font-size: 2rem;
  }
  .carousel .item h2 a:hover {
    color: #500f77;
  }
  .carousel .item img {
    height: auto;
    width: 100%;
  }
  .carousel .carousel__title {
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .carousel .carousel__text {
    padding: 10px 0;
    overflow: hidden;
    height: 58px;
  }
  .carousel .item .pull-right--mobile {
    float: right;
    width: 100%;
  }
  .carousel .item .pull-right--mobile img {
    float: right;
  }
}
@media (max-width: 480px) {
  .carousel {
    margin: 5px;
  }
}
/**
 * Books List 
 */
/******************************\
        Books
\******************************/
.books-section {
  max-height: 600px;
  overflow: hidden;
}
.books {
  margin-bottom: 15px;
}
.books .paged {
  height: 462px;
}
.books .paged .page {
  width: 100%;
}
.books .paged .page .book {
  height: 130px;
  margin: 12px 0;
}
.books .brf-icon {
  width: 25px;
}
.books .no-pages .book {
  margin: 10px 0;
}
.books .brf-icon {
  width: 25px;
}
.book-details {
  height: 130px;
  max-height: 130px;
  position: relative;
  margin-left: 85px;
}
.book-details .brf-action-list {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.book-details .brf-action-list .brf-sub ul {
  bottom: 0;
}
.book-details .brf-action-list .brf-sub ul li a {
  width: 150px;
}
.book-details .list-meta {
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
}
.book-details .list-title-link,
.book-details .list-meta,
.book-details .review-link {
  font-size: 11px;
}
.book-details .list-title-link {
  color: #500f77;
  display: block;
  line-height: 1.32;
  overflow: hidden;
  z-index: 10;
}
.book-details .review-link {
  font-weight: bold;
}
.book-pic {
  float: left;
  margin-right: 5px;
  width: 80px;
  height: 130px;
  text-align: right;
}
.book-pic a img {
  width: 100%;
  height: auto;
}
.books.books-section.books-section-single-col {
  max-height: initial;
}
.books.books-section.books-section-single-col h2 {
  margin-bottom: 0;
  line-height: 1;
}
.books.books-section.books-section-single-col .col-single {
  padding-left: 0;
  padding-right: 0;
}
.books.books-section.books-section-single-col .paged {
  max-height: 462px;
}
.books.books-section.books-section-single-col .no-pages .book {
  margin: 25px 0 0 0;
}
.books.books-section.books-section-single-col .book-pic a img {
  display: block;
  max-width: 100%;
  height: auto;
  width: inherit;
}
.books.books-section.books-section-single-col .book-details .list-meta,
.books.books-section.books-section-single-col .book-details .review-link,
.books.books-section.books-section-single-col .book-details .brf-action-list {
  display: block !important;
}
@media (max-width: 992px) {
  .books.books-section.books-section-single-col .paged,
  .books.books-section.books-section-single-col .page {
    width: 100% !important;
  }
}
.item-img {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}
.item-title {
  display: inline-block;
}
@media (max-width: 768px) {
  .block-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .block-books {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .list-title-link {
    margin-right: 30px;
  }
  .book {
    margin: 15px 0;
  }
  .book-details .list-title-link,
  .book-details .list-meta,
  .book-details .review-link {
    font-size: 12px;
  }
  .paged,
  .page {
    width: 100% !important;
  }
  .books {
    max-height: none;
  }
}
#commentary.book-reviews .commentary {
  margin-top: 0;
  margin-bottom: 0;
}
#commentary.book-reviews .commentary p {
  font-size: 12px;
}
#commentary.book-reviews ul {
  margin-bottom: 0;
}
#commentary,
#respond {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
/**
 * Import articles
 */
/******************************\
        Articles
\******************************/
.article {
  padding: 5px;
}
.article img {
  max-width: 100%;
  max-height: auto;
}
/* tabbed navigation */
#bootstrap-overrides .nav {
  background-color: red;
}
.tabs-nav {
  background: #e9e6e4;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.tab-nav {
  display: inline-block;
  min-height: 68px;
  min-width: 39px;
}
.tab-nav .no-text {
  background: #500f77;
  display: none;
  left: 0;
  height: 35px;
  position: absolute;
  top: 39px;
  width: 100%;
  color: #8f8178;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 10px;
  text-align: left;
}
.tab-nav .active-tab .no-text {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px;
}
.tab-nav a.rct {
  padding: 0;
  text-align: center;
  border-right: 1px solid #fff;
}
.article--width {
  margin: 0 -11px;
}
.rct {
  display: block;
  min-height: 39px;
  min-width: 39px;
}
.list-post {
  line-height: 1.3em;
  margin-bottom: 10px;
}
.list-post:last-child {
  margin-bottom: 90px;
}
.list-post p {
  margin-bottom: 0;
}
.list-post a {
  font-weight: bold;
}
.jobs-xml .list-post:last-child {
  margin-bottom: 10px;
}
.list-title-link {
  color: #500f77;
  font-size: 12px;
  font-weight: bold;
}
.list-title-link:hover {
  color: #500f77;
}
.list-title-link.author-link {
  color: #500f77;
}
.list-post-row .list-title-link.author-link {
  color: #500f77;
}
.list-post-row .list-title-link.author-link:hover {
  color: #500f77;
}
/**
 * Author & Commentary
 */
.brf-box__parent {
  margin: 50px 0;
}
.tab-title {
  background: #f1f1f5;
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  padding: 12px 22px 5px;
}
.brf-box {
  background: #f1f1f5;
  margin-bottom: 15px;
  min-height: 110px;
  padding: 22px;
  /**
     * Profile Page - This shouldn't really be here but for the sake of DRY
     */
}
.brf-box .author-img {
  float: left;
}
.brf-box .author-img:after {
  content: '';
  display: table;
  clear: both;
}
.brf-box .author-info {
  margin-left: 70px;
}
.brf-box .author-name {
  margin-top: 2px;
}
.brf-box .item-img {
  vertical-align: top;
}
.brf-box .item-info {
  display: inline-block;
}
.brf-box .item-info h1 {
  margin: 0;
}
#commentary ul {
  list-style: none;
  padding: 0;
}
.commentary {
  border-top: 1px solid #ccc;
  margin-bottom: 25px;
  padding: 8px;
}
.commentary-author {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 8px;
}
.commentary-meta {
  float: right;
  color: #bbb;
  font-size: 0.8em;
}
.commentary-content {
  clear: both;
  font-size: 0.8em;
}
.commentary-field .error,
.commentary-link-field .error {
  color: red;
  display: none;
  font-size: 11px;
  font-weight: bold;
}
.commentary-field .textarea textarea,
.commentary-link-field .textarea textarea {
  height: 150px;
  width: 100%;
}
.commentary-field .Loading,
.commentary-link-field .Loading {
  visibility: hidden;
}
.list-meta {
  color: #8f8178;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  min-width: 39px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 39px;
  font-size: 22px;
  text-align: center;
  color: #000;
}
.article-icon.Research:before {
  content: "\f610";
}
.article-icon.Trends:before {
  content: "\f201";
}
.article-icon.Cool:before {
  content: "\f810";
}
.article-icon.Money:before {
  content: "\f51e";
}
.article-icon.People:before {
  content: "\f086";
}
.article-icon.Explainers:before {
  content: "\f1ce";
}
.article-icon.Law:before {
  content: "\f24e";
}
.article-icon.Education:before {
  content: "\f19d";
}
.active-tab {
  background-color: #500f77;
}
.active-tab .article-icon {
  color: #fff;
}
.tabs-nav__home li .active-tab {
  background: #500f77;
}
/**
 *  Tabs
 */
.tabs {
  padding-top: 10px;
}
.tabs .tab h3 a {
  display: block;
  text-indent: -9999em;
}
.tabs .tab .tab-inner.scroll {
  height: 410px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tabs .tab .tab-inner.scroll::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}
.tabs .tab .tab-inner.scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
  margin-right: 4px;
}
.tabs .tab .tab-inner.scroll::-webkit-scrollbar-thumb {
  background-color: #e8e9eb;
  border-radius: 10px;
}
.tabs .tab .tab-inner.scroll .list-post {
  padding: 1px;
}
.tabs .tab .tab-inner.scroll .list-post .brf-action-list {
  position: relative;
  margin-right: 10px;
}
.tabs .tab .tab-inner.scroll .list-post .brf-action-list .brf-sub {
  position: absolute;
  top: 0;
  left: 70px;
}
.tabs .tab .tab-inner.scroll .list-post .brf-action-list .brf-sub ul {
  right: 12px;
}
.tabs .tab .tab-inner.scroll .list-post .brf-action-list .brf-sub ul li:last-child {
  padding: 10px 10px;
}
.list-post.flex-item {
  display: flex;
}
.list-post.flex-item .art-banner {
  min-width: 64px;
}
.list-post.flex-item .art-title {
  flex-grow: 1;
  max-width: inherit;
}
/**
 *  Article Banners
 */
.art-banner {
  height: 32px;
  width: 64px;
  display: inline-block;
  margin: 5px 10px 0 0;
  vertical-align: top;
}
.art-banner img {
  height: 32px;
  width: 64px;
}
.brf-dropdown a.brf-feed {
  background: url('../images/feed.png');
  display: block;
  height: 32px;
  text-indent: -9999em;
  width: 32px;
}
.brf-sub {
  display: none;
}
.brf-sub ul {
  background: #efefef;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin-right: 12px;
  padding: 0;
  position: absolute;
  right: 11px;
  z-index: 999;
}
.brf-sub ul li {
  border-bottom: 1px solid #fff;
}
.brf-sub ul li:last-child {
  border-bottom: 0;
}
.brf-sub ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  width: 200px;
}
.brf-sub ul li a:hover {
  text-decoration: none;
}
.brf-sub ul li:hover {
  background: #e0e0e0;
}
.book-details .brf-action-list .brf-sub ul li:last-child {
  padding: 5px;
}
.col-book-odd .book-details .brf-action-list .brf-sub ul {
  right: -120px;
}
.art-title {
  display: inline-block;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#feed-dropdown .brf-sub ul li a {
  width: 275px;
}
.brf-icon {
  background-image: url('../images/actions.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px;
  display: block;
  height: 35px;
  width: 25px;
  text-indent: -9999em;
}
/**
 *  Actual article page css
 */
.post-meta {
  color: #ccc;
  font-size: 11px;
}
@media (min-width: 768px) {
  .tabbed {
    max-height: 550px;
    /*  Comment to remove height */
  }
  .tab-content {
    padding-right: 15px;
  }
  .rct {
    min-width: 60px;
  }
  .jspPane {
    width: 100% !important;
  }
  .show-large .tabs-nav {
    border-bottom: 5px solid #500f77;
    height: 44px;
  }
  .show-large .tab {
    height: 460px;
    /*  Comment to remove height */
  }
  .show-large .art-title {
    max-width: 78%;
  }
  .show-large .article-icon {
    background-position: 2px;
  }
  .show-large .tabs-nav {
    border-bottom: 5px solid #500f77;
    height: 44px;
  }
  .show-large .brf-action-list {
    margin-right: 0;
  }
  .show-large .tab-nav {
    background: #e9e6e4;
    min-height: 39px;
    width: 12.5%;
  }
  .show-large .tab-nav .no-text {
    background: transparent;
    display: inline-block;
    left: 39px;
    top: 3px;
    width: auto;
    font-size: 10px;
    padding: 10px 0;
  }
  .show-large .tab-nav .rct {
    position: relative;
    text-align: left;
  }
  .show-large .tab-nav:last-child .article-icon {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  .block-container {
    padding: 0;
  }
  .block-articles {
    margin: 0;
  }
  .art-title {
    max-width: 72%;
    max-height: 37px;
    text-overflow: clip;
    white-space: normal;
  }
}
.post-sections .list-post .art-title {
  max-width: 67%;
}
@media (max-width: 480px) {
  .block-articles {
    padding: 0;
  }
  .block-articles h2 {
    padding-left: 15px;
  }
  .block-articles .list-post {
    padding-left: 15px !important;
  }
  .book {
    height: 130px;
  }
  .books-section {
    max-height: none;
  }
}
/**
 * This is a nasty hack ( I think ) so I have hidden it in the deep depths of the css
 * hoping no one will find it :)
 */
@media screen and (min-width: 992px) {
  #author-profile .mb {
    margin: 0;
  }
}
/* replace the [caption] shortcode css with HTML5 compliant code */
figure.wp-caption {
  margin-bottom: 25px;
}
figure.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure.wp-caption.aligncenter img {
  margin: 0 auto;
}
figure.wp-caption .wp-caption-text {
  font-size: 12px;
  color: #99999d;
  margin: 0 auto;
}
/**
 * Spinner - The Loading icon that appears everywhere, it's totally css.... I know right
 */
/******************************\
        Spinner
\******************************/
/**
 *  This CSS code is in relation to the loading spinner that appears when some
 *  content is loading.
 *
 *  Source and Thanks goto: http://tobiasahlin.com/spinkit/
 */
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/**
 * Register page
 */
/******************************\
        Register
\******************************/
.brf-register {
  background: #f1f1f5;
  margin: 25px auto;
  padding: 25px 25px;
}
.brf-register h2 {
  margin-top: 0;
}
.brf-register .form-group {
  padding: 10px 0;
}
.brf-register .form-group input[type="text"] {
  margin-left: 15px;
}
.brf-register .form-group input[type="password"] {
  margin-left: 15px;
}
.brf-register .form-group select {
  margin-left: 15px;
}
.brf-register .form-group.row--block {
  display: block;
  width: 100%;
}
.brf-register .btn {
  background: #500f77;
}
.brf-register .btn:hover {
  color: white;
}
.brf-register .reg-comments__textarea {
  height: 100px;
  width: 50%;
}
.register-success {
  margin: 30px 0;
  padding-left: 0;
  padding-right: 0;
}
/**
 * Register page
 */
.brf-profile .theme-input {
  display: inline-block;
  width: 50%;
  height: 32px;
}
.brf-profile .theme-input input {
  vertical-align: top;
  margin-top: 12px;
}
.brf-profile .theme-colour {
  margin-left: 8px;
  width: 44px;
  height: 32px;
  display: inline-block;
}
.brf-profile .theme-colour .theme-inner {
  background-color: #e9e6e4;
  width: 100%;
  height: 27px;
}
.brf-profile .theme-colour.theme-general {
  background: #500f77;
}
.brf-profile .theme-colour.theme-bio-medical-scitech {
  background: #b11556;
}
.brf-profile .theme-colour.theme-engineering-environment-energy {
  background: #ec7e23;
}
.brf-profile .theme-colour.theme-electronics-computing {
  background: #00a0b7;
}
.brf-profile .theme-colour.theme-chemistry-nanotech-materials {
  background: #7d8a28;
}
.brf-profile .theme-colour.theme-physical-sciences {
  background: #143a65;
}
.brf-profile .theme-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  padding-left: 8px;
}
.grid-stack .theme-text-1,
.editBar .theme-text-1 {
  color: #500f77;
}
.grid-stack .theme-text-2,
.editBar .theme-text-2 {
  color: #b11556;
}
.grid-stack .theme-text-3,
.editBar .theme-text-3 {
  color: #ec7e23;
}
.grid-stack .theme-text-4,
.editBar .theme-text-4 {
  color: #00a0b7;
}
.grid-stack .theme-text-5,
.editBar .theme-text-5 {
  color: #7d8a28;
}
.grid-stack .theme-text-6,
.editBar .theme-text-6 {
  color: #143a65;
}
.grid-stack .theme-btn-1,
.editBar .theme-btn-1 {
  background: #500f77;
  border: 1px solid #500f77;
}
.grid-stack .theme-btn-1:hover,
.editBar .theme-btn-1:hover {
  background: #500f77;
  border: 1px solid #500f77;
}
.grid-stack .theme-btn-2,
.editBar .theme-btn-2 {
  background: #b11556;
  border: 1px solid #b11556;
}
.grid-stack .theme-btn-2:hover,
.editBar .theme-btn-2:hover {
  background: #b11556;
  border: 1px solid #b11556;
}
.grid-stack .theme-btn-3,
.editBar .theme-btn-3 {
  background: #ec7e23;
  border: 1px solid #ec7e23;
}
.grid-stack .theme-btn-3:hover,
.editBar .theme-btn-3:hover {
  background: #ec7e23;
  border: 1px solid #ec7e23;
}
.grid-stack .theme-btn-4,
.editBar .theme-btn-4 {
  background: #00a0b7;
  border: 1px solid #00a0b7;
}
.grid-stack .theme-btn-4:hover,
.editBar .theme-btn-4:hover {
  background: #00a0b7;
  border: 1px solid #00a0b7;
}
.grid-stack .theme-btn-5,
.editBar .theme-btn-5 {
  background: #7d8a28;
  border: 1px solid #7d8a28;
}
.grid-stack .theme-btn-5:hover,
.editBar .theme-btn-5:hover {
  background: #7d8a28;
  border: 1px solid #7d8a28;
}
.grid-stack .theme-btn-6,
.editBar .theme-btn-6 {
  background: #143a65;
  border: 1px solid #143a65;
}
.grid-stack .theme-btn-6:hover,
.editBar .theme-btn-6:hover {
  background: #143a65;
  border: 1px solid #143a65;
}
.grid-stack .theme-border,
.editBar .theme-border {
  border-color: #500f77;
}
.grid-stack .theme-border.dropdown-menu,
.editBar .theme-border.dropdown-menu {
  border-color: #500f77;
}
.grid-stack .theme-border.theme-border-1,
.editBar .theme-border.theme-border-1 {
  border-color: #500f77;
}
.grid-stack .theme-border.theme-border-1.dropdown-menu,
.editBar .theme-border.theme-border-1.dropdown-menu {
  border-color: #500f77;
}
.grid-stack .theme-border.theme-border-2,
.editBar .theme-border.theme-border-2 {
  border-color: #b11556;
}
.grid-stack .theme-border.theme-border-2.dropdown-menu,
.editBar .theme-border.theme-border-2.dropdown-menu {
  border-color: #b11556;
}
.grid-stack .theme-border.theme-border-3,
.editBar .theme-border.theme-border-3 {
  border-color: #ec7e23;
}
.grid-stack .theme-border.theme-border-3.dropdown-menu,
.editBar .theme-border.theme-border-3.dropdown-menu {
  border-color: #ec7e23;
}
.grid-stack .theme-border.theme-border-4,
.editBar .theme-border.theme-border-4 {
  border-color: #00a0b7;
}
.grid-stack .theme-border.theme-border-4.dropdown-menu,
.editBar .theme-border.theme-border-4.dropdown-menu {
  border-color: #00a0b7;
}
.grid-stack .theme-border.theme-border-5,
.editBar .theme-border.theme-border-5 {
  border-color: #7d8a28;
}
.grid-stack .theme-border.theme-border-5 ^ .dropdown-menu,
.editBar .theme-border.theme-border-5 ^ .dropdown-menu {
  border-color: #7d8a28;
}
.grid-stack .theme-border.theme-border-6,
.editBar .theme-border.theme-border-6 {
  border-color: #143a65;
}
.grid-stack .theme-border.theme-border-6.dropdown-menu,
.editBar .theme-border.theme-border-6.dropdown-menu {
  border-color: #143a65;
}
/**
 * Pagination
 */
.pagination {
  text-align: center;
  width: 100%;
}
.pagination .page-links a,
.pagination .page-links span {
  margin: 0 3px;
  padding: 5px;
}
.pagination .page-links span.current {
  background: #99999d;
  color: white;
}
.pagination .page-links a {
  background: #f1f1f5;
}
/**
 * user profile registration and management pages
 */
/******************************\
        	User
\******************************/
#author-profile .article {
  padding: 0;
}
#author-feed .author-feed-post h3 {
  margin-top: 0;
}
#author-feed .author-feed-post {
  background-color: transparent;
}
#author-feed #paged-author-feed-nav {
  padding: 5px 0;
}
#author-feed #paged-author-feed-nav .paged-pager {
  text-align: center;
}
#author-feed #paged-author-feed-nav .paged-pager a {
  margin: 0 4px;
}
#author-feed #paged-author-feed-nav .paged-pager .activeSlide {
  font-weight: bold;
}
#author-tweets .tweet-detail,
#author-tweets .timestamp {
  margin: 0;
}
#author-tweets .twitter_intents p {
  display: inline-block;
}
#author-tweets .twitter_intents p a {
  padding: 0 10px 0 20px;
}
#author-tweets .twitter_intents p a.reply {
  background: url('../images/twitter_reply.png') 0 0 no-repeat;
}
#author-tweets .twitter_intents p a.retweet {
  background: url('../images/twitter_retweet.png') 0 0 no-repeat;
  padding-left: 23px;
}
#author-tweets .twitter_intents p a.favorite {
  background: url('../images/twitter_favorite.png') 0 0 no-repeat;
}
#author-tweets .twitter_intents p a.reply:hover {
  background: url('../images/twitter_reply_hover.png') 0 0 no-repeat;
}
#author-tweets .twitter_intents p a.retweet:hover {
  background: url('../images/twitter_retweet_hover.png') 0 0 no-repeat;
}
#author-tweets .twitter_intents p a.favorite:hover {
  background: url('../images/twitter_favorite_hover.png') 0 0 no-repeat;
}
i.mce-i-saveClass {
  width: 16px;
  height: 16px;
  background-image: url("../images/save-icon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
i.mce-i-previewClass {
  width: 16px;
  height: 16px;
  background-image: url("../images/preview-icon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.mce-menubtn.mce-fixed-width span {
  width: inherit !important;
}
.grid-stack-item-content {
  color: #2c3e50;
  background-color: #fff;
  /*    padding-left: 16px;
    padding-right: 16px;*/
}
.nav.nav-pills {
  background-color: #e9e6e4;
  border-bottom-color: #500f77;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.nav.nav-pills a,
.nav.nav-pills a:hover,
nav.nav-pills a:focus {
  color: #8f8178;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #500f77;
}
.nav-pills > li > a {
  border-radius: 0px;
  padding: 0px;
  height: 39px;
}
.nav.nav-pills > li {
  width: 12.5%;
  display: inline-block;
  float: left;
  height: 39px;
}
.nav-pills .no-text {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  .nav-pills .no-text {
    display: none;
  }
}
.article-icon-widget {
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 39px;
  min-width: 39px;
  background-position: center;
}
.active .Research.article-icon-widget {
  background-image: url('../images/w-research.png');
}
.active .Trends.article-icon-widget {
  background-image: url('../images/w-trends.png');
}
.active .Cool.article-icon-widget {
  background-image: url('../images/w-cool.png');
}
.active .Money.article-icon-widget {
  background-image: url('../images/w-money.png');
}
.active .People.article-icon-widget {
  background-image: url('../images/w-people.png');
}
.active .Explainers.article-icon-widget {
  background-image: url('../images/w-explainers.png');
}
.active .Law.article-icon-widget {
  background-image: url('../images/w-law.png');
}
.active .Education.article-icon-widget {
  background-image: url('../images/w-skills.png');
}
.previewbar {
  width: 100%;
  height: 32px;
  background-color: #500f77;
}
.previewbar input[type=button] {
  width: 32%;
  height: 32px;
  background-color: transparent;
  color: white;
  border-width: 0px;
  font-weight: bold;
}
.previewbar input[type=button].disabled {
  font-weight: normal;
  cursor: inherit;
}
.previewbar .container {
  background-color: transparent;
}
.previewbar .container .privacy-reminder {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  line-height: 24px;
}
.previewbar .container .privacy-reminder form {
  display: inline-block;
}
.previewbar .container .privacy-reminder form input.approve-public {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
}
.previewbar.theme-colour-1 {
  background-color: #500f77;
}
.previewbar.theme-colour-2 {
  background-color: #143a65;
}
.previewbar.theme-colour-3 {
  background-color: #7d8a28;
}
.previewbar.theme-colour-4 {
  background-color: #00a0b7;
}
.previewbar.theme-colour-5 {
  background-color: #ec7e23;
}
.previewbar.theme-colour-6 {
  background-color: #b11556;
}
.previewbar.privacy {
  height: inherit;
  padding: 4px 0;
}
.previewbar.privacy .container {
  padding-left: 0;
  padding-right: 0;
}
.previewbar.privacy .profile-privacy-link {
  color: #fff;
  font-weight: bold;
}
#helpWidget {
  left: 0;
  z-index: 1;
}
#rightHelpWidget {
  right: 0;
  z-index: 2;
}
#helpWidget,
#rightHelpWidget {
  font-family: sans-serif;
  background: #f0f0f0;
  padding: 15px;
  width: 250px;
  position: fixed;
  margin-top: 32px;
}
#helpWidget h2,
#rightHelpWidget h2 {
  margin-top: 0;
}
#helpWidget a,
#rightHelpWidget a,
#helpWidget a:hover,
#rightHelpWidget a:hover {
  color: #500f77;
}
#helpWidget #rightHideHelpfulWidget,
#rightHelpWidget #rightHideHelpfulWidget,
#helpWidget #hideHelpfulWidget,
#rightHelpWidget #hideHelpfulWidget {
  background-color: #500f77;
  width: 100%;
  height: 32px;
  border-width: 0;
  color: white;
  font-weight: bold;
}
#helpWidget.theme-colour-1 a,
#rightHelpWidget.theme-colour-1 a,
#helpWidget.theme-colour-1 a:hover,
#rightHelpWidget.theme-colour-1 a:hover {
  color: #500f77;
}
#helpWidget.theme-colour-1 #rightHideHelpfulWidget,
#rightHelpWidget.theme-colour-1 #rightHideHelpfulWidget,
#helpWidget.theme-colour-1 #hideHelpfulWidget,
#rightHelpWidget.theme-colour-1 #hideHelpfulWidget {
  background-color: #500f77;
}
#helpWidget.theme-colour-2 a,
#rightHelpWidget.theme-colour-2 a,
#helpWidget.theme-colour-2 a:hover,
#rightHelpWidget.theme-colour-2 a:hover {
  color: #143a65;
}
#helpWidget.theme-colour-2 #rightHideHelpfulWidget,
#rightHelpWidget.theme-colour-2 #rightHideHelpfulWidget,
#helpWidget.theme-colour-2 #hideHelpfulWidget,
#rightHelpWidget.theme-colour-2 #hideHelpfulWidget {
  background-color: #143a65;
}
#helpWidget.theme-colour-3 a,
#rightHelpWidget.theme-colour-3 a,
#helpWidget.theme-colour-3 a:hover,
#rightHelpWidget.theme-colour-3 a:hover {
  color: #7d8a28;
}
#helpWidget.theme-colour-3 #rightHideHelpfulWidget,
#rightHelpWidget.theme-colour-3 #rightHideHelpfulWidget,
#helpWidget.theme-colour-3 #hideHelpfulWidget,
#rightHelpWidget.theme-colour-3 #hideHelpfulWidget {
  background-color: #7d8a28;
}
#helpWidget.theme-colour-4 a,
#rightHelpWidget.theme-colour-4 a,
#helpWidget.theme-colour-4 a:hover,
#rightHelpWidget.theme-colour-4 a:hover {
  color: #00a0b7;
}
#helpWidget.theme-colour-4 #rightHideHelpfulWidget,
#rightHelpWidget.theme-colour-4 #rightHideHelpfulWidget,
#helpWidget.theme-colour-4 #hideHelpfulWidget,
#rightHelpWidget.theme-colour-4 #hideHelpfulWidget {
  background-color: #00a0b7;
}
#helpWidget.theme-colour-5 a,
#rightHelpWidget.theme-colour-5 a,
#helpWidget.theme-colour-5 a:hover,
#rightHelpWidget.theme-colour-5 a:hover {
  color: #ec7e23;
}
#helpWidget.theme-colour-5 #rightHideHelpfulWidget,
#rightHelpWidget.theme-colour-5 #rightHideHelpfulWidget,
#helpWidget.theme-colour-5 #hideHelpfulWidget,
#rightHelpWidget.theme-colour-5 #hideHelpfulWidget {
  background-color: #ec7e23;
}
#helpWidget.theme-colour-6 a,
#rightHelpWidget.theme-colour-6 a,
#helpWidget.theme-colour-6 a:hover,
#rightHelpWidget.theme-colour-6 a:hover {
  color: #b11556;
}
#helpWidget.theme-colour-6 #rightHideHelpfulWidget,
#rightHelpWidget.theme-colour-6 #rightHideHelpfulWidget,
#helpWidget.theme-colour-6 #hideHelpfulWidget,
#rightHelpWidget.theme-colour-6 #hideHelpfulWidget {
  background-color: #b11556;
}
.rss-scroll p,
.rss-scroll div {
  font-size: 12px;
}
.rss-scroll h1,
.rss-scroll h2,
.rss-scroll h3,
.rss-scroll h4,
.rss-scroll h5,
.rss-scroll h6 {
  font-size: 14px;
}
.rss-scroll.theme-colour-1 {
  background-color: transparent;
}
.rss-scroll.theme-colour-1 a {
  color: #500f77;
}
.rss-scroll.theme-colour-2 {
  background-color: transparent;
}
.rss-scroll.theme-colour-2 a {
  color: #143a65;
}
.rss-scroll.theme-colour-3 {
  background-color: transparent;
}
.rss-scroll.theme-colour-3 a {
  color: #7d8a28;
}
.rss-scroll.theme-colour-4 {
  background-color: transparent;
}
.rss-scroll.theme-colour-4 a {
  color: #00a0b7;
}
.rss-scroll.theme-colour-5 {
  background-color: transparent;
}
.rss-scroll.theme-colour-5 a {
  color: #ec7e23;
}
.rss-scroll.theme-colour-6 {
  background-color: transparent;
}
.rss-scroll.theme-colour-6 a {
  color: #b11556;
}
/**
 * WP Login styling
 */
.login-username .brf-error {
  margin-left: 15px;
}
.login-submit input {
  background-color: #500f77;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding: 6px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.login-submit input:hover {
  background-color: #671399;
}
/**
 * WP Contribute styling
 */
.author-link,
.author-link__no-link {
  color: #8f8178;
  display: block;
  line-height: normal;
}
.author-link:hover,
.author-link__no-link:hover {
  color: #8f8178;
}
.contribution-link-meta {
  color: #500f77;
  font-size: 12px;
  line-height: normal;
}
.contribution-link-meta:hover {
  color: #500f77;
}
.brf-checkbox-text {
  margin-left: 5px;
  font-weight: normal;
}
.list-post-row {
  margin-bottom: 15px;
}
.brf-page-links {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 7px 15px;
}
.brf-page-links a {
  border: 1px solid #eee;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 1px;
  padding: 10px 15px;
}
.brf-page-links a:hover {
  color: #500f77;
  text-decoration: none;
}
@media screen and (max-width: 392px) {
  .brf-page-links a {
    display: block;
  }
}
.brf-page-links span {
  border: 1px solid #eee;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 1px;
  padding: 10px 15px;
}
@media screen and (max-width: 392px) {
  .brf-page-links span {
    display: block;
  }
}
.brf-page-links .cont-current-type,
.brf-page-links .profile-current-page {
  background: #500f77;
  border: 1px solid #500f77;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 1px;
  padding: 10px 15px;
}
.brf-profile-pic {
  margin-bottom: 10px;
}
.recent-contribution h4 {
  margin-top: 0;
}
.recent-contribution .author-pic img {
  height: 50px;
  width: 50px;
}
.brf-contribute .event-requirements .checkbox-container {
  position: relative;
  display: block;
  line-height: 1.2em;
  vertical-align: middle;
}
.brf-contribute .event-requirements .checkbox-container .tint-checkbox {
  display: none;
}
.brf-contribute .event-requirements .checkbox-container label.pseudo-checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.brf-contribute .event-requirements .checkbox-container label.pseudo-checkbox:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  top: 5px;
  left: 3px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.brf-contribute .event-requirements .checkbox-container input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #555;
}
.brf-contribute .event-requirements .checkbox-container .text-label {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin-left: 28px;
}
.brf-contribute .event-date-time .row.start {
  margin-bottom: 3px;
}
.brf-contribute .event-date-time .time-options select {
  height: 34px;
  padding: 6px 0;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 3px;
}
.brf-contribute .event-date-time label.explanation {
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  margin-right: 7px;
  min-width: 67px;
}
.brf-contribute .event-date-time .form-control.date-picker {
  width: 120px;
  display: inline-block;
  margin-left: 10px;
}
.brf-contribute #cont-book-details {
  padding-top: 5px;
}
.brf-textarea {
  height: 100px !important;
  width: 100%;
}
.wp-editor-wrap {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wp-editor-tabs {
  display: none;
}
.quicktags-toolbar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.frontend .wp-editor-area {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#jhu-options h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 5px;
}
#jhu-options .radio-outer,
#jhu-options .checkbox-outer {
  position: relative;
}
#jhu-options .radio-outer .radio-container,
#jhu-options .checkbox-outer .radio-container,
#jhu-options .radio-outer .checkbox-container,
#jhu-options .checkbox-outer .checkbox-container {
  display: block;
  line-height: 1.2em;
  vertical-align: middle;
}
#jhu-options .radio-outer .radio-container input.radio-input,
#jhu-options .checkbox-outer .radio-container input.radio-input,
#jhu-options .radio-outer .checkbox-container input.radio-input,
#jhu-options .checkbox-outer .checkbox-container input.radio-input,
#jhu-options .radio-outer .radio-container input.checkbox-input,
#jhu-options .checkbox-outer .radio-container input.checkbox-input,
#jhu-options .radio-outer .checkbox-container input.checkbox-input,
#jhu-options .checkbox-outer .checkbox-container input.checkbox-input {
  display: none;
}
#jhu-options .radio-outer .radio-container label.pseudo-radio,
#jhu-options .checkbox-outer .radio-container label.pseudo-radio,
#jhu-options .radio-outer .checkbox-container label.pseudo-radio,
#jhu-options .checkbox-outer .checkbox-container label.pseudo-radio,
#jhu-options .radio-outer .radio-container label.pseudo-checkbox,
#jhu-options .checkbox-outer .radio-container label.pseudo-checkbox,
#jhu-options .radio-outer .checkbox-container label.pseudo-checkbox,
#jhu-options .checkbox-outer .checkbox-container label.pseudo-checkbox {
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  left: 0;
  top: 3px;
  border-radius: 2px;
  border: 1px solid #8f8178;
}
#jhu-options .radio-outer .radio-container label.pseudo-radio:after,
#jhu-options .checkbox-outer .radio-container label.pseudo-radio:after,
#jhu-options .radio-outer .checkbox-container label.pseudo-radio:after,
#jhu-options .checkbox-outer .checkbox-container label.pseudo-radio:after,
#jhu-options .radio-outer .radio-container label.pseudo-checkbox:after,
#jhu-options .checkbox-outer .radio-container label.pseudo-checkbox:after,
#jhu-options .radio-outer .checkbox-container label.pseudo-checkbox:after,
#jhu-options .checkbox-outer .checkbox-container label.pseudo-checkbox:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  top: 3px;
  left: 2px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
#jhu-options .radio-outer .radio-container label.pseudo-radio,
#jhu-options .checkbox-outer .radio-container label.pseudo-radio,
#jhu-options .radio-outer .checkbox-container label.pseudo-radio,
#jhu-options .checkbox-outer .checkbox-container label.pseudo-radio {
  border-radius: 7px;
}
#jhu-options .radio-outer .radio-container label.pseudo-radio:after,
#jhu-options .checkbox-outer .radio-container label.pseudo-radio:after,
#jhu-options .radio-outer .checkbox-container label.pseudo-radio:after,
#jhu-options .checkbox-outer .checkbox-container label.pseudo-radio:after {
  width: 10px;
  height: 10px;
  top: 1px;
  left: 1px;
  border: 1px solid #fff;
  border-radius: 5px;
}
#jhu-options .radio-outer .radio-container input[type=radio]:checked + label.pseudo-radio,
#jhu-options .checkbox-outer .radio-container input[type=radio]:checked + label.pseudo-radio,
#jhu-options .radio-outer .checkbox-container input[type=radio]:checked + label.pseudo-radio,
#jhu-options .checkbox-outer .checkbox-container input[type=radio]:checked + label.pseudo-radio,
#jhu-options .radio-outer .radio-container input[type=checkbox]:checked + label.pseudo-checkbox,
#jhu-options .checkbox-outer .radio-container input[type=checkbox]:checked + label.pseudo-checkbox,
#jhu-options .radio-outer .checkbox-container input[type=checkbox]:checked + label.pseudo-checkbox,
#jhu-options .checkbox-outer .checkbox-container input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #8f8178;
}
#jhu-options .radio-outer .radio-container .text-label,
#jhu-options .checkbox-outer .radio-container .text-label,
#jhu-options .radio-outer .checkbox-container .text-label,
#jhu-options .checkbox-outer .checkbox-container .text-label {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 18px;
}
.contribute-physical-sciences {
  background: #8f8178;
}
.contribute-chemistry-nanotech-materials {
  background: #8f8178;
}
.contribute-electronics-computing {
  background: #8f8178;
}
.contribute-engineering-environment-energy {
  background: #8f8178;
}
.contribute-bio-medical-scitech {
  background: #8f8178;
}
.contribute-general {
  background: #500f77;
}
.contribute-container-physical-sciences {
  color: #8f8178;
}
.contribute-container-physical-sciences .pseudo-checkbox {
  border: 1px solid #8f8178;
}
.contribute-container-physical-sciences input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #8f8178;
}
.contribute-container-chemistry-nanotech-materials {
  color: #8f8178;
}
.contribute-container-chemistry-nanotech-materials .pseudo-checkbox {
  border: 1px solid #8f8178;
}
.contribute-container-chemistry-nanotech-materials input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #8f8178;
}
.contribute-container-electronics-computing {
  color: #8f8178;
}
.contribute-container-electronics-computing .pseudo-checkbox {
  border: 1px solid #8f8178;
}
.contribute-container-electronics-computing input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #8f8178;
}
.contribute-container-engineering-environment-energy {
  color: #8f8178;
}
.contribute-container-engineering-environment-energy .pseudo-checkbox {
  border: 1px solid #8f8178;
}
.contribute-container-engineering-environment-energy input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #8f8178;
}
.contribute-container-bio-medical-scitech {
  color: #8f8178;
}
.contribute-container-bio-medical-scitech .pseudo-checkbox {
  border: 1px solid #8f8178;
}
.contribute-container-bio-medical-scitech input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #8f8178;
}
.contribute-container-general {
  color: #500f77;
}
.contribute-container-general .pseudo-checkbox {
  border: 1px solid #500f77;
}
.contribute-container-general input[type=checkbox]:checked + label.pseudo-checkbox {
  background-color: #500f77;
}
@media (min-width: 992px) {
  #cont-subjects .tabbed .tabs-nav .tab-nav {
    display: inline-block;
  }
  #cont-subjects .tabbed .tabs-nav .tab-nav a {
    display: inline-block;
    width: 210px;
  }
}
/**
 * Dirty code 
 */
#editorarticle-tmce {
  display: none;
}
/**
 * Twitter feed styling
 */
.twitter_intents {
  border-bottom: 1px solid white;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
p.timestamp {
  font-weight: bold;
}
/**
 * Ads feed styling
 */
/******************************\
        Ads
\******************************/
/**
 * jobs feed styling
 */
.indeed_jobs_holder h2 a {
  color: #8f8178;
}
.indeed_jobs_holder .list-post .list-title-link {
  color: #500f77;
}
.indeed_jobs_holder .list-post .list-title-link:hover {
  color: #500f77;
}
.indeed_jobs_holder .list-post:last-child {
  margin-bottom: 0;
}
/**
 * Events Calendar styling
 */
#upcoming-events {
  margin-bottom: 15px;
}
#upcoming-events .event-scroll {
  max-height: 441px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollbar styling for Chrome and Safari */
  /* No scrollbar styling for Firefox or IE :( */
}
#upcoming-events .event-scroll::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}
#upcoming-events .event-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
  margin-right: 4px;
}
#upcoming-events .event-scroll::-webkit-scrollbar-thumb {
  background-color: #e8e9eb;
  border-radius: 10px;
}
#upcoming-events .event-scroll .event-content .event-post {
  padding: 1px;
  margin-bottom: 10px;
  overflow: visible;
}
#upcoming-events .event-scroll .event-content .event-post .event-thumbnail {
  height: 32px;
  width: 64px;
  display: inline-block;
  margin: 5px 10px 0 0;
  vertical-align: top;
}
#upcoming-events .event-scroll .event-content .event-post .event-thumbnail img {
  width: 64px;
  height: 32px;
}
#upcoming-events .event-scroll .event-content .event-post .event-thumbnail i {
  width: 64px;
  height: 32px;
  color: #fff;
  font-size: 26px;
  padding: 3px;
  line-height: 1;
  background-color: #8f8178;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail {
  display: inline-block;
  max-width: 70%;
  font-size: 12px;
  line-height: 16px;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-title {
  font-weight: bold;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-title .tooltip-inner {
  /* bootstrap tooltip */
  max-width: 350px;
  text-align: left;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-title .tooltip-inner p {
  font-size: 12px;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-title .organiser,
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-title .organiser a {
  color: #8f8178;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-meta a {
  color: #8f8178;
}
#upcoming-events .event-scroll .event-content .event-post .event-detail .event-speakers {
  font-weight: bold;
}
#upcoming-events .event-scroll .event-content .event-post.cancelled {
  color: #ff0000;
}
#upcoming-events .event-scroll .event-content .event-post.cancelled .event-meta a {
  color: #ff0000;
}
#upcoming-events .event-scroll .event-content .event-post.cancelled .event-title a {
  color: #ff0000;
}
#upcoming-events .event-scroll .event-content .event-post.cancelled .event-title .organiser,
#upcoming-events .event-scroll .event-content .event-post.cancelled .event-title .organiser a {
  font-weight: normal;
  color: #ff0000;
}
#upcoming-events .event-scroll .event-content .event-post.cancelled .event-speakers {
  font-weight: normal;
}
#upcoming-events .event-scroll .event-content .event-post .brf-action-list {
  position: relative;
  margin-right: 10px;
}
#upcoming-events .event-scroll .event-content .event-post .brf-action-list .brf-sub {
  position: absolute;
  top: 0;
  left: 60px;
}
#upcoming-events .event-scroll .event-content .event-post .brf-action-list .brf-sub ul .calendar-links {
  color: #8f8178;
  font-size: 12px;
  padding: 0 10px;
}
#upcoming-events .event-scroll .event-content .event-post .brf-action-list .brf-sub ul .calendar-links a {
  display: inline-block;
  padding: 5px 0;
  width: inherit;
}
#upcoming-events .event-scroll .event-content .event-post .brf-action-list .brf-sub ul {
  right: 12px;
}
#upcoming-events .event-scroll .event-content .event-post .brf-action-list .brf-sub ul li:last-child {
  padding: 7px;
}
#upcoming-events .event-title a {
  color: #500f77;
}
#upcoming-events.sector-physical-sciences .event-scroll .event-post .event-thumbnail i {
  background-color: #8f8178;
}
#upcoming-events.sector-physical-sciences .event-scroll .event-post .event-title a {
  color: #8f8178;
}
#upcoming-events.sector-chemistry-nanotech-materials .event-scroll .event-post .event-thumbnail i {
  background-color: #8f8178;
}
#upcoming-events.sector-chemistry-nanotech-materials .event-scroll .event-post .event-title a {
  color: #8f8178;
}
#upcoming-events.sector-electronics-computing .event-scroll .event-post .event-thumbnail i {
  background-color: #8f8178;
}
#upcoming-events.sector-electronics-computing .event-scroll .event-post .event-title a {
  color: #8f8178;
}
#upcoming-events.sector-engineering-environment-energy .event-scroll .event-post .event-thumbnail i {
  background-color: #8f8178;
}
#upcoming-events.sector-engineering-environment-energy .event-scroll .event-post .event-title a {
  color: #8f8178;
}
#upcoming-events.sector-bio-medical-scitech .event-scroll .event-post .event-thumbnail i {
  background-color: #8f8178;
}
#upcoming-events.sector-bio-medical-scitech .event-scroll .event-post .event-title a {
  color: #8f8178;
}
@media (min-width: 768px) {
  #upcoming-events .event-scroll .event-content .event-post .event-detail {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  #upcoming-events .event-scroll .event-content .event-post .event-detail {
    max-width: 75%;
  }
}
/* Css for events calendar templates */
#tribe-events .tribe-events-cal-links a.tribe-events-gcal {
  display: none !important;
}
#tribe-events .tribe-events-cal-links a.tribe-events-ical {
  display: none !important;
}
/* CSS for unsubscribe to email template */
#email-unsubscribe form {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#email-unsubscribe .submit {
  border-radius: 0;
  border: 0;
}
#email-unsubscribe .cancel {
  background-color: #c30;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 0.25em 0.5em;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#email-unsubscribe .btn:hover {
  color: #fff;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  padding: 2px 2px 4px 2px;
}
.tribe-events-event-image img {
  display: block;
}
#widget_events #upcoming-events .event-scroll,
#widget_events_favorite #upcoming-events .event-scroll {
  max-height: inherit;
}
