/* Apply box-sizing only to main content areas - excludes header, footer, hero */
#content *,
#body *,
article *,
.entry-content *,
.wrap section * {
   box-sizing: border-box;
}

#id {
   line-height: 1; 
   background-color: #0e4e91;
   text-align: left;
   padding: 12px 0;
   width: 100%;
   margin: 0 auto;
   position: relative;
   height: auto;
   z-index: 2; }
   
#id h1 { 
   font-size: 180%;
   font-family: adelle-condensed, serif;
   font-weight: 700;
   letter-spacing: 0;
   color: white;
   text-align: center; }   

   

/* --- Meta Styles --- */
.meta { margin: 0 0 1em 0; }

.meta time {
   text-transform: uppercase;
   font-weight: 400;
   color: #666; }
   
.meta h1 { margin-bottom: .25em; }
.meta h3 { 
   font-weight: 300;
   color: #888;
   margin-bottom: 1em; }


 /* Content
------------------------------------ */

#body { 
   width: 100%;
   margin: 2em auto;
   font-size: 125%;
   position: relative;
   z-index: 0;
   display: flex; }
      
#content, #options { display:table-cell; } 
   
#content {
   width: 70%;
   position: relative;
   left: 0; } 

#options {
   width: 25%;
   min-width: 334px;
   border-left: 1px #eee solid;
   padding-left: 2.5%;
   margin-left: 2%;
   position: relative;
   right: 0; } 
    
.wide #body { background-image: none; }
.wide #content {
   width: auto;
   float: none;}      
   
.rightrail {
   text-align: center;
   position: relative;
   right: 0;
   background: #eee;
   padding: 2em; }
   
    
   
 /* Photo with INSET Shadow
----------------------------- */ 

#content figure.photo {
   width: 100%;
   position: relative;
   float: none;
   display: block;
   margin: 0 0 2em 0; }  
      
#content figure.photo:before {
   content: "";
   position: absolute;   
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }   
      
   #content figure.photo img {
      float: none;   
      width: 100%;
}        
      
/* Expander 
--------------------------------------------------- */

.expander { margin: 0 0 5px; }
   
.expander-header { 
   cursor: pointer;
   padding: 10px 0;
   display: block;   
	-webkit-transition: background-color .35s ease-in-out, color .35s ease-in-out;
		-moz-transition: background-color .35s ease-in-out, color .35s ease-in-out;
		-o-transition:   background-color .35s ease-in-out, color .35s ease-in-out;
		-ms-transition:  background-color .35s ease-in-out, color .35s ease-in-out;
		transition:      background-color .35s ease-in-out, color .35s ease-in-out; }

.expander-header h2 {
   font-size: 18px;
      color: #0F80BE;
      line-height: 1.3;
      text-transform: none;
	margin: 0;
   padding: 0 50px 0 0;
   position: relative;
   padding-bottom: 0 !important; 
   transition:            color .3s ease-in-out;    
      -webkit-transition: color .3s ease-in-out;  
      -moz-transition:    color .3s ease-in-out;  
      -o-transition:      color .3s ease-in-out;  
      -ms-transition:     color .3s ease-in-out; }   
