/*
Theme Name: MMD Responsive Theme
Theme URI: http://makemusicday.org
Author: Mark Southard / Thadd Williams
Author URI: https://marksouthard.com / http://thaddwilliams.com
Description: Custom theme for makemusicday.org, a project of the Make Music Alliance.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmd-responsive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WARNING do not edit style.css directly.
Make updates to library/scss/style.scss only
*/
/*Browser Sizing*/
@media (min-width: 1325px) {
  nav#site_navigation {
    height: 75px; }
    nav#site_navigation a#menu-logo {
      height: 50px;
      width: 270px; }
    nav#site_navigation #menu-desktop {
      display: block;
      font-size: 27px;
      line-height: 75px; }
    nav#site_navigation #menu-mobile {
      display: none; }
  .cycle-slideshow .slideshow-pagination {
    top: -150px !important; } }

@media (max-width: 1324px) and (min-width: 1125px) {
  nav#site_navigation {
    height: 75px; }
    nav#site_navigation a#menu-logo {
      height: 50px;
      width: 270px; }
    nav#site_navigation #menu-desktop {
      display: block;
      font-size: 24px;
      line-height: 75px; }
    nav#site_navigation #menu-mobile {
      display: none; }
  .cycle-slideshow .slideshow-pagination {
    top: -150px !important; } }

@media (max-width: 1124px) and (min-width: 1030px) {
  nav#site_navigation {
    height: 75px; }
    nav#site_navigation a#menu-logo {
      height: 50px;
      width: 270px; }
    nav#site_navigation #menu-desktop {
      display: block;
      font-size: 22px;
      line-height: 75px; }
    nav#site_navigation #menu-mobile {
      display: none; }
  .page_header_description h2 {
    font-size: 25px; }
  .page_header_description p {
    font-size: 16px; } }

@media (max-width: 1029px) and (min-width: 960px) {
  nav#site_navigation {
    height: 75px; }
    nav#site_navigation a#menu-logo {
      height: 50px;
      width: 270px; }
    nav#site_navigation #menu-desktop {
      display: block;
      font-size: 20px;
      line-height: 75px; }
    nav#site_navigation #menu-mobile {
      display: none; }
  .page_header_description h2 {
    font-size: 25px; }
  .page_header_description p {
    font-size: 16px; }
  section img.wp-post-image {
    width: 500px;
    height: auto; }
  .cycle-slideshow .slideshow-pagination {
    top: 0; } }

@media (max-width: 959px) and (min-width: 835px) {
  nav#site_navigation {
    height: 50px; }
    nav#site_navigation a#menu-logo {
      height: 25px;
      width: 150px; }
    nav#site_navigation #menu-desktop {
      display: block;
      font-size: 20px;
      line-height: 50px; }
    nav#site_navigation #menu-mobile {
      display: none; }
  .page_header_description h2 {
    font-size: 20px; }
  .page_header_description p {
    font-size: 14px; }
  section img.wp-post-image {
    width: 450px;
    height: auto; } }

@media (max-width: 834px) and (min-width: 740px) {
  nav#site_navigation {
    height: 50px; }
    nav#site_navigation a#menu-logo {
      height: 25px;
      width: 150px; }
    nav#site_navigation #menu-desktop {
      display: block;
      font-size: 16.5px;
      line-height: 50px; }
    nav#site_navigation #menu-mobile {
      display: none; }
  .page_header_description h2 {
    font-size: 20px; }
  .page_header_description p {
    font-size: 14px; }
  section img.wp-post-image {
    width: 450px;
    height: auto; } }

@media (max-width: 739px) {
  nav#site_navigation {
    height: 50px; }
    nav#site_navigation a#menu-logo {
      height: 25px;
      width: 150px; }
    nav#site_navigation #menu-desktop {
      display: none; }
    nav#site_navigation #menu-mobile {
      display: block; }
  .page_header_description h2 {
    font-size: 20px; }
  .page_header_description p {
    font-size: 14px; }
  section img.wp-post-image {
    width: 400px;
    height: auto; } }

