/*
Theme Name: PQH Event Site Base
Author: PlatformQ Health
Author URI: http://platformqhealth.com
Description: Events site base theme
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pqheventbase
*/
body {
  margin: 0;
  padding: 0;
  color: #464646;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #f8f9fa;
}

a, a:visited {
  color: #1f8dcd;
  font-weight: 500;
}
a.btn, a:visited.btn {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  padding: 8px 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

a:hover:active:focus {
  color: #045b7d;
  text-decoration: "underline";
}

h1 {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  h1 {
    font-size: 37px;
    padding-top: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    padding-top: 0;
    margin-bottom: 10px;
  }
}

.home.page .content h1 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .home.page .content h1 {
    width: 850px;
    margin: 5px auto 13px auto;
  }
}
@media (max-width: 991px) {
  .home.page .content h1 {
    width: 720px;
    /*margin: 3px auto 12px auto;*/
    margin: 3px 0 12px 0;
  }
}
@media (max-width: 767px) {
  .home.page .content h1 {
    width: 374px;
    /*margin: 3px auto 12px auto;*/
  }
}
@media (max-width: 500px) {
  .home.page .content h1 {
    width: 300px;
  }
}
.home.page .content h1:first-child {
  padding-top: 0;
}

h2 {
  background-color: transparent;
  color: #1f8dcd;
}

@media (max-width: 1279px) {
  .content section > h2 {
    font-size: 23px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 4px solid #ddd;
  }
}
@media (max-width: 991px) {
  .content section > h2 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ddd;
  }
}

.clfix:before,
.clfix:after {
  display: table;
  content: " ";
}

.clfix:after {
  clear: both;
}

.show-block-important {
  display: block !important;
}

.hide-block-important {
  display: none !important;
}

#wprmenu_bar {
  z-index: 0;
}

