@charset "UTF-8";
/*
             NEW Color GUIDE
bkg gray: #C3C5D0      Lt gray: #7D7D7D
Dk gray: #585656       Dk green: #1e4f2b
Dk brown: #54352C      Brite Gr #9ae6c4
Apricot: #fc9178       Orange: C83F1F
Dk orange: #FB7455     Tan: #C8C0C0
Cream: #f5ede4         Rust: #651818
DottedLine: #fb7455
*/
body {
   background-color: white;
   background-size: cover;
   background-position: center;
   -moz-background-size: cover;
   -o-background-size: cover;
   height: 100%;
   width: 100%;
   font-family: 'Roboto', "sans-serif";
   font-weight: 400;
   text-align: center;
}
a.anchor {
    display: block; 
    position: relative; 
    top: -70px; 
    visibility: hidden;
}
article {
   background-color: white;
   padding: 4px 8px 4px 8px;
/*   margin-right: 4px;*/
}
.endbar {
 background-color: white; 
 padding: 5px 8px 1px 8px;
}
/*
#header {
   background-color: #c8c0c0;
   padding: .5rem .5rem;
   height: 25px;
}
*/
#header {
	background-color: whitesmoke;
	display: block;
    padding: .5rem .5rem;
	text-align: center;
}
.jumbotron-fluid {
   text-align: center;
   background-color: whitesmoke;
   height: 10px;
   margin-left: -10px;
   margin-right: -10px;
}
 a.nav-link {
      background-color: whitesmoke;
      padding: 4px 0px;
   }
li.nav-item {
  padding-top: 0px;  
}
/*------ Style News Articles page content ------*/

