@font-face {
    font-family: 'CalvertMTRegular';
    src: url('/assets/_fonts/calvemt-webfont.eot');
    src: url('/assets/_fonts/calvemt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/_fonts/calvemt-webfont.woff') format('woff'),
         url('/assets/_fonts/calvemt-webfont.ttf') format('truetype'),
         url('/assets/_fonts/calvemt-webfont.svg#CalvertMTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalvertMTBold';
    src: url('/assets/_fonts/calvemtbol-webfont.eot');
    src: url('/assets/_fonts/calvemtbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/_fonts/calflexvemtbol-webfont.woff') format('woff'),
         url('/assets/_fonts/calvemtbol-webfont.ttf') format('truetype'),
         url('/assets/_fonts/calvemtbol-webfont.svg#CalvertMTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
  margin:0;
  padding:0;
  list-style:none;
  outline: none;
}

html, body {
  
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background: #0f0f0f;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #444444;
  font-weight:normal;
  
  border: none;
  
  -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
  
  min-width: 1020px;
    
}

img {
  margin: 0;
  padding: 0;
  border: none;  
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  display: block;
}

h2 {
  font-family: 'CalvertMTRegular', Lucida Sans, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  color: #000000;
  margin-bottom: 15px;
}

h3 {
  font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 10px;
}

h4 {
  font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #cd0000;
  margin-bottom: 1px;
}
/*
h5 {
  font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #cd0000;
  margin-bottom: 1px;
}
*/

p {
  margin-bottom: 20px;
}

  p.intro {
    font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 20px;
  }


a, a:link, a:visited, a:active {
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #cc0000;
  /*text-decoration: underline;*/
}

ul, ol {
  margin-bottom: 20px;
  margin-top: 5px;  
}

li {
  padding: 3px 0 3px 0px;
}

  ul li {
    list-style: outside disc;  
    margin-left: 15px;
  }
  
  ol li {
    list-style: outside decimal;  
    margin-left: 20px;
  }
  
  ul.checklist li {
    list-style: outside none;
    background: url('/assets/_img/icon_checkmark.png') no-repeat;
    background-position: 0 4px;  
    padding-left: 30px;
    margin-left: 0px;
  }
  
  ul.checklistno li {
    list-style: outside none;
    background: url('/assets/_img/icon_nocircle.png') no-repeat;
    background-position: 0 4px;  
    padding-left: 30px;
    margin-left: 0px;
  }
  
table {
  display: block;
  table-layout:fixed;
  width: 100%;  
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
}

  table th {
    font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
    font-size: 13px;
    /*border-bottom: 1px solid #d9d9d9;*/
    text-align: left;
    color: #000000;
    padding-bottom: 9px;
  }

  table td {
    /*border-bottom: 1px solid #d9d9d9;  */
    vertical-align: top;
    padding: 12px 20px 12px 0;  
  }
  #column-two .tablefloat td:first-of-type{
    padding-right:30px;
  }
  .zebra td {
    /*border-bottom: 1px solid #d9d9d9;  */
    padding: 10px;  
  }

  .tablelines td {
    border-top: 1px solid #d9d9d9; 
    padding: 10px;  
  }
  
  table .alt {
    background: #e9e9e9;  
  }

  .barchart {
    margin-top: 20px;
  }

  .barchart td {
     padding: 5px 20px 5px 0; 
    line-height: 24px;
  }

  .bargraph {
     display: inline-block;
     background: #cd0000 url('/assets/_img/bg_large_button.gif') repeat-x top center;
     height: 23px;
     width: 100px;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    /*
    border-right: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    */
  }

  
.button, a.button {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 8px 3px 8px;  
  
  background: #0066cc url('/assets/_img/bg_button.gif') repeat-x top center;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  
  border-top: 1px solid rgba(255,255,255,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  
  text-shadow: -1px -1px rgba(0,0,0,0.2);
  text-align: center;
  text-transform: uppercase;
}

  .button:hover {
    background: #cd0000;  
  }

.button a {
   COLOR: #FFFFFF; 
}
  
a.large-red-button, a.large-blue-button {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 25px 10px 25px;  

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  
  border-top: 1px solid rgba(255,255,255,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  
  text-shadow: -1px -1px rgba(0,0,0,0.2);
  text-align: center;
  text-transform: uppercase;
}

  a.large-red-button {
     background: #cd0000 url('/assets/_img/bg_large_button.gif') repeat-x top center;
  }

   a.large-blue-button {
     background: #0158af url('/assets/_img/bg_large_blue_button.gif') repeat-x top center;
  }

      a.large-red-button:hover, a.large-blue-button:hover {
        background: #111111;  
      }
  

.clear {
  clear: both;
  height: 1px;
  
  /* IE HACK */
  font-size: 0px;
  line-height: 0px;
  
  _display: none;
}

.inside {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.red {
  color: #cd0000;  
}

.black {
  color: #000000;  
}

.quote {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   line-height: 21px;
   font-style: italic;
   color: #666666;
 
   padding: 20px;
   background: #eeeeee;
   border: 1px solid #dddddd; 
   margin-bottom: 20px;
}

.caption {
   font-family: Helvetica, sans-serif;
   font-size: 12px;
   line-height: 16px;
   font-style: italic;
   color: #666666;
 
   margin: 5px 0 20px 0;
}

.caption img {
   margin: 0 0 5px 0;
  display: block;
}

  iframe{
    width:100%;
  }
  iframe table{
    width:auto;
  }



/* HEADER */
#cbc-header{
  width: 100%;
  position: relative;
  z-index: 100;
}
  #topnav {
    background: url('/assets/_img/bg_topnav.gif') repeat-x;
    height: 40px;
    width: 100%;
  }
  
  #topnav a, #topnav a.selected {
    color: #cccccc;
    font: 12px 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 8px;
    padding: 5px 7px 5px 7px;
    float: left;
  }
  
    #topnav a.selected {
      color: #ffffff;
      
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; /* future proofing */
    
      background: #000000;
    }
  
    #topnav a:hover {
      color: #ffffff;
    }
    
  #header-search {
    float: right;  
  }
  
  #search{
    font-size: 12px;
    color: #999;
    width: 152px;
    height: 16px;
    margin-top: 8px;    
    padding: 5px;
    padding-left: 7px;
    float: left;
    
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    border: none;
    
    *padding: 3px;
  }
  
  #btn_go{
    background: transparent;
    background-image: url('/assets/_img/btn_go.png');
    border: none;
    height: 26px;
    width: 35px;
    margin-top: 8px;
    margin-left: 5px;
    float: left;

  }
  
    #btn_go:hover {
      cursor: pointer;
  
    }

