﻿/* HEADER ------------------------------------------------------------ */
.main-header {
  background: #FFF;
  border-bottom: 1px solid #ddd;
  height: 110px; }

.main-header.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100; }

.main-header.scroll {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.25); }

.main-header > .container {
  position: relative; }

.header-menu {
  position: absolute;
  left: 0px;
  top: 20px; }

.main-header .menu-link {
  padding: 21px 23px;
  border: none; }

.main-header .menu-link.collapsed {
  background: #fff; }

.main-header .collapsed .icn-menu {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("/assets/images/neuronline/icn-menu.png") no-repeat 0 50%;
  background-size: 24px auto; }

.main-header .icn-menu {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("/assets/images/neuronline/icn-x.png") no-repeat 50% 50%;
  background-size: 24px auto; }

.header-logo {
  position: absolute;
  top: 24px;
  left: 85px; }

.header-logo img {
  height: 60px;
  width: auto; }

.header-tagline {
  position: absolute;
  top: 40px;
  left: 350px;
  font-size: 14px;
  font-style: italic;
  color: #999; }

.header-account {
  position: absolute;
  right: 70px;
  top: 30px; }

.header-account-action-btn {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid #FFF;
  background: #FFF; }

@media (min-width: 1199px) {
  .header-account-mobile {
    display: none; } }

.header-account-mobile {
  border-bottom: 1px solid #ddd;
  font-weight: normal; }

.header-account-mobile .header-account-action-btn {
  padding: 10px 25px 10px 25px;
  display: block; }

.header-account-mobile .header-account-menu {
  position: initial;
  border: none; }

.header-search {
  position: absolute;
  right: 15px;
  top: 30px; }

.header-search-pane {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  padding: 10px 0 20px;
  background: #FFF;
  border-bottom: 1px solid #ddd; }

.header-search-pane .input-lg {
  height: 56px;
  padding: 20px 26px;
  font-size: 28px;
  border-radius: 0;
  box-shadow: none; }

.header-search-pane .btn-lg {
  height: 56px;
  padding: 5px 26px;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #FFF; }

.header-search-pane .btn-search img {
  height: 28px; }

.header-search input,
.btn-search {
  border-radius: 0; }

.account {
  display: inline-block; }

.account a {
  color: #000; }

.account .btn-link {
  padding: 23px; }

.account .btn-link:hover {
  background: #f6f6f6; }

.account .username,
.account .login {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.account .caret {
  color: #FFF; }

.account .dropdown-menu > li > a {
  padding: 6px 20px; }

.search-link {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  border: none;
  background: #FFF;
  border-left: 1px solid #ddd;
  padding-left: 18px; }

.search-link.collapsed .icn-search {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("/assets/images/neuronline/icn-search.png") no-repeat 0 50%;
  background-size: 20px auto; }

.search-link .icn-search {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("/assets/images/neuronline/icn-x.png") no-repeat 50% 50%;
  background-size: 20px auto; }

@media (max-width: 1290px) {
  .header-tagline {
    top: 30px;
    width: 165px; } }

@media (min-width: 1200px) {
  /* Condensed affixed header on scroll */
  .main-header.scroll {
    height: 70px; }
  .main-header.scroll .sfn-uber-bar {
    display: none;
    /*height: 38px;*/ }
  .main-header.scroll .sfn-uber-bar .uber-actions a,
  .main-header.scroll .header-account-action-btn {
    height: 38px;
    padding-top: 9px; }
  .main-header.scroll .header-logo {
    top: 12px; }
  .main-header.scroll .header-logo img {
    height: 44px;
    width: auto; }
  .main-header.scroll .header-menu {
    top: 0px; }
  .main-header.scroll .secondary-navigation {
    top: 12px; }
  .main-header.scroll .header-account {
    top: 12px; }
  .main-header.scroll .header-search {
    top: 12px; }
  .main-header.scroll .header-search-pane {
    top: 68px; }
  .main-header.scroll .main-menu-pane {
    top: 69px; }
  .main-header.scroll .header-tagline {
    top: 24px;
    left: 285px; }
  .header-search.hidden {
    display: block !important; } }

@media (max-width: 1199px) {
  .main-header.affix {
    position: absolute; }
  .header-account {
    display: none; }
  .header-search {
    right: 0;
    top: 0; }
  .header-logo {
    margin-left: -80px;
    left: 50%;
    top: 10px;
    width: 160px; }
  .header-logo img {
    width: 160px;
    height: auto; }
  .main-header {
    height: 60px; }
  .header-menu {
    top: -1px; }
  .header-search-pane {
    top: 59px;
    padding: 10px 0 10px; }
  .search-link {
    padding: 17px 19px 16px;
    border-left: none; }
  .main-header .menu-link {
    padding: 17px 21px; }
  .main-header .collapsed .icn-search,
  .main-header .icn-search {
    width: 24px;
    height: 24px;
    background-size: 24px auto; }
  .secondary-navigation {
    display: none; }
  .header-tagline {
    display: none; } }

@media (max-width: 768px) {
  .header-search-pane .input-lg {
    font-size: 18px; } }

.header-account-action-btn:hover,
.header-account-action-btn:focus {
  background: #FFF;
  text-decoration: none;
  border: 1px solid #5F9BAF; }

.header-account-menu {
  background: #FFF;
  margin: 0;
  padding: 5px 0px;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 100;
  border: 1px solid #5F9BAF;
  border-radius: 0; }

.header-account-action-btn span {
  font-weight: normal; }

.header-account-menu > li > a {
  color: #000;
  padding: .5rem 1.5rem;
  display: block;
  font-size: 15px; }

.account-icon {
  height: 20px; }

@media (max-width: 1199px) {
  .header-account-menu {
    top: 38px; } }

@media (max-width: 767px) {
  .header-account {
    left: 0;
    right: auto; }
  .header-account-menu {
    right: auto;
    left: 0; } }

/* NAVIGATION -------------------------------------------------------- */
/* Off canvas styles */
.main-menu-pane.hidden {
  display: none; }

.main-menu-pane {
  z-index: 100040;
  position: fixed;
  bottom: 0;
  top: 109px;
  width: 320px;
  font-family: 'Roboto', sans-serif;
  background: #FFF;
  height: 100%;
  overflow-y: auto;
  margin-left: 0; }

.main-menu-pane ul.nav-level1 {
  background: #FFF;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none; }

.main-menu-pane ul.nav-level2 {
  background: #FFF;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none; }

.main-menu-pane li {
  /*border-bottom: 1px solid #ececec;*/ }

.main-menu-pane li.panel {
  margin-bottom: 0; }

.main-menu-pane .nav-level1 li > a {
  padding: 10px 25px 10px 25px;
  display: block; }

.main-menu-pane .primary-link > a {
  font-weight: bold;
  position: relative;
  background: #FFF;
  color: #000;
  font-size: 18px; }

.main-menu-pane .collection-link > a {
  font-weight: bold;
  position: relative;
  background: #FFF;
  color: #000;
  font-size: 18px; }

.main-menu-pane .secondary-link > a {
  font-weight: bold;
  position: relative;
  background: #FFF;
  color: #000;
  font-size: 16px; }

.main-menu-pane .general-link > a {
  position: relative;
  background: #FFF;
  color: #000;
  font-size: 16px; }

.main-menu-pane .primary-link > a:hover,
.main-menu-pane .secondary-link > a:hover,
.main-menu-pane .collection-link > a:hover,
.main-menu-pane .general-link > a:hover {
  background: #f6f6f6;
  text-decoration: none; }

.main-menu-pane .nav-image {
  max-height: 18px;
  max-width: 18px;
  position: absolute;
  top: 33%; }

.main-menu-pane .nav-label {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle; }

.main-menu-pane.slide {
  margin-left: -320px; }

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

@media (max-width: 480px) {
  .main-menu-pane .nav-level1 li > a {
    padding: 15px 35px 15px 35px; } }

/* Secondary Nav Bar */
.secondary-navigation {
  position: absolute;
  top: 28px;
  right: 220px; }

.secondary-navigation ul.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: row; }

.secondary-navigation li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 12px;
  display: inline-block;
  color: #000;
  border: 1px solid #FFF; }

.secondary-navigation li > a:hover {
  border-color: #5F9BAF; }

.main-navigation .nav-image,
.secondary-navigation .nav-image {
  max-width: 18px;
  max-height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block; }

.main-navigation .nav-label,
.secondary-navigation .nav-label {
  vertical-align: middle;
  display: inline-block; }

/* Main Nav Bar */
.main-navigation {
  background: #114B7D; }

.main-navigation-inner {
  overflow: auto; }

ul.primary-nav {
  padding: 0;
  margin: 0 0 0 15px;
  list-style: none;
  flex-direction: row;
  float: left; }

.primary-nav li {
  padding: 20px 0; }

.primary-nav li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #FFF;
  padding: 10px 14px;
  display: inline-block;
  border-bottom: 3px solid #114B7D; }

.primary-nav li > a:hover {
  color: #FFF;
  text-decoration: none;
  border-color: #5F9BAF; }

.primary-nav li.active > a {
  color: #FFF;
  border-color: #5F9BAF; }

ul.utility-nav {
  float: right; }

.utility-nav .nav-wrapper {
  left: 0;
  width: 100%; }

.utility-nav li {
  padding: 20px; }

.utility-nav li.dropdown {
  background: #5F9BAF; }

.utility-nav li.dropdown:hover,
.utility-nav li.dropdown.active {
  background: #f2f2f2;
  cursor: pointer;
  position: static; }

.utility-nav li.dropdown > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #FFF;
  padding: 10px 14px;
  display: inline-block;
  border-bottom: 3px solid #5F9BAF; }

.utility-nav li.dropdown > a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/assets/images/neuronline/icn-collection-white.png") no-repeat;
  background-size: 18px auto;
  margin-right: 6px;
  vertical-align: middle; }

.utility-nav li.dropdown:hover > a,
.utility-nav li.dropdown.active > a {
  border-color: #5F9BAF;
  color: #000;
  text-decoration: none; }

.utility-nav li.dropdown:hover > a:before,
.utility-nav li.dropdown.active > a:before {
  background: url("/assets/images/neuronline/icn-collection-blue.png") no-repeat;
  background-size: 18px auto; }

.utility-nav li.dropdown.show {
  background: #f2f2f2; }

.utility-nav li.dropdown.show > a {
  color: #000;
  border-color: #5F9BAF; }

.utility-nav li.dropdown > a.dropdown-toggle::after {
  display: none; }

.utility-nav .dropdown-menu.hidden {
  display: none; }

.utility-nav .dropdown-menu {
  min-height: 100px;
  right: 0;
  top: 198px;
  border-radius: 0;
  border: none;
  padding: 30px 0;
  left: 0;
  position: absolute;
  display: block;
  background: #f2f2f2;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15); }

.utility-nav .nav-inner-wrapper {
  display: inline-block;
  word-wrap: break-word;
  width: 90%;
  /*margin-bottom: 30px;*/ }

.utility-nav .nav-inner-wrapper > a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 10px; }

.utility-nav .nav-level-2 {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3; }

.utility-nav .nav-level-2 > li {
  margin: 0 0 10px 0;
  padding: 0; }

@media (min-width: 1200px) {
  .main-navigation.hidden {
    display: block !important; }
  .main-menu-pane .secondary-nav-links {
    display: none; } }

@media (max-width: 1199px) {
  .main-menu-pane {
    top: 59px;
    padding-bottom: 68px; }
  .main-navigation {
    display: none;
    left: 0;
    right: 0;
    top: 72px;
    border-right: none;
    padding: 0; }
  .main-navigation ul.nav {
    float: none; }
  .main-navigation ul.nav > li {
    display: block;
    float: none;
    clear: both; }
  .primary-nav li > a {
    display: block;
    text-transform: uppercase;
    background: #FFF;
    border-top: 1px solid #DDD;
    font-size: 17px;
    padding: 15px 15px 15px 35px; }
  .utility-nav li.dropdown > a {
    display: block;
    text-transform: uppercase;
    background: #FFF;
    border-top: 1px solid #DDD;
    font-size: 17px;
    padding: 15px 15px 15px 35px; }
  .utility-nav .dropdown-menu {
    min-height: 1px;
    padding: 0;
    top: auto;
    position: relative;
    border: none; }
  .utility-nav .nav-level-2 {
    column-count: 2; }
  .utility-nav li.dropdown.open > a:before {
    content: '\2212';
    /* minus */
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 15px;
    top: 15px;
    color: #FFF;
    font-size: 10px;
    font-weight: lighter; }
  .utility-nav li.dropdown > a:before {
    content: '\2b';
    /* plus */
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 15px;
    top: 15px;
    color: #000;
    font-size: 10px;
    font-weight: lighter; }
  .utility-nav .nav-wrapper {
    padding: 20px; } }

@media (max-width: 767px) {
  .utility-nav .nav-level-2 {
    column-count: 1; }
  .utility-nav .nav-inner-wrapper {
    width: 95%; } }

.overlay {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

/* IE 10 fix for header mega menu */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .utility-nav .nav-level-2 > li {
    display: inline-block;
    width: 100%; } }

/* FOOTER ------------------------------------------------------------ */
.footer-content {
  background: #f6f6f6;
  font-family: 'Roboto', sans-serif;
  font-size: 15px; }

.footer-content-top {
  padding: 40px 0 40px 0px; }

.footer-content h6 {
  font-family: 'Roboto', serif;
  font-size: 17px;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #5f5f5f; }

.footer-actions {
  color: #000; }

.footer-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

.footer-actions ul li {
  display: inline-block;
  text-align: center;
  border-right: solid thin #cbcbcb;
  padding: 0px 20px 0px 20px;
  color: #5f5f5f; }

.footer-actions ul li:first-child {
  padding-left: 0px; }

.footer-actions ul li:last-child {
  border-right: none; }

.footer-actions .action-icon {
  height: auto;
  width: 48px; }

.footer-actions span {
  display: block;
  padding-top: 10px; }

.footer-actions a {
  color: #5f5f5f; }

.footer-links ul {
  padding: 0px;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  line-height: 25px; }

.footer-links a {
  color: #5f5f5f; }

.footer-social ul {
  padding: 0px;
  margin: 0;
  list-style: none; }

.footer-social ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  padding-top: 10px; }

.footer-social img {
  width: 32px;
  height: auto; }

.footer-logo img {
  max-width: 250px;
  height: auto;
  display: block; }

.footer-organization-logo img {
  max-width: 470px;
  height: auto;
  display: block; }

.footer-content-bottom {
  padding: 0 0 40px 0; }

.footer-content-bottom .divider {
  border-top: 1px solid #ddd;
  margin-bottom: 40px; }

.footer-bottom-links {
  float: right;
  margin-top: 30px;
  font-size: 13px; }

.footer-bottom-links li {
  display: inline-block;
  list-style: none;
  border-right: solid 1px #ddd;
  padding: 0px 10px 0px 10px; }

.footer-bottom-links li:last-child {
  border-right: 0px; }

.footer-bottom-links a {
  color: #5f5f5f; }

.footer-address {
  color: #999;
  float: left;
  font-size: 13px; }

.footer-address-address {
  margin-right: 20px; }

.footer-copyright {
  color: #999;
  float: right;
  font-size: 13px; }

.footer-copyright p {
  margin: 0; }

/* Responsive Styles */
@media (max-width: 992px) and (max-width: 1199px) {
  .footer-social li {
    padding: 0 20px; }
  .footer-social img {
    width: 60px; }
  ul.footer-sponsors li {
    margin-right: 20px; } }

@media (max-width: 992px) {
  .footer-content-top {
    padding: 20px 0 20px 0px; }
  .footer-content h6 {
    display: none; }
  .footer-address {
    height: auto;
    display: inherit; }
  .footer-bottom-links {
    float: none; }
  .footer-bottom-links ul {
    margin: 0;
    padding: 0; }
  .footer-social ul li {
    padding: 0 10px; }
  .footer-social span {
    display: none; }
  .footer-social img {
    width: 20px; }
  .footer-content-bottom {
    text-align: center; }
  .footer-links ul {
    line-height: 30px; }
  .footer-organization-logo img {
    max-width: 370px; } }

@media (max-width: 768px) {
  .footer-actions ul li {
    padding: 0;
    width: 24%; }
  .footer-actions .action-icon {
    height: auto;
    width: 38px; }
  .footer-actions span {
    font-size: 13px; }
  .footer-address {
    float: none;
    text-align: center;
    margin-bottom: 20px; }
  .footer-copyright {
    float: none;
    text-align: center;
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .footer-logo,
  .footer-organization-logo,
  .footer-content-bottom .divider {
    display: none; } }

/* ICONS ------------------------------------------------------------ */
/* COLORS
SfN Blue        #104B7D
Caribbean       #5F9BAF
Pumpkin         #E37C00
Lime Green      #66BC29
*/
/* GLOBAL ------------------------------------------------------------ */
.img-responsive {
  width: 100%; }

/* Firefox fix */
body {
  background: #FFF;
  padding-top: 110px;
  font-family: 'Roboto', sans-serif; }

body.noscroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0; }

@media (max-width: 1199px) {
  body {
    padding-top: 60px; } }

.hidden {
  display: none; }

.visible {
  display: block !important; }

.skip {
  display: none; }

a, button, input, div, li {
  transition: all .2s ease-in-out; }

.page-content.overlay {
  opacity: .5; }

a {
  color: #126db6; }

.btn {
  border-radius: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  white-space: normal;
  padding: 10px 16px;
  font-size: 16px; }

.btn-primary {
  color: #FFF;
  background-color: #5F9BAF;
  border-color: #5F9BAF; }

.btn-primary:after,
.btn-link:after,
.btn-secondary:after {
  content: '\25B8';
  margin: 0 0 0 10px; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #FFF !important;
  background-color: #467f91;
  border-color: #467f91; }

.btn-sm {
  padding: 8px 14px;
  font-size: 14px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-lg {
  padding: 12px 36px;
  font-size: 18px; }

.required {
  font-weight: normal;
  color: red;
  margin-left: 4px; }

.link-arrow {
  font-weight: bold; }

.link-arrow:after {
  content: '\25B8';
  margin: 0 0 0 5px; }

.link-arrow:hover {
  text-decoration: none; }

hr {
  border-top: 1px solid #ddd; }

ul ul {
  margin-bottom: 10px; }

ul ul,
ul ul ul {
  list-style-type: disc; }

label {
  font-weight: bold; }

@media (max-width: 768px) {
  .btn-sm {
    padding: 6px 12px;
    font-size: 13px; } }

/* BACKGROUNDS ----------- */
.background-primary {
  background: #092638 url("/assets/images/neuronline/background-primary.jpg") no-repeat top center;
  padding: 30px 0; }

.background-secondary {
  background: #c4cad5 url("/assets/images/neuronline/background-secondary.jpg") no-repeat top center;
  overflow: auto;
  padding: 30px 0; }

/* SHARED LISTING STYLES ------------------------------------------------------------ */
.item-article {
  font-family: 'Roboto', sans-serif; }

.item-article .thumb {
  position: relative; }
  .item-article .thumb .event-status {
    font-size: 12px;
    line-height: normal;
    color: #FFF;
    padding: 6px 8px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }

.item-article .thumb.upcoming:before {
  content: 'Upcoming';
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  color: #FFF;
  background: #66BC29;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  left: 0; }

.item-article .thumb.ondemand:before {
  content: 'On Demand';
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  color: #FFF;
  background: #E37C00;
  padding: 6px 8px;
  position: absolute;
  top: 0;
  left: 0; }

.item-article .thumb.video:after {
  content: '';
  display: block;
  background: url("/assets/images/neuronline/icn-video-overlay.png") no-repeat;
  opacity: .6;
  background-size: 64px auto;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none; }

.primary .item-article .thumb.video:after {
  content: '';
  display: block;
  background: url("/assets/images/neuronline/icn-video-overlay.png") no-repeat;
  opacity: .6;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px; }

.item-article .thumb.audio:after {
  content: '';
  display: block;
  background: url("/assets/images/neuronline/icn-audio-overlay.png") no-repeat;
  opacity: .6;
  background-size: 64px auto;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none; }

.primary .item-article .thumb.audio:after {
  content: '';
  display: block;
  background: url("/assets/images/neuronline/icn-audio-overlay.png") no-repeat;
  opacity: .6;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px; }

.item-article img {
  display: block;
  max-width: 100%;
  height: auto; }

.item-article .content {
  padding: 20px; }

.item-article .slug {
  margin-bottom: 15px; }

.item-article .slug:after {
  content: '';
  display: block;
  height: 2px;
  width: 70px;
  background: #114B7D;
  margin-top: 10px; }

.item-article .topic {
  color: #104B7D;
  font-size: 14px;
  margin-bottom: 6px; }

.item-article .title {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px; }

.item-article .title a {
  color: #000; }

.item-article .description {
  font-size: 18px;
  margin-bottom: 6px;
  color: #333; }

.item-article .event-details {
  font-size: 16px; }

.item-article .event-details .date,
.item-article .event-details .time,
.item-article .event-details .location {
  display: inline-block;
  margin-right: 10px; }

.item-article .event-details .date {
  border-right: 1px solid #ddd;
  padding-right: 12px; }

.item-article .cta {
  margin-top: 20px; }

.item-article .citation {
  font-size: 12px;
  margin-bottom: 6px;
  color: #999; }

.item-article .citation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.item-article .citation li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.item-article .citation .citation-value {
  color: #808080; }

.item-article .cta .btn {
  margin-right: 10px; }

.item-article div.date {
  font-size: 12px;
  color: #999; }

@media (max-width: 768px) {
  .item-article .title {
    font-size: 20px; }
  .item-article .event-details {
    font-size: 13px; }
  .item-article .cta {
    margin-top: 10px; }
  .item-article .cta .btn {
    margin-bottom: 5px; }
  .primary .item-article .thumb.video:after {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; }
  .primary .item-article .thumb.audio:after {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; } }

/* SNIPPET STYLES ---------------------------------------------------------- */
.item-snippet h3 {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px; }

.item-snippet p {
  font-size: 16px;
  margin: 0 0 20px; }

/* SLIDESHOW STYLES ------------------------------------------------------------ */
.player-slideshow {
  margin-bottom: 30px; }

.contentSlider {
  width: 100% !important; }

.player-slideshow .royalSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold; }

.player-slideshow .rsOverflow,
.player-slideshow .rsSlide,
.player-slideshow .rsVideoFrameHolder,
.player-slideshow .rsThumbs {
  background: #F6F6F6;
  color: #000000; }

.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee; }

img.rsImg {
  margin: 5px auto; }

.player-slideshow .caption {
  margin: 20px 20px 0; }

.player-slideshow .caption .content {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  margin: 3px 0;
  color: #000; }

.player-slideshow .caption .source {
  font-size: 11px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  margin: 3px 0; }

.player-slideshow .slide-text {
  margin: 20px;
  color: #000; }

.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block; }

.rsOverflow {
  width: 100% !important; }

/* Home containers -------------------- */
.container-header {
  padding: 20px 0;
  margin: 0 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.container-header h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0; }

.container-header-image {
  margin-right: 15px;
  max-width: 40px;
  max-height: 40px; }

@media (max-width: 768px) {
  .container-header h2 {
    font-size: 1.5rem; }
  .container-header-image {
    max-width: 25px;
    max-height: 25px; }
  .container-header .action .btn {
    font-size: 12px;
    padding: 6px 12px; } }

/* Home Blue container -------------------- */
.content-container-grid .content-container-grid-wrapper.blue {
  background: #104B7D; }

.content-container-grid-wrapper.blue .container-header {
  border-color: #5F9BAF; }

.content-container-grid-wrapper.blue .container-header h2 {
  color: #FFF; }

.content-container-grid-wrapper.blue .item-article .topic,
.content-container-grid-wrapper.blue .item-article .topic a {
  color: #ddd; }

.content-container-grid-wrapper.blue .item-article .title a {
  color: #FFF; }

.content-container-grid-wrapper.blue .item-article .event-details {
  color: #ddd; }

/* Discuss ------------------- */
.discuss-embed {
  padding: 20px 0; }

.discuss-aside {
  padding: 20px 0; }

.discuss-aside .thumb img {
  max-width: 100%;
  height: auto; }

.discuss-aside .thumb {
  margin-bottom: 20px; }

.discuss-aside .title {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px; }

.discuss-aside .title a {
  color: #000; }

.discuss-aside .description {
  font-size: 18px;
  margin-bottom: 6px;
  color: #333; }

@media (max-width: 768px) {
  .discuss-aside .description {
    font-size: 14px; } }

.content-card-wrapper {
  margin-bottom: 40px; }

.content-card {
  background: #FFF;
  border: 1px solid #DDD; }

.card-inner-padding {
  padding: 30px; }

.content-card-wrapper.multi .card-inner-padding {
  padding: 30px 30px 0 30px; }

.content-card-wrapper.multi .item-footer ul {
  padding: 15px 15px 0 15px; }

.card-label h2 {
  margin: 0;
  padding: 0;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 20px;
  color: #FFF; }

.item-wrapper {
  min-height: 480px;
  position: relative; }

.item-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px; }

.item-footer ul {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #DDD;
  list-style: none; }

.item-footer li:before {
  content: '\25B8';
  color: #337ab7;
  font-size: 15px;
  margin: 0 0 0 -15px;
  padding: 0 5px 0 0; }

@media (max-width: 1199px) {
  .card-label h2 {
    font-size: 18px; } }

@media (max-width: 991px) {
  .featured-news-home ul {
    flex-direction: column; }
  .featured-news-home li {
    padding: 0 15px 15px 15px; }
  .content-card {
    margin-bottom: 40px; }
  .card-inner-padding, .content-card-wrapper.multi .card-inner-padding {
    padding: 0px; }
  .content-card-wrapper.multi .item-wrapper {
    min-height: 1px;
    border-bottom: 20px solid #f6f6f6;
    padding: 20px 20px 20px 20px; }
  .item-wrapper {
    min-height: 1px; }
  .item-wrapper.last {
    margin-bottom: 0px !important;
    border-bottom: none !important; }
  .item-article .content {
    padding: 20px;
    display: block !important; }
  .item-footer {
    position: initial;
    padding: 0 20px; } }

@media (max-width: 480px) {
  .content-card-wrapper.multi .item-article .content {
    padding: 20px 0; }
  .content-card-wrapper.multi .item-footer {
    padding: 0; } }

.overlap-top {
  margin-top: -60px; }

/* Page Title ------------------------------------------------------------ */
.page-title {
  margin: 0 auto; }

/*.page-title-inner {
    display: flex;
    flex-direction: row;
}
.page-title h1 {
    font-weight: 700;
    font-size: 38px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #5F9BAF;
    margin: 0;
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.page-title .title-description {
    font-size: 18px;
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #5F9BAF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -1px;
    flex: 1;
}*/
.page-title h1 {
  font-weight: 700;
  font-size: 38px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 20px;
  text-align: center; }

.page-title .title-description {
  font-size: 18px;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 75%;
  margin: 0 auto; }

.page-title-link {
  text-align: center; }

.page-title-link img {
  margin: 0 5px 0 0;
  max-width: 18px;
  display: inline-block; }

.page-title-link a {
  color: #FFF;
  font-size: 14px;
  display: inline-block; }

@media (max-width: 768px) {
  .page-title .title-description {
    width: 100%; } }

@media (max-width: 480px) {
  .page-title h1 {
    font-size: 24px; }
  .page-title .title-description {
    font-size: 16px; } }

/* Breadcrumb ------------------------------------------------------------ */
.breadcrumb-wrapper {
  background: #FFF;
  border-bottom: 1px solid #ddd; }

.breadcrumb {
  background-color: #FFF;
  margin-bottom: 0; }

.breadcrumb li {
  font-size: 13px; }

.breadcrumb a {
  color: #999; }

@media (max-width: 992px) {
  .breadcrumb {
    padding: 8px 0px; } }

/* Container Grid --------------------- */
.content-container-grid .content-container-grid-wrapper {
  background: #FFF;
  border-top: 4px solid #5F9BAF;
  margin: 20px 0; }
  .content-container-grid .content-container-grid-wrapper.outline {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

.content-container-grid .article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0;
  list-style: none; }

.content-container-grid .article-list li {
  width: 33.333%; }

.content-container-grid .item-article {
  padding: 20px; }

.content-container-grid .item-article .thumb {
  margin-bottom: 15px; }

.content-container-grid .item-article .content {
  padding: 0px; }

.content-container-grid .item-article .title {
  font-size: 20px; }

.content-container-grid .item-article .description {
  font-size: 16px;
  margin-bottom: 0px; }

@media (max-width: 768px) {
  .content-container-grid .item-article .title {
    font-size: 16px; }
  .content-container-grid .content-container-grid-wrapper.blue .article-list {
    flex-direction: column; }
  .content-container-grid .content-container-grid-wrapper.blue .item-article {
    display: flex; }
  .content-container-grid .content-container-grid-wrapper.blue .item-article .thumb {
    flex: 2;
    margin: 0 20px 0 0; }
  .content-container-grid .content-container-grid-wrapper.blue .item-article .content {
    flex: 3;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    display: flex; }
  .content-container-grid .content-container-grid-wrapper.blue .article-list li {
    width: 100%; }
  .content-container-grid .article-list li {
    width: 49.9%; } }

@media (max-width: 480px) {
  .content-container-grid .article-list li {
    width: 100%; }
  .content-container-grid .content-container-grid-wrapper.blue .item-article {
    display: block; }
  .content-container-grid .content-container-grid-wrapper.blue .item-article .thumb {
    margin-bottom: 15px; } }

/* Container Grid 2 column --------------------- */
.content-container-grid-2col .article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0;
  list-style: none; }

.content-container-grid-2col .article-list > li {
  width: 50%;
  margin-bottom: 30px;
  display: flex; }

.content-container-grid-2col .article-list > li:nth-child(odd) {
  padding-right: 15px; }

.content-container-grid-2col .article-list > li:nth-child(even) {
  padding-left: 15px; }

.content-container-grid-2col .item-article {
  background: #FFF; }

.content-container-grid-2col .item-article .content {
  padding: 30px; }

.content-container-grid-2col .item-article .title {
  font-size: 28px; }

.content-container-grid-2col .item-article .cta {
  margin-top: 10px; }

@media (max-width: 768px) {
  .content-container-grid-2col .item-article .title {
    font-size: 20px; } }

@media (max-width: 480px) {
  .content-container-grid-2col .article-list {
    flex-direction: column; }
  .content-container-grid-2col .article-list > li:nth-child(odd) {
    padding-right: 0; }
  .content-container-grid-2col .article-list > li:nth-child(even) {
    padding-left: 0; }
  .content-container-grid-2col .article-list > li {
    width: 100%; }
  .content-container-grid-2col .item-article .content {
    padding: 20px; } }

/* Container List --------------------- */
.content-container-list-wrapper {
  background: #FFF;
  border-top: 4px solid #5F9BAF;
  margin: 20px 0; }

.content-container-list .col-main-wrapper {
  padding: 0 20px; }

.content-container-list .article-list {
  margin: 0;
  padding: 10px;
  list-style: none; }

.content-container-list .article-list > li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  margin: 0; }

.content-container-list .item-article {
  display: flex; }

.content-container-list .article-list .thumb {
  flex: 2;
  margin: 0 40px 0 0; }

.content-container-list .article-list .content {
  flex: 3;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.content-container-list .item-article .title {
  font-size: 24px; }

@media (max-width: 768px) {
  .content-container-list .article-list {
    padding: 0; }
  .content-container-list .item-article .title {
    font-size: 20px; }
  .content-container-list .col-main-wrapper .primary .item-article .title {
    font-size: 20px; }
  .item-article .description {
    font-size: 15px; }
  .content-container-list .col-main-wrapper .secondary .item-article .title {
    font-size: 16px; } }

@media (max-width: 480px) {
  .content-container-list .item-article {
    flex-direction: column; }
  .content-container-list .article-list .thumb {
    margin: 0 0 15px 0; } }

/* Container List Single item--------------------- */
.content-container-list-single .col-main-wrapper {
  padding: 0 20px; }

.content-container-list-single .article-list {
  margin: 0;
  padding: 10px;
  list-style: none; }

.content-container-list-single .article-list > li {
  padding: 30px 0;
  border: none;
  margin: 0; }

.content-container-list-single .item-article {
  display: flex; }

.content-container-list-single .article-list .thumb {
  flex: 1;
  margin: 0 40px 0 0; }

.content-container-list-single .article-list .content {
  flex: 1;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.content-container-list-single .article-list .title {
  font-size: 28px; }

@media (max-width: 768px) {
  .content-container-list-single .article-list .title {
    font-size: 20px; } }

@media (max-width: 480px) {
  .content-container-list-single .item-article {
    flex-direction: column; }
  .content-container-list-single .article-list .thumb {
    margin: 0 0 15px 0; } }

/* Home Watch box */
.content-container-list .col-main-wrapper {
  display: flex;
  flex-direction: row; }

.content-container-list .col-main-wrapper .primary,
.content-container-list .col-main-wrapper .secondary {
  flex: 1;
  padding: 30px 10px; }

.content-container-list .col-main-wrapper .primary .item-article {
  flex-direction: column; }

.content-container-list .col-main-wrapper .primary .item-article .content {
  padding: 20px 0; }

.content-container-list .col-main-wrapper .primary .item-article .title {
  font-size: 28px; }

.content-container-list .col-main-wrapper .secondary .article-list .thumb {
  margin: 0 20px 0 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .content-container-list .col-main-wrapper .secondary .article-list .thumb {
    height: 87px; } }

@media (min-width: 769px) and (max-width: 991px) {
  .content-container-list .col-main-wrapper .secondary .article-list .thumb {
    height: 60px; }
  .item-article .thumb.video:after {
    background-size: 32px auto;
    width: 32px;
    height: 32px; } }

.content-container-list .col-main-wrapper .secondary .item-article .title {
  font-size: 18px; }

.content-container-list .col-main-wrapper .secondary .article-list > li {
  padding: 20px 0; }

.content-container-list .col-main-wrapper .secondary .article-list > li:first-child {
  padding-top: 0; }

.content-container-list .col-main-wrapper .secondary .article-list > li:last-child {
  border: none;
  padding-bottom: 0; }

@media (max-width: 768px) {
  .content-container-list .col-main-wrapper .primary .item-article .title {
    font-size: 20px; }
  .content-container-list .col-main-wrapper {
    flex-direction: column; }
  .content-container-list .col-main-wrapper .primary {
    padding: 30px 10px 0; } }

@media (max-width: 480px) {
  .content-container-list .col-main-wrapper .secondary .article-list .thumb {
    margin: 0 0 15px 0; }
  .content-container-list .col-main-wrapper .secondary .article-list > li {
    border-bottom: none; } }

/* Flex Ad ---------------------------- */
.flex-content {
  margin: 40px 0; }

.flex-content .flex-wrapper {
  overflow: hidden;
  background-color: #FFF;
  border-top: 4px solid #5F9BAF;
  padding: 30px;
  margin: 20px 0; }

.flex-content .item-article {
  display: flex; }

.flex-content .item-article .thumb {
  flex: 2;
  margin: 0 40px 0 0;
  position: relative; }

.flex-content .item-article .content {
  flex: 2;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.flex-content .item-article .title {
  font-size: 30px; }

.flex-content .item-article .description {
  font-size: 18px; }

@media (max-width: 768px) {
  .flex-content .item-article .title {
    font-size: 22px; }
  .flex-content .item-article .description {
    font-size: 15px; }
  .flex-content .item-article .cta .btn {
    font-size: 14px;
    padding: 8px 14px; } }

@media (max-width: 767px) {
  .flex-content .item-article {
    flex-direction: column; }
  .flex-content .item-article .thumb {
    margin: 0 0 15px 0; } }

@media (max-width: 480px) {
  .flex-content .item-article {
    flex-direction: column; }
  .flex-content .item-article .thumb {
    margin: 0 0 15px 0; } }

/* Author Biography block ---------------------------- */
.author-content {
  margin: 40px 0; }

.author-content .author-wrapper {
  overflow: hidden;
  background-color: #FFF;
  border-top: 4px solid #5F9BAF;
  padding: 30px;
  margin: 20px 0; }

.author-content .author-item {
  display: flex;
  padding: 0;
  border: none; }

.author-content .author-item .image {
  margin: 0 40px 0 0;
  position: relative; }

.author-content .author-item .image img {
  max-width: 120px; }

.author-content .author-item .content {
  flex: 2;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.author-content .author-item h1.name {
  font-size: 42px;
  margin: 0 0 20px 0; }

.author-content .author-item .institution {
  font-size: 18px;
  margin: 0 0 20px 0; }

.author-content .author-item .biography {
  font-size: 18px; }

@media (max-width: 480px) {
  .author-content .author-item {
    flex-direction: column; }
  .author-content .author-item h1.name {
    font-size: 22px; }
  .author-content .author-item .image {
    margin: 0 auto 20px; } }

/* Upsell ---------------------------- */
.alert-upsell {
  background-color: #f6f6f6;
  border-top: 4px solid #5F9BAF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 30px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px; }

.alert-upsell h4 {
  font-size: 20px !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0; }

.alert-upsell .btn {
  margin-right: 20px; }

@media (max-width: 992px) {
  .alert-upsell span.action-signin {
    display: block;
    margin-bottom: 20px; } }

/* Tabs */
.nav-pills .nav-link {
  border-bottom: 4px solid #FFF; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 4px solid #5F9BAF;
  border-radius: 0; }

/* Forms */
.form-body {
  margin-bottom: 30px; }

.article-filter {
  margin: 0; }

.article-filter .filter-wrap {
  height: auto !important;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 15px; }

.article-filter .filter-wrap .filter-wrap-inner {
  display: flex;
  position: relative; }

.article-filter .filter-wrap h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 0 0; }

.article-filter .filter-wrap .result-count {
  font-size: 13px;
  color: #666;
  position: absolute;
  right: 0;
  top: 30%; }

.filter-wrap .form-group {
  width: 30%;
  margin-right: 5px; }

.filter-wrap .form-group:last-child {
  width: auto; }

.filter-wrap .form-control {
  width: 100%;
  margin-right: 5px; }

.filter-wrap {
  overflow: auto; }

.filter-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 75%;
  display: flex; }

.filter-wrap li {
  width: 33%;
  padding: 0 3px;
  position: relative; }

.filter-wrap li:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: #fff url("/assets/images/neuronline/icn-chevron-down.png") no-repeat center;
  background-size: 14px auto;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 2px;
  pointer-events: none; }

.filter-wrap select {
  width: 100%;
  padding: 12px 18px;
  display: block;
  font-size: 15px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  border-color: #ccc;
  font-family: 'Roboto', sans-serif; }

.collapse-toggle-btn {
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 15px 0;
  font-family: 'Roboto', sans-serif; }

.collapse-toggle-btn:before {
  content: '';
  background: url("/assets/images/neuronline/icn-minus.png");
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px; }

.collapse-toggle-btn.collapsed:before {
  content: '';
  background: url("/assets/images/neuronline/icn-plus.png");
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px; }

@media (min-width: 993px) {
  .collapse-toggle-btn {
    display: none; }
  .collapse-pane.collapse {
    display: block !important; } }

@media (max-width: 992px) {
  .filter-wrap li {
    width: 50%;
    margin-bottom: 5px; } }

@media (max-width: 768px) {
  .article-filter .filter-wrap h4 {
    display: none; } }

@media (max-width: 480px) {
  .filter-wrap li {
    width: 100%; }
  .filter-wrap ul {
    flex-direction: column;
    width: 100%; }
  .article-filter .filter-wrap .result-count {
    display: none; } }

.list-pagination {
  margin: 40px 0; }

.pagination-wrap {
  text-align: center; }

.pagination {
  margin: 10px 0 5px; }

.pagination > li > a {
  background: #FFF;
  border-radius: 0 !important;
  border: 1px solid #FFF;
  padding: 10px 16px;
  margin: 0 5px;
  color: #000; }

.pagination > li > a:hover {
  background: #FFF;
  border-color: #5F9BAF;
  text-decoration: none; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background: #104B7D;
  border: 1px solid #104B7D;
  color: #FFF; }

.column-main .list-pagination .container {
  width: 100%; }

@media (max-width: 600px) {
  .pagination > li > a {
    padding: 6px 10px;
    margin: 0 2px;
    font-size: 14px; }
  .pagination .previous span,
  .pagination .next span {
    display: none; }
  .pagination .previous > a:before {
    margin-right: 0; }
  .pagination .next > a:after {
    margin-left: 0; } }

.article-content {
  padding: 30px 0;
  position: relative; }

.article-share {
  text-align: center;
  position: absolute;
  width: 50px;
  top: 20px;
  left: -130px; }

.article-share.affix {
  position: fixed;
  top: 60px;
  width: 50px;
  z-index: 10;
  left: 160px; }

.article-share .share-tools {
  padding: 20px 0; }

@media (max-width: 768px) {
  .article-content {
    padding: 0 30px 0; } }

@media (max-width: 480px) {
  .article-content {
    padding: 0 10px 0; } }

/* Header styles */
.article-header {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px; }

.article-header:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #5F9BAF;
  margin: 30px auto 0; }

.article-header.navigation:after {
  display: none; }

.article-header .topic {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #104B7D;
  margin-bottom: 15px; }

.article-header h1.article-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 5px 0; }

.article-header .article-citation {
  padding: 20px 0;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase; }
  .article-header .article-citation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .article-header .article-citation li {
    display: inline;
    margin: 0 15px;
    white-space: nowrap; }
  .article-header .article-citation a {
    color: #000; }
  .article-header .article-citation .date {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    text-transform: initial;
    margin-top: 5px; }

.article-header .article-collection .date {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  text-transform: initial;
  margin-top: 5px; }

.article-collection {
  font-size: 14px; }

.article-collection .article-collection-label {
  font-weight: 700; }

.article-collection .article-collection-label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/images/neuronline/icn-collection-blue.png) no-repeat;
  background-size: 14px auto;
  margin-right: 6px;
  vertical-align: middle; }

.article-collection ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.article-collection li {
  display: inline-block;
  margin-bottom: 5px; }

@media (max-width: 480px) {
  .article-header .article-citation {
    font-size: 12px;
    padding: 10px 0; }
  .article-header .article-citation ul {
    display: flex;
    flex-direction: column; }
  .article-header:after {
    margin: 20px auto 0; } }

/* Article Navigation */
.article-header .article-navigation {
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: 700; }

/* Hero styles */
.article-hero .hero-content {
  margin-bottom: 30px; }

.article-hero .hero-content img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Body styles */
.article-body h1,
.article-hero h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  color: #000;
  margin: 20px 0 20px 0; }

.article-body h2,
.article-hero h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin: 50px 0 15px 0; }

.article-body h3,
.article-hero h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  margin: 30px 0 15px 0; }

.article-body h4,
.article-hero h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 30px 0 15px 0; }

.article-body h5,
.article-hero h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  margin: 30px 0 15px 0; }

.article-body h6,
.article-hero h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin: 30px 0 15px 0; }

.article-body p,
.article-body ol,
.article-body ul,
.article-hero p,
.article-hero ol,
.article-hero ul {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 33px;
  color: #000;
  margin: 0 0 25px 0; }

.article-body li,
.article-hero li {
  margin: 0 0 15px 0; }

.article-body img,
.article-hero img {
  display: block;
  max-width: 100%;
  height: auto; }

@media (max-width: 992px) {
  .article-header h1.article-title {
    font-size: 26px;
    line-height: 34px; } }

@media (max-width: 480px) {
  .article-body h2, .article-hero h2 {
    font-size: 24px; }
  .article-body p,
  .article-body ol,
  .article-body ul,
  .article-hero p,
  .article-hero ol,
  .article-hero ul {
    font-size: 17px;
    line-height: 27px; } }

/* Inline Media ------------------------------------------------------------ */
.player-audio,
.player-video {
  margin: 0 0 25px 0; }

/* Related Articles ------------------------------------------------------------ */
.article-related h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000;
  line-height: normal; }

.article-related h5:after {
  content: '';
  display: block;
  height: 2px;
  width: 70px;
  background: #114B7D;
  margin-top: 15px;
  margin-bottom: 30px; }

.article-related .article-item {
  margin-bottom: 30px; }

.article-related .thumb {
  margin-bottom: 10px; }

.article-related .thumb img {
  display: block;
  max-width: 100%;
  height: auto; }

.article-related .title {
  font-size: 15px; }

.article-related .title a {
  font-weight: 400;
  color: #000; }

@media (max-width: 992px) {
  .article-related .title {
    font-size: 18px; }
  .article-related .article-item:last-child {
    margin-bottom: 0; } }

/* Articles Tags ------------------------------------------------------------ */
.article-tags {
  margin: 30px 0; }

.article-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.article-tags li {
  display: inline;
  margin: 0; }

.article-tags .tag {
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 60px;
  font-size: 13px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  margin-right: 5px;
  margin-bottom: 10px; }

.article-tags .tag:hover {
  border-color: #5F9BAF;
  background: #5F9BAF;
  color: #FFF;
  text-decoration: none; }

/* Authors ------------------------------------------------------------ */
.article-author {
  margin-top: 60px;
  border: 1px solid #ddd; }

.article-author h3 {
  background: #f2f2f2;
  margin: 0 0 10px 0;
  padding: 15px 30px; }

.author-item {
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #ddd; }

.author-item .image {
  margin-right: 30px;
  max-width: 120px; }

.author-item .content {
  flex: 2; }

.author-item .content .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px; }

.author-item .content .biography,
.author-item .content .biography p,
.author-item .content .biography ul,
.author-item .content .biography ol {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1.5; }

@media (max-width: 480px) {
  .author-item {
    display: block; }
  .author-item .image {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left; }
  .author-item .image img {
    width: 90px; } }

/* Speakers */
.article-speakers {
  margin-top: 60px;
  background: #FFF;
  border-top: 4px solid #5F9BAF; }

.speaker-item {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ddd; }

.speaker-item .image {
  margin-right: 30px; }

.speaker-item .content {
  flex: 2; }

.speaker-item .content .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px; }

.speaker-item .content .biography {
  font-family: 'Open Sans', sans-serif; }

.tab-content .article-speakers {
  margin-top: 0;
  border-top: none; }

@media (max-width: 480px) {
  .speaker-item {
    display: block; }
  .speaker-item .content .name {
    font-size: 18px; }
  .speaker-item .image {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left; } }

/* Related Resources */
.article-resources {
  margin-top: 60px; }

.article-resources .content-container-list .col-main-wrapper,
.article-resources .content-container-list .article-list {
  padding: 0; }

.article-resources .content-container-list .article-list .content {
  flex: 6; }

.article-resources .content-container-list .article-list .title {
  margin-bottom: 0px;
  font-size: 20px; }

/* Events */
.article-event-details {
  text-align: center;
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }

.article-event-details .icon,
.article-event-details .date-time,
.article-event-details .cta {
  margin: 0 20px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: left; }

.article-event-details .date {
  font-size: 22px;
  font-weight: 700; }

.article-event-details .time {
  font-size: 16px;
  margin-right: 20px; }

@media (max-width: 768px) {
  .article-event-details {
    display: block; }
  .article-event-details .icon {
    float: left;
    margin: 0 20px 0 0; }
  .article-event-details .date-time {
    margin: 0 0 20px 0; }
  .article-event-details .date {
    font-size: 20px; }
  .article-event-details .time {
    font-size: 14px; }
  .article-event-details .cta {
    margin: 0 20px 0 0; } }

@media (max-width: 480px) {
  .article-event-details .cta .btn {
    padding: 8px 14px;
    font-size: 14px;
    margin-bottom: 5px; } }

/* Poster */
.modal.poster-modal {
  z-index: 100040; }

.poster-modal .modal-body {
  max-height: 600px;
  overflow-y: scroll;
  padding-bottom: 30px; }

.poster-modal .modal-body img {
  display: block;
  max-width: 100%;
  height: auto; }

.modal-backdrop {
  z-index: 100030;
  /*above AddThis z-index */ }

.poster-modal .article-header {
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 auto; }

.poster-modal .article-header h1.article-title {
  font-size: 28px; }

.poster-modal .article-header .article-citation {
  margin-bottom: 0;
  padding: 20px 0 0 0; }

.poster-modal .article-header .article-citation:after {
  display: none; }

.poster-modal .article-header .article-citation li {
  margin: 0 15px 0 0; }

/* Collections */
.collection-wrapper .background-primary {
    background: #092638 url("/Assets/Images/collections_header.png") no-repeat center;
    padding: 30px 0 70px;
}

.collection-wrapper .hero-content {
  background: #fff;
  border-top: 4px solid #5F9BAF;
  padding: 30px;
  margin-top: -60px; }

.collection-navigation-inner {
  background: #ecf4f7;
  padding: 50px 0;
  overflow: auto; }

.collection-navigation-inner ul {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  display: flex; }

.collection-navigation-inner li {
  flex: 1;
  padding: 0 20px; }

.collection-navigation-inner li a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  height: 100px; }

.collection-navigation-inner li.previous .item-article .title a:before {
  content: 'Previous';
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #104B7D; }

.collection-navigation-inner li.next .item-article .title a:before {
  content: 'Next';
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #104B7D; }

.collection-label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #5f9baf;
  margin-bottom: 10px;
  text-align: center; }

.collection-icon {
  text-align: center; }

.collection-icon img {
  max-width: 32px;
  margin: 0 auto 10px; }

.collection-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px 0;
  text-align: center; }

.collection-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #5F9BAF;
  margin: 20px auto 0; }

.collection-title a {
  color: #000; }

.collection-navigation .item-article {
  display: flex; }

@media (max-width: 767px) {
  .collection-navigation .item-article .thumb {
    display: none; }
  .collection-navigation-inner ul {
    flex-direction: column; }
  .collection-navigation .item-article .content {
    padding: 10px 0px; }
  .collection-navigation-inner li a {
    font-size: 16px; } }

.collection-navigation .item-article .thumb {
  flex: 1;
  max-width: 200px; }

.collection-navigation .next .item-article .thumb {
  order: 1;
  max-width: 200px; }

.collection-navigation .next .item-article .title {
  text-align: right; }

.collection-navigation .item-article .content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.divider {
  margin: 30px 0;
  height: 1px;
  background: #ddd;
  width: 100%; }

@media (min-width: 980px) {
  .collection-navigation-inner ul {
    padding: 20px 50px 0; } }

/* Spotlight 1 item ------------------------------------------------------------ */
.spotlight-1item {
  margin: 40px 0; }

.spotlight-1item .spotlight-wrapper {
  overflow: hidden;
  background-color: #FFF;
  padding: 30px;
  margin: 20px 0; }

.spotlight-1item .item-article {
  display: flex; }

.spotlight-1item .item-article .thumb {
  flex: 2;
  margin: 0 40px 0 0;
  position: relative; }

.spotlight-1item .item-article .content {
  flex: 2;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.spotlight-1item .item-article .title {
  font-size: 30px; }

@media (max-width: 768px) {
  .spotlight-1item .item-article .title {
    font-size: 22px; } }

@media (max-width: 480px) {
  .spotlight-1item .spotlight-wrapper {
    padding: 20px; }
  .spotlight-1item .item-article {
    flex-direction: column; }
  .spotlight-1item .item-article .thumb {
    margin: 0 0 15px 0; } }

/* Spotlight 2 items ------------------------------------------------------------ */
.spotlight-2items {
  margin: 40px 0; }

.spotlight-2items .spotlight-wrapper {
  overflow: hidden;
  margin: 20px 0;
  display: flex; }

.spotlight-2items .item-article {
  flex: 1;
  background: #FFF; }

.spotlight-2items .item-article:first-child {
  margin-right: 15px; }

.spotlight-2items .item-article:last-child {
  margin-left: 15px; }

.spotlight-2items .item-article .thumb {
  margin: 0;
  position: relative; }

.spotlight-2items .item-article .content {
  padding: 30px; }

.spotlight-2items .item-article .title {
  font-size: 30px; }

@media (max-width: 768px) {
  .spotlight-2items .item-article .content {
    padding: 20px; }
  .spotlight-2items .item-article .title {
    font-size: 20px; } }

@media (max-width: 480px) {
  .spotlight-2items .spotlight-wrapper {
    flex-direction: column; }
  .spotlight-2items .item-article:first-child {
    margin-right: 0; }
  .spotlight-2items .item-article:last-child {
    margin-left: 0; } }

/* Spotlight 3 items ------------------------------------------------------------ */
.spotlight-3items {
  margin: 40px 0; }

.spotlight-3items .spotlight-wrapper {
  overflow: hidden;
  margin: 20px 0;
  display: flex; }

.spotlight-3items .primary {
  margin-right: 15px; }

.spotlight-3items .secondary {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.spotlight-3items .item-article {
  background: #FFF; }

.spotlight-3items .item-article .thumb {
  margin: 0;
  position: relative; }

.spotlight-3items .primary .item-article .content {
  padding: 30px; }

.spotlight-3items .primary .item-article .title {
  font-size: 28px;
  margin-bottom: 0; }

.spotlight-3items .secondary .item-article {
  display: flex;
  padding: 30px; }

.spotlight-3items .secondary .item-article .thumb {
  flex: 2;
  margin: 0 30px 0 0;
  position: relative; }

.spotlight-3items .secondary .item-article .content {
  flex: 2;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.spotlight-3items .secondary .item-article .title {
  font-size: 20px; }

@media (max-width: 768px) {
  .spotlight-3items {
    margin: 0 0 40px; }
  .spotlight-3items .spotlight-wrapper {
    flex-direction: column;
    margin: 0 0 20px; }
  .spotlight-3items .primary {
    margin-right: 0; }
  .spotlight-3items .secondary {
    margin-left: 0 !important; }
  .spotlight-3items .primary .item-article .title {
    font-size: 22px; } }

.spotlight-3items .primary {
  background: #FFF; }

.spotlight-3items .primary .item-article {
  width: 420px; }

@media (max-width: 991px) {
  .spotlight-3items .primary .item-article {
    width: 280px; } }

@media (max-width: 768px) {
  .spotlight-3items .primary .item-article {
    width: 100%; } }

@media (max-width: 480px) {
  .spotlight-3items .secondary .item-article {
    display: block; }
  .spotlight-3items .secondary .item-article .thumb {
    margin: 0 0 15px 0; } }

/* Featured Content 3 items ------------------------------------------------------------ */
.featured-content-3items {
  margin: 40px 0; }

.featured-content-3items .spotlight-wrapper {
  overflow: hidden;
  margin: 20px 0;
  display: flex; }

.featured-content-3items .item-article {
  flex: 1;
  background: #FFF;
  position: relative;
  display: flex;
  flex-direction: column; }

.featured-content-3items .item-article:first-child {
  margin-right: 30px; }

.featured-content-3items .item-article:last-child {
  margin-left: 30px; }

.featured-content-3items .item-article .thumb {
  margin: 0;
  position: relative; }

.featured-content-3items .item-article .content {
  padding: 20px;
  flex-grow: 1; }

.featured-content-3items .item-article .title {
  font-size: 26px; }

.featured-content-3items .item-article .description {
  font-size: 16px; }

.featured-content-3items .item-article .highlight {
  background: #f2f2f2;
  padding: 15px 20px;
  display: flex; }

.featured-content-3items .item-article .highlight .image img {
  margin-right: 15px;
  max-width: 60px; }

.featured-content-3items .item-article .highlight .description {
  font-size: 14px;
  flex: 2; }

.featured-content-3items .item-article .cta {
  margin: 0; }

@media (max-width: 768px) {
  .featured-content-3items .spotlight-wrapper {
    flex-direction: column; }
  .featured-content-3items .item-article {
    display: block; }
  .featured-content-3items .item-article:first-child {
    margin-right: 0px;
    margin-bottom: 30px; }
  .featured-content-3items .item-article:last-child {
    margin-left: 0px;
    margin-top: 30px; }
  .featured-content-3items .item-article .thumb {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
  .featured-content-3items .item-article .content {
    flex-grow: unset;
    width: 49%;
    display: inline-block;
    vertical-align: top; }
  .featured-content-3items .item-article .cta .btn {
    margin-bottom: 0; } }

@media (max-width: 480px) {
  .featured-content-3items .item-article .thumb {
    width: 100%;
    display: block; }
  .featured-content-3items .item-article .content {
    width: 100%; }
  .featured-content-3items .item-article .title {
    font-size: 20px; }
  .featured-content-3items .item-article .description {
    font-size: 14px; } }

/* Footer Visor Small -------------------------------------- */
.countercontainer {
  height: 65px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  border-top: solid 5px #5F9BAF;
  z-index: 1000;
  left: 0;
  right: 0; }

.countercontainer a {
  color: #0077c0; }

@media (max-width: 979px) {
  .countercontainer {
    bottom: 32px; } }

.countercontent-main {
  margin-top: 15px;
  padding-top: 0px;
  font-size: 20px;
  padding-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  float: none; }

.countercontent {
  font-weight: bold; }

.articlecounter {
  display: inline-block; }

.loginjoin {
  display: inline-block;
  font-weight: normal; }

.loginjoin a {
  font-weight: bold; }

.countercontaineranimate {
  height: 65px; }

.articlecounter {
  border-right: 2px solid #ccc;
  padding-right: 20px;
  margin-right: 15px; }

/* Footer Visor Large -------------------------------------- */
.counterexpiredcontainer {
  height: 275px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  border-top: solid 5px #5F9BAF;
  z-index: 1000;
  left: 0;
  right: 0; }

.counterexpiredcontaineranimate {
  bottom: -300px;
  display: none; }

.counterexpiredcontent {
  margin: 0 auto;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 20px;
  font-size: 24px; }

.counterexpiredcontent span {
  font-weight: bold; }

.counterexpiredcontainer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  display: inline-block;
  padding: 0; }

.counterexpiredcontainer li {
  color: #4A4A4A;
  font-size: 16px;
  padding-bottom: 10px; }

.counterexpiredcontainer p {
  font-size: 20px;
  color: #4A4A4A;
  margin: 10px 10px 10px 10px; }

.counterexpiredcontainer .button a {
  color: #104b7d;
  background: #f5cf47;
  border-color: #f5cf47;
  width: 100%;
  font-weight: bold; }

.counterexpiredcontainer .button a:hover {
  color: #104b7d;
  background: #f4c92f;
  border-color: #f4c92f; }

.counterexpiredcontainer #close {
  position: absolute;
  top: -20px;
  background-color: #fff;
  width: 100px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #A4A4A4;
  padding-top: 5px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 3px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.counterexpiredcontainer .closearrow {
  background: url(/assets/images/omp/closearrow.png);
  background-size: auto 13px;
  height: 13px;
  width: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px; }

.overlay {
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.overlayanimate {
  display: none; }

@media (max-width: 768px) {
  .countercontent-main {
    margin-top: 20px;
    padding-top: 5px;
    font-size: 18px;
    padding-bottom: 20px; }
  .countercontaineranimate {
    height: 80px !important; }
  .counterexpiredcontent {
    font-size: 18px; } }

@media (max-width: 480px) {
  .articlecounter,
  .loginjoin {
    display: block; }
  .articlecounter {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px; }
  .countercontent-main {
    margin-top: 8px; } }

/* Modal */
.modal-footer .countercontainer {
  position: absolute; }

/*@import 'components/forms.scss';*/
.search-box-form {
  display: flex;
  width: 100%; }

.search-content {
  padding: 30px 0; }

#search-narrow {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  bottom: 0;
  padding-bottom: 20px; }

.results-count {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }

.results-count .paging-info {
  font-size: 12px;
  margin-right: 20px; }

.sort-search-result-control {
  width: auto; }

.advanced-search-wrapper .btn-search {
  border: 1px solid #ced4da;
  padding: 10px 24px; }

.advanced-search-wrapper .btn-search img {
  max-width: 20px; }

#adv-search {
  margin-bottom: 20px; }

#adv-search .btn-link {
  color: #000;
  font-size: 14px; }

#adv-search .btn-link:after {
  content: ''; }

#advanced-search-control-container {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 20px; }

.yourSelectionsPanel {
  margin-bottom: 20px; }

.selectedFilter {
  display: flex;
  align-items: center; }

.selectedFilter .remove {
  font-size: 22px;
  line-height: normal;
  color: #999;
  margin-left: 3px; }

/* Sidebar Facets -------------------- */
#divFusionSearchFilterPanel .filter-sidebar {
  margin-bottom: 30px; }

#divFusionSearchFilterPanel .filter-group {
  margin-bottom: 30px; }

#divFusionSearchFilterPanel h3 {
  background: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-top: 4px solid #5F9BA7;
  padding-top: 15px; }

#divFusionSearchFilterPanel ul.content-filter-table {
  list-style: none;
  padding-left: 0; }

#divFusionSearchFilterPanel .group-values li {
  padding: 3px 0px;
  /*border-bottom: 1px solid #ddd;*/
  display: flex;
  flex-direction: row;
  align-items: center; }

.fusion-search-filter-item-label {
  margin-left: 10px; }

#divFusionSearchFilterPanel .filter-sidebar label {
  display: inline;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  margin: 0; }

#divFusionSearchFilterPanel .parentFilterLabel {
  margin-left: 5px; }

#divFusionSearchFilterPanel .result-count {
  font-size: 12px;
  font-weight: normal;
  color: #999; }

/* Container List --------------------- */
.content-container-list-search .col-main-wrapper {
  padding: 0; }

.content-container-list-search .article-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-container-list-search .article-list > li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  margin: 0; }

.content-container-list-search .item-article {
  display: flex; }

.content-container-list-search .article-list .thumb {
  flex: 1;
  margin: 0 0 0 40px;
  order: 1; }

.content-container-list-search .article-list .content {
  flex: 3;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.content-container-list-search .item-article .title {
  font-size: 20px; }

.content-container-list-search .item-article .topic {
  color: #999; }

.content-container-list-search .item-article .description {
  font-size: 16px; }

@media (max-width: 480px) {
  .content-container-list-search .item-article {
    flex-direction: column; }
  .content-container-list-search .article-list .thumb {
    margin: 0 0 15px 0; } }

.facet-box {
  margin-bottom: 30px; }

.facet-header h4 {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.facet-box ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.facet-box li {
  margin-bottom: 5px; }

.facet-box input {
  margin-right: 10px; }

.facet-box label {
  font-weight: normal; }

.facet-box .result-count {
  color: #999;
  margin-left: 5px;
  font-size: 12px; }

.search-additional h4 {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }

.search-additional ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.search-additional li {
  margin-bottom: 5px; }

/* Filter Styles -------------------- */
.SolrSearchControl .advanced-search {
  margin-bottom: 20px; }

.SolrSearchControl .advanced-search .input-lg {
  height: 56px;
  padding: 20px;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none; }

.SolrSearchControl .advanced-search .btn-lg {
  height: 56px;
  padding: 5px 26px;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #FFF; }

.SolrSearchControl .advanced-search .btn-search img {
  height: 28px; }

.SolrSearchControl .search-filters-inline {
  margin-bottom: 20px; }

.SolrSearchControl .search-filters-inline .leader {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px; }

.SolrSearchControl .search-filters-inline .filter-tag {
  color: #FFF;
  background: #126db6;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px; }

.SolrSearchControl .search-filters-inline .filter-tag:hover {
  text-decoration: none;
  background: #104B7D; }

.SolrSearchControl .search-filters-inline .filter-tag:after {
  content: '\00D7';
  margin-left: 5px;
  font-size: 14px;
  line-height: normal; }

.SolrSearchControl .advanced-tools {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin-bottom: 30px; }

.SolrSearchControl .advanced-tools .tool {
  display: inline-block;
  margin-right: 20px; }

.SolrSearchControl .collapse-toggle-btn {
  margin-bottom: 20px; }

/* Results Styles -------------------- */
.SolrSearchControl hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.SolrSearchControl .search-result {
  overflow: auto;
  padding: 0; }

.SolrSearchControl .search-result h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 5px; }

.SolrSearchControl .search-result h2 a {
  color: #000; }

.SolrSearchControl .search-result .thumb {
  float: right;
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px; }

.SolrSearchControl .search-result .thumb img {
  display: block;
  max-width: 100%;
  height: auto; }

.SolrSearchControl .search-result .date {
  display: inline-block;
  margin-right: 20px;
  color: #999; }

.SolrSearchControl .search-result .source {
  display: inline-block;
  margin-right: 20px;
  color: #999; }

.SolrSearchControl .search-result .short-desc {
  font-size: 15px; }

@media (max-width: 992px) {
  .SolrSearchControl .search-result .thumb {
    float: none;
    width: auto;
    margin-left: 0px; } }

@media (max-width: 768px) {
  .content-container-list-search .article-list .thumb {
    flex: 2; } }

@media (max-width: 480px) {
  .search-instruction {
    font-size: 14px; }
  .yourSelectionsPanelBody {
    padding: .75rem;
    font-size: 14px; }
  .content-container-list-search .item-article .title {
    font-size: 18px; }
  .content-container-list-search .item-article .description {
    font-size: 14px; }
  .content-container-list-search .item-article .topic {
    font-size: 12px; }
  .content-container-list-search .article-list .thumb {
    flex: 1;
    order: 0; } }

/* WYSIWYG Styles ------------------------------------------------------------ */
.article-body .text-caption {
  margin: -15px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal; }

.article-body .text-source {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  line-height: normal;
  margin: -5px 0 25px 0; }

.person-thumbnail {
  float: left;
  margin: 0 15px 15px 0;
  width: 150px; }

.article-body .pull-quote-left-blue {
  float: left;
  margin: 15px 30px 15px -70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  display: inline-block;
  width: 50%;
  padding: 30px;
  background: #104b7d;
  background: linear-gradient(45deg, #104b7d 0%, #5f9baf 100%);
  border-top: 4px solid #5F9BAF; }

.article-body .pull-quote-right-blue {
  float: right;
  margin: 15px -70px 15px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  display: inline-block;
  width: 50%;
  padding: 30px;
  background: #104b7d;
  background: linear-gradient(45deg, #104b7d 0%, #5f9baf 100%);
  border-top: 4px solid #5F9BAF; }

.article-body .pull-quote-left-white {
  float: left;
  margin: 15px 30px 15px -70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  display: inline-block;
  width: 50%;
  padding: 30px;
  background: #FFF;
  border-top: 6px solid #5F9BAF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.article-body .pull-quote-right-white {
  float: right;
  margin: 15px -70px 15px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  display: inline-block;
  width: 50%;
  padding: 30px;
  background: #FFF;
  border-top: 6px solid #5F9BAF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.article-body .image-left {
  float: left;
  margin: 10px 30px 10px 0;
  max-width: 360px; }

.article-body .image-center {
  margin: 30px auto;
  text-align: center; }

.article-body .image-center img {
  margin: 0 auto; }

.article-body .image-right {
  float: right;
  margin: 10px 0px 10px 30px;
  max-width: 360px; }

blockquote {
  font-family: 'Lora', serif; }

@media (max-width: 768px) {
  .article-body .image-left,
  .article-body .image-right {
    float: none;
    margin: 30px auto; }
  .person-thumbnail {
    width: 100px; }
  .article-body .pull-quote-left-blue,
  .article-body .pull-quote-left-white {
    margin: 15px 30px 15px 0px;
    font-size: 22px; }
  .article-body .pull-quote-right-blue,
  .article-body .pull-quote-right-white {
    margin: 15px 0px 15px 30px;
    font-size: 22px; } }

@media (max-width: 480px) {
  .article-body .pull-quote-left-blue,
  .article-body .pull-quote-left-white,
  .article-body .pull-quote-right-blue,
  .article-body .pull-quote-right-white {
    margin: 15px 0;
    font-size: 20px;
    float: none;
    width: 100%;
    line-height: 30px;
    padding: 20px; } }

/* PRINT STYLES ------------------------------------------------------------ */
@media print {
  .sfn-uber-bar,
  .main-navigation,
  .footer-brands,
  .footer-social,
  .footer-content-top,
  .footer-logo,
  .footer-bottom-links,
  .featured-news {
    display: none; } }

@media (max-width: 767px) {
    .discuss-embed .imgmobilehide img {
        display: none
    }
}

button span.dropdown-header {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    color: #000;
    font-weight: 700;
}

.header.useraccount {
    position: relative;
    width: 100%;
}

@media (max-width: 1199px) {
    .header-account {
        display: flex;
        width: 100%;
        justify-content: end;
        top: -40px;
        position: relative;
        z-index: 9999;
        right: auto;
        background: #104b7d;
    }

    .header.useraccount {
        position: relative;
        width: auto;
        right: 0px;
    }

    .main-header.affix {
        top: 40px;
    }

    .header-account.dropdown * {
        color: #fff;
    }

    .header-account.dropdown .header-account-menu {
        background: #104b7d !important;
        top: 38px !important;
        left: unset !important;
        transform: unset !important;
        right: 0px !important;
    }

    .header-account-mobile {
        display: none;
    }

    .main-menu-pane {
        top: 99px;
    }

    button.header-account-action-btn:hover, button.header-account-action-btn:focus, button.header-account-action-btn {
        border: unset !important;
        outline: unset !important;
        background: #104b7d !important;
    }
}
@media (max-width: 767px) {
    .discuss-embed .datedata {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .discuss-embed .descriptiondata p:first-child {
        padding-right: 50px;
    }
}