@media (min-width: 740px) {
  nav#social {
    right: 36px;
    padding: 0 5px;
    width: auto;
    text-align: left; }
  section:first-of-type {
    margin-top: 0; } }

@media (max-width: 739px) {
  .main {
    width: 100%; }
    .main .entry-content img {
      width: 100%;
      height: auto; }
  nav#social {
    right: 0;
    padding: 0;
    width: 100%;
    text-align: center; }
  header .cycle-slideshow {
    margin-top: 75px; }
  header .page_header_blurb {
    position: relative !important;
    margin: 0 !important;
    top: 0 !important; }
    header .page_header_blurb .page_header_logo {
      position: relative !important;
      height: 100px !important;
      width: 100px !important;
      margin: 1em !important; }
    header .page_header_blurb .page_header_description {
      margin-left: 0 !important;
      float: none !important; }
  section:first-of-type {
    margin-top: 65px; }
  section img.wp-post-image {
    float: left !important;
    margin: 0 0 1em 0;
    width: 100%;
    height: auto; }
  section figure.alignleft {
    float: none !important;
    display: block;
    width: 100%;
    margin: 1em auto;
    text-align: center; }
    section figure.alignleft img {
      width: 100%;
      height: auto; }
  section .ma-entry p {
    text-align: center; } }

@media (min-width: 992px) {
  .col-md-3 {
    width: 150px !important; } }

/*Styles*/
body {
  background: #f4f4f4;
  font-family: 'Lato', sans-serif;
  font-size: 18px; }

h1, h2, h3, h4, h5 {
  font-weight: 900;
  color: #f15a22; }

a {
  color: #f15a22;
  text-decoration: none; }
  a:link, a:visited {
    color: #f15a22;
    text-decoration: none; }
  a:hover, a:focus {
    color: #333; }

p {
  margin: 1em 0; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 0 auto 1em auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

form {
  max-width: 300px; }

.label {
  color: #000;
  border: 1px solid #000; }
  .label.grey {
    background-color: #ccc;
    color: #000; }

a.btn {
  color: #f4f4f4; }

.btn-success {
  background-color: #5f5f5f;
  border-color: #333; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #333;
    border-color: #5f5f5f; }

.open > .dropdown-toggle.btn-success {
  background-color: #333;
  border-color: #5f5f5f; }

.alert {
  max-width: 600px;
  font-size: 15px; }

.wp-post-image-caption {
  text-align: center;
  font-size: 15px;
  margin: 5px 0; }

nav#social {
  position: fixed;
  z-index: 9998;
  height: 75px;
  top: 0;
  background-color: #f15a22;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase; }
  nav#social a {
    color: #f4f4f4;
    padding: 0 5px; }
    nav#social a:hover {
      color: #333; }
    nav#social a.btn-social {
      background: #f4f4f4;
      color: #f15a22;
      line-height: 20px;
      font-size: 12px;
      padding: 0 5px;
      margin: -5px 5px 0 0;
      font-weight: bold;
      border-radius: 5px; }
      nav#social a.btn-social:hover {
        background: #333; }
    nav#social a#selected {
      background: #333; }
  nav#social div.namm {
    font-size: 13px;
    color: #f4f4f4;
    text-align: center;
    line-height: 25px; }
    nav#social div.namm a:hover {
      color: #f4f4f4;
      cursor: pointer; }
    nav#social div.namm a img {
      padding-left: 5px; }

nav#social-listings {
  position: fixed;
  z-index: 9998;
  height: 75px;
  top: 0;
  background-color: #f15a22;
  text-align: center;
  text-transform: uppercase;
  line-height: 28px; }
  nav#social-listings a i {
    font-size: 22px;
    padding: 0 3px;
    cursor: pointer; }
  nav#social-listings div.nav_presents {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px; }
  nav#social-listings a:hover {
    color: #f4f4f4;
    cursor: pointer; }
  nav#social-listings a img {
    padding-left: 3px;
    vertical-align: top; }

