/* Colors */
.background-green {
  background: #01998E;
  color: white !important;
}

/* Typography */
h1, h2, h3 {
  font-weight: bold;
}

#newsletter_form {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  #newsletter_form button {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  header nav.navbar-default a.logotext span {
    font-size: 23px;
  }
}
.social-share {
  margin: 0 auto;
  text-align: center;
}

body.single-post .post_content .info_section.share-panel a, .social-share a {
  display: inline-block;
  background: #01CC8E;
  padding: 10px 20px;
  color: white;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  text-align: center;
  margin-top: 0px;
}
@media (max-width: 767px) {
  body.single-post .post_content .info_section.share-panel a, .social-share a {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  body.single-post .post_content .info_section.share-panel a, .social-share a {
    margin-top: 10px;
  }
  body.single-post .post_content .info_section.share-panel a:first-of-type, .social-share a:first-of-type {
    margin-left: 20px;
  }
}
body.single-post .post_content .info_section.share-panel a:first-of-type, .social-share a:first-of-type {
  background: #127CB3;
}
body.single-post .post_content .info_section.share-panel a:first-of-type:hover, .social-share a:first-of-type:hover {
  background: #0d5c85;
}
body.single-post .post_content .info_section.share-panel a:nth-of-type(2), .social-share a:nth-of-type(2) {
  background: #3C5A96;
}
body.single-post .post_content .info_section.share-panel a:nth-of-type(2):hover, .social-share a:nth-of-type(2):hover {
  background: #2d4472;
}
body.single-post .post_content .info_section.share-panel a:nth-of-type(3), .social-share a:nth-of-type(3) {
  background: #000;
}
body.single-post .post_content .info_section.share-panel a:nth-of-type(3):hover, .social-share a:nth-of-type(3):hover {
  background: #1e1e1e;
}
body.single-post .post_content .info_section.share-panel a:last-of-type, .social-share a:last-of-type {
  background: #314D64;
}
body.single-post .post_content .info_section.share-panel a:last-of-type:hover, .social-share a:last-of-type:hover {
  background: #777;
}
body.single-post .post_content .info_section.share-panel a i, .social-share a i {
  font-size: 24px;
  color: white;
  margin-left: 5px;
  display: block;
  margin: 0 auto 5px;
}

body.single-post main {
  margin-bottom: -10px;
}
body.single-post .overlay {
  display: none;
  position: fixed;
  z-index: 1030;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
body.single-post #content .post.single {
  margin-top: 30px;
}
body.single-post #content > .quick-nav {
  position: fixed;
  top: 0px;
  background: #00539B;
  display: none;
  width: 100%;
  z-index: 1040;
}
body.single-post #content > .quick-nav ul {
  width: 300px;
  position: absolute;
  z-index: 1031;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.single-post .quick-nav-container {
  background: #00539B;
}
body.single-post #jump-prompt, body.single-post .quick-nav > a {
  background: #00539B;
  color: white;
  padding: 8px 20px;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  display: block;
}
body.single-post #jump-prompt span, body.single-post .quick-nav > a span {
  font-size: 14px;
}
body.single-post .quick-nav {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
body.single-post .quick-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding-left: 0;
  list-style: none;
  z-index: 10;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.75);
}
body.single-post .quick-nav ul li:first-of-type a {
  background: #F87219;
}
body.single-post .quick-nav ul li:first-of-type a:hover {
  background: #BC5713;
}
body.single-post .quick-nav ul li a {
  display: block;
  background: #1D2A4B;
  color: white;
  padding: 7px 10px;
  text-decoration: none;
}
body.single-post .quick-nav ul li a:hover {
  background: #0f1526;
}
body.single-post #page_header + .post.single h1 {
  font-weight: bold;
  margin: 0;
  padding: 10px 15px 0;
  background: white;
  border-radius: 5px;
  top: -17px;
  position: relative;
  -webkit-box-shadow: 0px -6px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px -6px 5px 0 rgba(0, 0, 0, 0.25);
  width: 98%;
  margin-left: 1%;
}
@media (min-width: 768px) {
  body.single-post #page_header + .post.single h1 {
    margin-left: 0;
    width: 100%;
  }
}
body.single-post h1 {
  font-weight: bold;
  margin: 0;
  padding: 10px 15px 10px;
}
@media (min-width: 768px) {
  body.single-post h1 {
    padding: 0 15px 10px;
  }
}
body.single-post .post_content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  max-width: 1000px;
  background: white;
  border-top: 10px solid #00539B;
}
body.single-post .post_content .nav-pills {
  margin-top: 20px;
}
body.single-post .post_content .details .location_title:first-of-type {
  margin-top: 3px;
}
body.single-post .post_content .details p {
  margin: -5px 0 25px;
}
body.single-post .post_content .details .btn-location {
  margin-top: -15px;
  margin-bottom: 30px;
}
body.single-post .post_content .details .btn-map {
  background-color: #1D2A4B;
  border-color: #1D2A4B;
}
body.single-post .post_content .details .btn-map:hover {
  border-color: #2b3f70;
  background-color: #2b3f70;
}
body.single-post .post_content .details .optional_header {
  color: #666;
  text-align: center;
  margin: 15px 0 10px !important;
}
body.single-post .post_content .details .multi-location {
  margin: -10px 0 10px;
}
body.single-post .post_content .details .multi-location > div {
  margin: 5px 0;
  padding: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body.single-post .post_content .details .multi-location > div .btn-location {
  margin-bottom: 5px;
}
@media (min-width: 650px) {
  body.single-post .post_content .details .multi-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-post .post_content .details .multi-location > div {
    width: 50%;
    margin: 5px 10px;
  }
  body.single-post .post_content .details .multi-location > div:nth-of-type(odd) {
    margin-left: 0;
  }
  body.single-post .post_content .details .multi-location > div:nth-of-type(even) {
    margin-right: 0;
  }
}
body.single-post .post_content .details .nav-pills {
  margin-top: 10px;
}
body.single-post .post_content .details .tab-content {
  margin-bottom: 10px;
}
body.single-post .post_content .details .tab-content .tab-pane {
  padding: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
body.single-post .post_content .details h2 {
  font-size: 19px;
  line-height: 1.35;
}
body.single-post .post_content .details h2:first-of-type {
  font-weight: bold;
  margin-bottom: 0px;
}
body.single-post .post_content .details h2:last-of-type {
  margin-top: 10px;
  margin-bottom: 20px;
}
body.single-post .post_content .info_section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
body.single-post .post_content .info_section:last-of-type {
  border-bottom: none;
}
body.single-post .post_content .info_section h2 {
  color: #00539B;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
body.single-post .post_content .info_section h3 {
  font-weight: bold;
  font-size: 20px;
}
body.single-post .post_content .info_section h5.session-kicker {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  text-align: center;
  width: 85%;
  background-color: #01998E;
  margin-bottom: -3px;
}
body.single-post .post_content .info_section h5.objectives {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-left: 20px;
  margin-top: 0;
}
body.single-post .post_content .info_section h5.objectives + ul li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
body.single-post .post_content .info_section ul.people_list {
  list-style: none;
}
body.single-post .post_content .info_section ul.people_list h5 {
  font-weight: bold;
}
body.single-post .post_content .info_section ul.agenda.generated li {
  text-align: center;
}
@media (min-width: 768px) {
  body.single-post .post_content .info_section ul.agenda.generated li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-post .post_content .info_section ul.agenda.generated li > p {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  body.single-post .post_content .info_section ul.agenda.generated li .time_content {
    text-align: left;
  }
}
body.single-post .post_content .info_section ul.agenda.generated li .time_content .time_element + .time_element {
  margin-top: 20px;
}
body.single-post .post_content .info_section ul.agenda.generated li .time_content h4.time_overline {
  text-transform: uppercase;
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #00539B;
}
body.single-post .post_content .info_section ul.agenda.generated li .time_content h5 {
  margin: 5px 0 0;
}
body.single-post .post_content .info_section ul.agenda.generated li .time_content h5.item_title {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.single-post .post_content .info_section {
    padding-top: 20px;
  }
  body.single-post .post_content .info_section h2, body.single-post .post_content .info_section .content {
    display: inline-block;
    vertical-align: top;
  }
  body.single-post .post_content .info_section h2 {
    width: 170px;
    font-size: 14px;
    background: #00539B;
    color: white;
    padding: 30px 10px;
    margin-top: 0px;
  }
  body.single-post .post_content .info_section .content {
    width: calc(100% - 194px);
    margin-left: 20px;
  }
  body.single-post .post_content .info_section .content h3:first-child {
    margin-top: 0px;
  }
  body.single-post .post_content .info_section .content p {
    padding-top: 10px;
  }
  body.single-post .post_content .info_section .content ul {
    padding-top: 10px;
    padding-left: 20px;
  }
}
body.single-post .acf-map {
  height: 200px;
  border: #ccc solid 1px;
  margin: 20px 0 0px;
}
body.single-post .acf-map + a {
  margin-bottom: 20px;
  display: block;
}
body.single-post .acf-map img {
  max-width: inherit !important;
}

body.home .program_search_box {
  display: block;
}
@media (min-width: 768px) {
  body.home .program_search_box {
    float: right;
    margin-top: -40px;
  }
}
body.home .program_search_box input[type=text] {
  padding: 5px 4px;
  margin-right: -2px;
  position: relative;
  top: 1px;
}
body.home #quick-links {
  margin-bottom: 20px;
  clear: both;
}
body.home #quick-links a.btn {
  width: 100%;
  margin-bottom: 5px;
}
body.home #quick-links a.btn.compass {
  padding: 16px 12px;
}

#submission-form .acf-field input[type=text]:disabled {
  background: #ccc;
  color: #666;
  border: 0;
}
#submission-form .acf-field-5ac64e2d85100 {
  display: none;
}
#submission-form .acf-field-5bce329473631 {
  display: none;
}
#submission-form input[type=submit] {
  display: none;
}
#submission-form .full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print {
  body.single-post header nav.navbar-default {
    position: relative;
    margin-bottom: 0;
  }
  body.single-post .share-panel {
    display: none;
  }
  body.single-post .quick-nav {
    display: none !important;
  }
  body.single-post #content main {
    padding: 0px 15px;
  }
  body.single-post .nav.nav-pills {
    display: none;
  }
  body.single-post .post_content .register a {
    display: none;
  }
  body.single-post .post_content .map a {
    display: none;
  }
  body.single-post .post_content .info_section {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  body.single-post .post_content .info_section ul.agenda li > span.time {
    background: #999 !important;
    -webkit-print-color-adjust: exact;
  }
  body.single-post footer, body.single-post #newsletter_form {
    display: none;
  }
}