header {
  display: block;
  width: 100%;
  background-color: #2e2e2e;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.2s ease-in;
}
header nav .current-menu-item a, header nav .current-menu-parent {
  color: #1f8dcd;
}
header .main-nav {
  width: 1280px;
  margin: 0 auto;
  padding: 27px 40px;
}
@media (max-width: 1279px) {
  header .main-nav {
    width: 973px;
    padding: 19px 30px 22px 30px;
  }
}
@media (max-width: 991px) {
  header .main-nav {
    width: 750px;
    padding: 14px 15px 20px 15px;
  }
}
header .main-nav .site-logo {
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
  background-size: contain;
  height: 60px;
}
header .main-nav .site-logo img {
  width: auto;
  height: 65px;
  border: 0;
  vertical-align: middle;
}
@media (max-width: 1279px) {
  header .main-nav .site-logo img {
    height: 45px;
  }
}
@media (max-width: 991px) {
  header .main-nav .site-logo img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  header .main-nav .site-logo img {
    height: 30px;
  }
}
header .main-nav .site-logo:hover, header .main-nav .site-logo:active {
  border: 0;
  padding: 0;
}
header .main-nav .nav-links {
  margin-top: 15px;
  float: right;
}
header .main-nav a {
  margin-top: 16px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.03em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1279px) {
  header .main-nav a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  header .main-nav a {
    font-size: 18px;
  }
}
header .main-nav a:hover, header .main-nav a:active {
  border-bottom: 1px solid #1f8dcd;
  padding-bottom: 5px;
  text-decoration: none;
}
header .main-nav ul {
  display: inline-block;
}
@media (max-width: 991px) {
  header .main-nav ul {
    padding: 0;
  }
}
header .main-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  header .main-nav ul li {
    margin-right: 5px;
  }
}
header .main-nav button {
  margin-left: 10px;
  margin-top: -7px;
  border-radius: 4px;
  box-shadow: 0 3px 5px #333;
}
@media (max-width: 991px) {
  header .main-nav button {
    margin-left: 5px;
  }
  header .main-nav button:last-child {
    margin-right: 5px;
  }
}
header .sub-nav {
  background: #525252;
  background: linear-gradient(#525252, #878787);
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  z-index: 1001;
}
header .sub-nav .navbar-nav {
  display: inline-block;
  float: none;
}
@media (max-width: 991px) {
  header .sub-nav .navbar-nav {
    font-size: 14px;
  }
}
header .sub-nav .navbar-nav > li > a {
  background: transparent;
  padding-top: 11px;
  padding-bottom: 12px;
  text-shadow: -1px -1px 1px #444;
  height: 40px;
}
@media (max-width: 991px) {
  header .sub-nav .navbar-nav > li > a {
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
header .sub-nav .navbar-nav > li > a:hover {
  background-color: #878787;
}
header .sub-nav .navbar-nav > li.open > a:hover, header .sub-nav .navbar-nav > li.open > a:active, header .sub-nav .navbar-nav > li.open > a:focus {
  background-color: #878787;
}
header .sub-nav .navbar-nav a {
  border-left: 1px solid rgba(78, 78, 78, 0.8);
  font-size: 15px;
}
@media (max-width: 991px) {
  header .sub-nav .navbar-nav a {
    font-size: 13px;
    padding: 8px 11px 12px 11px;
  }
}
header .sub-nav .navbar-nav .dropdown-menu {
  top: 100%;
  min-width: 160px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgba(18, 90, 150, 0.95);
  box-shadow: inset 0 3px 5px 0px rgba(51, 51, 51, 0.5);
  border-radius: 0;
}
header .sub-nav .navbar-nav .dropdown-menu a {
  font-weight: 300;
}
header .sub-nav .navbar-nav .dropdown-menu > li a:hover:focus:active {
  text-shadow: none;
  background: #0b4889;
  font-weight: 300;
}
header .sub-nav .navbar-nav .dropdown-menu > li a {
  color: #fff;
  font-weight: 300;
  border-top: 1px solid #0b4889;
  padding-top: 11px;
  padding-bottom: 10px;
}
@media (max-width: 1279px) {
  header .sub-nav .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  header .sub-nav .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
  }
}
header .sub-nav .navbar-nav .dropdown .dropdown-toggle {
  border-left: 1px solid rgba(52, 52, 52, 0.6);
}
header .sub-nav .navbar-nav.subnav-speakers .dropdown .dropdown-toggle {
  border-right: 1px solid rgba(52, 52, 52, 0.6);
}
header .sub-nav .navbar-nav > .open > a > .icon-arrow-head-icon-down:before {
  content: "b";
}
header .sub-nav .navbar-nav .dropdown.open {
  box-shadow: none;
}
header .sub-nav .navbar-nav .dropdown.open > a:default:hover:active {
  background: #1771c1;
  background: linear-gradient(to bottom, #1771c1 0%, #27aada 100%);
  font-weight: 500;
}
header .sub-nav .navbar-nav .dropdown.open > li a:hover, header .sub-nav .navbar-nav .dropdown.open > li a:focus, header .sub-nav .navbar-nav .dropdown.open > li a:active {
  border-top: 1px solid #3273ad;
  background: #1f8dcd;
}
header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li a {
  border-top: 1px solid #3273ad;
  border-bottom: 1px solid #084983;
  border-left: none;
  border-right: none;
}
header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li:first-child a, header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li:first-child a:visited, header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li:first-child a:hover {
  border-top: none;
}
header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li:last-child a, header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li:last-child a:visited, header .sub-nav .navbar-nav .dropdown.open .dropdown-menu > li:last-child a:hover {
  border-bottom: none;
}
header .sub-nav .navbar-nav .active a, header .sub-nav .navbar-nav .active a:visited {
  background: #1771c1;
  background: linear-gradient(to bottom, #1771c1 0%, #27aada 100%);
  font-weight: 500;
  color: #fff;
}
header .sub-nav .navbar-nav .active a:focus, header .sub-nav .navbar-nav .active a:visited:focus {
  background-color: transparent;
}
header .sub-nav .sub-nav-container {
  width: 1280px;
  height: 40px;
  margin: 0 auto;
  padding: 0 160px;
}
@media (max-width: 1279px) {
  header .sub-nav .sub-nav-container {
    width: 973px;
    padding: 0 62px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header .sub-nav .sub-nav-container {
    width: 742px;
    padding: 0 12px;
  }
}
header .sub-nav .sub-nav-container div {
  margin: 0;
  padding: 0;
}
header .sub-nav .sub-nav-container .icon {
  padding: 0 0 0 8px;
  margin: 0;
  line-height: 0px;
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  header .sub-nav .sub-nav-container .icon {
    font-size: 15px;
    vertical-align: text-top;
    margin-top: -2px;
  }
}
header .sub-nav .sub-nav-container .btn-back-to-top,
header .sub-nav .sub-nav-container .btn-back-to-top:active,
header .sub-nav .sub-nav-container .btn-back-to-top:hover {
  padding-top: 8px;
  color: #ddd;
  text-decoration: none;
  text-shadow: -1px -1px 1px #444;
}
@media (max-width: 991px) {
  header .sub-nav .sub-nav-container .btn-back-to-top,
header .sub-nav .sub-nav-container .btn-back-to-top:active,
header .sub-nav .sub-nav-container .btn-back-to-top:hover {
    font-size: 15px;
    padding-top: 7px;
  }
}
header .sub-nav .sub-nav-container .btn-back-to-top .icon {
  font-size: 18px;
  font-weight: 100;
  padding-left: 5px;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  header .sub-nav .sub-nav-container .btn-back-to-top .icon {
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    padding-left: 3px;
  }
}

footer {
  width: 100%;
  height: 150px;
  font-style: normal;
  font-weight: 300;
  background-color: #2e2e2e;
}
@media (max-width: 1279px) {
  footer {
    height: 114px;
  }
}
@media (max-width: 991px) {
  footer {
    height: 88px;
  }
}
footer nav {
  display: block;
  width: 1280px;
  margin: 0 auto;
  padding: 53px 160px 50px 160px;
  text-shadow: -2px -1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1279px) {
  footer nav {
    width: 973px;
    padding: 40px 63px 38px 63px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer nav {
    width: 742px;
    padding: 25px 13px;
    font-size: 14px;
  }
}
footer nav .footer-nav {
  margin-top: 10px;
}
footer nav .footer-nav li.current-menu-item > a {
  color: #1f8dcd;
}
footer nav .footer-nav li.current-menu-item > a:hover {
  color: #ddd;
  border-bottom: 1px solid #1f8dcd;
  padding-bottom: 5px;
  text-decoration: none;
}
footer nav .footer-nav a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
footer nav .footer-nav a:visited {
  color: #fff;
}
footer nav .footer-nav a:hover, footer nav .footer-nav a:active, footer nav .footer-nav a:focus {
  color: #ddd;
  border-bottom: 1px solid #1f8dcd;
  padding-bottom: 5px;
  text-decoration: none;
}
footer nav ul, footer nav li {
  display: inline-block;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}
footer nav ul li:last-child {
  padding-right: 0;
}
footer nav .social {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0;
}
footer nav .social a, footer nav .social a:visited {
  font-size: 48px;
  color: #777;
  line-height: 48px;
  text-decoration: none;
  padding-bottom: 0;
  border: none;
}
@media (max-width: 1279px) {
  footer nav .social a, footer nav .social a:visited {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  footer nav .social a, footer nav .social a:visited {
    font-size: 28px;
    line-height: 28px;
  }
}
footer nav .social a:hover, footer nav .social a:active, footer nav .social a:focus {
  color: #1f8dcd;
  border: none;
  text-decoration: none;
}
footer nav .social li {
  padding-right: 14px;
}
footer nav .social li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  footer nav .social li {
    padding: 5px 10px 0 5px;
  }
}

.content {
  width: 100%;
  margin: 0 auto;
  background-color: #f8f9fa;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 1279px) {
  .content {
    width: 973px;
  }
}
@media (max-width: 991px) {
  .content {
    padding-top: 0;
    width: 720px;
  }
}
@media (max-width: 767px) {
  .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.content .page-mask {
  width: 960px;
  margin: 88px auto 0 auto;
  padding-top: 25px;
}
@media (max-width: 1279px) {
  .content .page-mask {
    margin-top: 33px;
    width: 850px;
  }
}
@media (max-width: 991px) {
  .content .page-mask {
    margin-top: 100px;
    width: 720px;
  }
}
@media (max-width: 767px) {
  .content .page-mask {
    margin: 8px 0 20px 0;
    padding: 20px;
    width: 100%;
  }
}

.home .content {
  width: 100%;
  background-image: linear-gradient(#ddd 0%, #ddd 100%);
  background-size: 100% 425px;
  background-repeat: no-repeat;
  padding-top: 0;
}
@media (max-width: 1279px) {
  .home .content {
    background-size: 100% 315px;
  }
}
@media (max-width: 991px) {
  .home .content {
    background-size: 100% 255px;
  }
}
.home .content .page-mask {
  width: 1280px;
  margin: 88px auto 0 auto;
  padding: 0;
}
@media (max-width: 1279px) {
  .home .content .page-mask {
    margin-top: 55px;
    width: 895px;
  }
}
@media (max-width: 991px) {
  .home .content .page-mask {
    margin-top: 104px;
    width: 726px;
  }
}
@media (max-width: 767px) {
  .home .content .page-mask {
    margin: 8px 0 20px 0;
    width: 100%;
  }
  .home .content .page-mask .col-xs-12 {
    margin-bottom: 10px;
  }
}
.home .content .page-mask .content-mask {
  width: 950px;
  margin: 15px auto;
}
@media (max-width: 1279px) {
  .home .content .page-mask .content-mask {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .home .content .page-mask .content-mask {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .home .content .page-mask .content-mask {
    padding: 20px;
    width: 100%;
  }
}

.content.jumbotron-top {
  background-image: linear-gradient(#045b7d 0%, #045b7d 100%);
  background-size: 100% 312px;
}
@media (max-width: 1279px) {
  .content.jumbotron-top {
    background-size: 100% 231px;
  }
}
@media (max-width: 991px) {
  .content.jumbotron-top {
    background-size: 100% 187px;
    width: 720px;
    margin: 90px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .content.jumbotron-top {
    background: none;
  }
}
.content.jumbotron-top .page-mask {
  padding-top: 0;
  margin-top: 102px;
}
@media (max-width: 1279px) {
  .content.jumbotron-top .page-mask {
    width: 850px;
    padding-top: 25px;
    margin-top: 79px;
  }
}
@media (max-width: 767px) {
  .content.jumbotron-top .page-mask {
    margin: 23px 0 20px 0;
  }
}

.content .page-mask .content-mask > h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  color: #464646;
  padding-bottom: 20px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .content .page-mask .content-mask > h1 {
    font-size: 29px;
    padding-top: 15px;
  }
}
.content .page-mask .content-mask section > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #1f8dcd;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 6px solid #ddd;
}
@media (max-width: 991px) {
  .content .page-mask .content-mask section > h2 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ddd;
  }
}
.content hr {
  border: 3px solid #ddd;
  margin: 20px 0;
}
@media (max-width: 1279px) {
  .content hr {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .content hr {
    border: 2px solid #ddd;
  }
}

.primary-button-shadow, a.btn.btn-join-now, a.btn.btn-sign-in, button.btn.btn-join-now, button.btn.btn-sign-in {
  box-shadow: 0 2px 5px #1e1e1e;
}

button.btn {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  padding: 8px 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1279px) {
  button.btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
  }
}
button.btn.btn-sign-in {
  font-size: 17px;
  background: linear-gradient(#46c65b, #2ca139);
  background-color: #39b54a;
  color: #fff;
}
button.btn.btn-sign-in:active:hover {
  background: #39b54a;
  border: none;
}
button.btn.btn-join-now {
  font-size: 17px;
  background: linear-gradient(#ff7e00, #ff5000);
  background-color: #ff5000;
  color: #fff;
}
button.btn.btn-join-now:hover {
  background: #ff5000;
  border: none;
}
button.btn.button-standard, button.btn.button-standard:visited {
  display: inline-block;
  height: 52px;
  width: 280px;
  color: #fff;
  background: #ff4d00;
  background: -webkit-linear-gradient(90deg, #ff4d00, #ff8000);
  background: linear-gradient(0deg, #ff4d00, #ff8000);
  border-radius: 4px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 9px;
}
@media (max-width: 1279px) {
  button.btn.button-standard, button.btn.button-standard:visited {
    height: 38px;
    width: 207px;
    font-size: 18px;
    padding: 7px;
  }
}
@media (max-width: 991px) {
  button.btn.button-standard, button.btn.button-standard:visited {
    height: 31px;
    width: 168px;
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  button.btn.button-standard, button.btn.button-standard:visited {
    height: 38px;
    width: 207px;
    font-size: 18px;
    padding: 7px;
  }
}
button.btn.button-standard.fluid, button.btn.button-standard:visited.fluid {
  width: 100%;
}
button.btn.button-standard.small, button.btn.button-standard:visited.small {
  padding-top: 16px;
  font-size: 20px;
}
@media (max-width: 1279px) {
  button.btn.button-standard.small, button.btn.button-standard:visited.small {
    padding-top: 12px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  button.btn.button-standard.small, button.btn.button-standard:visited.small {
    padding-top: 10px;
    font-size: 14px;
  }
}
button.btn.button-standard.fullsize, button.btn.button-standard:visited.fullsize {
  height: 52px;
  width: 280px;
  font-size: 24px;
  font-weight: 300;
  padding: 9px;
}
button.btn.button-standard:hover, button.btn.button-standard:visited:hover {
  background: #ff4d00;
  color: #fff !important;
  text-decoration: none;
}

a.btn {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}
a.btn.btn-sign-in {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background: #39b54a;
  background: linear-gradient(#46c65b, #2ca139);
  margin-left: 10px;
  margin-top: -4px;
  padding: 8px 25px;
  border-radius: 4px;
}
@media (max-width: 1279px) {
  a.btn.btn-sign-in {
    margin-top: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.3;
  }
}
a.btn.btn-sign-in:hover {
  background: #39b54a;
  border: none;
  padding-bottom: 8px;
  text-decoration: none;
}
a.btn.btn-join-now {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background: #ff5000;
  background: linear-gradient(#ff7e00, #ff5000);
  margin-left: 10px;
  margin-top: -4px;
  padding: 8px 25px;
  border-radius: 4px;
}
@media (max-width: 1279px) {
  a.btn.btn-join-now {
    margin-top: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.3;
  }
}
a.btn.btn-join-now:hover {
  background: #ff5000;
  padding-bottom: 8px;
  text-decoration: none;
  border: none;
}
a.btn:hover, a.btn:active, a.btn:focus {
  border: none;
  color: #fff !important;
}

/* admin */
#accordion-section-oml_social_url_customize .accordion-section-content input {
  width: 90%;
}

/* pqh event plugin - speakers */
.speakers > div > h2 {
  color: #1f8dcd;
}
.speakers .speakers-mask li.selected .speaker-thumbnail img {
  border: 3px solid #ed6724;
}
.speakers .speaker-selected-info h2 {
  color: #464646;
}

/* pqh event plugin - events */
.events .cme-event-icon {
  padding-top: 5px;
}
@media (max-width: 1279px) {
  .events .cme-event-icon {
    padding-top: 2px;
  }
}
@media (max-width: 991px) {
  .events .cme-event-icon {
    padding-top: 5px;
  }
}
.events .cme-event-icon span {
  line-height: 22px;
}
@media (max-width: 1279px) {
  .events .cme-event-icon span {
    line-height: 13px;
  }
}
@media (max-width: 991px) {
  .events .cme-event-icon span {
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .events .cme-event-icon span {
    line-height: 13px;
  }
}
.events .non-cme.cme-event-icon span {
  line-height: 18px;
  padding-top: 2px;
}
@media (max-width: 1279px) {
  .events .non-cme.cme-event-icon span {
    line-height: 14px;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  .events .non-cme.cme-event-icon span {
    line-height: 13px;
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  .events .non-cme.cme-event-icon span {
    line-height: 12px;
    padding: 0;
  }
}

/* partners */
.partners h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #1f8dcd;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 6px solid #ddd;
}
.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners ul li {
  list-style: none;
  width: 290px;
  height: 125px;
  padding: 25px 0;
}
.partners ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.partners ul li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 2%;
}

/* utility */
.hr-snug {
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .hr-snug {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .mobile-menu {
    display: none;
  }
}
/* Mobile Menu above WP Responsive Menu */
@media (max-width: 767px) {
  .home .mobile-menu img {
    top: -42px;
  }
  .home .mobile-menu .glyphicon-home {
    top: -36px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 1000;
  }
  .mobile-menu img {
    position: absolute;
    top: -42px;
    left: 50%;
    height: 32px;
    width: auto;
    margin-left: -72px;
  }
  .mobile-menu .glyphicon-home {
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    right: 0;
    font-size: 22px;
    color: #fff;
    top: -37px;
  }
  .mobile-menu .mobile-home-icon:visited,
.mobile-menu .mobile-home-icon:active,
.mobile-menu .mobile-home-icon:hover {
    color: #fff;
    text-decoration: none;
    border: none;
  }

  #wprmenu_bar {
    font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 50px;
  }
  #wprmenu_bar .bar_logo {
    width: 170px;
    height: 35px;
  }
  #wprmenu_bar .wprmenu_icon {
    top: 5px;
  }
  #wprmenu_bar, #wprmenu_bar .wprmenu_icon_par {
    font-size: 120%;
  }

  #wprmenu_menu .wprmenu_icon_par {
    display: inline-block;
    float: right;
    position: relative;
  }
  #wprmenu_menu, #wprmenu_menu .wprmenu_icon_par {
    font-size: 122%;
  }
  #wprmenu_menu.wprmenu_levels ul, #wprmenu_menu.wprmenu_levels li {
    border-top: 1px solid #777 !important;
  }
  #wprmenu_menu.wprmenu_levels ul li a {
    width: auto;
    display: inline-block;
  }
  #wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    border-left: none !important;
  }
  #wprmenu_menu.wprmenu_levels a, #wprmenu_menu.wprmenu_levels a.wprmenu_parent_item, #wprmenu_menu.wprmenu_levels a:visited {
    margin-left: 0;
    font-family: "aktiv-grotesk";
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
  #wprmenu_menu.wprmenu_levels a:active, #wprmenu_menu.wprmenu_levels a:hover {
    font-size: 20px;
    color: #1f8dcd;
  }
  #wprmenu_menu .menu-item > .sub-menu {
    background-color: #191919;
  }
  #wprmenu_menu .menu-item > .sub-menu a, #wprmenu_menu .menu-item > .sub-menu a:visited {
    font-family: "aktiv-grotesk";
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
  }
  #wprmenu_menu .menu-item > .sub-menu a:hover, #wprmenu_menu .menu-item > .sub-menu a:active {
    font-size: 18px;
    color: #fff;
    color: #1f8dcd;
  }

  .icon_default.wprmenu_par_opened:before {
    font-family: "next-gen-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "b" !important;
  }

  .icon_default.wprmenu_icon_par:before {
    font-family: "next-gen-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "a";
  }

  body > #wprmenu_menu.wprmenu_levels > ul {
    border-bottom: 1px solid #777 !important;
  }

  #wprmenu_menu.wprmenu_levels a:active, #wprmenu_menu.wprmenu_levels a:hover {
    font-size: 20px;
    color: #1f8dcd;
  }

  #wprmenu_menu .menu-item > .sub-menu a:hover, #wprmenu_menu .menu-item > .sub-menu a:active {
    font-size: 18px;
    color: #1f8dcd;
  }
}
.navbar {
  min-height: 40px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}

.navbar-nav > li > a {
  line-height: 17px;
}

ul .navbar li a {
  margin-left: 0;
  margin-right: 0;
}

button.btn, button:focus:hover {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.btn {
  border: none;
}

.btn-lg {
  border-radius: 4px;
}

.btn-group-lg > .btn {
  border-radius: 4px;
}
