html,
body,
button {
  color: #54534a;
}
.btn {
  background-color: #fafbfc;
  color: #54534a;
}
.btn:hover,
.btn:focus {
  background-color: #d5d5d6;
  color: #54534a;
}
.header {
  background-color: #fafbfc;
  color: #54534a;
}
.header--withimage .header {
  background-color: transparent;
}
@media (max-width: 760px) {
  .header .navbar-collapse {
    background-color: #252526;
  }
  .header .navbar-collapse a {
    color: rgba(255, 255, 255, 0.8);
  }
  .header .navbar-collapse a:hover,
  .header .navbar-collapse a:active {
    color: #ffffff;
  }
}
.header .navbar-search {
  background-color: #252526;
}
.header .navbar-search-bar {
  background-color: rgba(84, 83, 74, 0.8);
}
.header .navbar-a-search {
  color: rgba(84, 83, 74, 0.8);
}
.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(84, 83, 74, 0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #54534a;
}
.header .navbar-toggle .icon-cross {
  color: rgba(255, 255, 255, 0.8);
}
.header .navbar-toggle .icon-cross:hover,
.header .navbar-toggle .icon-cross:active {
  color: #ffffff;
}
.header a {
  color: rgba(84, 83, 74, 0.8);
}
.header a:hover,
.header a:active {
  color: #54534a;
}
.header a.navbar-brand {
  color: #54534a;
}
.header .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.header ::-moz-placeholder {
  color: #7a95b0;
}
.header :-ms-input-placeholder {
  color: #7a95b0;
}
.header ::placeholder {
  color: #7a95b0;
}
.header .btn,
.btn-primary {
  background-color: #dae1e9;
  color: #54534a;
}
.header .btn path,
.btn-primary path {
  stroke: #54534a;
}
.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #bac8d6;
  color: #54534a;
}
@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #dae1e9;
    -webkit-background-clip: padding-box;
  }
}
.navbar-search .btn {
  background-color: transparent;
  color: #5e5e61;
}
.navbar-search .btn:hover,
.navbar-search .btn:focus {
  background-color: transparent;
  color: #000000;
}
.item__list .item:before {
  border-top-color: rgba(84, 83, 74, 0.2);
}
.item__heading {
  color: #6cc04a;
}
.item__footer {
  color: rgba(84, 83, 74, 0.7);
}
.issue__heading h1 {
  color: #54534a;
}
.issue__heading h1 i {
  color: rgba(84, 83, 74, 0.7);
}
.item--cc-introduction .item__heading {
  color: #0078ae;
}
.item--cc-introduction .item__title {
  color: #6cc04a;
}
.item--cc-introduction .item__body p a {
  color: #6cc04a;
}
.cc-introduction {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-introduction .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-introduction .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-introduction .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-introduction blockquote {
  border-left-color: #cccccc;
}
.cc-introduction .item__title a {
  color: #6cc04a;
}
.cc-introduction .item__title a:hover,
.cc-introduction .item__title a:focus {
  color: #417a2a;
}
.cc-introduction p a,
.cc-introduction ul li a {
  color: #6cc04a;
}
.cc-introduction p a:hover,
.cc-introduction ul li a:hover,
.cc-introduction p a:active,
.cc-introduction ul li a:active {
  color: #5ca33f;
}
.cc-introduction .item__footer {
  color: #54534a;
}
.cc-introduction .item__footer a {
  color: #6cc04a;
}
.cc-introduction .item__footer a:hover,
.cc-introduction .item__footer a:active {
  color: #5ca33f;
}
.cc-introduction hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-introduction.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-introduction.category__footer a {
  color: #6cc04a;
}
.cc-introduction.category__footer a:hover,
.cc-introduction.category__footer a:focus {
  color: #417a2a;
}
.item--cc-news .item__heading {
  color: #0078ae;
}
.item--cc-news .item__title {
  color: #6cc04a;
}
.item--cc-news .item__body p a {
  color: #6cc04a;
}
.cc-news {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-news .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-news .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-news .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-news blockquote {
  border-left-color: #cccccc;
}
.cc-news .item__title a {
  color: #6cc04a;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #417a2a;
}
.cc-news p a,
.cc-news ul li a {
  color: #6cc04a;
}
.cc-news p a:hover,
.cc-news ul li a:hover,
.cc-news p a:active,
.cc-news ul li a:active {
  color: #5ca33f;
}
.cc-news .item__footer {
  color: #54534a;
}
.cc-news .item__footer a {
  color: #6cc04a;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #5ca33f;
}
.cc-news hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-news.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-news.category__footer a {
  color: #6cc04a;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #417a2a;
}
.item--cc-quality .item__heading {
  color: #0078ae;
}
.item--cc-quality .item__title {
  color: #6cc04a;
}
.item--cc-quality .item__body p a {
  color: #6cc04a;
}
.cc-quality {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-quality .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-quality .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-quality .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-quality blockquote {
  border-left-color: #cccccc;
}
.cc-quality .item__title a {
  color: #6cc04a;
}
.cc-quality .item__title a:hover,
.cc-quality .item__title a:focus {
  color: #417a2a;
}
.cc-quality p a,
.cc-quality ul li a {
  color: #6cc04a;
}
.cc-quality p a:hover,
.cc-quality ul li a:hover,
.cc-quality p a:active,
.cc-quality ul li a:active {
  color: #5ca33f;
}
.cc-quality .item__footer {
  color: #54534a;
}
.cc-quality .item__footer a {
  color: #6cc04a;
}
.cc-quality .item__footer a:hover,
.cc-quality .item__footer a:active {
  color: #5ca33f;
}
.cc-quality hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-quality.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-quality.category__footer a {
  color: #6cc04a;
}
.cc-quality.category__footer a:hover,
.cc-quality.category__footer a:focus {
  color: #417a2a;
}
.item--cc-preanalytical .item__heading {
  color: #0078ae;
}
.item--cc-preanalytical .item__title {
  color: #6cc04a;
}
.item--cc-preanalytical .item__body p a {
  color: #6cc04a;
}
.cc-preanalytical {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-preanalytical .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-preanalytical .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-preanalytical .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-preanalytical blockquote {
  border-left-color: #cccccc;
}
.cc-preanalytical .item__title a {
  color: #6cc04a;
}
.cc-preanalytical .item__title a:hover,
.cc-preanalytical .item__title a:focus {
  color: #417a2a;
}
.cc-preanalytical p a,
.cc-preanalytical ul li a {
  color: #6cc04a;
}
.cc-preanalytical p a:hover,
.cc-preanalytical ul li a:hover,
.cc-preanalytical p a:active,
.cc-preanalytical ul li a:active {
  color: #5ca33f;
}
.cc-preanalytical .item__footer {
  color: #54534a;
}
.cc-preanalytical .item__footer a {
  color: #6cc04a;
}
.cc-preanalytical .item__footer a:hover,
.cc-preanalytical .item__footer a:active {
  color: #5ca33f;
}
.cc-preanalytical hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-preanalytical.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-preanalytical.category__footer a {
  color: #6cc04a;
}
.cc-preanalytical.category__footer a:hover,
.cc-preanalytical.category__footer a:focus {
  color: #417a2a;
}
.item--cc-pointofcare .item__heading {
  color: #0078ae;
}
.item--cc-pointofcare .item__title {
  color: #6cc04a;
}
.item--cc-pointofcare .item__body p a {
  color: #6cc04a;
}
.cc-pointofcare {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-pointofcare .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-pointofcare .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-pointofcare .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-pointofcare blockquote {
  border-left-color: #cccccc;
}
.cc-pointofcare .item__title a {
  color: #6cc04a;
}
.cc-pointofcare .item__title a:hover,
.cc-pointofcare .item__title a:focus {
  color: #417a2a;
}
.cc-pointofcare p a,
.cc-pointofcare ul li a {
  color: #6cc04a;
}
.cc-pointofcare p a:hover,
.cc-pointofcare ul li a:hover,
.cc-pointofcare p a:active,
.cc-pointofcare ul li a:active {
  color: #5ca33f;
}
.cc-pointofcare .item__footer {
  color: #54534a;
}
.cc-pointofcare .item__footer a {
  color: #6cc04a;
}
.cc-pointofcare .item__footer a:hover,
.cc-pointofcare .item__footer a:active {
  color: #5ca33f;
}
.cc-pointofcare hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-pointofcare.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-pointofcare.category__footer a {
  color: #6cc04a;
}
.cc-pointofcare.category__footer a:hover,
.cc-pointofcare.category__footer a:focus {
  color: #417a2a;
}
.item--cc-leadership .item__heading {
  color: #0078ae;
}
.item--cc-leadership .item__title {
  color: #6cc04a;
}
.item--cc-leadership .item__body p a {
  color: #6cc04a;
}
.cc-leadership {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-leadership .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-leadership .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-leadership .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-leadership blockquote {
  border-left-color: #cccccc;
}
.cc-leadership .item__title a {
  color: #6cc04a;
}
.cc-leadership .item__title a:hover,
.cc-leadership .item__title a:focus {
  color: #417a2a;
}
.cc-leadership p a,
.cc-leadership ul li a {
  color: #6cc04a;
}
.cc-leadership p a:hover,
.cc-leadership ul li a:hover,
.cc-leadership p a:active,
.cc-leadership ul li a:active {
  color: #5ca33f;
}
.cc-leadership .item__footer {
  color: #54534a;
}
.cc-leadership .item__footer a {
  color: #6cc04a;
}
.cc-leadership .item__footer a:hover,
.cc-leadership .item__footer a:active {
  color: #5ca33f;
}
.cc-leadership hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-leadership.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-leadership.category__footer a {
  color: #6cc04a;
}
.cc-leadership.category__footer a:hover,
.cc-leadership.category__footer a:focus {
  color: #417a2a;
}
.item--cc-clinicalchemistry .item__heading {
  color: #0078ae;
}
.item--cc-clinicalchemistry .item__title {
  color: #6cc04a;
}
.item--cc-clinicalchemistry .item__body p a {
  color: #6cc04a;
}
.cc-clinicalchemistry {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-clinicalchemistry .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-clinicalchemistry .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-clinicalchemistry .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-clinicalchemistry blockquote {
  border-left-color: #cccccc;
}
.cc-clinicalchemistry .item__title a {
  color: #6cc04a;
}
.cc-clinicalchemistry .item__title a:hover,
.cc-clinicalchemistry .item__title a:focus {
  color: #417a2a;
}
.cc-clinicalchemistry p a,
.cc-clinicalchemistry ul li a {
  color: #6cc04a;
}
.cc-clinicalchemistry p a:hover,
.cc-clinicalchemistry ul li a:hover,
.cc-clinicalchemistry p a:active,
.cc-clinicalchemistry ul li a:active {
  color: #5ca33f;
}
.cc-clinicalchemistry .item__footer {
  color: #54534a;
}
.cc-clinicalchemistry .item__footer a {
  color: #6cc04a;
}
.cc-clinicalchemistry .item__footer a:hover,
.cc-clinicalchemistry .item__footer a:active {
  color: #5ca33f;
}
.cc-clinicalchemistry hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-clinicalchemistry.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-clinicalchemistry.category__footer a {
  color: #6cc04a;
}
.cc-clinicalchemistry.category__footer a:hover,
.cc-clinicalchemistry.category__footer a:focus {
  color: #417a2a;
}
.item--cc-sponsor .item__heading {
  color: #0078ae;
}
.item--cc-sponsor .item__title {
  color: #6cc04a;
}
.item--cc-sponsor .item__body p a {
  color: #6cc04a;
}
.cc-sponsor {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-sponsor .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-sponsor .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-sponsor .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-sponsor blockquote {
  border-left-color: #cccccc;
}
.cc-sponsor .item__title a {
  color: #6cc04a;
}
.cc-sponsor .item__title a:hover,
.cc-sponsor .item__title a:focus {
  color: #417a2a;
}
.cc-sponsor p a,
.cc-sponsor ul li a {
  color: #6cc04a;
}
.cc-sponsor p a:hover,
.cc-sponsor ul li a:hover,
.cc-sponsor p a:active,
.cc-sponsor ul li a:active {
  color: #5ca33f;
}
.cc-sponsor .item__footer {
  color: #54534a;
}
.cc-sponsor .item__footer a {
  color: #6cc04a;
}
.cc-sponsor .item__footer a:hover,
.cc-sponsor .item__footer a:active {
  color: #5ca33f;
}
.cc-sponsor hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-sponsor.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-sponsor.category__footer a {
  color: #6cc04a;
}
.cc-sponsor.category__footer a:hover,
.cc-sponsor.category__footer a:focus {
  color: #417a2a;
}
.item--cc-hematology .item__heading {
  color: #0078ae;
}
.item--cc-hematology .item__title {
  color: #6cc04a;
}
.item--cc-hematology .item__body p a {
  color: #6cc04a;
}
.cc-hematology {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-hematology .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-hematology .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-hematology .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-hematology blockquote {
  border-left-color: #cccccc;
}
.cc-hematology .item__title a {
  color: #6cc04a;
}
.cc-hematology .item__title a:hover,
.cc-hematology .item__title a:focus {
  color: #417a2a;
}
.cc-hematology p a,
.cc-hematology ul li a {
  color: #6cc04a;
}
.cc-hematology p a:hover,
.cc-hematology ul li a:hover,
.cc-hematology p a:active,
.cc-hematology ul li a:active {
  color: #5ca33f;
}
.cc-hematology .item__footer {
  color: #54534a;
}
.cc-hematology .item__footer a {
  color: #6cc04a;
}
.cc-hematology .item__footer a:hover,
.cc-hematology .item__footer a:active {
  color: #5ca33f;
}
.cc-hematology hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-hematology.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-hematology.category__footer a {
  color: #6cc04a;
}
.cc-hematology.category__footer a:hover,
.cc-hematology.category__footer a:focus {
  color: #417a2a;
}
.item--cc-transfusionmedicine .item__heading {
  color: #0078ae;
}
.item--cc-transfusionmedicine .item__title {
  color: #6cc04a;
}
.item--cc-transfusionmedicine .item__body p a {
  color: #6cc04a;
}
.cc-transfusionmedicine {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-transfusionmedicine .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-transfusionmedicine .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-transfusionmedicine .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-transfusionmedicine blockquote {
  border-left-color: #cccccc;
}
.cc-transfusionmedicine .item__title a {
  color: #6cc04a;
}
.cc-transfusionmedicine .item__title a:hover,
.cc-transfusionmedicine .item__title a:focus {
  color: #417a2a;
}
.cc-transfusionmedicine p a,
.cc-transfusionmedicine ul li a {
  color: #6cc04a;
}
.cc-transfusionmedicine p a:hover,
.cc-transfusionmedicine ul li a:hover,
.cc-transfusionmedicine p a:active,
.cc-transfusionmedicine ul li a:active {
  color: #5ca33f;
}
.cc-transfusionmedicine .item__footer {
  color: #54534a;
}
.cc-transfusionmedicine .item__footer a {
  color: #6cc04a;
}
.cc-transfusionmedicine .item__footer a:hover,
.cc-transfusionmedicine .item__footer a:active {
  color: #5ca33f;
}
.cc-transfusionmedicine hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-transfusionmedicine.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-transfusionmedicine.category__footer a {
  color: #6cc04a;
}
.cc-transfusionmedicine.category__footer a:hover,
.cc-transfusionmedicine.category__footer a:focus {
  color: #417a2a;
}
.item--cc-microbiology .item__heading {
  color: #0078ae;
}
.item--cc-microbiology .item__title {
  color: #6cc04a;
}
.item--cc-microbiology .item__body p a {
  color: #6cc04a;
}
.cc-microbiology {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-microbiology .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-microbiology .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-microbiology .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-microbiology blockquote {
  border-left-color: #cccccc;
}
.cc-microbiology .item__title a {
  color: #6cc04a;
}
.cc-microbiology .item__title a:hover,
.cc-microbiology .item__title a:focus {
  color: #417a2a;
}
.cc-microbiology p a,
.cc-microbiology ul li a {
  color: #6cc04a;
}
.cc-microbiology p a:hover,
.cc-microbiology ul li a:hover,
.cc-microbiology p a:active,
.cc-microbiology ul li a:active {
  color: #5ca33f;
}
.cc-microbiology .item__footer {
  color: #54534a;
}
.cc-microbiology .item__footer a {
  color: #6cc04a;
}
.cc-microbiology .item__footer a:hover,
.cc-microbiology .item__footer a:active {
  color: #5ca33f;
}
.cc-microbiology hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-microbiology.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-microbiology.category__footer a {
  color: #6cc04a;
}
.cc-microbiology.category__footer a:hover,
.cc-microbiology.category__footer a:focus {
  color: #417a2a;
}
.item--cc-anatomicpathology .item__heading {
  color: #0078ae;
}
.item--cc-anatomicpathology .item__title {
  color: #6cc04a;
}
.item--cc-anatomicpathology .item__body p a {
  color: #6cc04a;
}
.cc-anatomicpathology {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-anatomicpathology .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-anatomicpathology .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-anatomicpathology .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-anatomicpathology blockquote {
  border-left-color: #cccccc;
}
.cc-anatomicpathology .item__title a {
  color: #6cc04a;
}
.cc-anatomicpathology .item__title a:hover,
.cc-anatomicpathology .item__title a:focus {
  color: #417a2a;
}
.cc-anatomicpathology p a,
.cc-anatomicpathology ul li a {
  color: #6cc04a;
}
.cc-anatomicpathology p a:hover,
.cc-anatomicpathology ul li a:hover,
.cc-anatomicpathology p a:active,
.cc-anatomicpathology ul li a:active {
  color: #5ca33f;
}
.cc-anatomicpathology .item__footer {
  color: #54534a;
}
.cc-anatomicpathology .item__footer a {
  color: #6cc04a;
}
.cc-anatomicpathology .item__footer a:hover,
.cc-anatomicpathology .item__footer a:active {
  color: #5ca33f;
}
.cc-anatomicpathology hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-anatomicpathology.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-anatomicpathology.category__footer a {
  color: #6cc04a;
}
.cc-anatomicpathology.category__footer a:hover,
.cc-anatomicpathology.category__footer a:focus {
  color: #417a2a;
}
.item--cc-cytology .item__heading {
  color: #0078ae;
}
.item--cc-cytology .item__title {
  color: #6cc04a;
}
.item--cc-cytology .item__body p a {
  color: #6cc04a;
}
.cc-cytology {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-cytology .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-cytology .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-cytology .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-cytology blockquote {
  border-left-color: #cccccc;
}
.cc-cytology .item__title a {
  color: #6cc04a;
}
.cc-cytology .item__title a:hover,
.cc-cytology .item__title a:focus {
  color: #417a2a;
}
.cc-cytology p a,
.cc-cytology ul li a {
  color: #6cc04a;
}
.cc-cytology p a:hover,
.cc-cytology ul li a:hover,
.cc-cytology p a:active,
.cc-cytology ul li a:active {
  color: #5ca33f;
}
.cc-cytology .item__footer {
  color: #54534a;
}
.cc-cytology .item__footer a {
  color: #6cc04a;
}
.cc-cytology .item__footer a:hover,
.cc-cytology .item__footer a:active {
  color: #5ca33f;
}
.cc-cytology hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-cytology.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-cytology.category__footer a {
  color: #6cc04a;
}
.cc-cytology.category__footer a:hover,
.cc-cytology.category__footer a:focus {
  color: #417a2a;
}
.item--cc-molecularbiology .item__heading {
  color: #0078ae;
}
.item--cc-molecularbiology .item__title {
  color: #6cc04a;
}
.item--cc-molecularbiology .item__body p a {
  color: #6cc04a;
}
.cc-molecularbiology {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-molecularbiology .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-molecularbiology .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-molecularbiology .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-molecularbiology blockquote {
  border-left-color: #cccccc;
}
.cc-molecularbiology .item__title a {
  color: #6cc04a;
}
.cc-molecularbiology .item__title a:hover,
.cc-molecularbiology .item__title a:focus {
  color: #417a2a;
}
.cc-molecularbiology p a,
.cc-molecularbiology ul li a {
  color: #6cc04a;
}
.cc-molecularbiology p a:hover,
.cc-molecularbiology ul li a:hover,
.cc-molecularbiology p a:active,
.cc-molecularbiology ul li a:active {
  color: #5ca33f;
}
.cc-molecularbiology .item__footer {
  color: #54534a;
}
.cc-molecularbiology .item__footer a {
  color: #6cc04a;
}
.cc-molecularbiology .item__footer a:hover,
.cc-molecularbiology .item__footer a:active {
  color: #5ca33f;
}
.cc-molecularbiology hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-molecularbiology.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-molecularbiology.category__footer a {
  color: #6cc04a;
}
.cc-molecularbiology.category__footer a:hover,
.cc-molecularbiology.category__footer a:focus {
  color: #417a2a;
}
.item--cc-moleculargenetics .item__heading {
  color: #0078ae;
}
.item--cc-moleculargenetics .item__title {
  color: #6cc04a;
}
.item--cc-moleculargenetics .item__body p a {
  color: #6cc04a;
}
.cc-moleculargenetics {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-moleculargenetics .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-moleculargenetics .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-moleculargenetics .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-moleculargenetics blockquote {
  border-left-color: #cccccc;
}
.cc-moleculargenetics .item__title a {
  color: #6cc04a;
}
.cc-moleculargenetics .item__title a:hover,
.cc-moleculargenetics .item__title a:focus {
  color: #417a2a;
}
.cc-moleculargenetics p a,
.cc-moleculargenetics ul li a {
  color: #6cc04a;
}
.cc-moleculargenetics p a:hover,
.cc-moleculargenetics ul li a:hover,
.cc-moleculargenetics p a:active,
.cc-moleculargenetics ul li a:active {
  color: #5ca33f;
}
.cc-moleculargenetics .item__footer {
  color: #54534a;
}
.cc-moleculargenetics .item__footer a {
  color: #6cc04a;
}
.cc-moleculargenetics .item__footer a:hover,
.cc-moleculargenetics .item__footer a:active {
  color: #5ca33f;
}
.cc-moleculargenetics hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-moleculargenetics.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-moleculargenetics.category__footer a {
  color: #6cc04a;
}
.cc-moleculargenetics.category__footer a:hover,
.cc-moleculargenetics.category__footer a:focus {
  color: #417a2a;
}
.item--cc-cytogenetics .item__heading {
  color: #0078ae;
}
.item--cc-cytogenetics .item__title {
  color: #6cc04a;
}
.item--cc-cytogenetics .item__body p a {
  color: #6cc04a;
}
.cc-cytogenetics {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-cytogenetics .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-cytogenetics .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-cytogenetics .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-cytogenetics blockquote {
  border-left-color: #cccccc;
}
.cc-cytogenetics .item__title a {
  color: #6cc04a;
}
.cc-cytogenetics .item__title a:hover,
.cc-cytogenetics .item__title a:focus {
  color: #417a2a;
}
.cc-cytogenetics p a,
.cc-cytogenetics ul li a {
  color: #6cc04a;
}
.cc-cytogenetics p a:hover,
.cc-cytogenetics ul li a:hover,
.cc-cytogenetics p a:active,
.cc-cytogenetics ul li a:active {
  color: #5ca33f;
}
.cc-cytogenetics .item__footer {
  color: #54534a;
}
.cc-cytogenetics .item__footer a {
  color: #6cc04a;
}
.cc-cytogenetics .item__footer a:hover,
.cc-cytogenetics .item__footer a:active {
  color: #5ca33f;
}
.cc-cytogenetics hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-cytogenetics.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-cytogenetics.category__footer a {
  color: #6cc04a;
}
.cc-cytogenetics.category__footer a:hover,
.cc-cytogenetics.category__footer a:focus {
  color: #417a2a;
}
.item--cc-safety .item__heading {
  color: #0078ae;
}
.item--cc-safety .item__title {
  color: #6cc04a;
}
.item--cc-safety .item__body p a {
  color: #6cc04a;
}
.cc-safety {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-safety .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-safety .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-safety .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-safety blockquote {
  border-left-color: #cccccc;
}
.cc-safety .item__title a {
  color: #6cc04a;
}
.cc-safety .item__title a:hover,
.cc-safety .item__title a:focus {
  color: #417a2a;
}
.cc-safety p a,
.cc-safety ul li a {
  color: #6cc04a;
}
.cc-safety p a:hover,
.cc-safety ul li a:hover,
.cc-safety p a:active,
.cc-safety ul li a:active {
  color: #5ca33f;
}
.cc-safety .item__footer {
  color: #54534a;
}
.cc-safety .item__footer a {
  color: #6cc04a;
}
.cc-safety .item__footer a:hover,
.cc-safety .item__footer a:active {
  color: #5ca33f;
}
.cc-safety hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-safety.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-safety.category__footer a {
  color: #6cc04a;
}
.cc-safety.category__footer a:hover,
.cc-safety.category__footer a:focus {
  color: #417a2a;
}
.item--cc-medicallaboratoryeducation .item__heading {
  color: #0078ae;
}
.item--cc-medicallaboratoryeducation .item__title {
  color: #6cc04a;
}
.item--cc-medicallaboratoryeducation .item__body p a {
  color: #6cc04a;
}
.cc-medicallaboratoryeducation {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-medicallaboratoryeducation .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-medicallaboratoryeducation .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-medicallaboratoryeducation .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-medicallaboratoryeducation blockquote {
  border-left-color: #cccccc;
}
.cc-medicallaboratoryeducation .item__title a {
  color: #6cc04a;
}
.cc-medicallaboratoryeducation .item__title a:hover,
.cc-medicallaboratoryeducation .item__title a:focus {
  color: #417a2a;
}
.cc-medicallaboratoryeducation p a,
.cc-medicallaboratoryeducation ul li a {
  color: #6cc04a;
}
.cc-medicallaboratoryeducation p a:hover,
.cc-medicallaboratoryeducation ul li a:hover,
.cc-medicallaboratoryeducation p a:active,
.cc-medicallaboratoryeducation ul li a:active {
  color: #5ca33f;
}
.cc-medicallaboratoryeducation .item__footer {
  color: #54534a;
}
.cc-medicallaboratoryeducation .item__footer a {
  color: #6cc04a;
}
.cc-medicallaboratoryeducation .item__footer a:hover,
.cc-medicallaboratoryeducation .item__footer a:active {
  color: #5ca33f;
}
.cc-medicallaboratoryeducation hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-medicallaboratoryeducation.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-medicallaboratoryeducation.category__footer a {
  color: #6cc04a;
}
.cc-medicallaboratoryeducation.category__footer a:hover,
.cc-medicallaboratoryeducation.category__footer a:focus {
  color: #417a2a;
}
.item--cc-international .item__heading {
  color: #0078ae;
}
.item--cc-international .item__title {
  color: #6cc04a;
}
.item--cc-international .item__body p a {
  color: #6cc04a;
}
.cc-international {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-international .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-international .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-international .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-international blockquote {
  border-left-color: #cccccc;
}
.cc-international .item__title a {
  color: #6cc04a;
}
.cc-international .item__title a:hover,
.cc-international .item__title a:focus {
  color: #417a2a;
}
.cc-international p a,
.cc-international ul li a {
  color: #6cc04a;
}
.cc-international p a:hover,
.cc-international ul li a:hover,
.cc-international p a:active,
.cc-international ul li a:active {
  color: #5ca33f;
}
.cc-international .item__footer {
  color: #54534a;
}
.cc-international .item__footer a {
  color: #6cc04a;
}
.cc-international .item__footer a:hover,
.cc-international .item__footer a:active {
  color: #5ca33f;
}
.cc-international hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-international.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-international.category__footer a {
  color: #6cc04a;
}
.cc-international.category__footer a:hover,
.cc-international.category__footer a:focus {
  color: #417a2a;
}
.item--cc-fertility .item__heading {
  color: #0078ae;
}
.item--cc-fertility .item__title {
  color: #6cc04a;
}
.item--cc-fertility .item__body p a {
  color: #6cc04a;
}
.cc-fertility {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-fertility .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-fertility .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-fertility .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-fertility blockquote {
  border-left-color: #cccccc;
}
.cc-fertility .item__title a {
  color: #6cc04a;
}
.cc-fertility .item__title a:hover,
.cc-fertility .item__title a:focus {
  color: #417a2a;
}
.cc-fertility p a,
.cc-fertility ul li a {
  color: #6cc04a;
}
.cc-fertility p a:hover,
.cc-fertility ul li a:hover,
.cc-fertility p a:active,
.cc-fertility ul li a:active {
  color: #5ca33f;
}
.cc-fertility .item__footer {
  color: #54534a;
}
.cc-fertility .item__footer a {
  color: #6cc04a;
}
.cc-fertility .item__footer a:hover,
.cc-fertility .item__footer a:active {
  color: #5ca33f;
}
.cc-fertility hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-fertility.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-fertility.category__footer a {
  color: #6cc04a;
}
.cc-fertility.category__footer a:hover,
.cc-fertility.category__footer a:focus {
  color: #417a2a;
}
.item--cc-research .item__heading {
  color: #0078ae;
}
.item--cc-research .item__title {
  color: #6cc04a;
}
.item--cc-research .item__body p a {
  color: #6cc04a;
}
.cc-research {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-research .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-research .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-research .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-research blockquote {
  border-left-color: #cccccc;
}
.cc-research .item__title a {
  color: #6cc04a;
}
.cc-research .item__title a:hover,
.cc-research .item__title a:focus {
  color: #417a2a;
}
.cc-research p a,
.cc-research ul li a {
  color: #6cc04a;
}
.cc-research p a:hover,
.cc-research ul li a:hover,
.cc-research p a:active,
.cc-research ul li a:active {
  color: #5ca33f;
}
.cc-research .item__footer {
  color: #54534a;
}
.cc-research .item__footer a {
  color: #6cc04a;
}
.cc-research .item__footer a:hover,
.cc-research .item__footer a:active {
  color: #5ca33f;
}
.cc-research hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-research.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-research.category__footer a {
  color: #6cc04a;
}
.cc-research.category__footer a:hover,
.cc-research.category__footer a:focus {
  color: #417a2a;
}
.item--cc-ethics .item__heading {
  color: #0078ae;
}
.item--cc-ethics .item__title {
  color: #6cc04a;
}
.item--cc-ethics .item__body p a {
  color: #6cc04a;
}
.cc-ethics {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-ethics .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-ethics .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-ethics .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-ethics blockquote {
  border-left-color: #cccccc;
}
.cc-ethics .item__title a {
  color: #6cc04a;
}
.cc-ethics .item__title a:hover,
.cc-ethics .item__title a:focus {
  color: #417a2a;
}
.cc-ethics p a,
.cc-ethics ul li a {
  color: #6cc04a;
}
.cc-ethics p a:hover,
.cc-ethics ul li a:hover,
.cc-ethics p a:active,
.cc-ethics ul li a:active {
  color: #5ca33f;
}
.cc-ethics .item__footer {
  color: #54534a;
}
.cc-ethics .item__footer a {
  color: #6cc04a;
}
.cc-ethics .item__footer a:hover,
.cc-ethics .item__footer a:active {
  color: #5ca33f;
}
.cc-ethics hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-ethics.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-ethics.category__footer a {
  color: #6cc04a;
}
.cc-ethics.category__footer a:hover,
.cc-ethics.category__footer a:focus {
  color: #417a2a;
}
.item--cc-historical .item__heading {
  color: #0078ae;
}
.item--cc-historical .item__title {
  color: #6cc04a;
}
.item--cc-historical .item__body p a {
  color: #6cc04a;
}
.cc-historical {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-historical .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-historical .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-historical .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-historical blockquote {
  border-left-color: #cccccc;
}
.cc-historical .item__title a {
  color: #6cc04a;
}
.cc-historical .item__title a:hover,
.cc-historical .item__title a:focus {
  color: #417a2a;
}
.cc-historical p a,
.cc-historical ul li a {
  color: #6cc04a;
}
.cc-historical p a:hover,
.cc-historical ul li a:hover,
.cc-historical p a:active,
.cc-historical ul li a:active {
  color: #5ca33f;
}
.cc-historical .item__footer {
  color: #54534a;
}
.cc-historical .item__footer a {
  color: #6cc04a;
}
.cc-historical .item__footer a:hover,
.cc-historical .item__footer a:active {
  color: #5ca33f;
}
.cc-historical hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-historical.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-historical.category__footer a {
  color: #6cc04a;
}
.cc-historical.category__footer a:hover,
.cc-historical.category__footer a:focus {
  color: #417a2a;
}
.item--cc-justforfun .item__heading {
  color: #0078ae;
}
.item--cc-justforfun .item__title {
  color: #6cc04a;
}
.item--cc-justforfun .item__body p a {
  color: #6cc04a;
}
.cc-justforfun {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-justforfun .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-justforfun .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-justforfun .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-justforfun blockquote {
  border-left-color: #cccccc;
}
.cc-justforfun .item__title a {
  color: #6cc04a;
}
.cc-justforfun .item__title a:hover,
.cc-justforfun .item__title a:focus {
  color: #417a2a;
}
.cc-justforfun p a,
.cc-justforfun ul li a {
  color: #6cc04a;
}
.cc-justforfun p a:hover,
.cc-justforfun ul li a:hover,
.cc-justforfun p a:active,
.cc-justforfun ul li a:active {
  color: #5ca33f;
}
.cc-justforfun .item__footer {
  color: #54534a;
}
.cc-justforfun .item__footer a {
  color: #6cc04a;
}
.cc-justforfun .item__footer a:hover,
.cc-justforfun .item__footer a:active {
  color: #5ca33f;
}
.cc-justforfun hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-justforfun.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-justforfun.category__footer a {
  color: #6cc04a;
}
.cc-justforfun.category__footer a:hover,
.cc-justforfun.category__footer a:focus {
  color: #417a2a;
}
.item--cc-thankyou .item__heading {
  color: #0078ae;
}
.item--cc-thankyou .item__title {
  color: #6cc04a;
}
.item--cc-thankyou .item__body p a {
  color: #6cc04a;
}
.cc-thankyou {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-thankyou .category__title {
  color: #0078ae;
  text-align: left;
  position: relative;
}
.cc-thankyou .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-thankyou .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-thankyou blockquote {
  border-left-color: #cccccc;
}
.cc-thankyou .item__title a {
  color: #6cc04a;
}
.cc-thankyou .item__title a:hover,
.cc-thankyou .item__title a:focus {
  color: #417a2a;
}
.cc-thankyou p a,
.cc-thankyou ul li a {
  color: #6cc04a;
}
.cc-thankyou p a:hover,
.cc-thankyou ul li a:hover,
.cc-thankyou p a:active,
.cc-thankyou ul li a:active {
  color: #5ca33f;
}
.cc-thankyou .item__footer {
  color: #54534a;
}
.cc-thankyou .item__footer a {
  color: #6cc04a;
}
.cc-thankyou .item__footer a:hover,
.cc-thankyou .item__footer a:active {
  color: #5ca33f;
}
.cc-thankyou hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-thankyou.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-thankyou.category__footer a {
  color: #6cc04a;
}
.cc-thankyou.category__footer a:hover,
.cc-thankyou.category__footer a:focus {
  color: #417a2a;
}
.item--cc-education .item__heading {
  color: #454547;
}
.item--cc-education .item__title {
  color: #6cc04a;
}
.item--cc-education .item__body p a {
  color: #6cc04a;
}
.cc-education {
  background-color: #FFFFFF;
  color: #54534a;
  text-align: left;
}
.cc-education .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-education .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-education .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-education blockquote {
  border-left-color: #cccccc;
}
.cc-education .item__title a {
  color: #6cc04a;
}
.cc-education .item__title a:hover,
.cc-education .item__title a:focus {
  color: #417a2a;
}
.cc-education p a,
.cc-education ul li a {
  color: #6cc04a;
}
.cc-education p a:hover,
.cc-education ul li a:hover,
.cc-education p a:active,
.cc-education ul li a:active {
  color: #5ca33f;
}
.cc-education .item__footer {
  color: #54534a;
}
.cc-education .item__footer a {
  color: #6cc04a;
}
.cc-education .item__footer a:hover,
.cc-education .item__footer a:active {
  color: #5ca33f;
}
.cc-education hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-education.category__footer h2 {
  border: 1px solid #54534a;
}
.cc-education.category__footer a {
  color: #6cc04a;
}
.cc-education.category__footer a:hover,
.cc-education.category__footer a:focus {
  color: #417a2a;
}
.issue__pager,
.pagination {
  color: #54534a;
}
.issue__pager li > a,
.pagination li > a,
.issue__pager li > span,
.pagination li > span {
  border-color: #454547;
}
.issue__pager li a:hover,
.pagination li a:hover,
.issue__pager li a:focus,
.pagination li a:focus {
  border-color: rgba(84, 83, 74, 0.4);
}
.issue__pager li .icon,
.pagination li .icon {
  color: #A1A8B2;
}
.issue__pager .active a,
.pagination .active a,
.issue__pager .active span,
.pagination .active span {
  border-color: #6cc04a;
  color: #6cc04a;
}
@media (max-width: 760px) {
  .issue__pager .active span,
  .pagination .active span {
    color: #6a6f75;
  }
}
.cta--header {
  color: rgba(84, 83, 74, 0.9);
}
.header--withimage .cta--header {
  background-color: rgba(0, 0, 0, 0.05);
}
.cta--header .form-control {
  border: 1px solid #dae1e9;
  -webkit-background-clip: padding-box;
}
.cta--header .cta-tabs .cta-tabs-title {
  color: rgba(84, 83, 74, 0.6);
}
.cta--header .cta-tabs button {
  color: rgba(84, 83, 74, 0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(84, 83, 74, 0.8);
  color: #54534a;
}
.header--withimage .cta--header .btn {
  background-color: #fafbfc;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #eaeef2;
}
.subscription__resubscribe__btn {
  color: #6cc04a;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #5ca33f;
}
.page h2:before {
  border-top-color: rgba(84, 83, 74, 0.7);
}
.page__header {
  color: rgba(84, 83, 74, 0.7);
}
.page__header b,
.page__header strong {
  color: rgba(30, 29, 26, 0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(84, 83, 74, 0.7);
}
.sponsorship a {
  color: #6cc04a;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #5ca33f;
}
.sponsorship__quicklinks {
  color: rgba(84, 83, 74, 0.7);
}
.sponsorship__quicklinks a {
  color: rgba(84, 83, 74, 0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #393832;
}
.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(84, 83, 74, 0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(84, 83, 74, 0.7);
}
.sponsorship__nextavailable a {
  color: rgba(183, 206, 60, 0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #98ac2b;
}
.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #54534a;
}
.sponsorship__pricing .btn {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #98ac2b;
  color: #FFFFFF;
}
.sponsorship__availability h2 {
  color: rgba(84, 83, 74, 0.7);
}
.sponsorship__availability section + section:before {
  border-top-color: rgba(84, 83, 74, 0.6);
}
.sponsorship__availability .dates li {
  background-color: #f0f5fa;
  color: #54534a;
}
.sponsorship__availability .dates p {
  border-bottom-color: rgba(69, 69, 71, 0.2);
}
.sponsorship__availability .booked p {
  color: #9C9C9C;
}
.sponsorship__availability .booked .booknow span {
  background-color: #9C9C9C;
  color: #FFFFFF;
}
.sponsorship__availability .tentative p {
  color: #FB8A35;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #FB8A35;
  color: #FFFFFF;
}
.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #98ac2b;
}
.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #98ac2b;
}
.sponsorship__details {
  background-color: #f0f5fa;
  color: #54534a;
}
.sponsorship__previous li {
  border-top-color: rgba(69, 69, 71, 0.1);
}
@media (min-width: 760px) {
  .sponsorship__previous li {
    border-color: rgba(69, 69, 71, 0.1);
  }
}
.sponsorship__inquiry h3 {
  border-bottom-color: rgba(69, 69, 71, 0.2);
}
.home--noissue {
  background-color: #fafbfc;
  color: #54534a;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #fafbfc;
  color: #54534a;
}
.home--noissue .footer a {
  color: rgba(84, 83, 74, 0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #54534a;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(84, 83, 74, 0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(84, 83, 74, 0.5);
}
.home--noissue .footer .social a svg {
  fill: rgba(84, 83, 74, 0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #54534a;
}
.header--withimage .header {
  background-image: url();
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url();
  }
}
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url();
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url();
  }
}
.home--noissue.header--withimage header.header {
  background-image: none;
}
@media (min-width: 760px) {
  .home--noissue.header--withimage header.header {
    background-image: none;
  }
}
.home--noissue.header--withimage body,
.home--noissue.header--withimage header.header,
.home--noissue.header--withimage .footer {
  background-color: transparent !important;
}