section, #main, #section, #accordion, #media, #aside {
   position: relative;
   background-color: transparent;
}
.transparent {
   zoom: 1;
   filter: alpha(opacity=50);
   opacity: 0.5;
}
/*-------------------- TEXT STYLES --------------------*/
h1 {
   color: black;
   font-family: 'montserrat', sans-serif;
   font-style: normal;
   font-weight: 900;
   font-size: 2rem;
   text-align: center;
   clear: both;
}
h2 {
  font-family: 'Roboto', "sans-serif";
   font-size: 1.2em;
    line-height: 1.6rem;
   font-weight: 900;
   color: #651818;
}
h3 {
   color: #651818;
   line-height: 1.4rem;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
   font-size: 1.2rem;
}
h4 {
  color: #651818;
/*   line-height: 1.1rem;*/
   font-weight: 400;
   font-family: 'montserrat', sans-serif;
   font-size: 1rem;
   font-style: italic;
}
/*-------------------- PARAGRAPH STYLES --------------------*/
p, li, td{
   color: #000000;
   font-family: 'Roboto', "sans-serif";
   font-style: normal;
   font-weight: 400;
   font-size: .95rem;
   line-height: 01.3rem;
   text-align: left;
  margin-bottom: 8px;
}
.highlight {
   font-family: 'Roboto', "sans-serif";
   font-size: 1.5em;
   font-weight: 900;
   color: #651818;
   line-height: 1.8rem;
   padding-top: 5px;
   padding-bottom: 5px;
}
.highlightSM {
   font-family: 'Roboto', "sans-serif";
   font-size: 1.2em;
    line-height: 1.6rem;
   font-weight: 900;
   color: #651818;
}
.highlightXS  {
   font-family: 'Roboto', "sans-serif";
   font-size: 1em;
   line-height: 1.6rem;
   font-weight: 700;
    font-style: italic;
   color: #651818;
}
.halflight {
   font-family: 'Roboto', "sans-serif";
   font-size: 1.9em;
   font-weight: 400;
   color: #651818;
   line-height: 1.9rem;
}
.text-rusty {
   color:#651818;
}
  .blink {
                animation: blinker 1.5s linear infinite;
                color: red;
                font-family: sans-serif;
            }
            @keyframes blinker {
                50% {
                    opacity: 0;
                }
}
.teaser {
   font-family: 'Handlee', cursive;
   font-size: 32px;
   color: rgba(220, 86, 6, 1.00);
   text-shadow: 1px 1px rgba(69, 69, 69, 0.74);
   height: 14px;
   line-height: 30px;
}
.teaserSM {
   font-family: 'Qwigley',  cursive;
   font-size: 42px;
   color: rgba(220, 86, 6, 1.00);
   height: 14px;
   line-height: 21px;
   padding-bottom: 16px;
}
.firstletter {
   font-family: 'Alpha Slab One', 'Bevan', 'Georgia';
   font-size: 5em;
   font-weight: 400;
   color: #fb7455;
   float: left;
   margin-right: 0.08em;
   line-height: 40px;
   font-style: normal;
   margin-top: 10px;
   text-shadow: 2px 1px rgba(69, 69, 69, 0.74);
   margin-bottom: 12px;
}
.display-4 {
   font-family: 'montserrat', sans-serif;
   font-size: 4rem;
   font-weight: 900;
   line-height: 1.4;
}
.display-3 {
   font-size: 2.7rem;
   font-family: 'montserrat', sans-serif;
   font-weight: 900;
   line-height: 1.3;
}
.byline {
   line-height: 1.5rem;
   margin-bottom: 6px;
   font-family: 'Qwigley', 'Hanlee', cursive;
   font-size: 1.9rem;
   color: #066132;
   padding-right: 8px;
   margin-top: 6px;
} 
.author {
   line-height: 1.2rem;
   font-family: 'Qwigley', 'Hanlee', cursive;
   font-size: 1.6rem;
   color: #066132;
} 
.underPictures, .underPictures, .caption, .figure-caption {
   color: #651818;
   font-family: 'Roboto', sans-serif;
   font-size: .95rem;
   font-weight: 300;
   text-align: center;
   padding: 2px 8px;
}
.photoCredit {
   color: #7D7D7D;
   font-family: 'Roboto', sans-serif;
   font-size: 0.95rem;
   font-weight: 300;
   padding: 0 8px;
}
p.date {
   font-family: 'montserrat', sans-serif;
   font-size: 1.2rem;
   font-weight: 400;
   color: #651818;
   text-align: center;
   clear: both;
   margin-bottom: 26px;
   padding-top: 6px;
   padding-bottom: 6px;
   margin-right: 6px;
   border-bottom: 5px dotted #C3C5D0;
}
p a, li a, h3 a, h4 a, #truncate a {
   color: darkred;
   text-decoration: none;
   padding-bottom: 8px;
}
p a:hover, li a:hover, h3 a:hover, h4 a:hover, #truncate a:hover  {
   color: #DE6D07;
   text-decoration: none;
   background-color: none;
}
.em {
   font-style: italic;
}
p.indent {
   margin-left: 28px;
   margin-right: 28px;
   text-align: left;
}
.strong {
   font-weight: 600; 
}
.strong_em {
   font-weight: 600;
   font-style: italic;    
}
.lineAbove {
   border-top: 3px dotted #fb7455;
   width: 100%;
}
.box {
  border: 3px dotted #651818;
  border-radius: 5px;
  padding:10px;
  margin: 8px;
}
/*-------------------- Pull Quote --------------------*/
.quoteMarks {
   position: absolute;
   margin-left: -46px;
   float: left;
}
.quoteInset {
   display: block;
   position: relative;
   margin-left: 32px;
   padding-right: 12px;
   padding-top: 9px;
   padding-bottom: 9px;
}
p.pullQuote {
   color: #54352C;
   font-family: 'Josefin Slab', serif;
   font-size: 1.6rem;
   font-weight: 300;
   line-height: 1.8rem;
   border-top: 4px dotted #fb7455;
   margin: 5px 8px 8px 8px;
   padding-bottom: 6px;
   padding-top: 5px;
}
p.QuoteP {
   color: #54352C;
   font-family: 'Josefin Slab', serif;
   font-size: 1.6rem;
   font-weight: 300;
   line-height: 1.8rem;
   padding-top: 5px;
}
.quoteMarks img {
   width: 50%;
   height: 60%;
}
#quickIndex {
   margin-top: 9px;
   margin-bottom: 30px;
   padding-top: 10px;
   padding-bottom: 11px;
   clear: both;
}

blockquote{
    border-left: 6px;
    border-color:darkgray;
}

/*-------------------- Image Styles --------------------*/
#hero {
    padding-left: 0px;
    Padding-right: 0px;
}
#main img {
   margin: 4px 8px 4px 8px;
   border-style: none;
}
.align-right, .float-right, .float-md-right, .float-lg-right, .float-sm-right, .float-xl-right {
   float: right;
   margin-left: 8px;
}
.align-left, .float-left, .float-md-left, .float-lg-left, .float-sm-left, .float-xl-left {
   float: left;
   margin-right: 8px;
}
.small-img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.small-img li {
    background-color: none;
    border: 0 none;
}
/*------ for images in Tables ------*/
figure {
   display: table;
}
figure img {
    display: block;
/*    width: 100%;*/
    margin-left: 6px;
    margin-right: 6px;
}

