 /* GENERAL NEW CSS 2022 */

body {
  position: relative;
  overflow-x: hidden;
  padding-top: 76px;
  color: #1c1b1b;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif
}

h1,h2,h3,h4,h5,h6,img,p,a {
  position: relative;
  z-index: 2;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

hr {
  margin: 22px 0;
}

hr.closer {
  margin: 10px 0;
}

.form-control {
  border-radius: 0;
}

.spacetop {
  margin-top:40px;
}

a {
  color: #018E8B;
  text-decoration: none;
}

a:hover, a:focus {
  color: #CB3F66;
  text-decoration: none;
}

.signup-button, .btn {
  font-family: "Steagal-Bo", sans-serif;
  font-size: 24px;
  margin: 12px 0 0;
  text-transform: uppercase;
  border-radius: 0;
  padding: 6px 30px;
  color: #fff;
  background: #CB3F66;
  border: 0;
}

.signup-button {
  height: 50px;
}

.signup-button:hover, .btn:hover {
  color:#fff;
  background:#9D1743;
}

.signup-button:focus {
  outline: none;
}



/* TYPOGRAPHY */

.post-content p, .post-content ul, .post-content li, .post-content ol {
  font-family: "Palatino";
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 18px;
  overflow-wrap: break-word;
}

@media (max-width: 576px) { 
  .post-content p, .post-content ul, .post-content li, .post-content ol {
    line-height: 1.5;
    font-size: 19px;
  }
}

.post-content ul li {
  list-style: disc;
}

.post-content li {
  margin-bottom: 8px
}

.post-content .bodytext a, .post-content .bodytext a:hover {
  border-bottom: 0.5px solid #ccc; padding-bottom: 1px
}

.post-content .bodytext a.btn, .post-content .bodytext a:hover.btn {
  padding-bottom: 6px;
}

h1, h2, h3 {
  font-family: "Steagal-Bo", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h1 strong, h2 strong, h3 strong {
  font-weight: 500;
}

h1 {
  font-size: 56px;
  color: #CB3F66;
  margin: 20px 0 10px;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 32px;
}

h2.sectionhead {
  color: #0C787A;
  margin: 10px 0 10px;
  font-family: 'Steagal-Re', sans-serif;
  font-size: 40px;
}

h2.sectionhead.smaller {
  font-size:30px;
  margin-bottom:20px;
}

h3 {
  font-size: 28px;
}

h4, h5, h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

p.standfirst {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0px;
  font-weight: 600;
  line-height: 1.4;
}

p.standfirst.standsmall {
  font-size:20px;
}

p.byline, p.dateline {
  font-family: "Steagal-Bo", sans-serif;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.3;
  margin-top:5px;
  color: #555;
}

p.dateline {
  font-family: "Steagal-Re";
  margin: 0 0 10px;
}

blockquote,
blockquote p {
  border-left: none;
  color: #0C787A;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
  margin: 20px 0;
}

small, .small, .post-content .small {
  font-size: 84%;
}

p.strapline {
    font-size:18px; 
    font-family: 'Steagal-Re', san-serif; 
    text-transform: uppercase; 
    margin: 0;
}

p.strapline.spacetop {
  margin-top:27px;
}

.strapline a {
    border-bottom:1px solid #0C787A;
}

p.morepages {
  text-align: center;
  font-family: "Steagal-Bo", sans-serif;
  margin:0;
  text-transform: uppercase;
  font-size:19px;
}

p.paginate {
  text-align: center;
  font-family: "Steagal-Re", sans-serif;
  margin:10px 0 20px;
  font-size:17px;
}

/* GRID */

#white-background-inner-container {
  width: 100%;
  position: relative;
  padding: 25px 30px 0;
  z-index: 1;
  display: inline-block;
  background: #fff
}

.restricted-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  z-index: 1;
}

#main-container {
  padding-top: 0;
  position: relative;
}

#single-post, #single-post-banner {
  margin-bottom: 40px
}

.container#upnext {
  margin-top:-40px;
}

@media (max-width: 900px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}


/* NAVBAR */

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar.navbar-default {
  font-family: "Steagal-bo", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  background-color: transparent;
  min-height: 76px;
}

.navbar.navbar-default .logo {
  max-width: 200px;
}

.navbar.navbar-default .nav-icon {
  height: auto;
  width: 18px;
  margin-right: 7px;
}

.navbar.navbar-default .close-menu {
  width: 22px;
  height: auto;
}