/* MAINNAV */

  #mainnav{
    position: relative;
    height: 135px;
    width: 100%;
    background: url('/assets/_img/bg_mainnav.gif') repeat-x;
  }
  #mobilenav{
    display:none;
  }
  #mobilenav.open{
    display:none;
  }
  #logo {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #logo img#cbc-small{
    display: none;
  }
  #menu{
    display: none;
  }
  #navitems {
    position: absolute;
    width: 737px;
    top: 10px;
    right: -15px;
    padding: 0;
    margin: 0;
    z-index: 110;
  }

  #navitems ul, #navitems li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  #navitems li {
    float: left;      
    margin-right: 10px;    
    text-decoration: none;
    text-shadow: 1px 1px rgba(255,255,255,1);
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
    #navitems li:hover a {
      /*
      background-color: #ffffff;
      box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
      */
      color: #000000;
    }
    
    #navitems li.selected {
      background-color: #ffffff;
      box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
      color: #000000;
      border-left: 1px solid #dddddd\9;
      border-top: 1px solid #dddddd\9;
      
    }
    
      #navitems li.selected a {
        color: #000000;
        
      }
  
  #navitems li a {
    display: block;
    padding: 62px 20px 15px 20px;
    color: #cd0000;
    font: 16px 'CalvertMTBold', Lucida Sans, Verdana, sans-serif;
    text-align: center;    
  
  }
  
  #nav-donate {
    background: url('/assets/_img/main_nav_donate.png') no-repeat center center;
  }
  #nav-organize {
    background: url('/assets/_img/main_nav_organize.png') no-repeat center center;
  }
  #nav-educational {
    background: url('/assets/_img/main_nav_educational.png') no-repeat center center;
  }
  #nav-about {
    background: url('/assets/_img/main_nav_about.png') no-repeat center center;
  }
  #nav-giving {
    background: url('/assets/_img/main_nav_giving.png') no-repeat center center;
  }
  #nav-join {
    background: url('/assets/_img/main_nav_join.png') no-repeat center center;
  }


/* DROPDOWNS */