/*-------------------- Elements --------------------*/
/*-------------------- Button --------------------*/
btn-primary {
   margin-bottom: 16px;
}
.btn.btn-link h4 {
   color: rgba(101, 24, 24, 1.00);
   font-family: 'Roboto', sans-serif;
   font-weight: 900;
   text-decoration: none;
}
.btn.btn-link h4:hover {
   color: brown;
   text-decoration: none;
}
.accordion .btn.btn-link {
   color: #651818;
   font-size: 1.1rem;
   font-weight: 600;
   text-align: center;
}
.accordion .btn.btn-link:hover {
   color: #fb7455;
}
.accordion .card-body {
   max-height: 168px;
   overflow: auto;
}
.accordion .card-body p {
   line-height: 1.7rem;
   font-size: 1rem;
}
.accordion .btn{
   width: 100%;
}
.mb-0 .btn.btn-link {
   color: #651818;
   font-size: 1.1rem;
   font-weight: 600;
   text-align: center;
}
/*-------------------- Card --------------------*/
.card {
   background-color: rgba(198, 200, 213, 0);
   /*   background-color: transparent; */
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   padding-top: 1rem;
   border-color: rgba(138, 138, 138, 0.00);
}
.card-img {
   display: inline-block;
   text-align: center;
   float: left;
   opacity: 1;
}
.card-body {
   padding-bottom: 0rem;
   padding-top: 0rem;
   padding-right: 0rem;
   padding-left: 1rem;
   margin-bottom: 3px;
   margin-top: 3px;
   margin-right: 5px;
   margin-left: 5px;
}
.card-body .teaser {
   color: #fb7455;
   font-size: 1.7rem;
   padding-left: 0rem;
   margin-top: 5px;
   font-family: "Handlee", cursive;
}
.card-title {
   font-family: 'montserrat', sans-serif;
   font-weight: 900;
   line-height: 1.6rem;
   text-align: center;
   color: #651818;
   margin-bottom: 3px;
   padding-right: 8px;
}
.card-text {
   color: #000000;
   font-family: 'Roboto', sans-serif;
   font-style: normal;
   font-weight: 400;
   text-align: left;
   font-size: 1rem;
   margin-top: 6px;
   margin-bottom: 3px;
   line-height: 1.2rem;
}
/*-------------------- Utilities --------------------*/
#table-left {
   float: left;
   margin-right: 6px;
   max-width: 100%;
}
#table-right {
   float: right;
   margin-left: 6px;
   max-width: 100%;
}
#table-center {
   text-align: center;
   margin-left: 6px;
   max-width: 100%;
}
#contributors {
   margin-top: 15px;
   width: 100%;
}
.form-control {
   background-color: rgba(0,0,0,0.0);
   border-color: rgba(109, 107, 107, 0.74);
}

#searchBox {
   border-color: #C8C0C0;
   border-radius: 13px;
   width: 255px;    
   position: relative;
   left: -1rem;
}
#SidebarSearchBox {
/*   border-color: #C8C0C0;*/
   border-radius: 13px;
   width: 255px;   
/*  background-color: rgba(0,0,0,0.0);*/
   position: relative;
}
.accordion .card .card-header {
   text-align: center;
}
/*------ Mailchimp ------*/
#mc_embed_signup {
   position: relative;
   margin-top: -22px;
   margin-left: -22px;
}
#mc-embedded-subscribe .button {
   background-color: #651818;
   position: relative;
   align-content: center;
}
#mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll {
   width: 100%;
   left: -18px;
   margin-top: 8px;
}
#mc_embed_signup_scroll .indicates-required {
   width: 80%;
   margin-top: 8px;
   text-align: center;
}
#mc-embedded-subscribe-form .clear.text-center {
   width: 75%;
}
#mc-embedded-subscribe-form {
   width: 100%;
   margin-left: -17px;
}
#newsletterBox {
   border: dotted #fb7455;
   border-radius: 17px;
}
#sidebar {
   border-left: 2px dotted #C3C5D0;
/*   left: 8px;*/
   padding-left: 2px;
   padding-right: 2px;
/*   margin-top: 26px;    */
}
/*------Donations ------*/
#pitch {
   width: 94%;
   position: relative;
   top: 8px;
}
#paypal-button-container {
   position: relative;
   max-width: 300px;
   display: inline-block;
   bottom: -15px;
   margin-bottom: 36px;
}
#paypal-button-container script {
   width: 360px;
}
/*------------ footer ------------*/