.navbar.navbar-default .navbar-toggle {
  margin-right: 10px;
  border: none;
  margin: 0;
  display: none;
  float: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}

.nef .navbar .navbar-header {
  padding-bottom: 0;
  background-color: #25B49E;
  float: none;
  border-bottom: 1px solid #fff;
}

.nef .navbar .navbar-widthContainer {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 0;
  max-width: 1280px;
  padding: 0 2rem 0 1rem;
}

.nef .navbar .menu-item {
  color: white;
  font-family: 'Steagal-Re', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing:1.5px;
}

.nef .navbar a.menu-item:hover {
  color: black;
}

.nef .navbar .navbar-brand {
  height: auto;
  padding: 6px 15px;
}

.nef .navbar .navbar-brand img {
  max-width: 130px; 
  margin: 5px 0 5px;
}

.nav-donate {
  border:1px solid #fff; 
  padding:2px 5px 1px 7px; 
  background:#CB3F66; 
}

.nef .searchIcon img {
  max-width:19px;
}


/* Pop-up nav */

#menu-menu-2 {
  margin-top: 15px;
  font-family: 'Steagal-Re', sans-serif 
}

.navbar-default .navbar-nav > li > a {
  color: #222020;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

.navbar.navbar-default #menu-menu-2 li {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0px;
  line-height: 1.5
}

.navbar.navbar-default #menu-menu-2 li a {
  color: white;
  font-size: 20px;
  text-align: center;
}

.navbar.navbar-default .navbar-collapse {
  box-shadow: none;
}

.menu-overlay {
  height: 100%;
  width: 100%;
  background: rgba(28, 27, 27, 0.99);
  position: fixed;
  z-index: 1000;
}

.social-menu-icons {
  width: 150px;
  margin: 15px auto 0;
}

.social-menu-icons .fa {
  color: white;
  font-size: 32px;
}

.facebook-icon,
.twitter-icon,
.youtube-icon {
  margin-left: 16px;
}

/* Pop-up search bar */

.nef .js-searchBar {
  opacity: 0;
  display: block;
  height: 100vh;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.nef .js-searchBar img {
  height: 21px;
}

.menu-search {
  position: relative;
  left: 25px;
  width: 290px;
  margin: 30px auto;
}

.menu-search input {
  display: inline-block;
  width: 80%;
  font-family: 'Montserrat';
  font-weight: bold;
  color:#333;
}

.menu-search input::-webkit-input-placeholder, .menu-search input:-moz-placeholder, .menu-search input::-moz-placeholder, .menu-search input:-ms-input-placeholder {
  text-transform: uppercase;
}

.menu-search button {
  display: inline-block;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  width: 20%;
}

.menu-search button img {
  height: 35px;
}


/* SIGNUP/SEARCH FORM */

.signup-form .form-group {
  height: 38px;
  padding: 0;
  margin-bottom:18px;
}

.signup-form label {
  display: none;
}

.signup-form input {
  height: 50px;
  border: 2px solid #7A7A7A;
  margin-right: 20px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .signup-form .form-group {
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
  }
  .signup-button {
    width: 335px;
  }
}

@media (max-width: 1024px) {
  .signup-button {
    margin-top: 20px;
  }
}

@media (max-width: 880px) {
  .signup-form .form-group,
  .signup-form input {
    width: 100%;
  }
  .signup-form .form-group {
    margin-bottom: 28px;
  }
  .signup-button {
    margin-top: 0;
  }
}


.searchform {
  background: #eee; 
  padding:15px;
  margin:20px 0;
}

.searchform label {
  display:none;
}

.searchform .btn {
  font-size:18px; 
  margin:0;
}

@media screen and (max-width: 767px) {
  .searchform .btn {
    width: 100%
  }
}

@media screen and (min-width: 768px) {
  .searchform #search {
    width: 300px
  }
}


/* CONTENT */

#single-post-banner #white-background-inner-container {
  padding-top: 35px;
  margin-top: -85px; 
}

#single-post-banner #white-background-inner-container h1:first-child {
  margin-top:-8px;
}

@media (max-width: 767px) {
  #white-background-inner-container {
    padding: 25px 20px 0;
  }
  #single-post-banner #white-background-inner-container {
  padding-top: 35px;
  margin-top: 0px; 
  }
}