#navitems .mainnav-dropdown {
  display: none;
  position: absolute;
  top: 119px;
  right: 16px;
  
  top: 120px\9;
  right: 16px\9;
  
  margin-top: 0px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
  border: 1px solid #cccccc\9;
  background: #ffffff;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  #navitems .mainnav-dropdown * {
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
    
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  
  #navitems .dropdown-carrot {
    position: absolute;
    top: -20px;
    width: 40px;
    height: 20px;
    background: url('/assets/_img/dropdown_carrot.png') top center no-repeat;
  }

  #navitems table.dropdown {
     background: #ffffff; 
  }

    #navitems table.dropdown td {
       width: 200px;
       padding: 19px;
       padding-top: 15px;
       padding-bottom: 25px;
       border-left: 1px solid #dddddd;
    }

      #navitems table.dropdown h4 {
        margin-bottom: 10px;  
      }
      
      #navitems table.dropdown img {
        display: block;
        margin-bottom: 10px;
      }
      
      #navitems table.dropdown p {
        margin-bottom: 15px;
        color: #666666;
      }

      #navitems table.dropdown a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #0066cc;
        text-decoration: none;
        cursor: pointer;
        
        /*, #navitems .dropdown-list a:link, #navitems .dropdown-list a:visited, #navitems .dropdown-list a:active*/
      }

        #navitems table.dropdown a:hover {
          color: #cc0000;
          background: none;
          box-shadow:none;
        }
    
      #navitems table.dropdown a.button {
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        padding: 4px 8px 4px 8px;  
        
        background: #0066cc url('/assets/_img/bg_button.gif') repeat-x top center;
        
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        
        border-top: 1px solid rgba(255,255,255,0.2);
        border-left: 1px solid rgba(255,255,255,0.2);
        border-right: 1px solid rgba(0,0,0,0.2);
        border-bottom: 1px solid rgba(0,0,0,0.2);
        
        text-shadow: -1px -1px rgba(0,0,0,0.2);
        text-align: center;
        text-transform: uppercase;
      }
      
        #navitems table.dropdown a.button:hover {
          background: #cd0000; 
          color: #ffffff;
            
        }
    
      #navitems table.dropdown li {
        display: block;
        padding: 8px 0 8px 0;
        border-bottom: 1px solid #dddddd;
      }


  
#dropdown-donate  {
  /*width: 960px;*/
}  
    
  #dropdown-donate .dropdown-carrot {
    left: 267px;
  }
  
#dropdown-organize  {
  /*width: 960px;*/
}
  
  #dropdown-organize .dropdown-carrot {
    left: 390px;
  }
  
#dropdown-educational  {
  /*width: 960px;*/
}
  
  #dropdown-educational .dropdown-carrot {
    left: 537px;
  }
  
#dropdown-about  {
  /*width: 960px;*/
}
  
  #dropdown-about .dropdown-carrot {
    left: 658px;
  }
  
#dropdown-giving  {
  /*width: 960px;*/
}
  
  #dropdown-giving .dropdown-carrot {
    left: 757px;
  }
 
#dropdown-join  {
  /*width: 240px;*/
}
  
  #dropdown-join .dropdown-carrot {
    left: 157px;
  }

  #dropdown-join table.dropdown img {
     display: inline;
     padding-right: 10px; 
      vertical-align: middle;
      margin: 0px;
  }

  #dropdown-join table.dropdown li {
    border: none;
    border-top: 1px solid #dddddd;
  }

  #dropdown-join table.dropdown li:first-child {
    border: none;
  }

  #dropdown-join table.dropdown li {
     /*padding: 5px 0 5px 0;*/
  }

  #dropdown-join table.dropdown td {
      padding: 12px;
      padding-top: 6px;
      padding-bottom: 6px;
  }


/* CONTENT */


#cbc-content {
  width: 100%;
  background: #ffffff;
  padding-bottom: 100px;
}

  #interior-textheader {
    position: relative;
    height: 90px;
    background: #cd0000 url('/assets/_img/bg_textheader.gif') repeat-x;  
  }
  
  #interior-imageheader {
    position: relative;
    height: 290px;
    background: #333333;  
  }
  
    #interior-imageheader h2, #interior-textheader h2 {
      font-family: 'CalvertMTRegular', Lucida Sans, Arial, sans-serif;
      font-size: 42px;
      color: #ffffff;
      text-shadow: 1px 1px rgba(0,0,0,0.4);
    }
    
    #interior-imageheader h2 {
      position: absolute;
      top: 225px;
      left: 0px;
    }