footer {
   width: 100%;
   top: auto;
   clear: both;
   position: fixed;
   bottom:0px;
   background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(44,44,44,0.85) 45.15%);
   background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(44,44,44,0.85) 45.15%);
   background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(44,44,44,0.85) 45.15%);
   background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(44,44,44,0.85) 45.15%);
   padding-top: 10px;
   height: 50px;
   margin-left: 0px;
   margin-right: 0px;
   padding-right: 10px;
   padding-left: 10px;
}
footer p {
   color: lightgray;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-top: 16px;
   padding-top: 0px;
   line-height: .68rem;
   font-size: 11px;
   text-align: center;
   padding-bottom: 10px;
}
footer p a {
   color: firebrick;
}
footer p a:hover {
   color: #FC9178;
}
.dotted-line { 
   border-bottom: 3px dotted #C3C5D0;
   width: 94%; 
   margin: auto; 
   margin-top: 3%; 
   margin-bottom: 6%;
}
/*.navbar-toggler {
   border: 0px;
}*/
.navbar {
padding: 0.5rem 0;
}
.navbar-toggler {
margin-left: 30px;
}
#navbarSupportedContent1 {
padding-left: 30px;
}
#annualDonation, #contactUs {
   border-top: dotted;
   border-top-color: #fb7455;
}
.clear {
    display: block;
    clear: both;
}
/*-- ##################### Desktop Media x-lg (or larger)###################### --*/
@media (min-width:1200px) {
   #header {
      height: 136px;
   }
   #logo a .img-fluid {
      position: relative;
      top: -74px;
      width: 32%;
      max-width: 500px;
   }
   #navbarSupportedContent1 {
      position: relative;
      /*   left: -.8rem;*/
      margin-top: 72px;
   }
   .quoteMarks img {
      width: 70%;
      height: 70%
   }
   section, #section, #main, #media {
      margin-top: 95px;
      width: 90%;
   }
   #content {
      position: relative;
      margin-top: 22px;
   }
   #searchBox {
      margin-top: -29px;
   }
      #articles {
      padding: 0px 10px;
      position: relative;
   }
   tr .underPictures {
      font-size: 0.8rem;
   }
   .display-4 {
      font-size: 1.3rem;
      font-weight: 900;
      line-height: 1.2rem;
   }
   p.teaserSM {
   font-family: 'Handlee', cursive;
   font-size: 18px;
   color: rgba(220, 86, 6, 1.00);
   text-shadow: 1px 1px rgba(69, 69, 69, 0.74);
   height: 14px;
   line-height: 21px;
   padding-bottom: 16px;
}
   .halflight {
   font-family: 'Roboto', "sans-serif";
   font-size: .95em;
   font-weight: 500;
   color: #651818;
   margin: 0px;
   line-height: 1.3rem;
   padding-top: 8px;
}
   section .card-title, #section .card-title {
      font-size: 1.3rem;
      line-height: 1.8rem;
   }
   #pitch {
      top: 20px;
   }
footer.p {
   margin-top: 20px;
   } 
}
/*-- ################## Media lg (or LARGER) Landscape tablets and medium desktops ##################-- */
@media (min-width: 992px) and (max-width: 1199px) {
   #header {
      height: 100px;
   }
   #logo a .img-fluid {
      position: relative;
      top: -64px;
      width: 34%;
   }
   .jumbotron-fluid {
      height: 90px;
   }
   #navbarSupportedContent1 {
      position: relative;
      left: -.8rem;
      margin-top: 65px;
   }
   #searchBox {
      margin-top: -19px;
   }
   .quoteMarks img {
      width: 60%;
      height: 60%
   }
   .pullQuote {
      margin-left: 26px;
      font-size: 1.3rem;
   }
   #main {
      bottom: auto;
      margin-top: 116px;
      width: 90%;
   }
   section, #section, #accordion, #media, #aside {
      width: 86%;
      margin-top: 76px;
   }
   .display-4 {
      font-size: 1.8rem;
      font-weight: 900;
      line-height: 1.2;
   }
   section .card-title {
      line-height: 1.8rem;
      font-size: 1.5rem;
   }
.rounded-circle.align-left.img-fluid {
   width: 25%;
}     
.list-unstyled li #interchangable {
   margin-top: 48px;
   padding-top: 48px
}
}
/*-- #################### md - md- md - md - Portrait tablets and small desktops -- md - md- md - md############### --*/
@media (min-width: 768px) and (max-width: 991px) {
#header {
      height: 102px;
      background-color: whitesmoke;
   }
