#wrapper.iframe section.memberBoardsMapAndList {
  display: none;
}
section.memberBoardsMapAndList {
  min-height: 530px;
  padding: 90px;
  position: relative;
  background-color: #f9f9f8;
}
section.memberBoardsMapAndList ul {
  list-style-type: none;
}
section.memberBoardsMapAndList ul li {
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.memberBoardsMapAndList {
    padding: 10px;
  }
}
section.memberBoardsMapAndList .stats {
  left: 0;
  top: 0;
  width: 200px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.memberBoardsMapAndList .stats {
    left: 50%;
    margin-left: -100px;
  }
}
section.memberBoardsMapAndList .stats li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f5a800;
  text-align: center;
}
section.memberBoardsMapAndList .stats li h3 {
  font-size: 3rem;
  color: #008abd;
  padding-bottom: 10px;
}
section.memberBoardsMapAndList .stats li p {
  color: #008abd;
}
section.memberBoardsMapAndList .intro {
  left: 0;
  margin-top: 100px;
  width: 400px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.memberBoardsMapAndList .intro {
    margin-top: 50px;
    width: 100%;
  }
}
section.memberBoardsMapAndList .intro h2 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #008abd;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
section.memberBoardsMapAndList .map {
  position: absolute;
  width: 75%;
  z-index: 1;
  height: 900px;
  background-image: url(/wp-content/themes/bcrea/images/about/map.png?r=5);
  background-size: contain;
  top: 50px;
  background-repeat: no-repeat;
  right: 0px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.memberBoardsMapAndList .map {
    display: none;
  }
}
section.memberBoardsMapAndList .map.map-2021 {
  background-image: url(/wp-content/themes/bcrea/images/about/map-2021.png?r=6);
}
section.memberBoardsMapAndList .map.map-2022 {
  background-image: url(/wp-content/themes/bcrea/images/about/map-2022.png?r=99);
}
section.memberBoardsMapAndList .boardList ul {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.memberBoardsMapAndList .boardList ul li {
  width: calc(100% / 3);
  list-style: none;
  display: inline-block;
  padding-right: 120px;
  box-sizing: border-box;
  color: #2d4d61;
  position: relative;
  padding-left: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.memberBoardsMapAndList .boardList ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.memberBoardsMapAndList .boardList ul li {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.memberBoardsMapAndList .boardList ul li {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.memberBoardsMapAndList .boardList ul li {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section.memberBoardsMapAndList .boardList ul li {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
section.memberBoardsMapAndList .boardList ul li .number {
  text-align: center;
  color: #f5a800;
  border: 1px solid #f5a800;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  top: 0px;
  left: 0px;
  position: absolute;
}
section.memberBoardsMapAndList .boardList ul li .name {
  color: #003a5d;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}
section.memberBoardsMapAndList .boardList ul li a:hover {
  text-decoration: underline;
}
#wrapper.iframe section.aboutCoreServices {
  display: none;
}
section.aboutCoreServices {
  padding-right: 80px;
  padding-top: 50px;
  background-color: white;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.aboutCoreServices {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.aboutCoreServices {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices {
    padding-right: 10px;
    display: none;
  }
}
section.aboutCoreServices .left {
  width: 27%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
section.aboutCoreServices .left h2 {
  font-weight: 800;
  font-size: 2rem;
  color: #008abd;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section.aboutCoreServices .left {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .left {
    width: 100%;
  }
}
section.aboutCoreServices .middle {
  height: 440px;
  width: 40%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .middle {
    width: 50%;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .middle {
    width: 50%;
    padding-top: 50px;
  }
}
section.aboutCoreServices .middle .dept {
  width: 145px;
  height: 145px;
  border-radius: 145px;
  background-color: white;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: #7094AA;
  font-weight: 600;
  line-height: 1.2rem;
}
section.aboutCoreServices .middle .dept:hover {
  color: #f5a800;
  cursor: pointer;
}
section.aboutCoreServices .middle .dept.active {
  color: #f5a800;
}
section.aboutCoreServices .middle .dept.active .image {
  background-position-y: 100%;
}
section.aboutCoreServices .middle .dept .image {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 20px;
  background-size: 100%;
  margin-top: 15px;
}
section.aboutCoreServices .middle .dept:hover .image {
  background-position-y: 100%;
}
section.aboutCoreServices .middle .education {
  top: -20px;
  left: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.aboutCoreServices .middle .education {
    left: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.aboutCoreServices .middle .education {
    left: -80px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .middle .education {
    left: -80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .middle .education {
    left: -80px;
  }
}
section.aboutCoreServices .middle .education .image {
  background-image: url(/wp-content/themes/bcrea/images/about/education.png);
}
section.aboutCoreServices .middle .standardForms {
  top: 220px;
  left: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.aboutCoreServices .middle .standardForms {
    left: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.aboutCoreServices .middle .standardForms {
    left: -80px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .middle .standardForms {
    left: -80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .middle .standardForms {
    left: -80px;
  }
}
section.aboutCoreServices .middle .standardForms .image {
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/bcrea/images/about/standardForms.png);
}
section.aboutCoreServices .middle .economicResearch {
  top: 220px;
  left: 240px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.aboutCoreServices .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.aboutCoreServices .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .middle .economicResearch {
    left: 170px;
  }
}
section.aboutCoreServices .middle .economicResearch .image {
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/bcrea/images/about/economics.png);
}
section.aboutCoreServices .middle .advocacy {
  top: -20px;
  left: 240px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.aboutCoreServices .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.aboutCoreServices .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .middle .advocacy {
    left: 170px;
  }
}
section.aboutCoreServices .middle .advocacy .image {
  background-image: url(/wp-content/themes/bcrea/images/about/advocacy.png);
}
section.aboutCoreServices .middle .qualityOfLife {
  top: 50%;
  left: 48%;
  margin-top: -72.5px;
  margin-left: -72.5px;
  cursor: default;
}
section.aboutCoreServices .middle .qualityOfLife:hover .image {
  background-position-y: unset;
  cursor: default;
}
section.aboutCoreServices .middle .qualityOfLife .image {
  background-image: url(/wp-content/themes/bcrea/images/bcrea-insignia.png);
  height: 90px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
section.aboutCoreServices .middle .circle {
  margin: auto;
  width: 350px;
  border-radius: 300px;
  border: 3px solid #c8d3dc;
  height: 350px;
  position: relative;
  top: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.aboutCoreServices .middle .circle {
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.aboutCoreServices .middle .circle {
    width: 250px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .middle .circle {
    width: 100%;
    border: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .middle .circle {
    width: 250px;
  }
}
section.aboutCoreServices .right {
  width: 27%;
  float: right;
  height: 200px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.aboutCoreServices .right {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.aboutCoreServices .right {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 50px;
  }
}
section.aboutCoreServices .right img.icon {
  width: 80px;
  margin-bottom: 20px;
}
section.aboutCoreServices .right .content {
  display: none;
}
.layout-100-25252525 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
}
.layout-100-25252525 img {
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .layout-100-25252525 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-100-25252525 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-25252525 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-25252525 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-100-25252525 .topRow {
  padding-bottom: 50px;
}
.layout-100-25252525 > div:not(.topRow) {
  width: 25%;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-25252525 > div:not(.topRow) {
    width: 33.3%;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-25252525 > div:not(.topRow) {
    width: 33.3%;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-25252525 > div:not(.topRow) {
    width: 33.3%;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-25252525 > div:not(.topRow) {
    width: 100%;
    padding-bottom: 25px;
  }
}
.layout-100-25252525 .one {
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
.layout-100-25252525 .two {
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
.layout-100-25252525 .three {
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
.layout-100-25252525 .four {
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}
.layout-100-25252525.padding-small {
  padding: 20px;
}
.layout-100-25252525.padding-medium {
  padding: 50px;
}
.layout-100-25252525.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-25252525.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-25252525.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-25252525.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-25252525.padding-large {
    padding: 20px;
  }
}
.layout-100-25252525.padding-none {
  padding: 0px;
}
.layout-100-25252525-25252525 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.layout-100-25252525-25252525 img {
  max-width: 100%;
}
.layout-100-25252525-25252525 > div:not(.topRow) {
  width: 25%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-25252525-25252525 > div:not(.topRow) {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-25252525-25252525 > div:not(.topRow) {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-25252525-25252525 > div:not(.topRow) {
    width: 33.3%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .layout-100-25252525-25252525 > div:not(.topRow) {
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .layout-100-25252525-25252525 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-100-25252525-25252525 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-25252525-25252525 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-25252525-25252525 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-100-25252525-25252525 .topRow {
  padding-bottom: 50px;
  width: 100%;
}
.layout-100-25252525-25252525 .one {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .two {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .three {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .four {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .five {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .six {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .seven {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525 .eight {
  /*float: left;*/
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 75px;
}
.layout-100-25252525-25252525.padding-small {
  padding: 20px;
}
.layout-100-25252525-25252525.padding-medium {
  padding: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-25252525-25252525.padding-medium {
    padding: 25px;
  }
}
.layout-100-25252525-25252525.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-25252525-25252525.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-25252525-25252525.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-25252525-25252525.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-25252525-25252525.padding-large {
    padding: 25px;
  }
}
.layout-100-25252525-25252525.padding-none {
  padding: 0px;
}
#wrapper.iframe .pdp-credit-system {
  display: none;
}
.pdp-credit-system {
  min-height: 50px;
  position: relative;
  box-sizing: border-box;
  padding: 101px;
  margin-right: 50px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-credit-system {
    padding: 10px;
    margin-right: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pdp-credit-system {
    padding: 20px;
  }
}
.pdp-credit-system .left {
  width: 40%;
  padding-right: 100px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-credit-system .left {
    width: 100%;
    padding-right: 0px;
  }
}
.pdp-credit-system .left .top {
  margin-bottom: 30px;
}
.pdp-credit-system .left ul {
  max-width: 300px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-credit-system .left ul {
    width: 100%;
    max-width: none;
  }
}
.pdp-credit-system .left ul li {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid #008abd;
}
.pdp-credit-system .left ul li .big {
  font-size: 3rem;
  color: #008abd;
  padding-bottom: 0px;
  display: block;
}
.pdp-credit-system .right {
  width: 60%;
  float: left;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-credit-system .right {
    width: 100%;
    margin-top: 30px;
  }
}
.pdp-credit-system .right .row .top {
  background-color: #f5a800;
  border-top-right-radius: 20px;
  padding: 10px 0;
  font-size: 0.9rem;
}
.pdp-credit-system .right .row .top .category {
  font-weight: 600;
  display: inline-block;
  float: right;
  margin: 0 20px 0 10px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-credit-system .right .row .top .category {
    display: none;
  }
}
.pdp-credit-system .right .row .top .categoryLetter {
  display: inline-block;
  /*position: absolute;
                    left: 123px;*/
  float: right;
  vertical-align: middle;
  margin-top: -10px;
  background-color: white;
  top: -6px;
  height: 60px;
  width: 60px;
  text-align: center;
  padding-top: 17px;
  border-radius: 40px;
  font-size: 1.5rem;
  color: #008abd;
  border: 1px solid #008abd;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .pdp-credit-system .right .row .top .categoryLetter {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pdp-credit-system .right .row .top .categoryLetter {
    height: 40px;
    width: 40px;
    padding-top: 7px;
    border-radius: 20px;
    margin-top: -1px;
  }
}
.pdp-credit-system .right .row .top .title {
  display: inline-block;
  padding-left: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pdp-credit-system .right .row .top .title {
    padding-left: 10px;
  }
}
.pdp-credit-system .right .row .mobile-only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .pdp-credit-system .right .row .mobile-only {
    display: block !important;
  }
}
.pdp-credit-system .right .row .description {
  background-color: white;
  padding: 20px;
  border: 1px solid #ededee;
  font-size: 0.9rem;
}
.pdp-credit-system .right .row .description li {
  margin-left: 20px;
}
.layout-100-5050 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
}
.layout-100-5050 img {
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .layout-100-5050 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-100-5050 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-5050 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-5050 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-100-5050 .topRow {
  padding-bottom: 50px;
}
.layout-100-5050 .left {
  width: 50%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .layout-100-5050 .left {
    width: 100%;
  }
}
.layout-100-5050 .right {
  width: 50%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .layout-100-5050 .right {
    width: 100%;
    padding-top: 20px;
  }
}
.layout-100-5050.padding-small {
  padding: 20px;
}
.layout-100-5050.padding-medium {
  padding: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-5050.padding-medium {
    padding: 25px;
  }
}
.layout-100-5050.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-5050.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-5050.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-5050.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-5050.padding-large {
    padding: 25px;
  }
}
.layout-100-5050.padding-none {
  padding: 0px;
}
#fvrebMessage {
  display: none;
  width: 90%;
  padding: 50px;
  max-width: 700px;
}
#fvrebMessage a {
  background-color: #008abd;
  color: white;
  text-decoration: none;
  text-align: center;
}
#fvrebMessage a:hover {
  background-color: #f5a800;
}
#wrapper.iframe .pdp-in-person-courses {
  display: none;
}
.pdp-in-person-courses {
  min-height: 50px;
  box-sizing: border-box;
  margin-right: 50px;
  position: relative;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses {
    margin-right: 0px;
  }
}
.pdp-in-person-courses ::-webkit-input-placeholder {
  color: gray;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses .responsiveTableContainer {
    overflow-x: scroll;
  }
}
.pdp-in-person-courses .submit {
  display: inline-block;
  background-color: #008abd;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 4%;
  min-width: 100px;
  margin-left: 10px;
}
.pdp-in-person-courses .submit:hover {
  background-color: #003a5d;
}
.pdp-in-person-courses .reset {
  display: inline-block;
  background-color: #888888;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 4%;
  min-width: 100px;
  margin-left: 10px;
}
.pdp-in-person-courses .reset:hover {
  background-color: #003a5d;
  color: white;
}
.pdp-in-person-courses h2 {
  font-size: 2rem;
  color: #008abd;
  padding-bottom: 10px;
  font-weight: bold;
}
.pdp-in-person-courses #InPersonCourses_filter {
  display: none;
}
.pdp-in-person-courses #InPersonCourses_length {
  padding-top: 12px;
  padding-left: 65px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses #InPersonCourses_length {
    padding-left: 0px;
  }
}
.pdp-in-person-courses #InPersonCourses_info {
  padding-bottom: 10px;
  font-size: 0.9rem;
}
.pdp-in-person-courses #InPersonCourses_wrapper a.paginate_button.current {
  background: none;
  background-color: #008abd;
  padding: 5px;
  color: white !important;
}
.pdp-in-person-courses #InPersonCourses_wrapper a.paginate_button.disabled {
  color: lightgray !important;
}
.pdp-in-person-courses .searchBar {
  padding: 20px 0px;
  box-sizing: border-box;
}
.pdp-in-person-courses .searchBar .dateRangeStartTextBox {
  width: 21%;
  background-image: url(/wp-content/themes/bcrea/images/icons/small-calendar.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .pdp-in-person-courses .searchBar .dateRangeStartTextBox {
    width: auto;
  }
}
@media only screen and (max-width: 750px) {
  .pdp-in-person-courses .searchBar .dateRangeStartTextBox {
    width: 48%;
    margin-bottom: 5px;
    background-position-y: 5px;
  }
}
.pdp-in-person-courses .searchBar .dateRangeEndTextBox {
  width: 17%;
  background-image: url(/wp-content/themes/bcrea/images/icons/small-calendar.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (max-width: 750px) {
  .pdp-in-person-courses .searchBar .dateRangeEndTextBox {
    width: 48%;
    margin-bottom: 5px;
    background-position-y: 5px;
  }
}
.pdp-in-person-courses .searchBar .keywordTextBox {
  width: 17%;
  background-image: url(/wp-content/themes/bcrea/images/icons/search-black.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .pdp-in-person-courses .searchBar .keywordTextBox {
    width: 17%;
  }
}
@media only screen and (max-width: 750px) {
  .pdp-in-person-courses .searchBar .keywordTextBox {
    width: 100%;
    margin-bottom: 5px;
    background-position-y: 5px;
  }
}
.pdp-in-person-courses .searchBar .boardDropDownList {
  width: 18%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .pdp-in-person-courses .searchBar .boardDropDownList {
    width: auto;
  }
}
@media only screen and (max-width: 750px) {
  .pdp-in-person-courses .searchBar .boardDropDownList {
    width: 100%;
    margin-bottom: 5px;
  }
}
.pdp-in-person-courses .searchBar input {
  border: 1px solid #7094AA;
  padding: 5px;
  font-size: 0.9rem;
}
.pdp-in-person-courses .searchBar select {
  border: 1px solid #7094AA;
  padding: 8px;
  font-size: 0.9rem;
  color: gray;
}
.pdp-in-person-courses .searchBar select option:invalid {
  color: gray;
}
.pdp-in-person-courses table .col0 {
  width: 100px;
}
.pdp-in-person-courses table .col1 {
  min-width: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table .col1 {
    min-width: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table .col2 {
    min-width: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table .col3 {
    min-width: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table .col6 {
    min-width: 0px;
  }
}
.pdp-in-person-courses table .col4 {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table .col4 {
    min-width: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table .col5 {
    min-width: 0px;
  }
}
.pdp-in-person-courses table tr th {
  background-color: #008abd;
  padding: 10px;
  color: white;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1rem;
}
.pdp-in-person-courses table tr th.sorting_asc {
  background-color: #3dc3f5;
}
.pdp-in-person-courses table tr th.sorting_desc {
  background-color: #3dc3f5;
}
.pdp-in-person-courses table tr td {
  padding: 15px;
  background-color: white;
  font-size: 0.8rem;
  line-height: 1.2rem;
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-in-person-courses table tr td {
    font-size: 1rem;
  }
}
.pdp-in-person-courses table tr td a.btn {
  background-color: #008abd;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.pdp-in-person-courses table tr td a.btn:hover {
  background-color: #003a5d;
}
.pdp-in-person-courses table tr:nth-child(odd) td {
  padding: 15px;
  background-color: #efefef;
}
.pdp-in-person-courses table tr:nth-child(even) td {
  padding: 15px;
}
.pdp-online-courses {
  min-height: 50px;
  position: relative;
  box-sizing: border-box;
  margin-right: 50px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-online-courses {
    margin-right: 0px;
  }
}
.pdp-online-courses ::-webkit-input-placeholder {
  color: gray;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-online-courses .responsiveTableContainer {
    overflow-x: scroll;
  }
}
.pdp-online-courses .submit {
  display: inline-block;
  background-color: #008abd;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 4%;
  min-width: 120px;
}
.pdp-online-courses .submit:hover {
  background-color: #003a5d;
}
.pdp-online-courses .reset {
  display: inline-block;
  background-color: #888888;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 4%;
  min-width: 100px;
  margin-left: 10px;
}
.pdp-online-courses .reset:hover {
  background-color: #003a5d;
  color: white;
}
.pdp-online-courses h2 {
  font-size: 2rem;
  color: #008abd;
  padding-bottom: 10px;
  font-weight: bold;
}
.pdp-online-courses #OnlineCourses_filter {
  display: none;
}
.pdp-online-courses #OnlineCourses_length {
  padding-top: 12px;
  padding-left: 65px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-online-courses #OnlineCourses_length {
    padding-left: 0px;
  }
}
.pdp-online-courses #OnlineCourses_info {
  padding-bottom: 10px;
  font-size: 0.9rem;
}
.pdp-online-courses #OnlineCourses_wrapper a.paginate_button.current {
  background: none;
  background-color: #008abd;
  padding: 5px;
  color: white !important;
}
.pdp-online-courses #OnlineCourses_wrapper a.paginate_button.disabled {
  color: lightgray !important;
}
.pdp-online-courses .searchBar {
  padding: 20px 0px;
  box-sizing: border-box;
}
.pdp-online-courses .searchBar .dateRangeStartTextBox {
  width: 21%;
  background-image: url(/wp-content/themes/bcrea/images/icons/small-calendar.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (max-width: 750px) {
  .pdp-online-courses .searchBar .dateRangeStartTextBox {
    width: 48%;
    margin-bottom: 5px;
    background-position-y: 5px;
  }
}
.pdp-online-courses .searchBar .dateRangeEndTextBox {
  width: 23%;
  background-image: url(/wp-content/themes/bcrea/images/icons/small-calendar.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (max-width: 750px) {
  .pdp-online-courses .searchBar .dateRangeEndTextBox {
    width: 48%;
    margin-bottom: 5px;
    background-position-y: 5px;
  }
}
.pdp-online-courses .searchBar .keywordTextBox {
  width: 21%;
  background-image: url(/wp-content/themes/bcrea/images/icons/search-black.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (max-width: 750px) {
  .pdp-online-courses .searchBar .keywordTextBox {
    width: 100%;
    margin-bottom: 5px;
  }
}
.pdp-online-courses .searchBar .boardDropDownList {
  width: 21%;
}
.pdp-online-courses .searchBar input {
  border: 1px solid #7094AA;
  padding: 5px;
  font-size: 0.9rem;
}
.pdp-online-courses .searchBar select {
  border: 1px solid #7094AA;
  padding: 8px;
  font-size: 0.9rem;
  color: gray;
}
.pdp-online-courses .searchBar select option:invalid {
  color: gray;
}
.pdp-online-courses table .col1 {
  min-width: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-online-courses table .col1 {
    min-width: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-online-courses table .col3 {
    width: auto;
  }
}
.pdp-online-courses table tr th {
  background-color: #008abd;
  padding: 10px;
  color: white;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1rem;
}
.pdp-online-courses table tr th.sorting_asc {
  background-color: #3dc3f5;
}
.pdp-online-courses table tr th.sorting_desc {
  background-color: #3dc3f5;
}
.pdp-online-courses table tr td {
  padding: 15px;
  background-color: white;
  font-size: 0.8rem;
  line-height: 1.2rem;
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-online-courses table tr td {
    font-size: 1rem;
  }
}
.pdp-online-courses table tr td a.btn {
  background-color: #008abd;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.pdp-online-courses table tr td a.btn:hover {
  background-color: #003a5d;
}
.pdp-online-courses table tr:nth-child(odd) td {
  padding: 15px;
  background-color: #efefef;
}
.pdp-online-courses table tr:nth-child(even) td {
  padding: 15px;
}
.pdp-accredited-courses {
  min-height: 50px;
  position: relative;
  box-sizing: border-box;
  margin-right: 50px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses {
    margin-right: 0px;
  }
}
.pdp-accredited-courses ::-webkit-input-placeholder {
  color: gray;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses .responsiveTableContainer {
    overflow-x: scroll;
  }
}
.pdp-accredited-courses .submit {
  display: inline-block;
  background-color: #008abd;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 4%;
  min-width: 120px;
  margin-left: 10px;
}
.pdp-accredited-courses .submit:hover {
  background-color: #003a5d;
}
.pdp-accredited-courses .reset {
  display: inline-block;
  background-color: #888888;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 4%;
  min-width: 100px;
  margin-left: 10px;
}
.pdp-accredited-courses .reset:hover {
  background-color: #003a5d;
  color: white;
}
.pdp-accredited-courses h2 {
  font-size: 2rem;
  color: #008abd;
  padding-bottom: 10px;
  font-weight: bold;
}
.pdp-accredited-courses #AccreditedCourses_filter {
  display: none;
}
.pdp-accredited-courses #AccreditedCourses_length {
  padding-top: 12px;
  padding-left: 65px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses #AccreditedCourses_length {
    padding-left: 0px;
  }
}
.pdp-accredited-courses #AccreditedCourses_info {
  padding-bottom: 10px;
  font-size: 0.9rem;
}
.pdp-accredited-courses #AccreditedCourses_wrapper a.paginate_button.current {
  background: none;
  background-color: #008abd;
  padding: 5px;
  color: white !important;
}
.pdp-accredited-courses #AccreditedCourses_wrapper a.paginate_button.disabled {
  color: lightgray !important;
}
.pdp-accredited-courses .searchBar {
  padding: 20px 0px;
  box-sizing: border-box;
}
.pdp-accredited-courses .searchBar .dateRangeStartTextBox {
  width: 17%;
  background-image: url(/wp-content/themes/bcrea/images/icons/small-calendar.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
.pdp-accredited-courses .searchBar .dateRangeEndTextBox {
  width: 17%;
  background-image: url(/wp-content/themes/bcrea/images/icons/small-calendar.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
.pdp-accredited-courses .searchBar .providerDropDownList {
  width: 17%;
}
.pdp-accredited-courses .searchBar .keywordTextBox {
  width: 17%;
  background-image: url(/wp-content/themes/bcrea/images/icons/search-black.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 9px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses .searchBar .keywordTextBox {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses .searchBar select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.pdp-accredited-courses .searchBar .boardDropDownList {
  width: 21%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses .searchBar .boardDropDownList {
    width: 100%;
    margin-bottom: 5px;
  }
}
.pdp-accredited-courses .searchBar input {
  border: 1px solid #7094AA;
  padding: 5px;
  font-size: 0.9rem;
}
.pdp-accredited-courses .searchBar select {
  border: 1px solid #7094AA;
  padding: 8px;
  font-size: 0.9rem;
  color: gray;
}
.pdp-accredited-courses .searchBar select option:invalid {
  color: gray;
}
.pdp-accredited-courses table .col0 {
  width: 150px;
}
.pdp-accredited-courses table .col1 {
  min-width: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses table .col1 {
    min-width: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses table .col2 {
    min-width: 0px;
  }
}
.pdp-accredited-courses table .col4 {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses table .col5 {
    min-width: 0px;
  }
}
.pdp-accredited-courses table tr th {
  background-color: #008abd;
  padding: 10px;
  color: white;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1rem;
}
.pdp-accredited-courses table tr th.sorting_asc {
  background-color: #3dc3f5;
}
.pdp-accredited-courses table tr th.sorting_desc {
  background-color: #3dc3f5;
}
.pdp-accredited-courses table tr td {
  padding: 15px;
  background-color: white;
  font-size: 0.8rem;
  line-height: 1.2rem;
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .pdp-accredited-courses table tr td {
    font-size: 1rem;
  }
}
.pdp-accredited-courses table tr td a.btn {
  background-color: #008abd;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.pdp-accredited-courses table tr td a.btn:hover {
  background-color: #003a5d;
}
.pdp-accredited-courses table tr:nth-child(odd) td {
  padding: 15px;
  background-color: #efefef;
}
.pdp-accredited-courses table tr:nth-child(even) td {
  padding: 15px;
}
.gridListQuarters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  counter-reset: my-counter;
}
.gridListQuarters li {
  width: 25%;
  padding: 20px 80px 9px 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .gridListQuarters li {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .gridListQuarters li {
    width: 100%;
  }
}
.gridListQuarters li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -38px;
  top: 23px;
  font-size: 2rem;
  color: #003a5d;
  background-color: #003a5d;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  color: white;
  text-align: center;
}
.gridListThirds {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  counter-reset: my-counter;
}
.gridListThirds li {
  width: 33%;
  padding: 20px 80px 9px 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .gridListThirds li {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .gridListThirds li {
    width: 100%;
  }
}
.gridListThirds li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -38px;
  top: 23px;
  font-size: 2rem;
  color: #003a5d;
  background-color: #003a5d;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  color: white;
  text-align: center;
}