.expander-header:hover h2,
.expander-header.selected h2 { color: #0FB7E0 !important; }   
.expander-header.selected:hover h2 { color: #D3D3D3 !important; }   

.expander-header h2:after {
   background: #D3D3D3 url(../../img/expander.png) no-repeat center 5px; 
   width: 22px;
   height: 21px;
   display: block;
   content:" ";
   -moz-border-radius:       20px;
      -webkit-border-radius: 20px;
      border-radius:         20px;    
   color: #fff;
   font-size: 22px;
   line-height: 19px;
   font-weight: 300;
   text-align: center;
   position: absolute;
      top: 4px;
      right: 0;
   transition:            background-color .3s ease-in-out;    
      -webkit-transition: background-color .3s ease-in-out;  
      -moz-transition:    background-color .3s ease-in-out;  
      -o-transition:      background-color .3s ease-in-out;  
      -ms-transition:     background-color .3s ease-in-out; }
.expander-header:hover h2:after { background-color: #0fb7e0; }
.expander-header:active h2:after { 
   background-color: #7D7D7F; 
   box-shadow:            inset 1px 1px 2px rgba(0, 0, 0, 0.3);       
      -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);  }

.expander-header.selected h2:after { background-position: center -47px !important; }

.expander-header p { margin-bottom: 0; }
   
.expander-header:hover { background-position: 630px -68px; }
.expander-header:active {  }        
      
.expander-body { 
    background: #fff;
    padding: 5px 0; 
    font-size: 18px;
    line-height: 1.5;
    font-family: "deva-ideal",sans-serif;}       
.expander-body p:last-child { margin-bottom: 0; }     
   

article.news small {
   text-transform: uppercase;
   font-size: 80%;
   color: #555; }

article.news p {
   font-size: 110%;
   color: #222;
   line-height: 1.2em; }
   
article.news h3 {
   transition:            color .3s ease-in-out;    
   -webkit-transition: color .3s ease-in-out;  
   -moz-transition:    color .3s ease-in-out;  
   -o-transition:      color .3s ease-in-out;  
   -ms-transition:     color .3s ease-in-out; }

article.news:hover small { color: #888; }

article.news:hover p {color: #555;}
   
article.news:hover h3 {
   color: #0e4e91; }
   
 
/* Forms
------------------------------------ */

#content form ol { 
   list-style: none; 
   margin: 0; 
   width: auto;}

#content form li { 
   margin: 0 0 7px;
   display: block;
   width:50%;}

/*
#content input,
#content select,
#content textarea { 
   background: #fff;   
   border: none;
   margin: 0 auto;
   padding: 9px 7px 7px 7px; 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px;    
   cursor: pointer; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 1;
   transition:         all .35s ease-in-out;    
   -webkit-transition: all .35s ease-in-out;  
   -moz-transition:    all .35s ease-in-out;  
   -o-transition:      all .35s ease-in-out;  
   -ms-transition:     all .35s ease-in-out; }
*/

#content select {
    border: none;
    height: 30px;
    line-height: 30px; }

#content input:hover,
#content select:hover,
#content textarea:hover { 
   color: #888; 
   box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);       
   -moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

#content input:focus,
#content select:focus,
#content textarea:focus {  
   color: #888;
   cursor: text; 
   box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
   -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
   -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); }    

.contact #content input { 
   width: calc(100% - 1em);
    padding: .5em; }

.contact #content textarea { 
   width: 100%;
   height: 140px; }
   
#content form li.textarea { float: right; width:50%; }

#content form li.submit { 
   padding-top: 15px;
   text-align: center;
   display: block;
   width: 50%;}   

#contact-form {
 background: #f1f1f1;
 padding:20px;
   -moz-border-radius:     4px;
   -webkit-border-radius:  4px;
   border-radius:          4px; 
}

#content option { 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px; }     
     
.join-long p { line-height: 1; } 

.join-long input { width: 270px; } 
.join-long input.zip { width: 100px; } 


 /* Three Column Layout
------------------------------------ */

.threecol { }
   
.threecol .col1,
.threecol .col2,
.threecol .col3 { 
   width: 326px;
   float: left; }   
   
.threecol .col1 { 
   background: #0e4e91;      
   width: 620px;
   padding: 25px;
   -moz-border-radius:     6px;
   -webkit-border-radius:  6px;
   border-radius:          6px; 
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition:   all .3s ease-in-out;
  -ms-transition:  all .3s ease-in-out;
	transition:      all .3s ease-in-out;
   color: #fff;}

.threecol .col1 h1 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}

.threecol .col1 input { width: 250px; }

.threecol .col2 { 
    width: 260px;
    padding: 0 25px; 
    }
   
.threecol .col3 { 
   width: 240px;
   padding: 0 0 0 20px; } 



 /* Thank You
------------------------------------ */

    
/* Photos
------------------------------------ */

.photo-thumbnail {
    display: block;
    width: 130px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    border-radius:          6px; 
    }
    
    
.joinform {
}

.joinform li { padding: 2px 0 5px; }

.joinform input {
    border: medium none;
    border-radius: 30px;
    font-size: 13px;
    padding: 10px 20px;
    width: 120px;
}

.joinform input.zip  {
    width: 78px;
}