#interior-imageheader #ccp-h2 {
      position: absolute;
      top: 207px;
      left: 0px;
    }
    
    #interior-textheader h2 {
      position: absolute;
      top: 23px;
      left: 0px;
    }
  
  #breadcrumb {
    font-size: 12px;
    height: auto;
    line-height: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;  
    padding-top:13px;
    padding-bottom:13px;
  }
  
  #column-one {
    float: left;
    width: 225px;
    margin-right: 60px;
  }
  
    .sideitem {
    margin-bottom: 30px;  
    }
    
    .sidenav {
      border-bottom: 1px solid #d9d9d9;
    }
    
      .sidenav li {
        list-style: none;
        padding: 0;
        margin: 0;
      }
    
      .sidenav li a, .sidenav li a.selected {
        display: block;
        padding: 6px 10px 6px 0;
        border-top: 1px solid #d9d9d9;
        padding-left: 10px;
      }
      
      .sidenav li a.selected {
        /*background: #e9e9e9;*/
        color: #666666;
      }
  
  #column-two {
    float: right;
    width: 675px;
  }



  #nonav-one {
    float: left;
    width: 675px;
    margin-right: 60px;
  }
  
  #nonav-two {
    float: right;
    width: 225px;
  }
  


  #nonav-one-jtc {
    float: left;
    width: 450px;
    margin-right: 60px;
  }
  
  #nonav-two-jtc {
    float: right;
    width: 450px;
  }



  

/* HOME */

#home-features {
  width: 100%;  
  background: #000000;
}

  #main-feature {
    position: relative;
    width: 100%;
    height: auto;
    /*background: url('/assets/_img/home_feature1.jpg') no-repeat top center; */
    z-index: 10; 
  }

    #main-feature-wrap {
      position:relative;
      left:50%;
      margin-left:-479px;
      width:400px;
      padding:20px;
      padding-left:;
      height:auto;
      z-index: 11;
    }

    #main-feature-wrap p{
      color:#fff;
    }

  
  #subfeatures {
    width: 100%;
    height: 150px;  
  }

    #subfeatures .inside {
      z-index: 100;
      background-color:rgba(0,0,0,0.8);
    }
    
    #subitems {
      position: absolute;  
      z-index: 100;
    }
    
      ul#subitems {
        padding: 0;
        margin: 0;
      }
      
      .slides li {  
        list-style: none;
        padding: 0;
        margin: 0;
              
        position: relative;
        float: left;
        width:  320px !important;
        height: 150px;
        font-size: 12px;
        line-height: 17px;
        color: #666666;
      }
      .slides a {
        color: #666;
        display: block;
        width: 320px;
        height: 150px;
      }

      .slides a:hover h4 {
         color: #0066cc;
      }

        .subcontent {
          position:absolute;
          top: 35px;
          left: 130px;
          width: 160px;
            
        }
      
      #home-sub-location {
        background: url('/assets/_img/bg_home_sub_location.png') no-repeat top center;  
      }
      
      #home-sub-guy {
        background: url('/assets/_img/bg_home_sub_guy.png') no-repeat top center;  
      }
      
      #home-sub-bus {
        background: url('/assets/_img/bg_home_sub_bus.png') no-repeat top center;  
      }
      #home-sub-lead {
        background: url('/assets/_img/bg_home_sub_leadtheway.png') no-repeat top center;  
      }
      #home-sub-bloodtest {
        background: url('/assets/_img/bg_home_sub_bloodtest.png') no-repeat top center;  
      }
      #home-sub-250 {
        background: url('/assets/_img/bg_home_sub_250.png') no-repeat top center;  
      }
      #home-sub-bloodbag {
        background: url('/assets/_img/bg_home_sub_bloodbag.png') no-repeat top center;  
      }
/* LOCATIONS */


#map-left {
  position: relative;
  float: left;
  width: 490px;
  margin-right: 10px;
  height: 500px;
}

  #map {
    position: absolute;
    top: -5px;
    left: -15px;
    width: 490px;
    height: 500px;
    background: url('/assets/_img/bg_map.png') no-repeat;  
  }
  
    #map iframe {
      position: absolute;
      top: 10px;
      left: 20px;  
    }

#map-right {
  float: right;
  width: 460px;
}

  #locations {
    margin-top: 20px;
  }
  
  #map-tabs, #process-tabs {
    position: relative;
    z-index: 50;  
  }

    #map-tabs a, #process-tabs a, #map-tabs a.selected, #process-tabs a.selected {    
      display: inline-block;
      font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
      font-weight: bold;
      font-size: 13px;
      line-height: 18px;
      padding: 8px 15px 10px 15px;
      margin-right: 2px;
      background: #eeeeee url('/assets/_img/bg_tab.gif') repeat-x top center;
      border: 1px solid #d9d9d9;
    }

    
    #map-tabs a.selected, #process-tabs a.selected {
      color: #666666;
      background: #ffffff url('/assets/_img/bg_tab_selected.gif') repeat-x top center;
      border-bottom: 1px solid #ffffff;  
    }

  
  #map-items {
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #d9d9d9;  
  }

    #map-items li {
      border: none;
       padding: 0; 
      margin: 0;
    }
  
  #map-locations li {
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 15px 0;
    margin: 0;
  }
  
    .map-pin {
      float: left;
      width: 23px;
      height: 40px;
      background: url('/assets/_img/bg_mappin.png') no-repeat;
      font-weight: bold;
      font-size: 12px;
      color: #ffffff;  
      text-align: center;
      margin-right: 15px;
      padding-top: 4px;  
    }
    
    .map-address {
      float: left;
      margin-right: 20px;
      width: 275px;
        
    }
    
    .map-buttons {
      float: left;
      width: 110px;
        
    }
    
      .map-buttons .button {
        width: 110px;
        margin-top: 5px;  
      }