#single-post-banner p.strapline {
    font-family: 'Steagal-Li', san-serif;
    margin-top:-70px; /* YES */
    margin-bottom:35px;
}

#single-post-banner .strapline a {
    border-bottom:none;
    color:#fff;
    padding:0px; 
    text-shadow: 1px 1px 1px #000;
}

.post-content {
  position: relative;
}

.post-content iframe,
.post-content img {
  max-width: 100%;
}

.post-content img {
  height: auto !important;
}

.post-content iframe.fullwidthvideo {
  position: relative;
  max-width: none !important;
}

.post-content img.full-width-image,
.post-content .full-width-plotly,
.post-content img.wider-than-body,
.post-content .wider-than-body-plotly {
  max-width: none !important;
}

.post-content .full-width-plotly,
.post-content .wider-than-body-plotly {
  max-width: none !important;
  position: relative;
}

.post-content .left-aligned-plotly,
.post-content .right-aligned-plotly,
.post-content .left-aligned-image-wrapper,
.post-content .right-aligned-image-wrapper {
  max-width: none !important;
}

.post-content img.simple-left {
  float:left; 
  margin: 5px 15px 10px 0;
  max-width:300px
}

.post-content img.simple-right {
  float:right; 
  margin: 5px 0 10px 15px;
  max-width:300px
}

.staffpic {
  border-radius:50%; 
  width:150px; 
  float:right; 
  border:1px 
  solid #aaa;
  margin: 5px 0 5px 15px;
}

.project-panel {
  background: #eee; 
  padding:0 20px; 
  margin:20px 0 20px 0
}

.project-panel img {
  margin:20px 0
}

.action-box {
   background:#ededeb; 
   padding:12px;
   text-align: center;
   line-height: 1.3;
   font-size:18px;
   margin-bottom:25px;
   font-family:"Palatino";
   line-height: 1.5
}

.action-box #can_embed_form h3 {display:none !important}

.action-box.tintbox {
  background:#c8ecea;
}

