.verra-our-programs-cards {
  position: relative;
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .verra-our-programs-cards .verra-our-programs-cards-title-wrapper {
    margin-bottom: 0px;
  }
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper > h2 {
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 125%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 7.5px;
  position: relative;
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper > h2:before {
  content: " ";
  height: 1px;
  border-top: 1px solid black;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .verra-our-programs-cards .verra-our-programs-cards-title-wrapper > h2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a {
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  color: #057299;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a {
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 125%;
    top: calc(50% - 4px);
  }
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a:hover, .verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a:focus, .verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a:active, .verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a:focus-within {
  color: #00AEC6;
  text-decoration: none;
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper > a > span:nth-of-type(2) {
  margin-left: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper .verra-our-programs-cards-link:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/uploads/Arrow.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 16px;
}

.verra-our-programs-cards .verra-our-programs-cards-title-wrapper .verra-our-programs-cards-link:hover:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/uploads/Arrow-hover.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .verra-our-programs-cards .container > div.row:nth-of-type(2) {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.verra-our-programs-cards .program-col {
  margin-bottom: 40px;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  /* ACTIVE */
}

@media screen and (min-width: 768px) {
  .verra-our-programs-cards .program-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .verra-our-programs-cards .program-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap {
  cursor: pointer;
  /* DEFAULTS */
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--image {
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: 390px;
  max-height: 390px;
  height: auto;
  transition: all ease-in-out 200ms;
  overflow: hidden;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--image img {
  width: auto;
  height: 100%;
  max-width: unset;
}

@media screen and (max-width: 992px) {
  .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--image img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--image img {
    width: 100%;
    height: auto;
  }
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--data {
  min-height: 190px;
  max-height: 190px;
  height: auto;
  transition: all ease-in-out 200ms;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--data {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
  }
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links {
  min-height: 1px;
  max-height: 1px;
  transition: all ease-in-out 200ms;
  overflow: hidden;
  height: auto;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links {
    border-bottom: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
  }
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul {
  display: block;
  width: 100%;
  padding: 0px 34px;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li {
  margin: 3px auto;
  display: block;
  width: 100%;
  height: 42.6666px;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease-in-out 100ms;
  display: block;
  width: 100%;
  font-family: 'Quasimoda';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 42.6666px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a > span:nth-of-type(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 25px);
  flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a > span:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a > span:nth-of-type(2) svg {
  transition: all ease-in-out 100ms;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 7.5px;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:hover, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:active, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:focus, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:focus-within {
  color: #00AEC6;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:hover svg, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:active svg, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:focus svg, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:focus-within svg {
  left: 0px !important;
}

.verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:hover svg path, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:active svg path, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:focus svg path, .verra-our-programs-cards .program-col .verra-our-programs-cards-itemwrap .verra-our-programs-cards__item--links ul li a:focus-within svg path {
  stroke: #00AEC6 !important;
}

@media screen and (min-width: 768px) {
  .verra-our-programs-cards .program-col:hover .verra-our-programs-cards__item--data, .verra-our-programs-cards .program-col:active .verra-our-programs-cards__item--data, .verra-our-programs-cards .program-col:focus .verra-our-programs-cards__item--data, .verra-our-programs-cards .program-col:focus-within .verra-our-programs-cards__item--data {
    min-height: 193px;
    max-height: 193px;
    border-bottom: 1px solid #DBDBDB;
  }
  .verra-our-programs-cards .program-col:hover .verra-our-programs-cards__item--image, .verra-our-programs-cards .program-col:active .verra-our-programs-cards__item--image, .verra-our-programs-cards .program-col:focus .verra-our-programs-cards__item--image, .verra-our-programs-cards .program-col:focus-within .verra-our-programs-cards__item--image {
    min-height: 193px;
    max-height: 193px;
  }
  .verra-our-programs-cards .program-col:hover .verra-our-programs-cards__item--links, .verra-our-programs-cards .program-col:active .verra-our-programs-cards__item--links, .verra-our-programs-cards .program-col:focus .verra-our-programs-cards__item--links, .verra-our-programs-cards .program-col:focus-within .verra-our-programs-cards__item--links {
    min-height: 193px;
    max-height: 193px;
  }
  .verra-our-programs-cards .program-col:hover .verra-our-programs-cards__item--data-image img, .verra-our-programs-cards .program-col:active .verra-our-programs-cards__item--data-image img, .verra-our-programs-cards .program-col:focus .verra-our-programs-cards__item--data-image img, .verra-our-programs-cards .program-col:focus-within .verra-our-programs-cards__item--data-image img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
  }
  .verra-our-programs-cards .program-col .verra-our-programs-cards__item--data-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 30px 30px 30px;
  }
  .verra-our-programs-cards .program-col .verra-our-programs-cards__item--data-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .verra-our-programs-cards .program-col .verra-our-programs-cards__item--data-image img {
    max-width: 50px;
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
  }
  .verra-our-programs-cards .program-col .verra-our-programs-cards__item--data-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 52px);
    flex: 0 0 calc(100% - 52px);
    max-width: calc(100% - 52px);
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 850;
    font-size: 16px;
    line-height: 125%;
    padding-left: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .verra-our-programs-cards .program-col .verra-our-programs-cards__item--data-text {
    overflow: visible;
    overflow-clip-margin: 15px;
    height: 66px;
  }
}

@media screen and (min-width: 768px) {
  .verra-our-programs-cards .program-col .verra-our-programs-cards__item--data-paragraph {
    height: 45px;
    padding-left: 7.5px;
    padding-right: 5px;
    margin-top: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  .verra-our-programs-cards .verra-our-programs-cards__item--links {
    display: none !important;
  }
  .verra-our-programs-cards .verra-our-programs-cards-itemwrap, .verra-our-programs-cards .verra-our-programs-cards__item--image, .verra-our-programs-cards .program-col, .verra-our-programs-cards [role="link"], .verra-our-programs-cards .verra-our-programs-cards__item--data, .verra-our-programs-cards .verra-our-programs-cards__item--data-wrap, .verra-our-programs-cards .verra-our-programs-cards__item--data-image, .verra-our-programs-cards .verra-our-programs-cards__item--data-text, .verra-our-programs-cards .verra-our-programs-cards__item--data-paragraph {
    min-height: initial !important;
    max-height: initial !important;
    height: auto !important;
  }
  .verra-our-programs-cards .verra-our-programs-cards__item--data-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .verra-our-programs-cards .verra-our-programs-cards__item--data-image {
    display: none !important;
  }
  .verra-our-programs-cards .verra-our-programs-cards__item--data-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-family: 'Quasimoda';
    font-style: normal;
    font-weight: 850;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    min-height: 105px !important;
  }
  .verra-our-programs-cards .verra-our-programs-cards__item--data-paragraph {
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
  }
}