#process-items {
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #d9d9d9;  
  }
  
  .tab-content {
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 15px 0;
    margin: 0;
  }



/* FOOTER */
#cbc-footer{
  background: #0f0f0f url('/assets/_img/bg_footer.gif') repeat-x;
  width: auto;
  height: auto;
  
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #999;
}
#cbc-footer .inside{
  width: 960px;
  height: 225px;
  margin: 0 auto;
  padding-top: 20px;
  }
  
  #cbc-footer h3 {
    color: #cd0000;
    padding-top: 5px;
    font-family: 'CalvertMTRegular', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  #cbc-footer strong, #cbc-footer strong a {
    color: #ffffff;
    font-family: 'Lucida Grande', Lucida Sans, Arial, sans-serif;
    font-size: 12px;
  }
  
  #cbc-footer a {
    text-decoration: none;
    color: #999999;  
  }
  
  #cbc-footer a:hover {
    text-decoration: underline;
  }
  
.footer-item {
  width: 158px;
  float: left;  
  padding:0px; 
  margin:0px;
  margin-bottom: 50px;
  }
  
  .footer-item a {
    display: inline-block;
    padding: 1px 0 2px 0;
  }
  
  
.footer-address{
  float: right;
  text-align: right;
  line-height: 18px;
  width: 170px;
  }
  
.footer-social{
  margin-top: 10px;
  float:right;
  }
  
  .footer-facebook, .footer-twitter, .footer-youtube, .footer-pinterest {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 5px;
      
  }
  
  .footer-facebook {
    background: url('/assets/_img/icon_footer_facebook.png') no-repeat;  
  }
  
  .footer-twitter {
    background: url('/assets/_img/icon_footer_twitter.png') no-repeat;  
  }

  .footer-youtube {
    background: url('/assets/_img/icon_footer_youtube.png') no-repeat;  
  }
  
  .footer-pinterest {
    background: url('/assets/_img/icon_footer_pinterest.png') no-repeat;  
  }
  
    .footer-facebook:hover, .footer-twitter:hover, .footer-youtube:hover, .footer-pinterest:hover {
      background-position: 0 -28px;        
    }

#cbc-copyright {
  border-top: 1px solid #333333;
  background: #0f0f0f;
  color: #999;
  width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 30px;
  *margin-top:90px;
}

  #cbc-copyright a {
    color: #999999;
  }
  
  #cbc-copyright a:hover {
    text-decoration: underline;
  }



      /* for the footer in the wysiwyg */
    #cbc-footer table { margin:0px; padding:0px; }
    #cbc-footer table td { margin:0px; padding:0px; padding-right:0px; }
    #cbc-footer .inside p { display:block; margin-top:0px; margin-bottom:2px; margin-right:30px; padding:0px; }
    #cbc-footer .footer-links { float:left;margin-top:0px; margin-bottom: 180px;padding-top:0px; max-width:780px;} /* added width 10-1-12 */




 /* additional style selections for the the wysiwyg */

#main-feature .large-red-button {
  padding: 15px 60px 15px 60px;
  font-size:20px; 
}
  

.x-large-red-text {
  /*font-family: 'Lucida Grande', Georgia, Times, serif; */
  font: 67px 'CalvertMTBold', Lucida Sans, Verdana, sans-serif;
  line-height: 45px;
  color:#cd0000;
}


.x-large-white-text {
  /*font-family: 'Lucida Grande', Georgia, Times, serif; */
  font: 67px 'CalvertMTBold', Lucida Sans, Verdana, sans-serif;
  line-height: 45px;
  color:#fff;
}


.large-white-text {
  font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
}

  .subpages td h4{
    margin-bottom: 5px;
  }



/* EMAIL SIGNUP FORM */

