/* color variables */
.osf-section {
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .osf-section {
    padding-top: 30px;
  }
}
/* font-size variables */
body {
  overflow-x: hidden;
}
.toggle-group .dropdown {
  display: none;
  background: white;
}
.no-hover:hover > .dropdown {
  display: none !important;
}
.osf-header .osf-cart-count::before {
  content: "(";
}
.osf-header .osf-cart-count::after {
  content: ")";
}
.osf-header .osf-cart-expiration {
  font-weight: normal;
}
.osf-header .osf-header-search {
  margin-left: auto;
  padding-right: 10px;
  font-size: 0;
}
.osf-header .osf-header-search input,
.osf-header .osf-header-search button {
  border: 1px solid #cccccc;
  background-color: #151515;
  color: #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 20px !important;
}
.osf-header .osf-header-search input {
  border-radius: 0;
  padding: 0.3em 0.6em;
  width: 300px;
}
.osf-header .osf-header-search input:focus {
  background-color: #fff;
  color: #555;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.osf-header .osf-header-search button {
  width: 40px;
  border-left: 0;
  position: relative;
  top: 2px;
}
.osf-header .play-list li {
  margin-bottom: 2px;
}
.osf-header .play-list li a {
  padding: 7px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 4px #000;
  font-weight: bold;
  position: relative;
}
.osf-header .play-list li a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
}
.osf-header .col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.osf-header .glyphicon {
  position: relative;
  top: 0.1em;
}
.osf-header .osf-header-navigation {
  position: relative;
  background: #222;
}
.osf-header .utility-nav {
  color: #ddd;
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.osf-header .utility-nav .glyphicon {
  padding-right: 7px;
}
.osf-header .utility-nav li {
  display: inline-block;
}
.osf-header .utility-nav li a {
  display: inline-block;
  margin: 0 1px;
  padding: 4px 10px;
  color: #ccc;
}
.osf-header .utility-nav li a:hover {
  color: #fff;
  background: #000;
}
.osf-header .utility-nav li.osf-search {
  border-left: solid 4px #555;
  padding-left: 15px;
}
.osf-header .spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.osf-header .woocommerce-mini-cart__empty-message {
  text-align: center;
  color: #666;
}
.osf-header .woocommerce-mini-cart .items ul,
.osf-header .woocommerce-mini-cart .checkout ul {
  list-style: none;
  padding: 0;
}
.osf-header .woocommerce-mini-cart .items ul {
  max-height: 280px;
  overflow: auto;
}
.osf-header .product-details {
  color: #818181;
}
.osf-header .tab-contents {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .osf-header .tab-contents {
    padding-top: 15px;
  }
}
.osf-header .donate-contents {
  min-height: auto;
}
.osf-header .nav-image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .osf-header .nav-image {
    width: 50%;
    margin-top: 7px;
  }
}
.osf-header .group-header {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  line-height: 1.4em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 1.1em;
}
.osf-header .group-list {
  list-style: none;
  padding-left: 0;
}
.osf-header .group-list a {
  padding-left: 10px;
  display: block;
  font-size: 1.1em;
  line-height: 1.05em;
  padding: 5px 0;
}
.osf-header .group-list a:hover {
  background-color: #eee;
}
.osf-header .toggle-group > a {
  font-weight: 700;
}
.open-tab {
  background-color: #000;
  cursor: pointer;
}
.help-dropdown {
  text-align: center;
}
.help-dropdown .help-phone h5 {
  margin-bottom: 0;
  font-size: 1.5em;
}
.help-dropdown .help-phone h3 {
  line-height: 1em;
  margin: 0.5em 0 0.75em;
  font-weight: bold;
  color: #666;
}
.help-dropdown .help-contact-us {
  font-size: 1.25em;
}
.help-dropdown .help-inline-links {
  line-height: 3em;
}
.help-dropdown .help-inline-links a {
  display: inline;
  padding: 0;
  line-height: 2em;
  white-space: normal;
  clear: none;
  float: none;
}
.help-dropdown .help-inline-links a:hover {
  background: none;
  text-decoration: underline;
}
body.transparent-header .osf-header {
  background-color: transparent;
}
.gsc-control-cse {
  padding: 0 !important;
}
.osf-header {
  position: relative;
  z-index: 150;
  background-color: #000;
}
.osf-header .osf-nav-ad-bg-cover,
.osf-header .osf-nav-ad-bg-fill {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.osf-header .osf-nav-ad-bg-fill {
  background-size: contain;
}
.osf-header .osf-header-navigation {
  z-index: 220;
  position: relative;
}
.osf-header .mega-tabs > a,
.osf-header a.no-tabs {
  color: white;
  font-weight: bold;
  font-size: 2em;
  position: relative;
  cursor: pointer;
  padding: 15px 16px;
  display: inline-block;
  margin-right: 30px;
}
.osf-header .mega-tabs:hover > a,
.osf-header a.no-tabs:hover {
  background-color: #000;
  cursor: pointer;
}
.osf-header .mega-tabs .flex-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs {
  width: 240px;
  background-color: #efefef;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li {
  float: none;
  display: block;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li > a {
  display: block;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
  cursor: pointer;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li > a:after {
  content: ">";
  position: absolute;
  font-size: 2em;
  right: 10px;
  top: 50%;
  margin-top: -0.8em;
  font-weight: bold;
  color: #777;
}
.osf-header .mega-tabs .flex-tabs .nav-tabs li.active > a:after {
  color: #000;
}
.osf-header .mega-tabs .flex-tabs .tab-content {
  border: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.osf-header .mega-tabs .toggle-group > a {
  font-size: 0.8em;
  line-height: 35px;
  background: #000;
  color: #fff;
}
.osf-header .mega-tabs .group-highlighted > a {
  font-size: 0.9em;
}
.osf-header .mega-tabs > .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 6px 9px 0px #000000;
          box-shadow: 0px 6px 9px 0px #000000;
  font-size: 1.5em;
  border: solid 8px #222;
  border-top: 0;
  background: #000;
}
.osf-header .mega-tabs > .donate-dropdown {
  width: 800px;
  min-height: auto;
  background-color: white;
  background: white;
  left: unset;
}
.osf-header .donate-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.osf-header .osf-header-all,
.osf-header .osf-header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.osf-header .osf-header-all {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1920px;
  padding: 0;
}
.osf-header .osf-header-navigation {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.osf-header .navbar-brand {
  padding: 0 15px 12px 0;
  margin-top: 5px;
  height: auto;
}
.osf-header .navbar-brand img {
  height: 120px;
}
.osf-header .navbar-nav > li a .fa {
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}
.osf-header .navbar-nav > li > a,
.osf-header .navbar-nav > li > a:hover,
.osf-header .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
  font-weight: bold;
}
.osf-header .navbar-nav > li:hover > a,
.osf-header .navbar-nav > li > a:focus {
  background-color: #000;
  cursor: pointer;
}
.osf-header .navbar-nav li:hover > .dropdown-menu,
.osf-header .mini-cart-overview:hover > .dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  .transparent-header #content {
    margin-top: 0 !important;
  }
  .transparent-header .osf-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
  }
  .osf-header .nav,
  .osf-header .tab-contents {
    min-height: 400px;
  }
  .osf-header .donate-contents {
    padding-top: 10px;
  }
  .osf-header .toggle-group:hover > .dropdown {
    min-height: 400px;
  }
  .osf-header .group-list-large li a {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .col-vertical-ads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-vertical-ads .ad {
    min-height: 150px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .group-header-image {
    min-height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 7px;
    position: relative;
  }
  .group-header-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  }
  .glyphicon-menu-down {
    display: none;
  }
  .osf-header .tab-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .osf-cart {
    position: relative;
  }
  .osf-cart .osf-cart-count::after {
    content: " item(s)";
    font-size: 0.7em;
  }
  .osf-cart .osf-cart-count::before {
    content: "";
  }
  .osf-header .osf-login-logout {
    position: relative;
  }
  .osf-header .osf-cart-count,
  .osf-header .osf-logout-link,
  .osf-header .osf-cart-expiration {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -0.4em !important;
    font-size: 0.75em;
    text-align: right;
    font-weight: bold;
    padding: 0 10px 0 0 !important;
  }
  .osf-header .osf-cart-expiration {
    font-size: 0.6em;
    top: -0.7em;
    font-weight: normal;
  }
  .osf-header .exp-label {
    font-size: 0.8em;
  }
  .osf-header .osf-logout-link {
    font-size: 0.6em;
  }
  .osf-header .osf-header-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .osf-header .toggle-group:hover > .dropdown {
    display: block;
  }
  .osf-header .toggle-group > .dropdown {
    border-top: 0;
  }
  .osf-header .toggle-group .link-content {
    position: relative;
    z-index: 3;
  }
  .osf-header .mega-tabs .toggle-group:hover > a::after,
  .osf-header .mega-tabs .toggle-group:hover > a::before,
  .osf-header .osf-large-tabs:not(:hover) > ul > li.toggle-group:first-child > a::after {
    content: " ";
    background: #222;
    position: absolute;
    right: -6px;
    bottom: -10px;
    width: 100px;
    height: 33px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    z-index: 2;
  }
  .osf-header .mega-tabs .toggle-group:hover > a::before {
    top: -10px;
    bottom: auto;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .osf-header .mega-tabs .toggle-group:first-child a::before {
    display: none !important;
  }
  .osf-header .mega-tabs .toggle-group:last-child a::after {
    display: none !important;
  }
  .osf-header .osf-large-tabs > ul > li {
    position: static;
  }
  .osf-header .osf-large-tabs > ul > li > a {
    width: 200px;
    background: #f5f5f5;
    padding: 15px;
  }
  .osf-header .osf-large-tabs > ul > li > a .glypthicon-menu-down {
    float: right;
    font-size: 1.6em;
    margin-right: 5px;
  }
  .osf-header .osf-large-tabs > ul > li:hover > a {
    background-color: #222;
  }
  .osf-header .osf-large-tabs > ul > li > .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 200px);
    padding-left: 10px;
    min-height: 400px;
    z-index: 2;
  }
  .osf-header .osf-large-tabs:not(:hover) > ul > li.toggle-group:first-child a {
    background-color: #222;
  }
  .osf-header .osf-large-tabs:not(:hover) > ul > li.toggle-group:first-child .dropdown {
    display: block;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .osf-header .group-header {
    font-size: 1em;
  }
  .osf-header .group-list a {
    font-size: 1em;
  }
  .osf-header .utility-nav {
    font-size: 1.5em;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osf-header .tab-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .osf-header .tab-contents .col {
    width: 50%;
  }
  .osf-header .nav {
    min-height: 650px;
  }
  .osf-header .toggle-group:hover > .dropdown {
    min-height: 650px;
  }
  .osf-header .toggle-group:hover > .donate-dropdown {
    min-height: auto;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .osf-header .container {
    width: auto;
  }
  .osf-header .navbar-nav > li {
    float: left;
  }
  .osf-header .navbar-brand img {
    height: 70px;
  }
  .osf-header .mega-tabs > a {
    font-size: 1.7em;
  }
  .osf-header .utility-nav {
    font-size: 1.1em;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    margin-right: 20px;
    font-size: 1.35em;
  }
  .osf-header .mega-tabs > .dropdown {
    font-size: 1.2em;
  }
  .osf-header .osf-header-search input {
    width: 200px;
  }
}
@media not all and (hover: none) {
  .osf-header .desktop-in > .dropdown {
    display: block !important;
    padding-bottom: 10px;
    z-index: 10 !important;
  }
}
@media (max-width: 767px) {
  .osf-header .osf-header-search {
    padding: 3px 15px;
  }
  .osf-header .osf-header-search input {
    width: calc(100% - 40px);
  }
  .osf-header .nav-search {
    margin-left: auto;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1.2em;
  }
  .osf-header .osf-nav-image {
    max-width: 30%;
    margin: 0 auto;
  }
  .osf-header .tab-contents {
    padding-top: 0;
  }
  .osf-header .utility-nav li {
    float: left;
  }
  .osf-header .utility-nav li a {
    padding: 4px 8px;
  }
  .osf-header .utility-nav .osf-wish-lists {
    clear: left;
  }
  .osf-header .utility-nav .osf-wish-lists a {
    margin-left: 0;
    padding-left: 0;
  }
  .osf-header .col + .col {
    margin-top: 7px;
  }
  .osf-header .col-xs-12 {
    margin-top: 15px;
  }
  .osf-header .osf-header-all {
    padding-left: 0;
    padding-right: 0;
  }
  .osf-header .osf-header-all .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-left: 10px;
  }
  .osf-header .osf-header-all .utility-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  .osf-header .osf-header-all .osf-header-navigation {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .osf-header .osf-header-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .osf-header .osf-header-navigation .osf-header-search {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: none;
  }
  .osf-header .osf-header-navigation a {
    display: block;
  }
  .osf-header .mega-tabs,
  .osf-header a.no-tabs {
    margin-right: 0;
  }
  .osf-header .mega-tabs > a {
    margin: 0;
  }
  .osf-header .mega-tabs > a .fa-angle-down {
    float: right;
  }
  .osf-header .mega-tabs:hover > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .osf-header .mega-tabs > .dropdown {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .osf-header .mobile-in > .dropdown {
    display: block !important;
    padding-bottom: 10px;
  }
  .osf-header .mobile-in > .donate-dropdown {
    left: 0;
    width: 100%;
  }
  .osf-header .glypthicon-menu-down {
    display: none;
  }
  .osf-header .navbar-nav li:hover > .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .osf-header .navbar-brand img {
    height: 45px;
  }
  .osf-header .utility-nav {
    font-size: 1em;
  }
  .osf-header .utility-nav .glyphicon {
    display: none;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1.1em;
  }
  .osf-header .icon,
  .osf-header .fa-solid {
    display: none;
  }
  .osf-header .nav-search .icon {
    display: block;
  }
}
@media (max-width: 400px) {
  .osf-header .utility-nav {
    font-size: 0.9em;
  }
  .osf-header .utility-nav li a {
    padding: 4px;
  }
  .osf-header .mega-tabs > a,
  .osf-header a.no-tabs {
    font-size: 1em;
    padding: 10px 8px;
  }
  .osf-header .donate-dropdown .osf-nav-ad-bg-fill {
    min-height: 100px;
  }
  .osf-header .donate-dropdown {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media print {
  .osf-navbar {
    display: none;
  }
  .osf-print-header {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  a[href]:after {
    display: none;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.osf-banner {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px 25px;
  font-size: 1.2em;
  border-radius: 0;
  margin-bottom: 0;
  text-align: right;
  border-left: 0;
  border-right: 0;
}
.osf-banner h4 {
  margin-top: 0;
  color: inherit;
}
.osf-banner .alert-link {
  font-weight: bold;
}
.osf-banner > p,
.osf-banner > ul {
  margin-bottom: 0;
}
.osf-banner > p + p {
  margin-top: 5px;
}
.osf-banner hr {
  border-top-color: #a6e1ec;
}
.osf-banner .alert-link {
  color: #245269;
}
@media (max-width: 767px) {
  .osf-banner {
    padding: 7px;
    padding-right: 20px;
    font-size: 12px;
  }
}
.osf-banner--success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  color: #dff0d8;
  border-color: #dff0d8;
  background-color: #3c763d;
}
.osf-banner--success hr {
  border-top-color: #c9e2b3;
}
.osf-banner--success .alert-link {
  color: #2b542c;
}
.osf-banner--error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  color: #f2dede;
  border-color: #f2dede;
  background-color: #a94442;
}
.osf-banner--error hr {
  border-top-color: #e4b9c0;
}
.osf-banner--error .alert-link {
  color: #843534;
}
.osf-banner--warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  color: #fcf8e3;
  border-color: #fcf8e3;
  background-color: #ae720a;
}
.osf-banner--warning hr {
  border-top-color: #f7e1b5;
}
.osf-banner--warning .alert-link {
  color: #66512c;
}
.osf-banner--info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  color: #d9edf7;
  border-color: #d9edf7;
  background-color: #31708f;
}
.osf-banner--info hr {
  border-top-color: #a6e1ec;
}
.osf-banner--info .alert-link {
  color: #245269;
}
.osf-banner .osf-banner-inner {
  max-width: 1920px;
  position: relative;
}
.osf-banner .osf-banner-close {
  position: absolute;
  top: 0;
  right: -10px;
  color: white;
}
@media (min-width: 768px) {
  .osf-banner .osf-banner-close {
    right: 5px;
  }
}
.osf-notification-cookie {
  font-size: 12px;
  width: 580px;
  max-width: 100%;
}
.osf-gpc-popup {
  width: 400px;
}
@media (max-width: 767px) {
  .osf-notification-cookie {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .osf-notification-cookie {
    font-size: 12px;
  }
  .notifyjs-corner,
  .notifyjs-wrapper,
  .notifyjs-container {
    margin: 0 !important;
  }
  .notifyjs-corner {
    width: 100%;
  }
}
.osf-notification-close {
  position: absolute;
  top: 0;
  right: -10px;
}
@media (min-width: 768px) {
  .osf-notification-close {
    right: 5px;
  }
}
.consent-title {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #333331;
}
.osf-consent-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.osf-consent-buttons .btn {
  width: 48%;
  background-color: #000;
  border-color: #000;
  font-size: 12px;
}
@media (max-width: 550px) {
  .osf-consent-buttons .btn {
    font-size: 0.9em;
  }
}
.osf-consent-buttons .btn-primary:active:hover,
.osf-consent-buttons .btn-primary:active:hover {
  background-color: #212121;
}
.large-calendar-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7px;
}
.large-calendar-keywords .label {
  display: inline-block;
  max-width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 1px;
}
.vc-header .vc-title:after {
  content: "\25bc";
  margin-left: 0.5em;
  font-size: 0.8em;
  color: #718096;
}
.vc-arrow.is-disabled {
  visibility: hidden;
}
.osf-api-calendar-large {
  font-size: 16px;
}
.osf-api-calendar-large .event-date {
  display: none !important;
}
.osf-api-calendar-large .event-image {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin: 4px 0;
}
.vc-popover-caret {
  display: none !important;
}
@media (max-width: 991px) {
  .osf-api-calendar-large .vc-weeks {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .osf-api-calendar-large .vc-weekday,
  .osf-api-calendar-large .is-not-in-month,
  .osf-api-calendar-large .day-number {
    display: none !important;
  }
  .osf-api-calendar-large .vc-day {
    min-height: 0 !important;
  }
  .osf-api-calendar-large .event-time {
    display: none !important;
  }
  .osf-api-calendar-large .event-date {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .vc-popover-content {
    font-size: 0.7em !important;
    width: 400px;
  }
  .vc-popover-content .btn-xs {
    font-size: 0.9em;
    line-height: 1.3em !important;
  }
}
.osf-api-calendar-large.single-column .vc-weeks {
  -ms-grid-columns: (1fr)[1] !important;
  grid-template-columns: repeat(1, 1fr) !important;
}
.osf-api-calendar-large.single-column .vc-weekday,
.osf-api-calendar-large.single-column .is-not-in-month,
.osf-api-calendar-large.single-column .day-number {
  display: none !important;
}
.osf-api-calendar-large.single-column .vc-day {
  min-height: 0 !important;
}
.osf-api-calendar-large.single-column .event-time {
  display: none !important;
}
.osf-api-calendar-large.single-column .event-date {
  display: inline !important;
}
@media (min-width: 768px) {
  .osf-api-calendar-large.single-column .left-event-image {
    float: left;
    height: 120px;
    width: auto;
    display: block!important;
    margin-right: 15px;
  }
  .osf-api-calendar-large.single-column .event-image {
    display: none;
  }
  .osf-api-calendar-large.single-column .content {
    float: left;
  }
  .osf-api-calendar-large.single-column .osf-api-calendar-item:before,
  .osf-api-calendar-large.single-column .osf-api-calendar-item:after {
    content: " ";
    display: table;
  }
  .osf-api-calendar-large.single-column .osf-api-calendar-item:after {
    clear: both;
  }
}
.osf-api-calendar-item .btn-xs {
  line-height: 1em;
}
.osf-api-calendar-small .event-buttons {
  padding-left: 1em;
}
.vc-container.vc-is-expanded {
  max-width: 100%;
}
.osf-full-day-item a,
.osf-full-day-item span {
  background-color: #0b75cf;
  color: white;
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  margin: -5px;
  font-weight: bold;
  line-height: 1.1em;
}
.osf-api-calendar-large .vc-weekday {
  color: #888 !important;
}
.osf-api-calendar-large .vc-day.in-month {
  display: block;
  -webkit-box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, /* Just to fix the corner */ 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
          box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, /* Just to fix the corner */ 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
}
.osf-api-calendar-large .btn-xs {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 3px;
}
.osf-api-calendar-large .osf-api-calendar-large-day.isDisabled {
  opacity: 0.2;
}
.osf-api-calendar-large .osf-api-calendar-large-day .day-number {
  color: #555;
  display: block;
  text-align: left;
  padding: 0px 10px;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px 0;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item {
  font-size: 1em;
  padding: 15px 0;
  position: relative;
  margin: 0 10px;
  border-top: solid 2px #eee;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item:first-child {
  border-top: 0;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .event-name {
  color: #555;
  font-weight: bold;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .event-time,
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .event-date {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item:not(:first-child) {
  margin-top: 5px;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  z-index: 0;
}
.osf-api-calendar-large .osf-api-calendar-large-day .osf-api-calendar-item .content {
  z-index: 1;
  position: relative;
}
.btn-cal {
  font-weight: bold;
  position: relative;
  padding-right: 35px;
  padding-left: 0;
}
.btn-cal:after {
  content: " \203a";
  -webkit-transform: scale(2);
          transform: scale(2);
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  height: 1em;
  line-height: 0.75em;
  margin-top: -0.5em;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.btn-cal:hover:after {
  right: 5px;
}
.btn-cal.btn-cal-info {
  font-size: 0.8em;
}
.osf-api-calendar-small.expanded {
  width: 100%;
}
.event-venue {
  font-size: 0.8em;
  font-weight: 600;
  display: block;
}
.osf-api-calendar-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 18px;
}
.osf-api-calendar-filters strong {
  color: #555;
  text-transform: uppercase;
  font-size: 0.9em;
}
.osf-api-calendar-filters .filter {
  margin-right: 15px;
}
.osf-api-calendar-filters .filter select {
  max-width: 200px;
}
.osf-api-calendar-filters input {
  border: solid 1px #555;
  font-size: 1em;
  line-height: 1em;
}
.osf-api-calendar-filters .filter-date-input {
  width: 7em;
  text-align: center;
}
.osf-calendar-filter-jump {
  margin-bottom: 5px;
}
.osf-api-calendar-filters-header {
  display: block;
  font-size: 1.5em;
  margin: 20px 0 5px;
}
[v-cloak] {
  display: none;
}
.osf-calendar-bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.osf-footer-section {
  padding-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #222222;
  padding: 35px 0;
  color: #f0f0f0;
}
@media (max-width: 991px) {
  .osf-footer-section {
    padding-top: 30px;
  }
}
@media only print {
  .osf-footer-section {
    display: none;
  }
}
.osf-footer-section a {
  color: #f0f0f0;
}
.osf-footer-section a:hover,
.osf-footer-section a:active {
  color: #bbbbbb;
}
.osf-footer-section__hidden-text {
  display: none;
}
.osf-footer-section__link {
  color: #f0f0f0;
}
.osf-footer-section__link:hover,
.osf-footer-section__link:active {
  color: #bbbbbb;
}
.osf-footer-section__501c {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  color: #ccc;
}
.osf-footer-section__column {
  padding: 10px 0;
  font-size: 1.3em;
}
.osf-footer-section__column h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0;
}
.osf-footer-section__listing {
  list-style-type: none;
}
@media (max-width: 767px) {
  .osf-footer-section__listing {
    padding-left: 10px;
  }
}
.osf-footer-section__sponsorship,
.osf-footer-section__connect {
  background-color: #111;
  min-height: 160px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .osf-footer-section__sponsorship,
  .osf-footer-section__connect {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .osf-footer-section__sponsorship {
    height: inherit;
  }
}
@media (min-width: 992px) {
  .osf-footer-section__connect {
    border-left: 2px solid #222;
  }
}
.osf-footer-section__sponsor-image {
  margin: 15px;
  width: 200px;
}
.osf-footer-section__sponsor-detail--primary,
.osf-footer-section__connect-detail--primary {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.osf-footer-section__sponsor-detail--secondary,
.osf-footer-section__connect-detail--secondary {
  font-size: 1.2em;
  color: #939393;
  font-weight: bold;
}
.osf-footer-section__sponsor-detail--secondary a,
.osf-footer-section__connect-detail--secondary a {
  color: #939393;
}
.osf-footer-section__sponsor-detail--secondary a:hover,
.osf-footer-section__connect-detail--secondary a:hover {
  color: #5d5d5d;
}
@media (max-width: 767px) {
  .osf-footer-section__sponsor-detail,
  .osf-footer-section__connect-detail {
    padding: 0;
  }
}
.osf-footer-section__social-icon {
  width: 19%;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 25px;
  opacity: 0.7;
  margin-top: 15px;
  margin-bottom: 22px;
}
.osf-footer-section__social-icon--facebook {
  background-image: url('https://www.osfashland.org/media/img/facebook-icon-mono.svg');
}
.osf-footer-section__social-icon--twitter {
  background-image: url('https://www.osfashland.org/media/img/twitter-icon-mono.svg');
}
.osf-footer-section__social-icon--instagram {
  background-image: url('https://www.osfashland.org/media/img/instagram-icon-mono.svg');
}
.osf-footer-section__social-icon--email {
  background-image: url('https://www.osfashland.org/media/img/email-icon-mono.svg');
}
@media (max-width: 767px) {
  .osf-footer-section__social-icon {
    width: 16%;
  }
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.side-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.container-tnew {
  max-width: 1920px;
  margin-bottom: 60px;
  font-size: 1.4em;
}
.container-footer {
  padding-left: 0;
  padding-right: 0;
}
.osf-footer-section {
  max-width: 1920px;
  margin: 0 auto;
}
.tn-heading-sub-text {
  max-width: 800px;
}
@media (max-width: 767px) {
  .clear-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-sm {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .clear-lg {
    clear: both;
  }
}
@media (max-width: 767px) {
  .tn-syos-mobile-cart-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tn-syos-mobile-cart-controls > * {
    width: 100%;
    border: solid 1px #ccc;
  }
}
.tn-syos-mobile-cart-controls__summary,
.tn-syos-mobile-cart-controls {
  height: auto;
  min-height: 70px;
}
.tn-syos--viewing-seats .tn-syos-mobile-cart-controls {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tn-one-page-giving-page .tn-header-component,
.tn-one-page-giving-page .tn-opg-form__container,
.tn-one-page-giving-page .tn-page-bottom {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.tn-one-page-giving-page .tn-page-top {
  margin-left: -15px;
  margin-right: -15px;
}
.tn-login-link,
.tn-cart-link {
  display: none !important;
}
.osf-pullout {
  margin-left: -15px;
  margin-right: -15px;
  max-width: calc(100% + 30px);
}
.tn-subnav-component .tn-promo-label {
  margin-bottom: 2px;
  font-size: 0.85em;
}
.tn-subnav-component .tn-promo-box {
  margin-top: 14px;
  margin-left: 0;
}
.tn-subnav-component .tn-promo-box .tn-subnav-promo-code {
  border: solid 2px #000;
  padding: 3px 10px;
  width: 200px;
  margin: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 40px;
}
.tn-subnav-component .tn-promo-box button.tn-subnav-promo-button {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: none;
  padding: 2px 18px;
  height: 41px;
  margin-left: -6px;
}
.tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:hover {
  color: white;
  background-color: #2d6da3;
}
@media (min-width: 768px) {
  .tn-contribution-individual-page .tn-header-component,
  .tn-gift-certificate-default-page .tn-header-component {
    width: 50%;
    margin: 0 auto;
  }
  .tn-contribution-individual-page .row,
  .tn-gift-certificate-default-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  nav,
  footer {
    display: none !important;
  }
  body {
    font-size: 0.7em;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.3em;
  }
  .tn-cart-item-summary__property--primary {
    font-size: 1.2em !important;
  }
}
.tn-digital-content-display__content-container {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.tn-payment-page .btn-default {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.tn-payment-page .btn-default:hover {
  background-color: #31b0d5;
}
.tn-prod-list-item__perf-property--datetime .tn-prod-list-item__perf-date {
  text-align: left;
  padding-right: 10px;
}
.popup-button-disabled {
  pointer-events: none;
}
.osf-footer-section__sponsor-image {
  width: auto;
  max-width: 100%;
}
.osf-checkout-timer--urgent {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.osf-checkout-timer--urgent hr {
  border-top-color: #e4b9c0;
}
.osf-checkout-timer--urgent .alert-link {
  color: #843534;
}
/*# sourceMappingURL=OSFTNEW.css.map */