.joinform button {
    cursor: pointer;
    width: 36px;
    height:36px;
      -moz-border-radius: 30px;
       -webkit-border-radius: 30px;
    border-radius: 30px 30px 30px 30px;
    background: #ff7100;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:700;
    color: #fff;
    margin-left:3px;
    margin-top:3px;
    border: none;
     transition: background-color .35s ease-in-out;   
  	-webkit-transition: all .35s ease-in-out;  
		-moz-transition: all .35s ease-in-out;  
		-o-transition: all .35s ease-in-out;  
		-ms-transition: all .35s ease-in-out;  
}

.joinform button:hover {
  background: #0FB7E0; 
   -moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
   box-shadow:         0 1px 1px rgba(0,0,0,.15);
}

.joinform label {
    color: #FFFFFF;
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}

.joinform strong.error {
    top: 15px;
    left: 10px;
}    

#content form ol#takeaction {
    list-style: none outside none;
    margin: 0;
    width: 320px;
}

#content #takeaction input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #7D7D7F;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1;
    margin: 0 auto;
    padding: 9px 7px 7px;
    transition: all 0.35s ease-in-out 0s;
    width: 300px;
}

#content #takeaction #supporters{ width:30px; }

/* Story List
--------------------------------------------------- */
body.single-story section#body { background: none; }
body.single-story #content { }
body.single-story #options {  }

div.stories {
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; }
   
div.stories article {
   flex: 0 0 33%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;    
    padding: 2.5%;
    margin: 0;
    text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }

div.stories article a { display: block; }

div.stories .withimage a {  }

#interior.stories img.right { float: right; padding: 0 0 1em 1em; }

div.stories a figure { 
background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 200px;
    height: 250px;
    float: none;
    display: block;
    margin-bottom: .5em;
    border: 4px solid #fff;
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    
div.stories a:hover figure {
  border: 4px solid #f3f3f3;   
  -moz-box-shadow:    1px 2px 3px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.3);
  box-shadow:         1px 2px 3px rgba(0,0,0,.3); }
  
div.stories article small { 
  font-size: 10px;
  line-height: 1;
  color: #8c9ca3;
  text-transform: uppercase; 
  -webkit-transition: color .3s ease-in-out;
  -moz-transition:    color .3s ease-in-out;
  -o-transition:      color .3s ease-in-out;
  -ms-transition:     color .3s ease-in-out;
  transition:         color .3s ease-in-out; }
div.stories article:hover small { color: #7e8e95; }
  
div.stories article h2 { 
  line-height: 1;
  font-size: 175%;
  margin-bottom: 5px !important;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition:    color .3s ease-in-out;
  -o-transition:      color .3s ease-in-out;
  -ms-transition:     color .3s ease-in-out;
  transition:         color .3s ease-in-out; }
div.stories article:hover h2 { color: #0e4e91; }

div.stories article p { 
  line-height: 1.2;
  margin-bottom: 0;
  color: #444;
  font-weight: normal;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition:    color .3s ease-in-out;
  -o-transition:      color .3s ease-in-out;
  -ms-transition:     color .3s ease-in-out;
  transition:         color .3s ease-in-out; }
div.stories article:hover p { color: #0e4e91; }

div.stories article .intro {
   text-align: left;
   font-size: 80%; }
   
   div.stories article .intro p { margin: 0 0 .5em 0; }

@media(max-width: 768px) {
   div.stories article .intro {
      text-align: center !important;
   }
   div.stories article .intro {
      font-size: 100% !important;
   }
}

/* Story Form Elements
--------------------------------------------------- */
#stories-form {
  width: 100%;
  background: #0e4e91;
  color: #fff;
  text-align: left; }

#stories-form form { padding: 15px; }

#stories-form form h4 {
  font-size: 24px;
  color: #fff; 
  margin-bottom: 5px; }

#stories-form small.description { font-size: 10px; margin-bottom: 10px; }
  
li.disclaimer { text-align: center;}
li.disclaimer a { 
  padding-top: 8px;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #9f0c00; 
  font-weight: normal; }
li.disclaimer a { color: #770900; }

li.checkbox { 
  padding: 15px 0;
  line-height: 1 }
li.checkbox input { 
  width: auto !important;
  float: left; }
li.checkbox label {
  width: 90%;
  float: right; 
  display: block;
  cursor: pointer;
  padding-left: 0; }

#stories-form  form li.submit { 
  padding-top: 15px;
  text-align: center;
  display: block; }

#stories-form  form li { 
  margin: 0 0 3px;
  display: block; }