#emailFormWrap {
  margin-top:22px;
}
#emailFormWrap p{
  max-width: 300px;
}

   #emailFormWrap input{
    font-size: 12px;
    color: #000;
    width: 152px;
    height: 16px;
    margin-top: -4px;    
    padding: 5px;
    padding-left: 7px;
    float: left;
    
     /*border: none;*/
     
     border:1px solid #666;
     border-top:1px solid #999;
     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
     
     /*border: none;*/
    
    *padding: 3px;
  }
  
  
  #emailFormWrap select{
    font-size: 12px;
    color: #000;
    width: 166px;
    height: 28px;
    margin-top: -4px;   
    padding: 5px;

    padding-left: 7px;
    float: left;
    
     border:1px solid #666;
     border-top:1px solid #999;
     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
     
    
    *padding: 3px;
  }

  #emailFormWrap textarea{
    font-size: 12px;
    font-family: inherit;
    color: #000;
    width: 370px;
    height: 80px;
    margin-top: -4px;   
    padding: 5px;

    padding-left: 7px;
    float: left;
    
     border:1px solid #666;
     border-top:1px solid #999;
     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
     
    
    *padding: 3px;
  }


#emailFormBtnWrap {
  position:relative;
  /*margin-left:210px;
  margin-top:-13px;*/
}
#emailFormBtnWrap input {
    height: 26px;
    width: 56px;
    border: none;
    padding: 0;
    float:right;
}

#error {
  color:#ca3c14;
  display:none;
}

.error {
  color:#ca3c14;
}


/* Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #979797;
  border-radius: 5px;
  width: 80%;
}
.modal-content p{
  padding: 17px 40px 20px 0px;
  font-family: Helvetica;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}
#modalBtn{
  display:block;
  padding-bottom:20px;
  text-decoration: underline;
}
/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Screen Sizes */
@media screen and (max-width: 1079px) {
#cbc-header {
    box-sizing:border-box;
    position:fixed;
    top:0;
    left:0;
    max-height:100%;
    overflow-y:scroll;
    z-index:500;
    overflow-y:scroll;
    -ms-overflow-style:none;
    scrollbar-width:none;
  }
  #cbc-header::-webkit-scrollbar {
      display:none;
    }
  body {
    margin-top:70px;
  }
  html, body {
    min-width:auto;
  }
  #topnav, #mainnav #navitems, #logo img, #column-one{
    display: none;
  }
  #menu{
    display: block;
    float:right;
  }
  #menu button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:122px;
    height:70px;
    border:none;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    background: url(/assets/_img/bg_mainnav.gif) repeat-x;
    background-size: 3px 70px;
    font-family: 'CalvertMTBold', Lucida Sans, Verdana, sans-serif;;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
  }
  #menu button span::before{
    content:"";
    background: url(/media/57236/bars.png) no-repeat center;
    width:13px;
    height:12px;
    display:inline-block;
    margin-right:10px;
  }
  #menu.open button span::before{
    background: url(/media/57246/times.png) no-repeat center;
  }
  #mainnav{
    height: 70px;
    background: url(/assets/_img/bg_mainnav.gif) repeat-x;
    background-size: 3px 70px;
  }
  #logo img#cbc-small{
    display:block;
    width: 97px;
    margin-top: 10px;
  }
  .inside {
    position: relative;
    width: 678px;
    margin: 0 auto;
  }
  #main-feature{
    height:auto;
      background-image: url(/media/58854/covid-banner-bkg.jpg)!important;
      background-position: center top!important;
      background-size: auto 379px!important;
      background-repeat: no-repeat!important;
  }
  #main-feature .large-red-button{
    padding: 10px 20px;
    font-size:15px; 
  }
  #main-feature-wrap {
    width: 330px;
    margin-left:-379px;
    height: auto;
    z-index: 11;
  }
  #main-feature-wrap h2{
    font-size:26px;
    line-height:1.3;
  }
  #main-feature-wrap h3{
    font-size:15px;
    line-height:20px;
  }
  #subfeatures {
    position: relative;
    top: 0px;
  }
  #nonav-one, #nonav-two, #map-right, #map-left, #nonav-one-jtc, #nonav-two-jtc {
    float: none;
    width: 100%;
    box-sizing:border-box;
  }
  #emailFormWrap p{
    max-width: 100%;
  }
  #emailFormWrap td:nth-of-type(2){
    padding-right:0px;
  }
  
  /* FOOTER */

  #cbc-footer .inside{
    width: 678px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    }
    
  .footer-item {
    
    float: none;  
    margin-bottom: 0px;
    }
    #cbc-footer table td{
      width: 20%;
    }
    #cbc-footer .footer-links{
      margin-bottom:40px;
    }
  .footer-address{
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom:50px;
    }
    
  .footer-social{
    margin-top: 10px;
    float:none;
    }
    
  .footer-facebook, .footer-twitter, .footer-youtube, .footer-pinterest {
    display: inline-block;
      
  }
  #cbc-copyright {
    width: 678px;
    margin-top:0px;
  }
  #cbc-copyright .alignleft, #cbc-copyright .alignright{
    float:none;
    text-align: center;
    margin-bottom: 10px;
  }
  
  #mobilenav {
    width: 100%;
    z-index:100;
    background: #E8E8E8;
    display: none;
  }
  #mobilenav.open{
    display:block;
  }
  #mobilenav a{
    font-size:14px;
    padding: 10px 0 10px 20px;
    color:#666;
    display: block;
  }
  #mobilenav a:hover{
    color: #cc0000;
    text-decoration: underline;
  }
  #mobilenav .header a, #mobilenav .section:last-of-type a{
    color:#0066cc;
    font-weight:bold;
    font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
    padding: 15px 0 15px 20px;
  }
  
  #mobilenav .header{
    display: flex;
    width:100%;
    justify-content: space-between;
  }
  #mobilenav .header span{
    display: block;
    content:"";
    background: url('/media/57241/Triangle-dark.png') no-repeat right center;
    height: 47px;
    width:44px;
    cursor: pointer;
    flex-grow:1;
    margin-right: 20px;
  }
  #mobilenav .header.open span{
    transform: scaleY(-1);
  }
  #mobilenav .dropdown a:first-of-type{
    padding-top: 5px;
  }
  #mobilenav .dropdown{
    padding-bottom: 10px;
  }
  #mobilenav .top{
    background: #FFFFFF;
    padding-bottom: 15px;
    box-shadow:  0 1px 3px 0 rgba(0,0,0,0.25);
  }
  #mobilenav .search {
    padding: 20px;
  }
  #mobilenav .section {
    border-top: 1px solid #ddd;
    height: 47px;
    overflow: hidden;
  }
  #mobilenav .bottom {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  #mobilenav .bottom p {
    margin: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
  }
  #mobilenav .bottom p a{
    color: #666666;
    font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
   }
  #mobilenav input[type="text"] {
    box-sizing: border-box;
    width: calc(100% - 55px);
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.10);
    border-radius: 5px;
    font-family: 'Lucida Grande', Lucida Sans, Verdana, sans-serif;
    font-size: 14px;
    color: #666666;
    padding: 12px;
    display:inline-block;
    height: 40px;
    margin-top:0;
    margin-right:10px;
  } 
  #mobilenav .large-red-button {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
    color: #ffffff;
    margin-right: 0;
  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    
    text-shadow: -1px -1px rgba(0,0,0,0.2);
    text-align: center;
    text-transform: uppercase;
    background: #cd0000 url('/assets/_img/bg_large_button.gif') repeat-x top center;
  }
}