#logo a .img-fluid {
      position: relative;
      top: -64px;
      width: 45%;
   }
.jumbotron, .jumbotron-fluid {
      height: 68px;
   }
    #navbarSupportedContent1 {
      position: relative;
      left: -.8rem;
      margin-top: 65px;
   }
   #searchBox {
      margin-top: -19px;
   }
.navbar-collapse {
    background-color: whitesmoke;
    margin: 0px;
    }    
   #main {
      position: relative;
      top: 22px;
      /*   background-color: blueviolet;*/
      margin-top: 49px;
      width: 86%;
   }
   section, #section, #media, #aside {
      margin-top: 74px;
      width: 94%;
   }
   .display-4 {
      font-size: 1.7rem;
      font-weight: 900;
      line-height: 1.2;
   }
   h4 #truncate {
      font-size: .5rem;
   }
   a.nav-link {
      background-color: whitesmoke;
   }
   section .card-title {
      line-height: 1.7rem;
      font-size: 1.4rem;
   }
   .figure-caption {
      font-size: .8rem;
   }
.rounded-circle.align-left.img-fluid {
   width: 30%;
} 
.byline {
   line-height: 1.2rem;
   margin-bottom: 5px;
   font-family:  'Qwigley', 'Hanlee', cursive;
   font-style: italic;
   font-weight: 600;
   font-size: 1.6rem;
   color: #1E4F2B;
   padding-right: 8px;
   margin-top: 4px;
}   
}
/*-- #################-sm-sm-sm-sm- Media SM (or smaller)--sm-sm-sm-sm################### --*/
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
   #header {
      height: 26px;
   }
   #logo a .img-fluid {
      top: -44px;
      position: relative;
      width: 66%;
   }
.navbar-collapse {
     background-color: whitesmoke;
    }  
.navbar-toggler-icon {
      position: relative;
      top: 20px;
      left: -257px;
   }   
#main, #section, #accordion, #media {
      margin-top: 62px;
      width: 86%
   }
   .quoteInset {
      margin-left: 45px;
   }
   h2 em {
      font-size: 0.9rem;
   }
   .display-4 {
      font-size: 1.8rem;
      font-weight: 900;
      line-height: 1.2;
   }
   section .card-title {
      line-height: 1.6rem;
      font-size: 1.4rem;
   }
   #sidebar {
   border-left: 0px;
}
.byline {
   line-height: 1.5rem;
   font-size: 1.3rem;
}   
   .align-right, .float-right, .float-left, .align-left {
     float: none;
     display: block;
  margin-right: auto; 
   margin-left: 8px;   
   }
   footer.p {
       margin-top: 20px;
   }    
   }
/*-- ################# - xs - xs - xs - Media xs (or smaller) - xs - xs - xs -################### --*/
@media (min-width: 481px) and (max-width: 575px) {
   #logo a .img-fluid {
      top: -44px;
      position: relative;
      width: 60%;
   }
.navbar-collapse {
    background-color: whitesmoke;
    } 
      .navbar-toggler-icon {
      position: relative;
      top: -9px;
      left: -230px;
   }
   section, #section, #accordion, #media {
      margin-top: 16px;
      width: 90%
   }
   .display-4 {
      font-size: 1.6rem;
   }
   section .card-title, #section .card-title {
      font-size: 1.2rem;
      line-height: 1.7rem;
   }
 #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll {
      width: 80%;
      left: -18px;
      margin-top: 8px;
   }
.rounded-circle.align-left.img-fluid {
   width: 16%;
}
.byline {
   line-height: 1.5rem;
   font-size: 1.1rem;
}    
 footer.p {
   margin-top: 20px;
   } 
}
/*------------------ Media xs (or smaller)------------------*/
/* Portrait phones and smaller */

@media (max-width: 480px) {

   #logo a .img-fluid {
      top: -39px;
      position: relative;
      width: 70%;
   }
.navbar-collapse {
      background-color: whitesmoke;
    }     
   #header {
/*      height: 84px;*/
   }
   .navbar-toggler-icon {
      position: relative;
      top: -9px;
      left: -200px;
   }
   h2 em {
      font-size: 0.9rem;
      font-weight: 300;
   }
  section, #main, #section, #accordion, #media {
      position: relative;
      width: 100%;
      margin: 96px 10px 10px 0px;
      padding: 20px 12px 0px 12px;
      bottom: 98px;
   }
}