.action-box h3 {color: #CB3F66}

.action-box img {
  width:auto;
}

.action-box p:first-of-type {
  margin-top:0;
}

.action-box p:last-of-type {
  margin-bottom:0;
}

.post-content .bodytext .action-box a {
  border-bottom: none;
  z-index: 3
}

.download-top {
  float:right; 
  margin: 0 0 8px 25px;
  width: 204px;
  line-height:1.3;
}

.download-top img {
  width: 180px;
  margin-bottom:10px;
  border:#777 solid 1px;
}

@media (max-width: 576px) { 
  .download-top {
  width: 184px;
  }
  .download-top img {
  width: 160px;
  }
  .staffpic {
    width:110px; 
    margin: 1px 0 1px 1px;
  }
}

.download-bottom {
 width: 100%;
}

.download-top, .download-bottom {
  text-transform: uppercase;
  font-family: 'Steagal-Bo', san-serif
}

.download-top a, .download-bottom a {
  color: #CB3F66;
}

.download-top a:hover, .download-bottom a:hover {
  color: #9D1743;
}

.action-rhc {
   width: 100%;
   padding: 20px;
   margin: 0 0 30px;
}

.action-rhc.tightbox {
   padding: 3px;
}

.action-rhc p {font-size: 18px !important; line-height: 1.4 !important; margin-bottom:15px !important}

.action-bottom {
   width: 100%;
   padding:25px 20px;
   margin: 35px 0 20px;
}

.action-box #form-comments {display:none !important}

.action-rhc h1, .action-rhc h2, .action-rhc h3, .action-bottom h1, .action-bottom h2, .action-bottom h3 {
  margin-top:0;
}

.post-content .bodytext .action-bottom .btn {
  font-size:18px; 
  padding:8px 12px; 
  height:auto;
  margin-top:0;
  margin-bottom:10px;
}

.headtext {
  float:right;
  font-weight: 600;
  margin-bottom:8px;
  z-index: 100
}

@media (max-width: 991px) {
  .headtext {
    float:none;
  }
}

figcaption {
  font-weight: normal;
  font-size: 14px;
  margin-top: 6px;
  color:#444;
  line-height: 1.5
}


/* HEADER PIC */

.page-header {
  min-height: 375px;
  margin-top: 0;
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 769px) { 
  .page-header {
  min-height: 300px;
  }
}

@media (max-width: 576px) { 
  .page-header {
  min-height: 240px;
  }
}

.page-header .slice-background {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -3;
  right: 0;
}


/* POST SHARING BUTTONS */

ul.share-buttons{
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

ul.share-buttons li {
  display: inline;
}

.nef ul.share-buttons li img {
  width: 48px; margin: 0 5px 0 0;
}

@media (min-width: 992px) { 
  ul.share-buttons{
    float:right
  }
}


/* TABLES */


table {
  width:100%; 
  margin-bottom:10px
}

td {
  border: 1px solid #bbb;
  padding: 8px; 
}

td p {
  font-family: "Montserrat" !important;
  font-size:14px !important
}


/* TAGS */

p.categoryLinks {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size:13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500
}

p.categoryLinks a.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #018E8B;
  padding: 3px 8px 3px;
  margin: 0px 3px 3px;
  letter-spacing: 0.7px;
  font-size:13px;
}

p.categoryLinks a.btn:hover {
    background-color: #CB3F66;
    color:#fff;
}

p.categoryLinks + p.categoryLinks {
  margin-top:-10px;
}

/* TAG NAVIGATION */

p.categoryLinks.tagnav {
    margin-left:10px;
    margin-bottom:20px;
}

p.categoryLinks.tagnav a.btn {
    font-size:14px;
    padding: 6px 10px 5px;
    margin: 2px 3px 5px;
    background-color: #CB3F66;
}

p.categoryLinks.tagnav a.btn:hover {
    background-color: #25B49E;
    color:#fff;
}

p.categoryLinks.tagnav a.btn.active {
    background-color: #25B49E
}

.mob-tags {
  margin: 10px 0 20px
}


/* CONTENT LISTS */

.morepanel img {
  margin-bottom: 5px;
  border: 1px solid #bbb;
}


.morepanel img.visible-xs-block, .morepanel img.visible-sm-block {
  margin-bottom: 10px
}

.morepanel h4 {
    margin: 0 0 3px; 
    font-size:22px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
}

.morepanel p {
    color: #1c1b1b;
    margin:0 0 5px;
    line-height: 1.4;
    font-size:17px;
}

.morepanel {
    margin-bottom: 35px
}

p.list-byline, p.list-dateline, p.list-strapline, p.list-people {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
}

p.list-strapline {
  font-weight: 500; 
  border-bottom:1px #bbb solid; 
  padding-bottom:3px;
  margin-bottom: 8px;
}

p.list-byline {
  font-weight: 500; 
} 

p.list-people {
  font-weight:600; 
  color:#CB3F66
}

a:hover p.list-people {
  color:#b11d46
}

#latestlist {
  margin-top: 10px
}

#single-post + #latestlist {
    margin-top:-20px;
  }

#pubslist, #peoplelist {
  margin-top: 10px;
}

#pubslist .morepanel, #peoplelist .morepanel {
  width:100%; 
  background-color: #eee; 
  padding:20px;
  margin-bottom:30px;
  border-top: 2px solid #CB3F66;
}

#peoplelist .morepanel {
  padding: 20px 0;
}

#peoplelist img {
  border-radius: 50%;
  border: 1px #aaa solid;
}

@media (min-width: 992px) { 
    #leadstory .morepanel h4 {
    font-size:26px;
    }
}

#aboutlist {
  margin-top: 25px;
}

#aboutlist h2 {
  margin-top:0;
  color: #fff
}

#aboutlist p {
  font-size:19px;
  color: #fff;
}

#aboutlist a.morepanel {
  width:100%; 
  background-color: #25B49E; 
  padding:25px;
  margin-bottom:30px;
  background-blend-mode: multiply;
  background-size: cover;
  background-position:50%;
}

@media (min-width: 768px) { 
  #aboutlist a.morepanel {
    min-height: 180px
  }
}

#aboutlist .equal:nth-child(even) a.morepanel {
background-color: #CB3F66 
}

#aboutlist .equal a.morepanel:hover {
  background-color: #086154
}

#aboutlist .equal:nth-child(even) a.morepanel:hover {
background-color: #7b0f33 
}


/* FULL-WIDTH PANEL */

.fullpanel {
  margin-top:20px;
  text-align: center;
  background: #EBEBE8;
  padding: 55px 0 55px;
}

.fullpanel.signup {
  margin-bottom:-40px;
}

.fullpanel h2 {
  margin: 0 auto 15px;
  font-size:52px;
  color: #CB3F66;
  max-width: 1140px;
}

.fullpanel p.standfirst {
  max-width: 1140px;
  margin: 0 auto 20px;
  font-weight:500;
}