@media screen and (max-width: 737px) {

#cbc-header {
    box-sizing:border-box;
    position:fixed;
    top:0;
    left:0;
    max-height:100%;
    overflow-y:scroll;
  }
  .inside{
    width:100%;
    padding: 0 20px 0px 20px;
    box-sizing: border-box;
  }

  #mainnav .inside, #subfeatures .inside, #cbc-footer .inside {
    padding: 0;
  }
  #logo{
    margin-left:20px
  }
  h2, #interior-textheader h2, #interior-imageheader h2{
    font-size: 22px;
    line-height: 1.3;
  }
  h3{
    font-size: 15px;
    line-height: 20px;
  }
  .large-blue-button, a.large-blue-button{
    font-size: 11px;
    padding: 5px 9px;
  }
  #interior-textheader{
    padding-left:20px;
  }
  #interior-textheader h2{
    top: 32px;
  }
  #main-feature {
    height: auto;
    background-image: url(/media/58854/covid-banner-bkg.jpg), url(/media/57226/blackgradient.png)!important;
    background-position: 80% 0px, left bottom!important;
    background-size: auto 279px, auto 250px!important;
    background-repeat: no-repeat, repeat!important;
  }
#ccp-image {
  width:100%;
  max-width:470px;
  max-height:151px;
}
  #main-feature-wrap{
    padding:10px;
    box-sizing:border-box;
    width:100%;
    position:unset;
    margin-left:0;
    left:0;
    background-color:rgba(0,0,0,0.8);
    text-align:center;

   }
  #main-feature h2{
    font-size:20px !important; 
    line-height:25px;
    margin-bottom:10px;
    padding-top:20px;
  }
