body {
  overflow: scroll; }

.post_right, .region1_right {
  padding-left: 10px;
  padding-right: 10px; }
  .post_right h3, .region1_right h3 {
    font-size: 20pt; }
  .post_right .next_concert, .region1_right .next_concert {
    font-weight: bold;
    font-size: 24pt; }
  .post_right a.post-link, .post_right a.post-link:focus, .post_right a.post-link:hover, .region1_right a.post-link, .region1_right a.post-link:focus, .region1_right a.post-link:hover {
    color: #f2f4f5; }
  .post_right a.post-link:focus, .post_right a.post-link:hover, .region1_right a.post-link:focus, .region1_right a.post-link:hover {
    text-decoration: underline; }
  .post_right .post-link, .region1_right .post-link {
    font-size: 16pt;
    text-align: center;
    background-color: #1a41ef;
    display: block;
    color: #f2f4f5;
    padding: 5px; }
    .post_right .post-link a, .post_right .post-link a:focus, .post_right .post-link a:hover, .region1_right .post-link a, .region1_right .post-link a:focus, .region1_right .post-link a:hover {
      color: #f2f4f5; }
    .post_right .post-link a:focus, .post_right .post-link a:hover, .region1_right .post-link a:focus, .region1_right .post-link a:hover {
      text-decoration: underline; }
  .post_right li, .region1_right li {
    list-style-type: none;
    margin-bottom: 5px;
    background-color: #eee; }
  .post_right p, .region1_right p {
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px; }
  .post_right a, .post_right a:focus, .post_right a:hover, .region1_right a, .region1_right a:focus, .region1_right a:hover {
    font-weight: bold; }
  .post_right a:focus, .post_right a:hover, .region1_right a:focus, .region1_right a:hover {
    text-decoration: underline; }

.fa {
  font-size: 30pt !important; }

.about_right {
  border-left: solid 2px #1a41ef; }
  .about_right li {
    list-style-type: none;
    margin-bottom: 5px; }

.about_body img {
  text-align: center;
  width: 100%;
  height: auto; }

.post_body, .region1_home_body {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.post-meta {
  color: #091f81 !important; }

#toc {
  padding-left: 0;
  padding-right: 0;
  width: inherit;
  margin-right: 5em;
  margin-left: -2em;
  color: #0c0f10;
  text-shadow: none; }
  #toc a {
    font-size: 100% !important; }
  #toc a:hover {
    color: #d9dffc;
    background-color: #091f81;
    border-left-color: #091f81;
    border-radius: 5px; }
  #toc .active a {
    color: #091f81;
    border-left-color: #091f81;
    border-radius: 5px; }
  #toc .active a:hover {
    color: #d9dffc; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Montserrat", sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  overflow-x: hidden; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #d9dffc;
  text-decoration: underline;
  font-weight: bold; }
  a:visited {
    color: black; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #657983;
  border-left: 4px solid #f2f4f5;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1000px - (30px * 2));
  max-width: calc(1000px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(1000px - (30px));
      max-width: calc(1000px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #657983; }

/*
 * Site header
 */
.office {
  width: 50%;
  float: left;
  font-weight: bolder; }

.officer {
  width: 50%;
  float: left; }

.office_list {
  margins: 20%;
  padding-left: 20%;
  padding-right: 20%; }

nav {
  z-index: 150; }

.carousel-content {
  left: 5%;
  color: #a0a97c !important;
  position: absolute;
  top: 50px;
  width: 50%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.site-header {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  border-top: 5px solid #091f81;
  border-bottom: 2px solid #1a41ef;
  min-height: 56px;
  background-color: #091f81;
  position: relative; }
  .site-header .navbar {
    margin-bottom: 0 !important;
    background-color: #f2f4f5;
    color: #091f81; }
    .site-header .navbar a {
      text-decoration: none; }
  .site-header .title-footer {
    position: relative;
    font-style: italic;
    color: white;
    font-weight: bold;
    bottom: 0;
    margin-bottom: 0px; }

.next_concert {
  color: #c35a44; }

.secondary {
  color: #f2f4f5;
  margin-bottom: 0px !important; }
  .secondary a {
    color: #f2f4f5;
    text-decoration: underline; }

.nav-logo {
  width: 25%;
  height: 25%;
  color: white; }

.site-title {
  font-family: "Montserrat", sans-serif;
  color: #a0a97c !important;
  font-size: 40pt;
  /*background: linear-gradient(to right, transparent, $brand-color-dark);*/
  line-height: 56px;
  letter-spacing: -3px;
  margin-bottom: 0;
  float: left;
  z-index: 110;
  width: 66%; }
  .site-title, .site-title:visited {
    color: #0c0f10; }
  .site-title img {
    width: 50%;
    height: auto; }

.site-slogan {
  float: left;
  bottom: 0;
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  color: #a0a97c; }

.social-media {
  font-size: 20pt; }

.page-content {
  padding-top: 15px; }
  .page-content table {
    border: 1px solid #1a41ef;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto; }
    .page-content table th {
      background-color: #1a41ef;
      border: 1px solid #d9dffc;
      color: #d9dffc;
      font-weight: bold;
      margin: 3px;
      padding: 5px; }
    .page-content table td {
      margin: 3px;
      padding: 5px;
      border: 1px solid #1a41ef; }

.site-nav {
  display: inline-block;
  line-height: 48px;
  margin: 0;
  opacity: 1; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .concert-link, .site-nav purchase-link, .site-nav .page-link, .site-nav .navbar-nav {
    text-decoration: none;
    color: #091f81 !important;
    background-color: #f2f4f5 !important;
    line-height: 100%;
    padding: 5px;
    text-transform: uppercase !important;
    font-size: 10pt !important;
    font-weight: bold;
    border: none; }
    .site-nav .concert-link:hover, .site-nav .concert-link.active, .site-nav purchase-link:hover, .site-nav purchase-link.active, .site-nav .page-link:hover, .site-nav .page-link.active, .site-nav .navbar-nav:hover, .site-nav .navbar-nav.active {
      text-decoration: none !important;
      color: #fff !important;
      background-color: #091f81 !important; }
    .site-nav .concert-link:not(:last-child), .site-nav purchase-link:not(:last-child), .site-nav .page-link:not(:last-child), .site-nav .navbar-nav:not(:last-child) {
      margin-right: 25px; }
  .site-nav ul {
    margin-left: 0px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #f2f4f5;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg path {
          fill: #0c0f10; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        color: #111 !important;
        line-height: 1.5;
        padding: 5px;
        text-transform: uppercase !important;
        font-size: 16pt !important;
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:hover, .site-nav .page-link.active {
          text-decoration: none !important;
          color: #f2f4f5 !important;
          background-color: #091f81 !important; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 25px; } }

/**
 * Site footer
 */
.site-footer {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #1a41ef;
  padding: 0;
  color: #f2f4f5;
  background-color: #091f81 !important; }
  .site-footer .fa {
    color: #f2f4f5; }
  .site-footer a {
    color: #f2f4f5;
    font-weight: bold;
    text-decoration: underline; }

.footer-container {
  margin-top: 15px;
  margin-left: 30px; }

.footer-heading {
  position: relative;
  bottom: 0;
  font-size: 18px;
  margin-bottom: 15px;
  margin-left: 45px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #657983;
  margin-left: -15px; }

.twoColumns {
  width: 100%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.orch_section h3 {
  font-weight: bold;
  text-align: left;
  margin-top: 3px; }
.orch_section .twoColumns {
  padding: 2px;
  background-color: #f2f4f5;
  border-radius: 5px; }

.legend {
  font-style: italic;
  margins: 15px; }

/**
 * Page content
 */
.page-content {
  bottom: 150px; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #657983; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26pt; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px;
    font-weight: bold;
    font-color: #1a41ef; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

#upcoming-meetings .group, #team-leadership .group {
  margin-top: 0px;
  margin-bottom: 10px; }
#upcoming-meetings .section, #team-leadership .section {
  font-weight: bold;
  margin-bottom: 0px; }
#upcoming-meetings .member, #team-leadership .member {
  margin-bottom: 0px; }
#upcoming-meetings h4, #team-leadership h4 {
  font-size: 20px;
  font-weight: bold;
  color: #091f81;
  margin-bottom: 0px; }
  @media screen and (max-width: 800px) {
    #upcoming-meetings h4, #team-leadership h4 {
      font-size: 18px; } }

#upcoming-meetings {
  margin-bottom: 20px; }
  #upcoming-meetings li {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 5px; }
    #upcoming-meetings li .post-link {
      background-color: #1a41ef;
      display: block;
      color: #0c0f10;
      padding: 5px; }
    #upcoming-meetings li h2 {
      margin-bottom: 0px;
      margin-top: 15px; }
    #upcoming-meetings li a {
      color: #d9dffc; }
    #upcoming-meetings li p {
      color: #0c0f10;
      font-weight: normal;
      font-size: smaller;
      padding-left: 10px;
      padding-bottom: 0px;
      margin-bottom: 0px; }

ul.resource_docs li {
  list-style-type: initial;
  border: none;
  margin-top: 10px;
  margin-bottom: 5px; }
ul.resource_docs p {
  font-weight: bold; }

#calendar-event header {
  background-color: #f2f4f5;
  border-radius: 0px 0px 10px 10px;
  border: #091f81 1px solid;
  border-top: 0px;
  padding: 15px; }
  #calendar-event header a {
    color: #f2f4f5; }
#calendar-event .post-label {
  font-weight: bold;
  color: #0c0f10;
  display: block;
  width: 25%; }
#calendar-event .post-content {
  margin-left: 15%;
  margin-right: 15%; }

.project-page img {
  float: right;
  width: 40%;
  height: auto; }

.vip {
  background-color: black;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
  color: #f2f4f5;
  font-size: smaller;
  font-family: inherit;
  padding-left: 10px !important; }

#calendar-event header a {
  color: #d9dffc !important;
  font-weight: bold !important; }

.soloists {
  margin-top: 5px;
  padding: 10px; }

.soloist_name {
  font-weight: bold; }

.soloist_image {
  width: 25%;
  position: relative;
  border: #091f81 solid 1px;
  border-radius: 5px;
  float: left;
  margin-right: 10px; }

.soloist_bio {
  padding: 10px; }

.page_content {
  padding-top: 0px !important; }

.prev_concerts {
  border-top: 1px solid #0c0f10; }

.early_season {
  color: #1a41ef;
  font-size: large;
  text-transform: uppercase; }

.concert-link, .purchase-link {
  color: #fff !important;
  background-color: #1a41ef !important;
  line-height: 100%;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 10pt !important;
  font-weight: bold;
  border: none; }
  .concert-link:hover, .concert-link.active, .purchase-link:hover, .purchase-link.active {
    color: #fff !important; }

@media (min-width: 992px) {
  .title-footer {
    display: block !important; }

  .page-content {
    margin-top: 0; } }
@media (max-width: 991px) {
  .title-footer {
    font-size: 65%;
    color: black;
    padding: 20px; } }
@media (max-width: 401px) {
  .title-footer {
    margin-top: 40px;
    font-size: 60%;
    padding: 10px; }
    .title-footer .pull-right {
      float: left !important; }

  .page-content {
    margin-top: 20%; }

  .site-slogan {
    font-size: 60%;
    margin-top: 10px; }

  .carousel {
    top: 25px; } }
/*!
 *  * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 *   * Copyright 2013-2016 Start Bootstrap
 *    * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 *     */
/* Toggle Styles */
/* Sidebar Styles */
#map {
  height: 650px; }

#sidebar-wrapper {
  width: 250px;
  position: fixed;
  font-size: smaller; }

#page-content-wrapper {
  width: 100%;
  padding-left: 255px;
  height: 100%; }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none; }
  .sidebar-nav li {
    line-height: 30px;
    margin-left: -5px; }
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
    color: #091f81; }
  .sidebar-nav li a:hover {
    text-decoration: none;
    color: #d9dffc;
    background: #091f81; }
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus {
    text-decoration: none;
    font-weight: bold;
    color: #d9dffc;
    background: #091f81; }