.fullpanel p.smallprint {
  font-size:14px;
  margin: 20px 0 0 0;
  color: #444
}


/* HOMEPAGE */

#homepage h1 {
  text-align: center;
  font-size: 48px;
}


#homebanner {
   padding-top:10px;
   padding-bottom:10px;
}

#homebanner .btn {
  font-size: 20px;
  padding: 8px 14px;
  height: auto;
  margin:5px 0 30px;
}


#home-missions, #home-midpanel {
  margin-bottom:45px; 
}

#home-missions {
  margin-top:0;
  margin-bottom:0;
  padding: 40px 0 60px;  
}

a.missionpanel {
  background-color: #aaa;
  padding: 25px 25px 20px 25px;  
  text-align: left;
  display: block;
  width: 100%;
  background-blend-mode: multiply;
  background-size: cover;
  background-position:50%;
}

a.missionpanel:hover {
  background-color: #555;
}

a.missionpanel h2 {
  font-size: 38px;    
  margin-bottom: 0;
  color: #fff;
}

a.missionpanel p {
  font-size: 20px;    
  color: #fff;
  margin: 10px 0 0;
  line-height: 1.4;
}

#mission1 a.missionpanel {
  background-color:rgba(3, 126, 173, 0.8);
  background-image: url('/images/mission1.jpg')
}

#mission1 a.missionpanel:hover {
  background-color:rgba(3, 126, 173, 1);
}

#mission2 a.missionpanel {
  background-color:rgba(0, 156, 134, 0.8);
  background-image: url('/uploads/ctr/Group-3.jpg')
}

#mission2 a.missionpanel:hover {
  background-color:rgba(0, 156, 134, 1);
}

#mission3 a.missionpanel {
  background-color:rgba(217, 22, 49, 0.8);
  background-image: url('/images/mission3.jpg')
}

#mission3 a.missionpanel:hover {
  background-color:rgba(217, 22, 49, 1);
}

#home-missions .rule {
  height: 12px; 
  width:100%; 
  background-color: rgba(3, 126, 173, 1);
}

#home-missions .rule2 {
  background-color: rgba(0, 156, 134, 1);
}

#home-missions .rule3 {
  background-color: rgba(217, 22, 49, 1);
}

@media (max-width: 991px) {
  #mission1 a.missionpanel, #mission1 a.campaignpanel, #mission2 a.missionpanel, #mission2 a.campaignpanel {
    margin-bottom:20px;
  } 
}

@media (max-width: 767px) { 
  #mission1, #mission2, #mission3 {
    margin-left:15px;
    margin-right:15px;
  }
}









a.campaignpanel {
  background-color: #fff;
  padding: 25px 25px 20px 25px;  
  text-align: center;
  display: block;
  width: 100%;
  background-blend-mode: multiply;
  background-size: cover;
  background-position:50%;
}

a.campaignpanel:hover {
  background-color: #ddd;
}

a.campaignpanel img {
  max-width: 120px;
  margin-bottom: 20px;
}

a.campaignpanel h2 {
  font-size: 34px;    
  margin-bottom: 0;
  color: #1c1b1b;
}

a.campaignpanel p {
  font-size: 20px;    
  color: #1c1b1b;
  margin: 10px 0 0;
  line-height: 1.4;
}




















#home-latest {
  margin-top:0;
  padding-top:40px; 
  padding-bottom:20px;
}

#home-midpanel.fullpanel {
  background-color: rgba(55, 51, 50, 1);
  background-image: url('/images/map3.jpg');
  padding:30px 0;
  background-blend-mode: multiply;
  background-size: cover;
  background-position:50%;
  margin-top:0;
}

#home-midpanel .btn {
  font-size:18px; 
  padding:8px 12px; 
  height:auto
}

#homepage #home-midpanel h1 {
  color: #fff;
  margin: 5px 0 0
}

#home-midpanel p {
  color: #fff;
  font-size:24px;
  margin:10px 20px;
  line-height: 1.4  
}

#home-campaigns {
  margin-bottom:55px;  
}

@media (min-width:1200px) { 
  #homepage #home-midpanel h1 {
    margin-top:25px;
  }
}

@media (max-width:767px) { 
  #homebanner .btn {
    width: 100%
  }
  #home-midpanel img {
  max-width: 300px;
  margin-bottom: 20px;
  }
}



/* SUPPORT PAGES */