header {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  header .page_header_blurb {
    position: absolute;
    z-index: 9990;
    top: 50%;
    margin: -175px 10% auto 10%; }

.page_header_blurb div.page_header_logo {
  width: 200px;
  height: 100%;
  position: absolute;
  float: left;
  text-align: center;
  vertical-align: middle;
  background-color: #f15a22; }

.page_header_logo h1 {
  text-indent: -9999px;
  margin: 0;
  background: url("images/mm_logo.png") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%; }

.page_header_blurb div.page_header_description {
  float: left;
  margin-left: 200px;
  padding: 20px;
  background-color: #f4f4f4; }

.page_header_description h2 {
  margin: 0; }

.page_header_description p {
  margin: 10px 0 0 0; }

.cycle-slideshow .slideshow-pagination {
  position: absolute;
  top: 0;
  z-index: 9990;
  font-size: 40px;
  height: 100%;
  color: #f4f4f4;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .cycle-slideshow .slideshow-pagination:hover {
    opacity: 1; }
  .cycle-slideshow .slideshow-pagination i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.slideshow-pagination.cycle-prev {
  left: 20px; }

.slideshow-pagination.cycle-next {
  right: 20px; }

nav#site_navigation {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: 300;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: #f15a22; }
  nav#site_navigation a#menu-logo {
    float: left;
    text-indent: -9999px;
    display: block;
    margin: 13px 0 0 1em;
    background: url("images/mm_logo_nav@2x.png") top left no-repeat;
    background-size: contain; }
  nav#site_navigation #menu-desktop {
    float: right;
    padding: 0;
    text-transform: uppercase;
    list-style-type: none; }
    nav#site_navigation #menu-desktop li {
      float: left;
      position: relative; }
  nav#site_navigation #menu-mobile {
    float: right; }
  nav#site_navigation a.accordion_view {
    font-size: 25px;
    line-height: 50px;
    color: #f4f4f4;
    padding: 0 1em; }
  nav#site_navigation #menu-mobile-accordion {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #f15a22;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 0; }
    nav#site_navigation #menu-mobile-accordion li a {
      padding-left: 1em; }
  nav#site_navigation li a {
    padding-right: 1em;
    text-decoration: none;
    color: #f4f4f4; }
  nav#site_navigation .menu > li > a {
    height: 100%;
    display: inline-block; }
  nav#site_navigation li a:hover, nav#site_navigation li.current-menu-item > a, nav#site_navigation li.current_page_item > a, nav#site_navigation li.current-page-ancestor > a {
    color: #333; }
  nav#site_navigation .sub-menu {
    position: absolute;
    display: none;
    bottom: 75px;
    background: #f15a22;
    font-size: 16px;
    text-transform: none;
    width: 265px;
    padding: 0;
    margin: 0;
    list-style: none;
    right: 0;
    text-align: right; }
    nav#site_navigation .sub-menu > li {
      border-bottom: 1px solid #F36F3F;
      width: 100%;
      display: block;
      line-height: 40px;
      padding: 0 20px; }
      nav#site_navigation .sub-menu > li > a {
        display: block;
        padding: 0;
        font-size: 18px; }
  nav#site_navigation a:hover + .sub-menu, nav#site_navigation .sub-menu:hover {
    display: block; }