#donortime-text {
  margin: 0 auto;
  }
   #main-feature h3{font-size:13px;}
   #main-feature h3.red {text-align:justify;}
  #main-feature .links{
    overflow:auto;
    padding-bottom:20px;
  }
  .center-mobile {
    margin: 0 auto;
  }

  #main-feature .links::after{
    clear: both;
  }
  #main-feature .large-red-button{
    font-size: 15px;
    padding: 5px 9px;
  }
  #modalBtn{
    float: right;
    margin-top:5px
  }
  #subfeatures, .flexslider, .subbackground{
    height:auto!important;
      padding-bottom: 30px;
  }

  .flexslider .slides{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flexslider .slides > li {
    display:block!important;
    margin-bottom:-30px;
    float:none!important;
  }
  .subcontent h4{
    line-height:14px;
    margin-bottom:3px;
  }
  .subcontent p{
    line-height:14px;
  }
  .subbackground{
    bottom:0;
  }
  #cbc-footer .inside{
    padding-top: 0px;
  }
  #cbc-footer tbody, #cbc-footer table tr, #cbc-footer table td{
    width: 100%;
    display:block;
  }
  #cbc-footer table td{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 47px;
    overflow: hidden;
  }
  #cbc-footer .footer-links{
    float: none;  
  }
  #cbc-footer .inside p{
    margin-left: 20px;
    padding-bottom: 15px;
  }
  #cbc-footer .inside p:last-of-type{
    padding-bottom: 25px;
  }
  #cbc-footer .inside p:first-of-type{
    display: block;
    padding-bottom:0px;
  }
  #cbc-footer .inside p strong{
    padding-top: 15px;
    padding-bottom:15px;
    width:100%;
    display:block;
    cursor: pointer;
  }
  #cbc-footer .inside p strong::after{
    content:"";
    float: right;
    background: url('/media/57231/Triangle.png') no-repeat left top;
    width:8px;
    height:6px;
    margin-top:5px;
  }
  #cbc-footer .inside p strong.open::after{
    transform: rotate(180deg);
  }
  #cbc-footer .inside, #cbc-copyright{
    width:100%
  }
  #cbc-copyright .alignleft, #cbc-copyright .alignright{
    width:70%;
    margin: 10px auto;
  }

  #interior-imageheader{
    height: 210px;
      background-size: auto 210px!important;
  }
  #interior-imageheader h2{
    margin-left:20px;
    top: 164px;
  }
#interior-imageheader #ccp-h2 {
      margin-left:20px;
    top: 135px;
    }
  #column-two {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  #column-two .tablefloat{
    width:100%!important;
  }
  #column-two .tablefloat td{
    max-width:100%!important;
  width:100%!important;
  box-sizing:border-box;
  }
  #column-two .tablefloat td:first-of-type{
    padding-right:0;
  }
  .subpages tr, #column-two .tablefloat tr{
    display: flex;
    flex-direction: column;
    width:100%;
  }
  .subpages td{
    padding:0px;
    height:auto;
    width: 100%!important;
  }
  .subpages td img{
    margin-bottom:5px;
  }
  #column-two img{
    max-width:100%;
    height:auto;
  }
  #column-two .rep td:nth-of-type(3){
    display: none;
  }
  #column-two .commonblood td:nth-of-type(2){
    border-top:none;
    padding-top:0px;
  }
  #column-two .commonblood td:nth-of-type(1){
    padding-bottom:0px;
  }
  #map-left{
    height: 300px;
  }
  #map{
   top: -5px;
    left: 0px;
    width: 280px;
    height: 280px;
    background-size: cover;
  }
  #google-map{
    height: 266px!important;
    width: 263px!important;
    margin-left: 9px!important;
    margin-top: 3px!important;
  }
  .map-pin{height:70px;}
  .map-address{ float:none;}
  .map-buttons{
    float:none;
     margin-top:20px; 
  }
  #process-tabs{
    display:none;
  }
  #step1, #step2, #step3{
    display: block!important;
  }
  #step1 .alignright, #step2 .alignright, #step3 .alignright, #step2 .alignleft, #step3 .alignleft{
    display: none;
  }
  .bargraph{
    box-sizing: border-box;
  }
  .barchart td{
    padding-right:0;
  }
  .barchart td:first-of-type{
    padding-bottom: 0;
  }
  .barchart td:nth-of-type(2){
    padding-top: 0;
  }
  #bar1{
    width:280px!important;
  }
  #bar2{
    width:267px!important;
  }
  #bar3{
    width:64px!important;
  }
  #bar4{
    width:25px!important;
    text-indent: 25px;
  }
  #bar5{
    width:49px!important;
  }
  #bar6{
    width:47px!important;
  }
  #bar7{
    width:11px!important;
    text-indent: 10px;
  }
  #bar8{
    width:5px!important;
    text-indent: 5px;
  }
  #bar4, #bar7, #bar8{
    color:#333;
  }
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