#supportpage {
    margin:70px 30px 50px 30px
  }

#supportpage .bodytext {
    background: rgba(255,255,255,0.7); 
    padding: 20px; 
  }

#supportpage.donatepage .bodytext {
  margin:0 -20px 20px -20px
}

.post-content ul.minspace li { 
    margin-bottom:4px 
  }

#supportpage h1, #supportpage h2 {
    font-size:39px;
    margin-top:0;
  }

#supportpage .post-content p, #supportpage .post-content ul, #supportpage .post-content li {
  color:#000;
}

.donateform {
    text-align: center;
     background: #eee; 
     padding:20px; 
     margin-bottom:20px;
  }

#supportpage.donatepage .donateform {
  margin:0 -20px 20px -20px
}

.donateform .btn {
    font-size:16px;
    padding: 8px 10px;
    margin:5px 3px;
  }

.donateform hr {
    border-top: 1px solid #888
  }

.otheramount {
    border: 1px solid #bbb;
    padding: 5px; 
    display: inline-block; 
    max-width: 100px;
  }

.btn.otherbtn {
    margin-top:2px;
  }

.signup-form1 label {
    font-weight: 500;
  }

.donateform h3 {
    margin-top:10px;
  }
  

/* POST DONATE BOX */

  .donatepost {
    margin-top:35px;
    padding-bottom:22px;
  }

  .donatepost p {
    margin-top:0;
    font-family: Montserrat; 
    font-weight: 400;
    font-size:18px
  }

  .donatepost h4 {
    margin:0 0 10px;
    line-height: 1.3
  }

  .donatepost hr {
    margin:17px 0;
  }

  .donatepost form {
     display:inline-block;
     margin-left:5px;
  }

  .donatepost .otheramount {
    max-width: 80px
  }



/* FOOTER */

footer {
  background: #222020;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 40px;
}

footer h3 {
  font-size:24px;
}

footer h3 a, footer h3 a:hover {
  color:#fff;
}

footer ul {
  padding-left:0;
}

footer p a, footer ul a {
  color: #4dcac2;
}

footer p a:hover, footer ul a:hover {
  color: #fff;
}

footer hr {
  margin-bottom: 10px
}

.footer-share {
  text-align: right
}

.footer-share img {
  height: 28px;
  width: auto;
  display: inline;
  margin-left: 15px
}

.footer-right {
  padding-right:20px;
}

@media (max-width: 767px) { 
  footer, .footer-share {
     text-align: center
  }
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-right {
    padding-right:0px;
  }
}



/* SUBNAV */

#subnav {
  background:#eee; 
  float: left; 
  margin: 0 0 0 -200px; 
  width:170px; 
  padding: 12px;
} 

#subnav p, #subnav li {
  font-size: 15px; 
  line-height: 1.3; 
  font-family: Montserrat; 
  font-weight: 500; 
}

#subnav p {
  margin:0 0 7px;
}

#subnav ul + p {
  margin-top:12px;
}

#subnav ul {
padding-left:0px;
margin-left:0px;
margin-bottom:0;
}

#subnav li {
  list-style: none;
  margin-bottom:7px;
  background-image: url(https://letschangetherules.org//images/arrowList-icon.svg);
  background-size: 10px; 
  background-position: 1px 5px;
  background-repeat:no-repeat;
  padding-left:15px;
  color:#666;
}

@media (max-width: 1199px) { 
  #subnav {
    display: none
  }
}

@media (min-width: 1200px) { 
  .show1200 {
    display: none
  }
}


/* TRUSTEES PAGE */

p.trustees-intro {
  border:1px solid #bbb; 
  padding:20px; 
  font-size:17px
}

.trustees-greybox {
  padding:10px;
  background: #eee;
  font-size:14px;
  margin: 0 0 20px 0;
}

.trustees-greybox li {
  font-size:15px;
  margin-bottom:5px;
  line-height: 1.3
}

.trustees-greybox ul {
  padding-left:10px;
  margin-left:0;
}

.trustees-greybox ol {
  padding-left:10px;
  margin-left:0;
}

.trustees-greybox h4 {
  font-family: "Steagal-Li";
  font-weight: normal;
  line-height: 1.2;
  font-size:19px;
}

.trustees-greybox h3 {
  margin-top:10px;
  font-size:26px;
}


/* ACTION NETWORK */