section {
  margin: 2em 0;
  border-top: 10px solid #f15a22;
  padding: 0 2em;
  min-height: 600px; }
  section.mm-winter-section {
    overflow: hidden;
    margin: 2em 0;
    padding: 0;
    border-top: 0;
    min-height: 0; }
    section.mm-winter-section > *:first-child {
      margin-top: 2em; }
    section.mm-winter-section::before {
      width: 100vw;
      content: '';
      display: block;
      position: absolute;
      background: #0D033C;
      height: 10px;
      left: 0; }
  section:last-of-type {
    margin-bottom: 125px; }
  section nav.page_aunts, section nav.page_children, section div.page_aunts, section div.page_children {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em; }
  section nav.page_aunts a, section nav.page_children a, section div.page_aunts a, section div.page_children a {
    padding-right: 15px; }
  section nav.page_aunts + nav.page_children a, section div.page_aunts + nav.page_children a {
    color: #843B99; }
  section nav .page_children_buttons, section div .page_children_buttons {
    display: inline; }

.page_children_buttons h3 {
  text-align: center;
  text-transform: none; }

.big-color-buttons .page_children_buttons {
  display: block;
  max-width: 1050px;
  margin: 0 auto 40px;
  width: 90%;
  overflow: hidden; }

section[data-anchor="about"] .page_children_buttons, section[data-anchor="media"] .page_children_buttons {
  display: block;
  max-width: 1050px;
  margin: 0 auto 40px;
  width: 90%;
  overflow: hidden; }

section[data-anchor="listings"] .page_children_buttons {
  display: block;
  max-width: 1050px;
  margin: 0 auto 40px;
  width: 90%;
  overflow: hidden;
  max-width: 630px; }

.big-color-buttons .page_children_buttons {
  max-width: 840px;
  width: 80%; }

section[data-anchor="media"] .page_children_buttons {
  max-width: 840px;
  width: 80%; }

section[data-anchor="about"] .page_children_buttons {
  max-width: 840px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.big-color-buttons .page_children_buttons a {
  float: left;
  height: 190px;
  width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 10px;
  padding-right: 0;
  font-size: 22px;
  color: #fff; }

section[data-anchor="about"] .page_children_buttons a, section[data-anchor="media"] .page_children_buttons a, section[data-anchor="listings"] .page_children_buttons a {
  float: left;
  height: 190px;
  width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 10px;
  padding-right: 0;
  font-size: 22px;
  color: #fff; }

.big-color-buttons .page_children_buttons a:nth-of-type(1n) {
  background: #00A8C2; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(1n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(1n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(1n) {
  background: #00A8C2; }

.big-color-buttons .page_children_buttons a:nth-of-type(2n) {
  background: #39AA00; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(2n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(2n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(2n) {
  background: #39AA00; }

.big-color-buttons .page_children_buttons a:nth-of-type(3n) {
  background: #AD0000; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(3n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(3n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(3n) {
  background: #AD0000; }

.big-color-buttons .page_children_buttons a:nth-of-type(4n) {
  background: #0065AD; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(4n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(4n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(4n) {
  background: #0065AD; }

.big-color-buttons .page_children_buttons a:nth-of-type(5n) {
  background: #E7CB00; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(5n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(5n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(5n) {
  background: #E7CB00; }

.big-color-buttons .page_children_buttons a:nth-of-type(6n) {
  background: #843B99; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(6n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(6n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(6n) {
  background: #843B99; }

.big-color-buttons .page_children_buttons a:nth-of-type(7n) {
  background: #2F7A5E; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(7n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(7n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(7n) {
  background: #2F7A5E; }

.big-color-buttons .page_children_buttons a:nth-of-type(8n) {
  background: #f51882; }

section[data-anchor="about"] .page_children_buttons a:nth-of-type(8n), section[data-anchor="media"] .page_children_buttons a:nth-of-type(8n), section[data-anchor="listings"] .page_children_buttons a:nth-of-type(8n) {
  background: #f51882; }

.big-color-buttons .page_children_buttons a:hover {
  background: #f15a22; }

section[data-anchor="about"] .page_children_buttons a:hover, section[data-anchor="media"] .page_children_buttons a:hover, section[data-anchor="listings"] .page_children_buttons a:hover {
  background: #f15a22; }

.big-color-buttons .page_children_buttons a span {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  display: block; }

section[data-anchor="about"] .page_children_buttons a span, section[data-anchor="media"] .page_children_buttons a span, section[data-anchor="listings"] .page_children_buttons a span {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  display: block; }

section nav.page_aunts a.current, section nav.page_aunts + nav.page_children a.current {
  color: #333; }

section nav.page_children a.current {
  color: #333; }

section[data-anchor="national-projects"] .page_aunts ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
  section[data-anchor="national-projects"] .page_aunts ul li {
    display: inline-block;
    list-style-type: none; }

section .gallery {
  text-align: center; }
  section .gallery .gallery-item {
    margin: 15px;
    width: auto;
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
    float: none; }

section .gallery-item .gallery-icon {
  /*background: #f15a22;*/ }
  section .gallery-item .gallery-icon a {
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
    section .gallery-item .gallery-icon a img {
      border-width: 1px;
      border-style: solid;
      border-color: #cfcfcf; }
    section .gallery-item .gallery-icon a:hover {
      opacity: 0.5; }
      section .gallery-item .gallery-icon a:hover img {
        border-color: #333; }

section .gallery-item .gallery-caption {
  font-size: 14px; }

section .gallery br {
  display: none; }

section[data-anchor="listings"] .gallery br {
  display: block; }

section[data-anchor="cities"] .gallery-item .gallery-icon a img, section[data-anchor="partners"] .gallery-item .gallery-icon a img {
  border: none; }

section .gallery.gallery-columns-4 {
  max-width: 720px;
  margin: 0 auto; }

section .gallery.gallery-columns-5 {
  max-width: 900px;
  margin: 0 auto; }

section .gallery.gallery-columns-6 {
  max-width: 1080px;
  margin: 0 auto; }

section[data-anchor="logos"] .gallery, section[data-anchor="event-toolkit"] .gallery {
  text-align: left; }

section[data-anchor="logos"] .gallery .gallery-caption, section[data-anchor="event-toolkit"] .gallery .gallery-caption {
  text-align: center; }

section[data-anchor="faq"] ul.arconix-faq-question-list {
  font-weight: bold;
  margin-bottom: 2em; }

section[data-anchor="faq"] p.faq-return-top a {
  font-size: 80%;
  text-align: right; }

section.page_ma nav.ma_tags_wrapper {
  width: 100%;
  margin: 1em auto;
  padding: 0;
  text-align: center; }
  section.page_ma nav.ma_tags_wrapper .btn {
    background-color: #f15a22;
    color: #e1e1e1;
    margin: 4px 2px; }
    section.page_ma nav.ma_tags_wrapper .btn:hover, section.page_ma nav.ma_tags_wrapper .btn:active, section.page_ma nav.ma_tags_wrapper .btn.is-checked {
      background-color: #333;
      color: #f4f4f4; }

section.page_ma .page_ma_thumbnail {
  cursor: pointer;
  width: 200px;
  height: 250px;
  overflow: hidden;
  margin: 0 0.5em 1em 0.5em; }

.page_ma_thumbnail .city {
  width: 110px;
  font-size: 75%;
  font-weight: 900;
  background-color: #e1e1e1;
  border-radius: 5px 5px 0 0;
  padding: 5px 0 0 10px; }

.page_ma_thumbnail .details {
  background-color: #e1e1e1;
  height: 100%;
  padding: 0 10px;
  border-radius: 0 1em 0 0; }
  .page_ma_thumbnail .details a {
    color: #333; }
  .page_ma_thumbnail .details h3 {
    font-size: 16px;
    margin: 0;
    padding: 0.5em 0; }
    .page_ma_thumbnail .details h3 a {
      color: #333; }
  .page_ma_thumbnail .details p.when {
    margin: 0;
    font-size: 70%; }
  .page_ma_thumbnail .details p.where {
    margin: 0.5em 0;
    font-size: 70%; }
  .page_ma_thumbnail .details .instrument {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0 10px 0 0; }
    .page_ma_thumbnail .details .instrument span {
      display: block;
      width: 100%;
      height: 20px;
      line-height: 20px;
      margin-top: 80px;
      background-color: #e1e1e1;
      text-align: center;
      font-size: 14px;
      font-weight: bold; }
  .page_ma_thumbnail .details .credits {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-weight: bold; }
    .page_ma_thumbnail .details .credits small {
      font-size: 65%; }
    .page_ma_thumbnail .details .credits a.sponsor_link {
      display: block;
      margin-bottom: 5px; }
      .page_ma_thumbnail .details .credits a.sponsor_link img {
        max-width: 75px;
        height: auto;
        max-height: 30px; }
    .page_ma_thumbnail .details .credits a.more_link {
      display: block;
      text-align: right; }

section.page_ma .ma-entry p {
  margin-top: 0 !important; }

#nation-map-canvas {
  width: 100%;
  height: 300px; }

@media screen and (min-width: 600px) {
  #nation-map-canvas {
    height: 600px; } }

.loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  font-size: 100px;
  line-height: 1; }

img.img-responsive[usemap] {
  margin: 0 auto; }

section article.learn {
  margin: 2em 0 1em 0;
  padding-top: 1em;
  border-top: 5px solid #f15a22; }
  section article.learn br:first-of-type {
    display: none; }
  section article.learn p br {
    display: block; }
    section article.learn p br:first-of-type {
      display: block; }
  section article.learn h3 {
    margin-top: 0; }
  section article.learn .learn-keyboard-locations {
    -webkit-column-count: 3;
            column-count: 3;
    -moz-column-count: 3;
    font-size: 12px;
    line-height: 1.2; }

#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-transition: all .3s ease; }

html.sb-animation {
  -webkit-transition: all .3s ease; }

#smartbanner .sb-container {
  margin: 0 auto; }

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold',Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased; }
  #smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa; }

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#smartbanner.no-icon .sb-icon {
  display: none; }

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px; }

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px; }

#smartbanner .sb-info > span {
  display: block; }

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase; }

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; }
  #smartbanner .sb-button:active, #smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%); }

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px; }

#smartbanner.android {
  border-color: #212228;
  background: #3d3d3d url("dark_background_stripes.gif");
  border-top: 5px solid #88B131;
  -webkit-box-shadow: none;
          box-shadow: none; }
  #smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }
    #smartbanner.android .sb-close:active {
      color: #eee; }
  #smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000; }
    #smartbanner.android .sb-info strong {
      color: #fff; }
  #smartbanner.android .sb-button {
    min-width: 12%;
    border: 1px solid #DDDCDC;
    padding: 1px;
    color: #d1d1d1;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: 28px; }
    #smartbanner.android .sb-button span {
      text-align: center;
      display: block;
      padding: 0 10px;
      background-color: #42B6C9;
      background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
      text-transform: none;
      text-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    #smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
      background: none; }
    #smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
      background: #2AC7E1; }

#smartbanner.windows .sb-icon {
  border-radius: 0px; }

.gm-style #content img {
  width: 150px;
  height: auto; }

.video-stream-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (min-width: 400px) {
  .video-stream-card {
    max-width: 49%; } }

@media screen and (min-width: 800px) {
  .video-stream-card {
    max-width: 32%; } }

/*	@media screen and (min-width: 1000px) {
		.video-stream-card { max-width: 24%; }
	}*/
.video-stream-img-title {
  position: relative; }

.video-stream-card img {
  max-width: 100%;
  height: auto; }

.video-stream-img-title h2 {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-bottom: 0; }

p.video-stream-description {
  margin-top: 5px;
  font-style: italic;
  padding: 0 2px; }

.ambassadors-container {
  overflow: hidden; }

.ambassador-card {
  cursor: pointer;
  float: left;
  width: 99%;
  margin: 0.5%;
  position: relative; }
  .ambassador-card h2 {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 16px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    font-weight: 400; }
  .ambassador-card img {
    max-width: 100%;
    height: auto; }

@media screen and (min-width: 400px) {
  .ambassador-card {
    width: 49%;
    margin: 0.5%; } }

@media screen and (min-width: 800px) {
  .ambassador-card {
    width: 32%;
    margin: 0.6666%; } }

@media screen and (min-width: 1000px) {
  .ambassador-card {
    width: 24%;
    margin: 0.5%; } }

.ambassador-card-content {
  display: none; }

.ambassador-card .fa {
  color: #f15a22;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  font-size: 72px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.ambassador-card:hover .fa {
  opacity: 1; }

.ambassador-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw; }

.ambassador-modal-container {
  background: #000;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  color: #fff;
  overflow: auto; }

@media screen and (min-width: 800px) {
  .ambassador-modal-container {
    width: 50%; } }

.ambassador-modal h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-top: 50px; }

.ambassador-meta p {
  margin: 0; }

.ambassador-modal img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-height: 100%;
  opacity: .15;
  z-index: 5; }

.ambassador-modal .fa:first-of-type {
  margin-right: 15px; }

.ambassador-modal .fa:last-of-type {
  margin-left: 15px; }

@media screen and (max-width: 800px) {
  .ambassador-modal img {
    opacity: 0; } }

.city-filter-section {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative; }

.sticky-wrapper {
  float: left;
  width: 33%;
  overflow: hidden; }

.filter-sidebar {
  overflow: hidden; }
  .filter-sidebar h3 {
    margin-bottom: 5px;
    margin-top: 10px; }
  .filter-sidebar li, .filter-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .filter-sidebar a {
    color: #333;
    display: block; }
    .filter-sidebar a.current-state, .filter-sidebar a:hover {
      color: #f15a22; }

p.filter-instructions a {
  display: inline; }

.filter-column {
  float: left;
  width: 50%; }

.filterable-content {
  float: left;
  width: 67%;
  min-height: 400px;
  overflow: hidden; }

.filter-instructions {
  clear: both;
  position: relative;
  top: 20px; }

.filter-sidebar .not-filterable {
  color: #f15a22; }
  .filter-sidebar .not-filterable:hover {
    color: #333; }

@media screen and (max-width: 800px) {
  .filterable-content {
    width: 100%;
    float: none;
    text-align: center; } }

.filterable-city {
  margin: 15px;
  width: auto;
  max-width: 150px;
  display: inline-block;
  vertical-align: top; }
  .filterable-city img {
    max-width: 100%;
    height: auto; }
  .filterable-city h5 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center; }

@media screen and (min-width: 800px) {
  .filterable-city-state-title {
    display: none; } }

@media screen and (max-width: 800px) {
  .sticky-wrapper {
    display: none; } }

.stuck {
  position: fixed;
  top: 0; }

.bottom-stick {
  bottom: 0;
  position: absolute;
  top: auto !important; }

.video-gallery {
  min-height: 400px; }
  .video-gallery iframe {
    max-width: 100%; }

@media screen and (min-width: 600px) {
  .single-national-projects .video-gallery {
    min-height: 480px; }
  .video-gallery {
    width: 46%;
    float: left;
    margin: 0 2%; } }

@media screen and (min-width: 1120px) {
  .video-gallery {
    width: 31%;
    margin: 0 1.1667%; } }

.post-thumbnail iframe {
  max-width: 100%; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.winter-call-out {
  position: absolute;
  top: 0;
  background: #f15a22;
  z-index: 102;
  left: 36px;
  color: white;
  padding: 25px 15px; }
  .winter-call-out a {
    color: white; }
    .winter-call-out a:link, .winter-call-out a:visited {
      color: white; }

.blog .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.blog .sidebar {
  display: none; }

.blog .main .entry-content img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 800px) {
  .blog .main {
    width: 70%;
    margin-right: 5%; }
  .blog .sidebar {
    width: 25%;
    margin-top: 10px;
    display: block; } }

.blog .entry-meta p {
  margin-top: 0;
  font-size: 0.875em;
  font-style: italic; }

.blog .post:not(:first-of-type) {
  border-top: 2px solid #ddd;
  padding-top: 5rem;
  margin-top: 7rem; }

.sidebar ul {
  padding: 0; }

h1.widget-title {
  font-size: 20px;
  color: #333;
  font-weight: normal; }

.text-orange {
  color: #f15a22; }

.grey-link.not-filterable {
  color: #333; }
  .grey-link.not-filterable:hover {
    color: #f15a22; }

h2.screen-reader-text {
  display: none; }
