.sample-hdr {
  font-color: #fff !important;
  text-align: center !important;
    font-weight: 800 !important;
  font-size: 1.2em !important;
  margin-bottom: 1em;
}



.pull-quote__attribution {
  font-size: 0.95em !important;
  padding-top: 5px !important;
  
}


.img-round {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50px;
  border: 6px inset #ee2d3e;
    background: #ee2d3e;
  margin-top: 12px !important;
}

@media (max-width: 768px) {
  .img-round {
    max-width: 100%;
  }
}

.custom-quote {
  font-style: italic;
  font-weight: 500;
  line-height: 1.4em;
  font-size: 0.9em;
  width: 95%;
   text-align: center;

}

@media (max-width: 768px) {
  .custom-quote {
    width: 100%;
    padding: auto;
    text-align: center;
  }
}

.quote-symbol {
  font-weight: 800;
  color: #f1665a;
  font-size: 1.8em;
}

.hash-style {
  color: #ee2d3e;
  font-weight: 800;
  font-size: 1.6em!important;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-style: italic;
}
.hr-style {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 1em auto;
  width: 80%;
}
@media (max-width: 768px) {
  .accordion {
    margin-bottom: 2em !important;
  }
}
.accordion__label.is-active {
  border-color: #f2f2f2 #f2f2f2 #f0f1f5 #f2f2f2 !important;
}
.accordion__label.is-active .arrow {
  border-left-color: #A63F52 !important;
}
.accordion__content {
  border: 2px solid #243E73 !important;
  background: #fff !important;
  color: #243E73 !important;
  font-weight: 600 !important;
}
.accordion__content a:link {
  color: #03258C !important;
  font-weight: 600;
}
.accordion__content a:visited {
  color: #03258C !important;
}
.accordion__content a:hover {
  color: #ee2d3e !important;
}
/*This hides the display of file size on Download list widget*/
.sfMetaInfo {
  display: none !important;
}
/*End*/
/*Page link styling*/
.sf_1col_1_100 a:link {
  color: #03258C;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4em;
}
.sf_1col_1_100 a:visited {
  color: #03258C;
}
.sf_1col_1_100 a:hover {
  color: #ee2d3e;
}
/*End*/

.bg-favs {
  background-color: #023059;
  padding: 20px 30px;
  margin: auto;
  font-size: 1em;
  color: #fff;
}
@media (max-width: 768px) {
  .bg-favs {
    padding: 20px 5px;
  }
}
.bg-favs a:link {
  color: #fff;
  font-weight: 500;
}
.bg-favs a:visited {
  color: #fff;
}
.bg-favs a:hover {
  color: #F2CB05;
}
.bg-favs h2, .bg-favs h3, .bg-favs h4 {
  color: #FFF !important;
  padding: 1em auto;
}
.bg-favs ul li {
  color: #fff;
  padding-bottom: 1.3em;
}
.bg-neutral {
  background-color: #f3f3f3;
  padding: 50px 55px;
  margin: auto;
}
.bg-neutral h3 {
  color: #243E73;
}
.bg-neutral h2 {
  color: #243E73;
}
.btm-border {
  border-bottom: 2px groove #2075bf;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 12px;
}
.top-border {
  border-top: 2px groove #2075bf;
  width: 65%;
  margin: 0 auto;
  margin-top: 12px;
}
.main-quote {
  color: #706F73;
  font-style: italic;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.5em;
  width: 65%;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .main-quote {
    width: 100%;
    padding: auto 2.5em;
  }
}
.hdr-gen {
  color: #022873;
}
@media (max-width: 768px) {
  .hdr-gen {
    text-align: center;
  }
}
.heading-sub {
  color: #023059;
  padding: 3px auto;
  text-align: center;
  font-style:italic;
}

.wrapperA {
  width: 80%;
  margin: auto;
  padding: 20px 55px;
}
.wrapperB {
  width: 90%;
  margin: auto;
  padding: 15px 30px;
}
.wrapperC {
  width: 90%;
  margin: auto;
  padding: 1em;
}
@media (max-width: 768px) {
  .wrapperB {
    width: 95%;
  }
}
ol li {
  line-height: 1.2em;
}
.photo-rewards {
  min-height: 400px;
  background-image: url(https://www.ncra.org/images/default-source/uploadedimages/events/celebrate-certification-month/2020-celebrate-certification-month/certifications-rewards-hl.jpg?Status=Temp&sfvrsn=6a906e7_2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}