/* Change the form background color, text color, and typeface */
.can_embed #can_embed_form,
.can_embed #donate_auto_modal {
  font-family: Montserrat !important
}

/* Change link color */
.can_embed #can_embed_form a,
.can_embed #donate_auto_modal a {
  color: #018E8B;
}

/* Button Background Color */
.can_embed .can_button,
.can_embed #can_embed_form input[type="submit"],
.can_embed #can_embed_form .button,
.can_embed #donate_auto_modal input[type="submit"],
.can_embed #donate_auto_modal .button {
  background-color: #CB3F66 !important;
}

/* Button Background Color on Hover */
.can_embed .can_button:hover,
.can_embed #can_embed_form input[type="submit"]:hover,
.can_embed #can_embed_form .button:hover,
.can_embed #donate_auto_modal input[type="submit"]:hover,
.can_embed #donate_auto_modal .button:hover {
  background-color: #9d1942 !important;
}

/* Thank You Page Header Background Color */
.can_embed #can_embed_form #can_thank_you,
.can_embed #donate_auto_modal #can_thank_you {
  background-color: #fff !important;
}

/* Thank You Page Header Text Color */
.can_embed #can_embed_form #can_thank_you,
.can_embed #donate_auto_modal #can_thank_you,
.can_embed #can_embed_form #can_thank_you h1,
.can_embed #donate_auto_modal #can_thank_you h1,
.can_embed #can_embed_form #can_thank_you h4,
.can_embed #donate_auto_modal #can_thank_you h4,
.can_embed #can_embed_form #can_thank_you #action_info .action_info_user,
.can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user,
.can_embed #can_embed_form #can_thank_you #action_info .action_info_user a,
.can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user a {
  color: black !important;
}

#can_embed_form_inner>h2+h4 {
  padding-bottom:15px !important;
}

#can_embed_form_inner>h2+h4:after {
  width: 0 !important;
  height: 0 !important
}

#can_embed_form #action_welcome_message #action_welcome_message_inner small {
  line-height: 25px !important;
}

#can_embed_form #action_welcome_message {
  padding-bottom:15px !important;
}

#can_embed_form #d_sharing {
  border:none !important
}

#can_embed_form #d_sharing.affirmative_optin_d_sharing label {
  font-size:13px !important;
  line-height: 17px !important;
}

#mobile_opt_in label {
  font-size:13px !important;
  line-height: 17px !important;
}

#can_embed_form #d_sharing.affirmative_optin_d_sharing ul {
  margin-top:0 !important;
}

#can_embed_form #d_sharing.affirmative_optin_d_sharing .affirmative_note {
  line-height: 14px !important;
}

#can_embed_form #d_sharing.affirmative_optin_d_sharing .check_radio_label {
  margin-bottom:3px;
}

.can_embed #can_embed_form input[type="submit"] {
  font-family: Steagal-Bo;
  font-size:24px;
  letter-spacing: normal;
  margin-bottom:0;
}

.can_embed h4 {
  letter-spacing: 1px !important;
  margin-bottom: 0 !important;
  font-size:15px !important;
  line-height:1.4 !important;
}

.can_embed h4.mt15 {
  text-align: left !important;
  text-transform:none !important;
  letter-spacing: normal !important;
  margin:0 0 10px 0 !important;
  padding-bottom:5px !important;
}

#can_embed_form #letter-form>div>h4:after, #can_embed_form #letter-form #form_col1>h4:after {
  display:none !important;
}

.can_embed h1 {
  font-size: 40px !important;
}

.can_embed #can_thank_you h1 {
  font-size: 22px !important;
}

#can_embed_form h4 {
  display:none;
}

#can_embed_form #form_col1 h4 {
  display: block !important;
}

#can_embed_form h4.widget_title {
  text-align: left !important;
  letter-spacing: normal !important;
  font-weight:600 !important;
}

.can_embed #action_info, .can_embed h2 {
  display:none !important;
}

.can_embed a.share_button {
  color: #fff !important;
}

#can_embed_form strong {
  font-weight:bold  !important;
  text-transform: none !important;
}

#can_embed_form .affirmative_note small {
  font-size: 11px !important
}

#can_embed_form .control-label {
  text-transform: none !important;
  line-height: 1.4 !important
}

.donateform #can_embed_form_inner h4 {display: none !important}

.donateform #can_embed_form.can_float #form_col1, .donateform #can_embed_form.can_float #form_col2 {float:none!important; width: 100% !important}