#stories-form  input,
#stories-form  select,
#stories-form  textarea { 
  background: #6b96c2; 
  width: 100%;
  border: none;
  margin: 0 auto;
  padding: 5px 4px 4px 4px;  
  cursor: pointer; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition:         all .35s ease-in-out;    
  -webkit-transition: all .35s ease-in-out;  
  -moz-transition:    all .35s ease-in-out;  
  -o-transition:      all .35s ease-in-out;  
  -ms-transition:     all .35s ease-in-out; } 
#stories-form  select { width: 100px; }
#stories-form li.state { padding-top: 5px; }

#stories-form  input:hover,
#stories-form  select:hover,
#stories-form  textarea:hover { 
  background: #3598ff; 
  color: #fff; 
  box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);       
  -moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

/* ---- Placeholder Text Equalizer ---- */

#stories-form  input:-ms-input-placeholder            { color: #fff; }
#stories-form  input::-webkit-input-placeholder       { color: #fff; }
#stories-form  input:hover:-ms-input-placeholder      { color: #fff; }
#stories-form  input:hover::-webkit-input-placeholder { color: #fff; }     

#stories-form  textarea:-ms-input-placeholder            { color: #fff; }
#stories-form  textarea::-webkit-input-placeholder       { color: #fff; }
#stories-form  textarea:hover:-ms-input-placeholder      { color: #fff; }
#stories-form  textarea:hover::-webkit-input-placeholder { color: #fff; }      

#stories-form  input:focus,
#stories-form  select:focus,
#stories-form  textarea:focus { 
  background: #cce5ff;   
  color: #444;
  cursor: text; 
  box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
  -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); }    

#stories-form  textarea { height: 160px !important; }

#stories-form  button { 
    cursor: pointer;
    width: 100%;
    height:36px;
      -moz-border-radius: 30px;
       -webkit-border-radius: 30px;
    border-radius: 30px 30px 30px 30px;
    background: #ff7100;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:700;
    color: #fff;
    margin-left:3px;
    margin-top:3px;
    border: none;
     transition: background-color .35s ease-in-out;   
    -webkit-transition: all .35s ease-in-out;  
		-moz-transition: all .35s ease-in-out;  
		-o-transition: all .35s ease-in-out;  
		-ms-transition: all .35s ease-in-out; }
#stories-form  button:hover { 
  background: #0FB7E0; 
   -moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
   box-shadow:         0 1px 1px rgba(0,0,0,.15);}   
#stories-form button:active { 
  background: #0FB7E0; 
   -moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
   box-shadow:         0 1px 1px rgba(0,0,0,.15);}  
   
