/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* jquery_countddown for convention */
.highlighted { padding-top: 0px; 
               padding-bottom: 10px; }
#block-jquery-countdown-jquery-countdown h2.block-title,
#jquery-countdown-jquery-countdown 
        { background-color: #e8cad2;
          border: none; }
#block-jquery-countdown-jquery-countdown h2 { display: none; }
#block-jquery-countdown-jquery-countdown { font-size: 36px; }
/* #countdown_descr { margin-top: 12px; } */

/* paragraphs */
.paragraphs-item-horizontal-bar { border-bottom: 2px solid grey; }

/* RegFox mods 2019 */
.app-container .form-header { background-color: pink; }
div.form-header { background-color: yellow; }
.form-header-full { background-color: orange; }
masthead { display: none; }

/* views */
.views-row hr { border-top: 1px solid #cacaca; }
.views-row { padding-top: 10px; }
  /* view recently added events */
    /* put venue/artist images inline */
      .view-recently-added-events .views-field-nid .img-responsive { display: inline-block; }
    /* less space before hr */
      .view-recently-added-events hr { margin-top: 5px; margin-bottom: 0px; border-top: 1px solid rgba(144, 33, 59, 0.12);  } 

/* views accordion */
.ui-widget { font-family: inherit; }
/* .ui-state-default { background-color: #e8cad2;
                    background: none; } */

/* jumbotron */
.container .jumbotron {
    padding-right: 20px;
    padding-left: 60px;
    background-color: #E8CAD2; }
/* for product catalogue test 15may2016 */
.marketplace-view-cart,
.marketplace-filter-block {
   border: 1px solid grey;
   background-color: #e8cad2;
/*   margin: 10px; */
   height: 170px;  
 }
.marketplace-view-cart form { margin-top: 40px; }

.view-store-product-by-catalog a { float: left; 
  color: #ad1c44;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}
.view-store-product-by-catalog caption { 
  background-color: rgb(255, 208, 169); 
}

#webform-client-form-2989 { background-color: #ccc; }
#webform-client-form-3156 { background-color: rgba(182, 29, 72, 0.11); }

/* navbar */
.navbar { border: none; }
.navbar.container, .navbar.container-fluid { margin-top: 0; }
/* .navbar.container-fluid,
   .navbar.container*/
#navbar { background-color: #f7941e; }
/* .navbar.container {margin-bottom: 13px; border-bottom: 14px solid #ad1c44; }
   .navbar.container { margin-top: 0; }
*/
.navbar-nav a { background-color: #f7941e; color: black; }
/* li.expanded.dropdown.open { background-color: green; color: yellow; } */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #ad1c44; }

#navbar { margin-bottom: 0px; border-radius: 0; }
.navbar { min-height: 26px; }
@media (max-width: 767px) {
  .navbar { min-height: 0px; }
}

/* navbar links */
.navbar a { text-decoration: none; }
.navbar-nav > li > a { padding: 5px 12px; }
/* 
.navbar .menu > li.first > a { margin-left: -28px; }
*/
/* active item */
.navbar-default .navbar-nav > .active > a:active { border: 1px solid yellow; }
.navbar-default .navbar-nav > .active > a, 
/* .navbar-default .navbar-nav > .active > a:hover,  */
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #ad1c44;
    border-bottom: 1px solid #ad1c44; }
.navbar-default .navbar-nav > .active > a:hover { background-color: #ad1c44;
                                                  color: white;
                                                  border: 1px solid #ad1c44; }

/* main menu, not drop */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover { color: black; }

.navbar-default .navbar-nav > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
   /* when open... */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
   /* and on hover too */
.navbar-default .navbar-nav > li > a { border-left: 1px solid #f7941e;  
                                       border-right: 1px solid #f7941e;  
                                       border-top: 1px solid #f7941e;  
                                       border-bottom: 1px solid #f7941e; }
.navbar-default .navbar-nav > .open > a { color: white; 
                                          background-color: #ad1c44; }
.navbar-default .navbar-nav > .active > a 
/* .navbar-default .navbar-nav > li > a:hover */ {
    /* color: #f7941e; */ color: white;
    background-color: #ad1c44;
/*  border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid #ad1c44;*/
} 
  /* adjust navbar for 'small' 768-991px */
  @media (min-width: 768px) and (max-width:991px) {
    .container { width: 100%; }
    .navbar-nav > li > a { padding-right: 5px; padding-left: 5px;
      font-size: 12px; }
  } 
  /* adjust navbar for 'medium' 992-1199 */
  @media (min-width: 992px) and (max-width:1199px) {
    .container { width: 100%; }
    .navbar-nav > li > a { padding-right: 7px; padding-left: 7px;
        font-size: 14px; }
  }

/* the second level dropdown items */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: white; font-weight: bold; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a
/*, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus */ {
    color: white;
    background-color: #ad1c44; }

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus { background-color: #ad1c44; 
                                color: white; }
.dropdown-menu > li > a.active,
.dropdown-menu > li > a.active:hover { font-weight: bold; color: white;
                                 background-color: #ad1c44; }
.dropdown-menu > li > a:hover { background-color: #be1e2d; }

/* navbar-collapse */
@media  (max-width:767px) {
/* only for sm */
  .navbar-collapse .navbar-nav > li > a, 
  .navbar-collapse .navbar-nav > li > a:focus, 
  .navbar-collapse .navbar-nav > li > a:hover {
      color: black; 
      background-color: #f7941e;
      border: none;
  }
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
     background-color: #ad1c44;
     color: white;
     border: none;
  }
  .navbar-nav .open .dropdown-menu,
  .navbar-nav .open .dropdown-menu:hover,
  .navbar-nav .open .dropdown-menu:active { color: black; 
         background-color: #f7941e;
                                            border: none; }
  .open .dropdown-menu > li > a, 
  .open .dropdown-menu > li > a:hover, 
  .open .dropdown-menu > li > a:focus { color: white;
                                        background-color: #f7941e; }
} /* end of small @media */

/* theme the dropdowns on menus */
li > ul.dropdown-menu { background-color: #ad1c44;
 border-left: 1px solid white;
 border-right: 1px solid white;
 border-bottom: 1px solid white;
 margin-top: -1px; }
.navbar-nav > li > .dropdown-menu { margin-top: -1px; }

.nav_top { padding-top: 0.5em; }
.nav_top .nav_top-logo-block img { width: 100%;
                                   margin-bottom: 0px; }

/* hamburger navbar tweaks */
 @media  (max-width:767px) {
    .navbar-toggle { margin-top: -40px; }
 }
.navbar-toggle { padding: 5px 8px; } 
.navbar-toggle { border: 3px solid transparent; }
/* .navbar-toggle .icon-bar { height: 1px; } */
 .navbar-default .navbar-toggle .icon-bar { background-color: #f7941e; }
 .navbar-default .navbar-toggle { border-color: #f7941e;
    border-color: #f7941e;} 
 /* when active (and showing the dropdowns */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus { background-color: #AD1C44; }

/* remove navbar carets */
#navbar .caret { display:none; }

/* red bar bottom of nav */
#redbar { height: 10px;
          background-color: #ad1c44;
          margin-bottom: 5px; }

/* border between top logo and the nav bar, it is solid orange */
.nav_top-border-bottom { height: 8px; background-color: #f7941e; }
.nav_top-border-bottom .quick-tabs { margin-top: -28px; }
.nav_top-border-bottom .btn-default.active { color: white;
  background-color: #f7941e;
  border-color: #f7941e; 
  box-shadow: none;
  margin: 3px;
  padding: 3px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
.nav_top-border-bottom .btn-default.active:hover {
  text-decoration: underline; }
.nav_top-border-bottom .btn { display: inline; }
.nav_top-border-bottom .fa { font-size: 16px; }

/* breadcrumbs */
/*
.breadcrumb > li > a { color: #ad1c44; }
.breadcrumb > .active { color: #ad1c44; }
*/
.breadcrumb > li > a { color: black; font-size: 15px; }
.breadcrumb > .active { color: grey; font-size: 15px; }

.breadcrumb { background-color: transparent; margin-bottom: 5px; }
.breadcrumb > li > a:hover { color: #ad1c44; }

/* footer */
.footer { background-color: #f7941e; color: white; }
.footer { padding-top: 20px; padding-bottom: 12px; }
.footer h1, 
.footer h2, 
.footer h3,
.footer .h1, 
.footer .h2, 
.footer .h3 {
   color: white; text-transform: uppercase; font-weight: bold; }
.footer h2,
.footer .block:first-child h2.block-title { margin-top: 0px;
                                            text-align: center; }
.footer .block { height: 250px; }
/* footer links */
.footer a { color: white; text-decoration: underline; }
.footer a.see-all { color: #ad1c44; text-decoration: none; 
                    text-transform: uppercase; font-weight: bold;
                    line-height: 3em; }

/* lines between footer blocks */
.footer #block-block-27,
.footer #block-block-28,
.footer #block-block-29 { border-left: 1px solid #be1e2d; }

/* footer block #1, logo size */
.footer #block-block-26 img { width: 94%; }
.footer #block-block-26 p.footer-atos-spelled { font-size: 12px; }
.footer #block-block-26 p.footer-copyright-text { font-size:10px; }

/* footer block upcoming events */
#block-block-29 .views-row { margin-bottom: 5px; }

/* footer quicklinks version */
.footer-quicklinks .qlft-title { text-transform: uppercase;
                                 font-size: 1.8em;
                                 font-weight: bold;  }
.footer-quicklinks { text-transform: uppercase; }
.footer-quicklinks a { text-decoration: none; }
.footer-quicklinks a:hover { text-decoration: underline; }

/* blocks */
  /* 
    .block:first-child h2.block-title { 
                                    text-decoration: none;
                                    text-align: center; }
   */
  .block h2.block-title,
  /* .block .view-header h2 { text-align: center; }  out 20190202 */
/*
  .block-menu-block h2 a { font-size: 19px; text-align: center;
                         width: 100%; display: block;}
  .block-menu-block h2 a,
  .block-menu-block h2 a, .block-menu-block h2 a:hover { color: #ad1c44; }
*/

    /* adjustment to wells */
  .block-menu-block
    .well { background-color: white; border-color: transparent;
    i      box-shadow: none; }
  .block-menu-block { /* background-color: #fffaf9; */
                      padding-top: 8px; }
/*
  .block-menu-block .nav > li > a { text-align: center;
                                    text-decoration: none; }  
*/
  .block-menu-block .nav > li > a { text-decoration: none;
                                    margin-left: 0;
                                    padding: 5px 0; } 
  /* homepage search */
  .search-form .form-group input { margin-top: 4px; }
  /* search block */
  form#search-block-form { margin-top: 2px; }
  .search-xs .btn,
  .form-search .btn { background-color: #f7941e; }

/* search page */
.page-search #search-form { display: none; } /* hide on search form */
#search-form .panel-default { border-color: transparent; }
#search-form .panel-default > .panel-heading { border-color: transparent;
   background-color: #f7941e; }
    /* cheat up the new content-type field created in template */
/*  .search-ct { margin-top: -10px; margin-bottom: 10px; } */
.page-search-node .search-results .search-result { margin-bottom: 12px; }
.page-search-node .search-result h3 { display: inline-block;
                                      margin-bottom: 5px; }
.page-search-node .search-result h3 > a { font-size: .8em; }
.page-search-node .search-result .search-ct { display: inline-block;
                                              color: #666; }
/* views search filters */
.view-filters { /* background-color: #fff8d4; */
                background-color: rgba(247, 148, 30, 0.02);
                padding-bottom: 10px;
                padding-left: 10px; }
  /* adjust layout */
  .view-filters #edit-combine-wrapper { margin-top: -4px; }
  .view-filters #edit-combine-wrapper label { font-size: 11px;
                                              font-weight: normal; }
/* body - general */

.bg-warning { padding: 20px; }

.btn { margin: 3px; }
.panel-default > .panel-heading {
    color: #333;
    background-color: #F6E7EB;
    border-color: #DDD;
}
.well { border: none; background-color: white; }
#block-system-main { margin-bottom: 15px;} 
body { font-size: 17px; color: #111; }
.main-container { margin-top: 17px; }
.field-name-body h2 { margin-top: 30px; }
h1, h2, h3, .h1, .h2, .h3 {
   color: #ad1c44; text-transform: uppercase; font-weight: bold;
   margin-top: 5px; }
h1 a,   h2 a,  h3 a,
.h1 a, .h2 a, .h3 a { color: #ad1c44; text-decoration: none; }
h1 a:hover,   h2 a:hover,  h3 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover { color: #ad1c44; }
h4, .h4 { color: #ad1c44; text-transform: uppercase; font-weight: bold;
          text-decoration: none }
h4:hover, .h4:hover { color: #ad1c44; text-decoration: underline; }

/* force labels to be inline, and allow adding class to item too */
div.label-inline { display: inline-block; }
.item-inline { display: inline-block; }

.btn-primary,
.btn-info { color: black; background-color: #f7914e;
                          border-color: #f7914e; }
.btn-primary:hover,
.btn-info:hover { color: white; background-color: #ad1c44;
                                border-color: #f7914e; }

/* sidebar */
.region-sidebar-first h2.block-title { color: #f7941e;
                                       text-align: left; }


/* home - front */
.front h1 { display: none; }
/* h1.page-header { display: none; } */
.front-recent-news hr { border-color: #ad1c44; }

/* img { margin-bottom:10px; } */
.pull-right > img { margin-left: 30px; }
.pull-left > img { margin-left: 30px; }

  /* inline images in existing bodies via wysiwyg */
  body .field-name-body img { margin-left: 10px; margin-right: 10px;
                              margin-bottom: 10px; }
  /* class to override body image above, and force to margin */
  body .field-name-body .atos-body-l { margin-left: 0;
                                       margin-top: 10px; }
  body .field-name-body .atos-body-r { margin-right: 0; 
                                       margin-top: 10px; }
.return-to { margin: 8px 0; text-transform: uppercase; font-size: 18px; }

/* global to all pages */

  /* space blocks in main content area */
  .main-container .col-sm-9 .block { margin-bottom: 30px; } 

  /* make images in right col of ds columns full width */ 
  .group-right img { padding-left: 5px; height:auto; width: 100% }
  /* except pdfs */ .group-right .field-name-field-pdf-document img { 
                                                       width: auto; }
  /* group-right image stack */
  .group-right .field-item { margin-bottom: 10px; }

/* specific pages */
  /* marketplace /store */
  .view-marketplace-product-home form { margin-top: -25px; }
  /* image gallery (event) */
  .view-event-image-gallery-for-node img { width: 100%; height: auto;
                                           padding: 2px; }
  /* graphic page */
  .node-graphic-page .field-name-field-image { height: 0; }
  .node-graphic-page .field-name-body { color: white; font-size: larger; }

  /* programs and awards node/134 */
  /* .page-node-134 .field-name-body h2 { margin-top: 30px; } */
/* call to action cta */
.view-call-to-action .views-row { position: relative; }
.view-call-to-action .views-field-field-image img { width: 100%;
                                                    height: auto; }
  /* position cta overlay text over image */
  .view-call-to-action .views-row .cta-text { 
    position: absolute; top: 22px; 
    width: 100%; text-align: center; }
  .view-call-to-action .views-row .cta-text { 
    width: 95%;
  }
  .view-call-to-action .views-row .views-field-title a,
  .view-call-to-action .views-row .views-field-field-subtitle a {
    color: white; text-decoration: none; 
    font-size: 1.3em; 
    text-shadow: black 0.1em 0.1em 0.2em;
    line-height: 1.3em }
  .view-call-to-action .views-row .views-field-title a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6em; }
/*  .view-call-to-action .views-row .views-field-field-image {
    width: 95%; }
 */
  /* colour overlay */
/* let's try w/ imagecache fancy
  .view-call-to-action .views-row .views-field-field-image { 
    background: #a1586c; }
  .view-call-to-action .views-row .views-field-field-image a {
    opacity: 0.45; }
  .view-call-to-action .views-row .views-field-field-image a:hover {
    opacity: 1; }
*/
  /*space the rows*/
  .view-call-to-action .views-row { margin-bottom: 1.8em;
    padding-left: 0; padding-right: 0; }

/* page c-t */
  .page-node .main-container .image-field-caption { margin-left: 30px;
                                                    width: 100%;  }
  .page-node .main-container blockquote p { font-size: 14px; }
  .page-node .main-container blockquote { border-left: 5px solid #f7941e;
                                          margin-bottom: 25px; }

  .image-field-caption { margin-left: 30px;
                         width: 340px;  }
  blockquote p { font-size: 14px; }
  blockquote { border-left: 5px solid #f7941e;
             margin-bottom: 25px; }
  .page-node .field-name-body .h3,
  .page-node .field-name-body h3 { margin-top: 20px; }
  
  .views-field-field-clickable-banner-image img { width: 100%;
                                                  height: auto; }

/* news page */
  .node-atos-news-item .field-name-field-page-banner img { 
    width: 100%; height: auto;
    margin-bottom: 15px;
   }
  .page-news .view-news .views-row { margin-bottom: 30px; }
  .node-atos-news-item .field-name-field-news-image img,
  .page-news .view-news .views-row { clear: both; }
  .page-news .view-news .views-field-field-news-image img { /*float: right; */
                                                            clear: both;
                                                            margin-left: 15px; }
  .page-news .view-news .views-field-field-news-image { float: right; }
  .node-atos-news-item .field-name-field-news-image .field-items .field-item {
     margin-bottom: 3px; }

  .field-name-post-date { color: #888;
    font-size: smaller; font-style: italic;
    margin: 8px 0 8px 0; }

/* president's blog */
  .node-presidents-blog .field-name-field-news-image img {
    float: right;
    padding: 0 0 20px 15px;
    clear: both; }
/* artists */
  .view-artists .views-row .views-field-field-artist-image img {
    /*  width: 100%; height: auto; float: right;  padding: 0 0 5px 15px; */
    float: right; padding: 0 0 5px 15px; 
  }
/* pages c-t */
  a { color: #414042; text-decoration: underline; }
  .ds-2col-stacked-fluid > .group-left  { /* width: 65%; */
                                          width: 58%; }
  .ds-2col-stacked-fluid > .group-right { width: 35%; }

  .paragraphs-items .entity-paragraphs-item { margin-bottom: 30px; }
  .entity-paragraphs-item blockquote.image-field-caption { 
        width: 320px !important; } 

/* organ - venue */
  .node-type-organ .ds-2col-fluid > .group-left  { width: 65%; }
  .node-type-organ .ds-2col-fluid > .group-right { width: 35%; }

  .node-type-organ .field-name-body { padding-top: 10px;
                                      padding-bottom: 10px; }

  .node-type-organ .field-name-field-organ-venue-image img,
  .node-type-organ .field-name-field-organ-image img { width: 100%;
                                                       height: auto; }
  .node-organ.view-mode-full h3 { margin-top: 11px;
    margin-bottom: 0px; }

  .view-organ-images-for-node .views-field-field-organ-image img {
      width: 100%; height: auto; padding-bottom: 10px; }
  .view-venue-images-for-node .views-row, 
  .view-organ-images-for-node .views-row { padding-top: 0; }

/* c-t: atos program  */
  .node-type-atos-program .ds-2col-stacked-fluid > .group-left { width: 65%; }
  .node-type-atos-program .ds-2col-stacked-fluid > .group-right { width: 35%; }
  .node-type-atos-program .field-name-field-image img { width: 100%;
                                                        height: auto; }

/* event - around the circuit */
  .node-type-atc-event .field-name-field-image img { width: 100%; 
                                                   height: auto; }
  .node-type-atc-event .date-display-single { margin-right: 10px; }

  .node-atc-event .field-name-field-when { margin-bottom: 8px; }
  .node-atc-event .field-name-field-body { margin-top: 8px; }

/* end various pages */

/* cheat down sidebar right */
#block-views-events-for-artist-block-1,
#block-views-events-for-chapter-block-1,
#block-views-events-at-venue-block { padding-top: 49px; }

.node-type-chapter .region-sidebar-second .view { margin-bottom:15px; }

/* atc print page */
.view-atc .atc-events4venue { display: inline-block; }

/* VIEWS */
/* view - /programs */
.view-atos-programs .image-field-caption { display: none; }
/* views - video */
.view-video .video-item { margin-bottom: 10px; }
.view-video .video-item img { width: 100%; } 
.view-video .views-fieldset { margin-bottom: 20px;  
                              min-height: 360px;  } /* items same height
                                                     * so rows work */
/* .view-video .views-row { margin-bottom: 24px; } */

/* colorchange land -- overrides to bootstrap.min.css */
 /* pagination */
  .pagination > .active > a, 
  .pagination > .active > span, 
  .pagination > .active > a:hover, 
  .pagination > .active > span:hover, 
  .pagination > .active > a:focus, 
  .pagination > .active > span:focus {
    background-color: #A1586C;
    border-color: #Ad1c44;
    font-weight: bold;  }
  .pagination > li > a:hover, 
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {  background-color: #a1586C;
                                   color: white; }
  /* menu blocks */
  /* this might be a global */
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #f7941e;
    background-color: rgba(247, 145, 78, 0.1);
}
  /* intended for menu blocks, but also might be OK globally */
    /* .nav > li > .active { border: 1px solid #ad1c44; } */
    .nav > li > .active { font-weight: bold; }

/* messaging banner */
.messaging-banner { /* background-color: black; */
                    margin-bottom: 25px;  }
/* .messaging-banner .panel { border: none; } */
/* .messaging-banner .panel { height: 180px; } */

/*
@media (min-width: 768px) { 
  .messaging-banner .panel { height: 220px; }
}
@media (min-width: 992px) { 
  .messaging-banner .panel { height: 220px; }
}
@media (min-width: 1200px) { 
  .messaging-banner .panel { height: 295px; }
}
*/
.messaging-banner { background-color: black; }
.messaging-banner .panel legend,
.messaging-banner .panel-body .help-block { display: none; }

.group-messaging-banner-text { border: none; }
                      /* border-right: 2px solid #ad1c44; } */

.field-name-field-messaging-banner-image img { width: 100%; 
                                               height: auto;
                                               margin: 0; }
.field-name-field-messaging-banner-image { padding: 0; }

.group-messaging-banner-text { background-color: transparent;
                               color: white;
                               border-radius: 0;
                               margin-bottom: 0px; }
.field-name-field-messaging-banner-title { color: #f7941e; 
                                           font-size: 1em; }
.field-name-field-messaging-banner-teaser { color: white; 
            font-size: 0.7em; /* overrides below */
            margin: 0;
           line-height: 0.9em; }
.group-messaging-banner-text .field-name-field-link-to a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 1.5em;
    color: white;
}
.group-messaging-banner-text { height: 164px; }


@media (min-width: 768px) { 
  .field-name-field-messaging-banner-title { font-size: 2.0em; }
  .field-name-field-messaging-banner-teaser { font-size: 1.5em; }
  .group-messaging-banner-text { height: 192px; }
}
@media (min-width: 992px) { 
  .field-name-field-messaging-banner-title { font-size: 2.25em;
                                             margin-bottom: 10px; }
  .field-name-field-messaging-banner-teaser { font-size: 1.2em; }
  .group-messaging-banner-text { height: 220px; }
}
@media (min-width: 1200px) { 
  .field-name-field-messaging-banner-title { font-size: 3em; }
  .field-name-field-messaging-banner-teaser { font-size: 1.5em; }
  .group-messaging-banner-text { height: 223px; }
}

  /* center the text area vertically */
  .group-messaging-banner-text .panel-body {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%); 
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    padding-top: 25px; padding-bottom: 25px; } /* border longer */

/* taxonomy */
  /* taxonomy teaser */
  .page-taxonomy .node-teaser .field-name-body h2 { 
      color: black; font-size: smaller; }
  /* tax terms on pages */
  .page-taxonomy .field-type-taxonomy-term-reference { margin-top: 40px; }
/* video wrapper for responsive */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* webforms */
  form.webform-client-form { background-color: rgb(212, 212, 212);
                             padding: 10px;
                             margin: 10px; }
  .webform-client-form .panel-heading { background-color: #f7941e; }
  .webform-client-form .panel-title { font-weight: bold; }
  .webform-component { padding-bottom: 10px; }
  .webform-component .description { font-size: small; 
                                    padding-left: 2px;
                                    color: grey; }
  /* .webform-progressbar { display: none; } USE OPTION IN UI */

/* webform - SUYPlaying 2016 */
  /*
  #webform-client-form-2570 .webform-component--your-name input {
    display: inline;
    width: 75%; } /* together, we make label & item on same line */
  #webform-client-form-2570 .webform-component { margin-top: 9px; }
  #webform-client-form-2570 button { margin-top: 20px; }

/* survey node 3742 */
.page-node-3742 .webform-progressbar { display: none; }
.page-node-3742 form.webform-client-form { background-color: #eee; }
.page-node-3742 .checkbox label { display: block; }
.page-node-3742 .form-inline .checkbox input[type="checkbox"] { 
    margin-right: 10px; };

/* development, turn off for live site */
.logged-in .captcha-admin-links { display: none; }

/* set fluid 2-col for all pages, not just c-t:pages */
.ds-2col-fluid > .group-left  { width: 65%; }
.ds-2col-fluid > .group-right { width: 35%; }

.node-unpublished { background-color: pink; }

/* node add chapter notes */
.page-node-add-chapter-notes .filter-wrapper { 
  display: none; }

/* user view /user/999 */
.panel-default {
border-color: #FFF; }

/* temporary */
.webform-component--status { background-color: yellow; }

/* for dome, so we can tell which server we are on */
/* .html { background-color: rgb(252, 240, 236); } */

/* just for neidich on node 3051 */
.page-node-3051 .field-name-field-news-image { 
  width: 50%;
  margin-left: auto;
  margin-right: auto; }
/* around the circuit list */
.view-around-the-circuit .views-field-field-artist-image { width: 100px; }

/* image on homepage in body, for calendine image */
.front .inline-image { width: 40%; }

h1.page-header { display: none; }

/* node type page */
.node-type-page iframe { width: 100%; }