.donateform #can_embed_form {margin-top:  20px !important;}

.donateform p.small {font-size: 76%; line-height: 1.3}



.event #can_embed_form .last_line {display:none}

.event #can_embed_form .last_line>h4 {display:none}

#referral_code_select_wrap, #letter-email_friend_message, .can_thank_you-block form {display: none !important}

#can_thank_you h4 {display: block !important}




/* MOBILE */



/* MOB NAVBAR */

@media (max-width: 950px) {
  .nef .navbar-widthContainer > .menu-item {
    display: none;
  }
  .nef .searchIcon {
    position: absolute;
    right: 70px;
  }
  .nef .navbar.navbar-default .navbar-toggle {
    position: absolute;
    display: block;
    right: 15px;
  }
}

@media (max-width: 1080px) {
  .nef .navbar .navbar-brand img{
    max-width: 115px
  }
  .nef .navbar .menu-item {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .nef .navbar .navbar-brand img{
    max-width: 107px
  }

  .nef .navbar .navbar-brand {
    padding: 6px 8px;
  }
}

@media (max-width: 400px) {
  .menu-search {
    position: static;
  }
}





/* MOB HOMEPAGE */

@media (min-width: 1200px) {
  #homebanner {
    background-image: url('/images/lines1.png'); 
    background-repeat: no-repeat; 
    background-position: left bottom; 
    }
  #home-latest {
    background-image: url('/images/lines2.png'); 
    background-repeat: no-repeat; 
    background-position: right top; 
    }
}

@media (min-width: 1280px) {
  #homebanner, #home-latest { 
     width: 1250px; 
     padding-left:55px;
     padding-right:55px;
  }
}


/* MOBILE GENERAL */

@media (max-width: 576px) { 
    h1 {
      font-size:46px;
    }
    h1.peoplehead {
      font-size:38px;
      margin-top:35px;
    }
    #homepage h1 {
      font-size:36px;
    }
    .fullpanel h2 {
      font-size: 40px
    }
    a.missionpanel h2 {
      font-size: 28px;
    }
    a.missionpanel p {
      font-size: 18px;
      margin-top:5px;
    }
    #home-midpanel p {
      font-size:18px;
    }
    p.standfirst {
      font-size: 20px;
    }
    blockquote,
    blockquote p {
      font-size: 26px;
    }
    .morepanel h4 {
        font-size:18px;
    }
    .morepanel p {
        font-size:15px;
    }
    p.list-byline, p.list-dateline, p.list-strapline, p.list-people {
    font-size: 12px;
    }
    #pubslist .morepanel .col-xs-4, #pubslist .morepanel .col-xs-8 {
      padding-left: 8px; 
      padding-right: 8px
    }
}

@media (max-width: 991px) { 
    .display-large {
        display: none
    }
}

@media (min-width: 992px) { 
    .display-small {
        display: none
    }
}

@media screen and (max-width: 977px) {
  .post-content .left-aligned-plotly,
  .post-content .right-aligned-plotly,
  .post-content .left-aligned-image-wrapper,
  .post-content .right-aligned-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 978px) {
  .post-content .left-aligned-plotly,
  .post-content .left-aligned-image-wrapper {
    margin: 0 15px 10px -158px;
    float: left;
  }
  .post-content .right-aligned-plotly,
  .post-content .right-aligned-image-wrapper {
    margin: 0 -158px 10px 15px;
    float: right;
  }
}


/* EQUAL HEIGHTS */

  .equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .row.equal:after, .row.equal:before{
    display: none;
  }

@media (min-width: 768px) {
  .equal-large {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .row.equal-large:after, .row.equal-large:before{
    display: none;
  }
}

@media (min-width: 992px) {
  .equal-three {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .row.vertical-align {
      display: flex;
      align-items: center;
  }
  .row.equal-three:after, .row.equal-three:before{
  display: none;
  }
}



/* IE only */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    a.missionpanel, #home-midpanel.fullpanel, #aboutlist a.morepanel {background-size: 0px; background-repeat: no-repeat}
}

@supports (-ms-accelerator:true) {
    a.missionpanel, #home-midpanel.fullpanel, #aboutlist a.morepanel {background-size: 0px; background-repeat: no-repeat}
}

@supports (-ms-ime-align:auto) {
    a.missionpanel, #home-midpanel.fullpanel, #aboutlist a.morepanel  {background-size: 0px; background-repeat: no-repeat} 
}