.pdf-promos {
   text-align: center; 
    list-style: none;
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; }
   
   .pdf-promos article {
      width: 28.33%;
      padding: 2.5%;
      position: relative;
      -webkit-transition: all .35s ease-in-out;
         -moz-transition: all .35s ease-in-out;
         -ms-transition: all .35s ease-in-out;
         -o-transition: all .35s ease-in-out;
         transition: all .35s ease-in-out; }
         
         .pdf-promos.sharing > .wp-block-group__inner-container { width: 100% !important; display: flex; flex-wrap: wrap; }
         .pdf-promos.sharing .wp-block-group__inner-container article { padding: 0 !important;}
         .pdf-promos.sharing .wp-block-group__inner-container article p { text-align: center !important;}
         /* .pdf-promos.sharing article { width: 45%; padding: 2.5%; } */
      
      .pdf-promos article figure {
         width: 100%; }
      
      .pdf-promos article figure img { 
         width: 100%;
         border: 5px black solid;
         -webkit-transition: all .35s ease-in-out;
         -moz-transition: all .35s ease-in-out;
         -ms-transition: all .35s ease-in-out;
         -o-transition: all .35s ease-in-out;
         transition: all .35s ease-in-out;}
      
      .pdf-promos article:hover { 
         -moz-transform: scale(1.1);
         -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
         -ms-transform: scale(1.1);
         transform: scale(1.1); }
         
         .pdf-promos article:hover figure img { border: 5px #e87d20 solid; }
         
      .pdf-promos article span {
         margin-top: .1em;
         display: block;
         line-height: 1;
         font-weight: 700; }

.social-promos {
   text-align: center; 
    list-style: none;
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; }
   
   .social-promos div {
      width: 45%;
      padding: 2.5%;
      position: relative;
      -webkit-transition: all .35s ease-in-out;
      -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
      -o-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
         
         .social-promos div img { 
            width: 100% !important;
            height: auto !important; }
            
            .social-promos div:hover {
               -moz-transform: scale(1.1);
               -webkit-transform: scale(1.1);
               -o-transform: scale(1.1);
               -ms-transform: scale(1.1);
               transform: scale(1.1); }

.tellfriend * {
   box-sizing: unset !important;
}
   
.tellfriend {
   text-align: center !important;
   background: none repeat #0e4e91;
   color: #fff;
   padding: 20px;
   position: relative;}

.tellfriend .addthis_toolbox {
    height: auto;
    margin: 0 auto;
    text-align: center;}
    
.tellfriend p {
   font-size: 140%;
   line-height:1.1;
   font-weight: 600;
   font-family: adelle-condensed, serif; 
   text-align: center; } 

.tellfriend img {
   padding: 0 !important;
}

.tellfriend img:hover, .tellfriend a:hover {
   transform: scale(1) !important;
   background-color: #0e4e91 !important;
}

.addthis_32x32_style .at15t_facebook {
    background: url("http://www.supportconowingodam.com/theme/img/32-fb.png") no-repeat 0 0 transparent;
    background-position: 0 0 !important;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {
    float: none !important;
    display: inline-block;
    text-align: center;
}

@media(max-width: 720px) {
   header.cf {
      top: 0 !important;
      position: relative !important;
   }
}

#tagline {
   box-sizing: border-box !important; padding-left: 20px !important; padding-right: 20px !important; }
   
@media(max-width: 1050px) {   
   #news, #social-feed {
      width: 100% !important;
      display: block !important;
      max-width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   #news nav {
      margin: 0 0 4rem !important;
   }
   #news nav ul {
      margin: 0 !important
   }
   #social-feed {
      border-left: none !important;
      padding: 0px 0 0 0 !important;
   }
   #social-feed .social-feed-header {
      flex-direction: column !important;
      justify-content: center !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-direction: column !important;
   }
   #social-feed .social-feed-header .social-feed-header-label {
      margin-bottom: 2rem;
   }
   #social-feed .icons.circle {
      width: 40px !important;
      height: 40px !important;
   }
}

#social-feed .icons.circle {
   width: 40px !important;
   height: 40px !important;
}

@media(max-width: 750px) {
   .wrap.cf .leftcol, .wrap.cf {
      display: block !important;
   }
   .wrap.cf .leftcol, .wrap.cf .paidfor, .wrap.cf .rightcol {
      width: 100% !important;
      display: block !important;
      text-align: center !important;
   }
   .wrap.cf .leftcol, .wrap.cf ul {
      list-style: none !important;
   }
}

.page-template-template-get-involved #content {
   width: 100% !important;
}

.page-template-template-get-involved #content .rightrail {
   width: 100% !important;
   display: block !important;
   text-align: center !important;
   right: auto !important;
}

.page-template-template-get-involved #content .gform-theme--foundation .gform_fields {
   row-gap: 10px !important;
}

.page-template-template-get-involved #content .gform_wrapper form .gfield--type-choice .gfield_checkbox label, .page-template-template-get-involved #content .gform_wrapper form .gfield--type-choice .gfield_radio label{
   color: #fff !important;
   font-size: 16px !important;
}

/* News Page - Feed Columns */
.feed.list {
   width: 45%;
}

.feed.list.news-column {
   float: left;
}

.feed.list.events-column {
   float: right;
}

/* Responsive - collapse columns */
@media (max-width: 720px) {
   .feed.list {
      width: 100%;
      display: block;
      float: none;
      margin: 0 0 2em 0;
   }
}

#content div.stories p {
   margin-bottom: 0.5rem !important;
}

body.wp-singular #content img {
   max-width: 100% !important;
}

/* Load More News Button */
#load-more-news.loading {
   pointer-events: none;
   opacity: 0.6;
}

#load-more-news .button-loader {
   display: inline-block;
   vertical-align: middle;
   margin-left: 0.5em;
}

#load-more-news .button-loader svg {
   display: block;
   width: 20px;
   height: 20px;
}