/************************** BODY CSS TO BE MINIFIED ***************************/

:root {
  --dark-blue: #014459;
  --darkest-blue: #051d23;
  --overlay-blue: #1b6f83;
  --orange: #ff984c;
  --blue-tri-gradient: linear-gradient(
    20deg,
    var(--dark-blue),
    var(--overlay-blue)
  );
}

html {
  font-size: 20px;
}

body {
  overflow-x: hidden;
  font-size: 20px;
  background-color: whitesmoke;
  letter-spacing: 0.25px;
}

/************************** GENERAL TO BE MINIFIED ***************************/

a {
  color: var(--dark-blue);
  transition: color 150ms ease;
}
a:hover {
  color: var(--orange);
}

.rd-corners {
  border-radius: 5px;
}

/************************** BTN CSS TO BE MINIFIED ***************************/
.btn.btn-white {
  background-color: white;
  border-color: white;
  color: #444;
}

.btn-hov-scale-down a.btn:hover,
.btn-hov-scale-down a.btn:focus {
  transform: scale(0.98);
}

.btn-hov-scale-up a.btn:hover,
.btn-hov-scale-up a.btn:focus {
  transform: scale(1.1);
}

.btn-cta-size {
  padding: 8px 30px;
  font-size: 22px;
}

.btn-grey {
  background: #696969;
  color: #fff;
}

.btn.btn-grey {
  border-color: #696969;
}

.btn.btn-grey:focus,
.btn.btn-grey:hover {
  background: white;
  color: #696969;
}

.btn.btn-white-outline:focus,
.btn.btn-white-outline:hover {
  color: #f47422;
}

.btn-prc-orange {
  background: var(--orange);
  color: #fff;
}

.btn.btn-prc-orange:focus,
.btn.btn-prc-orange:hover,
div.wpforms-container-full
  .wpforms-form
  button[type="submit"].btn-prc-orange:hover,
div.wpforms-container-full
  .wpforms-form
  button[type="submit"].btn-prc-orange:focus {
  background: #e0833f;
  color: white;
}

/************************** COLOR CSS ***************************/

.dark-blue {
  color: var(--dark-blue);
}
.darkest-blue {
  color: var(--darkest-blue);
}
.overlay-blue {
  color: #1b6f83;
}

.dark-grey {
  color: #8c8c8c;
}
.light-grey {
  color: #e1e1e1;
}
.whitesmoke {
  color: #f5f5f5;
}

.color-white {
  color: white;
}

.light-brown {
  color: #686868;
}

.grey {
  color: #696969;
}
.prc-orange,
.orange {
  color: var(--orange);
}

/************************** BG CSS TO BE MINIFIED ***************************/

.bg-white {
  background-color: white;
}
.bg-whitesmoke {
  background-color: whitesmoke;
}
.bg-dark-blue {
  background-color: var(--dark-blue);
  position: relative;
}
.bg-darkest-blue {
  background-color: var(--darkest-blue);
}
/* .bg-layered-blue {background-color: #00445a;} */
.bg-overlay-blue {
  background-color: #1b6f83;
}
.bg-blue-gradient {
  background-image: linear-gradient(110deg, var(--dark-blue), #1b6f83);
}

.bg-grey {
  background-color: #696969;
}
.bg-prc-orange,
.bg-orange {
  background-color: #f47422;
}

.bg-clip-content-box {
  background-clip: content-box;
}

/* BG Styles */
.svg-bg-wrapper {
  position: relative;
  overflow: hidden;
}

svg.bg-triangles-big {
  position: absolute;
  top: -100px;
  left: -40px;
  width: 110%;
  pointer-events: none;
}

svg.tri-bg {
  position: absolute;
  top: -30%;
  left: -10%;
  width: 130%;
  object-fit: cover;
  object-position: center;
}

svg.tri-bg polygon.tri-on-blue,
svg.tri-bg polygon.tri-on-blue,
.bg-on-blue {
  fill: white;
  opacity: 0.05;
}

svg.bg-svg {
  pointer-events: none;
}

svg#butterflies {
  position: absolute;
  top: 0%;
  width: 150%;
  left: auto;
}

svg#butterflies .cls-1 {
  fill: none;
}
svg#butterflies .cls-2 {
  clip-path: url(#clip-path);
}
svg#butterflies .cls-3 {
  opacity: 0.1;
}
svg#butterflies .cls-4,
svg#butterflies .cls-5 {
  fill: #fff;
}
svg#butterflies .cls-5 {
  opacity: 0.6;
}

#home-banner svg#butterflies,
#footer-cta svg#butterflies {
  width: 100%;
}

/************************** BORDER CSS ***************************/
hr.bor-prc-red {
  border-top: 2px solid #a30e00;
}

/************************** ICON CSS ***************************/
/* ICON COLORS */
.light-green-icon span {
  color: #37dd96;
}

.dark-blue-icon span {
  color: var(--dark-blue);
}

.prc-red-icon span {
  color: #a30e00;
}

/* ICON MARGIN */
ul.li-mgb10 > li,
.li-mgb10 li {
  margin-bottom: 10px;
}

/************************** Underlines for headings (dont) CSS ***************************/

.heading-underline {
  display: block;
  width: 40%;
  height: 2px;
  /* background: #37dd96; */
  background: #f47422;
  margin: 15px auto;
}

.heading.heading-solid.heading-underline,
.heading-underline {
  width: 40%;
}

/************************** Sizing CSS ***************************/
.fit-content {
  width: fit-content;
  width: -moz-fit-content;
}

/************************** Accordian CSS ***************************/
/* Accordian */
.rp-accordian.panel-group .panel-heading a,
.rp-accordian.panel-group .panel-heading a:hover,
.rp-accordian.panel-group .panel-heading a:focus,
.rp-accordian.panel-group .panel-heading a:active {
  color: inherit;
  text-decoration: none;
}

.rp-accordian.panel-group .panel {
  margin-bottom: 10px;
  color: #00445a;
  /* color: #A30E00; */
}

.rp-accordian.panel-group .panel-heading .panel-title-2 {
  padding: 4px;
  font-size: 20px;
}

.rp-accordian.panel-group .panel-heading .panel-title-2 h6 {
  margin: 0;
  font-size: 20px;
}

.rp-accordian.panel-group .panel-heading .panel-title {
  padding: 15px;
  margin: 0;
  font-size: 22px;
  position: relative;
  padding-left: 30px;
}

.rp-accordian.panel-group .panel-heading .panel-title.section-header {
  padding-left: 40px;
}

.rp-accordian.panel-group .panel-heading .panel-title:hover {
  text-decoration: underline;
  text-decoration-color: #00445a;
  /* text-decoration-color: #A30E00; */
}

.rp-accordian.panel-group .panel-heading .panel-title i {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 17px;
}

.rp-accordian.panel-group .panel-heading .panel-title.section-header i {
  top: 20px;
}

.rp-accordian.panel-group .panel-heading a:not(.collapsed) i::before {
  content: "\f068" !important;
}

.rp-accordian.panel-group .panel-body {
  padding: 15px 50px;
  padding-top: 5px;
  font-size: 18px;
  background: whitesmoke;
  color: #00445a;
}

.rp-accordian.panel-group.faq .panel-body,
.rp-accordian.panel-group.cme .panel-body {
  padding: 5px 15px;
  background: transparent;
}
.rp-accordian.panel-group.cme .panel-body {
  color: #222;
}

.rp-accordian.panel-group .panel-body p:last-child {
  margin-bottom: 0;
}

/************************** FONT CSS ***************************/

body,
.entry-content {
  font-family: "TT Commons";
}

.demi-bold {
  font-weight: 600;
}

.fs-14 {
  font-size: 18px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}

.fs-25 {
  font-size: 25px;
}

.citation {
  font-size: 14px;
}

/************************** CARD CSS ***************************/
.card > .card-header.header-font {
  font-size: 22px;
  font-weight: bold;
}

.card-header-bg-dark-blue .card-header {
  background-color: var(--dark-blue);
  color: white;
}

/************************** PAGE LINK CSS ***************************/
.internal-page-link,
.internal-page-link-style,
ul.internal-page-link-style li > a {
  font-weight: 600;
  color: #00445a;
}

ul.internal-page-link-style li > a:hover,
ul.internal-page-link-style li > a:focus {
  color: var(--orange);
}

.internal-page-link::after {
  content: "\f061";
  position: relative;
  display: inline-block;
  margin-left: 8px;
  top: -1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  transition: transform 150ms ease-in-out;
}

.internal-page-link:hover,
.internal-page-link:focus,
ul.internal-page-link-style li > a:hover,
ul.internal-page-link-style li > a:focus {
  text-decoration: none;
}

.internal-page-link:hover::after,
.internal-page-link:focus::after {
  transform: translateX(5px);
}

/************************** Stat Box Styles ***************************/
.stat-box {
  height: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
}

.stat-box.blue {
  background-color: #2a6375;
  color: white;
}

.stat-box.green {
  background-color: #eaf9f2;
  color: #1b3526;
}

.stat-box.white {
  background-color: white;
  color: #00445a;
}

.stat-box .stat-icon {
  font-size: 32px;
  margin-bottom: 5px;
}

.stat-box .stat-header {
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-box .stat-body {
  line-height: 1.3;
}

/************************** HERO/BANNERR CSS ***************************/
/* TEMP COULD BE REMOVED */
#prc-page-banner-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background: linear-gradient(to right, #056896 0%, rgba(255, 255, 255, 0) 65%);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  overflow-x: hidden;
  min-height: 370px;
}

#program-page-banner {
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(https://www.pharmasalestraining.org/wp-content/uploads/2020/12/Mobile-desktop-scaled-1.jpg);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#faq-page-banner {
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(https://www.pharmasalestraining.org/wp-content/uploads/2021/01/conference-room.jpg);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#fee-page-banner {
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(https://www.pharmasalestraining.org/wp-content/uploads/2021/01/Showing-data.jpg);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#exam-info-page-banner {
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(/wp-content/uploads/2021/01/company-banner.png);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#policies-page-banner {
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(/wp-content/uploads/2021/01/office-data.jpg);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#free-course-page-banner {
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(/wp-content/uploads/2021/01/conference-in-progress.jpg);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#home-banner {
  background: var(--blue-tri-gradient);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner-svg-bg,
.bg-blue-tri-gradient {
  background: var(--blue-tri-gradient);
  position: relative;
  overflow: hidden;
}

/******************
WEBINAR PAGES
*******************/

#webinar-banner {
  width: 100%;
  background: linear-gradient(rgba(0, 76, 111, 0.75), rgba(0, 76, 111, 0.75)),
    url(https://www.pharmasalestraining.org/wp-content/uploads/2021/01/e-learning-education-2.jpg);
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.white-bg-block {
  background: rgba(255, 255, 255, 0.7);
  padding: 35px;
}

/********************* ANCHOR TAGS *********************/
.anchor:target {
  padding-top: 90px;
  margin-top: -90px;
}

.admin-bar .anchor:target {
  padding-top: 120px;
  margin-top: -120px;
}

.wpforms-container.anchor:target {
  padding-top: 90px;
  margin-top: -90px;
}

/************************** PROGRAM CSS ***************************/

/************************** Price Breakdown Table CSS ***************************/
.price-breakdown-table {
  background: white;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.price-breakdown-table tr {
  border: 1px dashed #a3a3a3;
}

.price-breakdown-table tr td {
  padding: 5px 15px;
}

.price-breakdown-table .number-cell {
  text-align: right;
}

/************************** This for the FAQ Page CSS ***************************/
.faq .row {
  border-bottom: 1px solid whitesmoke;
}

.faq .row:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .faq .row {
    border-bottom: none;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/************************** Testimonial Section CSS ***************************/
/* Testimonial Section */
#testimonials {
  padding: 60px 0;
  position: relative;
  overflow-x: hidden;
}

#testimonials.normal-padding {
  padding-top: 60px;
}

#testimonials::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: whitesmoke;
}

.testimonial-video {
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 18px;
}

.testimonial-video .testimonial-video-wrapper:first-child {
  padding-right: 30px;
}

.testimonial-video .testimonial-video-wrapper:last-child {
  padding-left: 30px;
}

.testimonial-video iframe {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 405px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

#testimonial-carousel {
  padding-top: 60px;
  padding-bottom: 60px;
}

#testimonial-carousel .carousel-container {
  position: relative;
  height: 300px;
}

#testimonial-carousel .flex-center {
  justify-content: flex-start;
}

#testimonial-carousel .section-header {
  position: relative;
  top: -45px;
}

#testimonial-carousel .card .card-header,
.card.testimonial-card .card-header {
  padding-top: 20px;
  display: flex;
  font-size: 20px;
}

#testimonial-carousel .card .test-image-wrapper,
.card.testimonial-card .test-image-wrapper {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
  background-color: whitesmoke;
  position: relative;
}

#testimonial-carousel .card .test-image-wrapper img,
.card.testimonial-card .test-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#testimonial-carousel .card .test-title,
.card.testimonial-card .test-title {
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.2;
}

#testimonial-carousel .card .card-body,
.card.testimonial-card .card-body {
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 1.6;
}

#testimonial-carousel .carousel-controls-wrapper {
  margin-top: 30px;
  user-select: none;
}

#testimonial-carousel .carousel-controls-wrapper .carousel-controls {
  margin-bottom: 10px;
}

#testimonial-carousel .carousel-control {
  cursor: pointer;
}

#testimonial-carousel .carousel-control:hover {
  color: #0056b3;
}

#testimonial-carousel #carousel-dots {
  position: relative;
  top: -3px;
}

#testimonial-carousel #carousel-dots .carousel-dot {
  margin: 0 10px;
  cursor: pointer;
  font-size: 10px;
  opacity: 0.4;
}

#testimonial-carousel #carousel-dots .carousel-dot.current {
  opacity: 1;
}

#testimonial-carousel .card {
  position: absolute;
  transition: all 0.4s ease-in;
}

#testimonial-carousel .card.current {
  transform: translateX(0) scale(1);
  opacity: 1;
}

#testimonial-carousel .card.right {
  transform: translateX(calc(100% + 30px));
  opacity: 0.4;
}

#testimonial-carousel .card.back {
  transform: scale(0.95);
  opacity: 0;
}

#testimonial-carousel .card.right.back {
  transform: translateX(calc(100% + 30px)) scale(0.95);
  opacity: 0;
}

/************************** How PRC was made Section CSS ***************************/
/* How PRC was made Section */
#how-its-made,
#steps-success {
  background: #00445a;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

#how-its-made .rp-circle,
#steps-success .rp-circle {
  position: relative;
  width: 50%;
  background: #02394b;
  border-radius: 100%;
  border: 6px solid white;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

#how-its-made .rp-circle::before,
#steps-success .rp-circle::before {
  content: "";
  position: absolute;
  display: block;
  width: 150%;
  height: 6px;
  left: 100%;
  top: calc(50% - 3px);
  background: white;
}

#how-its-made .col-sm-12:last-child .rp-circle::before,
#steps-success .col-sm-12:last-child .rp-circle::before {
  display: none;
}

#how-its-made .rp-circle:after,
#steps-success .rp-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#how-its-made .rp-circle .rp-circle-content,
#steps-success .rp-circle .rp-circle-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#how-its-made .rp-circle .rp-circle-content i,
#steps-success .rp-circle .rp-circle-content i {
  font-size: 68px;
  position: relative;
  top: 2px;
}

#steps-success .rp-circle .rp-circle-content > h4 {
  font-size: 68px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #how-its-made .rp-circle::before,
  #steps-success .rp-circle::before {
    display: none;
  }
}

/************************** pharma for you section ***************************/
section#pharma-for-you {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}

/************************** Reasons to Certify ***************************/
section#reasons-to-certify {
  padding-top: 200px;
}

/************************** Corporate Partners Section CSS ***************************/
#corp-partners img.corporate-logo {
  width: 100%;
}
/************************** Payment Plans Section CSS ***************************/

#payment-plans .card {
  border: none !important;
}

#payment-plans .card .price-row {
  justify-content: space-between;
  color: #666;
  border-bottom: 1px solid whitesmoke;
  padding: 10px 0;
}

#payment-plans .card .price-row:first-child {
  padding-top: 0;
}

#payment-plans .card .price-row:last-child {
  border-bottom: none;
}

#payment-plans .card .price-row div:nth-child(2) {
  font-weight: bold;
}

#payment-plans .card .card-footer {
  padding-bottom: 10px;
  font-weight: bold;
}

#payment-plans .btn.btn-green {
  padding: 8px 30px;
  font-size: 20px;
}

/************************** NEW HOMEPAGE CSS ***************************/

.cta-btn-container-even a.btn {
  width: auto;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
}

.btn-container-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-banner-btns.cta-btn-container-even a.btn {
  font-size: 16px;
  min-width: 500px;
}

/* Why PRC Section */
#why-prc {
  background-color: #00445a;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/************************** NEW PRC CSS ***************************/
.new-banner {
  padding-top: 75px;
  padding-bottom: 75px;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.15);
}
/* 
#prc-page-banner {
  width: 100%;
  background: linear-gradient(to right, #e5dfda 60%, rgba(229, 223, 218, 0) 63%),
    url();
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
} */

.prc-badge-container img {
  width: 210px;
}

#prc-page-banner .prc-badge-container {
  margin-top: -20px;
}

.prc-resources .card,
.prc-resources.link-resources-strip .card {
  background-color: #cccdd1;
}

.prc-resources.link-resources-strip .card #prc-glance-icon {
  margin-right: 0px;
}

.link-resources .card {
  z-index: unset;
}

.link-resources .card > h5,
.link-resources .card > h5 {
  position: relative;
  z-index: 2;
}

.prc-resources .row > div::after {
  color: rgb(5, 104, 150, 40%);
}

.prc-resource-page-wrapper #prc-page-banner {
  background-position-y: top;
}

.prc-section h3 {
  font-size: 35px;
}

.prc-section .flex-wrapper h3 {
  margin-top: 0px;
}

.prc-faq-wrapper a {
  text-decoration: underline;
}

/*********************
MEDIA QUERIES:
PRC Pages
*********************/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #prc-page-banner {
    background-position: center right 12%;
    background-size: cover;
  }
  .col-md-lg-r7 {
    right: 7%;
  }

  #prc-page-banner > .container.pr50.pl50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  #prc-page-banner {
    background: linear-gradient(to right, #e5dfda, #e5dfda);
  }

  .webinar-form {
    margin-top: 30px;
  }

  #home-banner-btns a.btn {
    width: 90%;
    min-width: unset;
  }
}
/************************** Tablet Only CSS ***************************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flex-stack-tablet {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #prc-page-banner .prc-badge-container {
    margin-top: 0px;
  }

  h2.webinar-mobile-title {
    font-size: 1.5em;
  }

  h3.webinar-mobile-subtitle {
    font-size: 1.4em;
  }

  .webinar-form {
    margin-top: 0px;
  }

  .flex-stack-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #home-banner-btns.cta-btn-container-even a.btn {
    min-width: unset;
    width: 100%;
  }

  .cta-btn-container-even a.btn:nth-child(1) {
    margin-bottom: 20px;
  }

  #home-banner-btns .btn {
    font-size: 16px;
  }

  #home-banner-btns .icon-btn {
    flex-direction: column;
  }

  .hide-mobile {
    display: none;
  }

  /* Testimonial Video */
  #testimonials::before {
    display: none;
  }

  .testimonial-video {
    padding-bottom: 0;
  }

  .testimonial-video .testimonial-video-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .testimonial-video iframe {
    height: 188px;
  }

  /* Testimonial Carousel Height */
  #testimonial-carousel {
    padding-bottom: 0;
  }

  #testimonial-carousel .carousel-container {
    height: 600px;
  }

  #testimonial-carousel .section-header {
    top: 0;
  }

  #testimonial-carousel .carousel-container .card,
  .card.testimonial-card {
    height: auto;
  }

  #testimonial-carousel .carousel-container .card-header,
  .card.testimonial-card .card-header {
    flex-direction: column;
    align-items: center;
  }

  #testimonial-carousel .carousel-container .card-header .test-image-wrapper,
  .card.testimonial-card .card-header .test-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  #testimonial-carousel .carousel-container .card-header .test-person-info,
  .card.testimonial-card .card-header .test-person-info {
    text-align: center;
  }

  #testimonial-carousel .carousel-container .test-name {
    line-height: 1.1;
  }

  #testimonial-carousel .card .test-title,
  .card.testimonial-card .test-title {
    line-height: 1.5;
  }

  #testimonial-carousel .carousel-container .card-body {
    padding-top: 0;
  }

  .new-banner .btn-container-flex.flex-stack-mobile .btn {
    width: 90%;
  }

  #free-course.course-info {
    margin-left: unset;
  }
}

#form-header-logo-wrapper {
  max-width: 500px;
}
/********************* Card styles for use across the site **********************/
.card:not(.webinar-card) {
  border: 1px solid #dddddd !important;
  border-radius: 5px !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 0;
  overflow: hidden;
}

*:not(.card-deck) > .card {
  height: 100%;
}

.card.no-border {
  border: none !important;
}

.card.card-square {
  position: relative;
  width: 100%;
  height: auto;
}

.card.card-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.card.card-square .card-square-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card > .card-header,
.card > .card-body,
.card > .card-footer {
  padding: 10px 20px;
  background: white;
  border: none;
}

#industry-news .card > .card-body {
  padding: 20px;
}

.card > .card-header {
  font-weight: bold;
  font-size: 22px;
}

.card > .image {
  padding: 0;
}

.card > .image > img {
  width: 100%;
  object-fit: cover;
}

.card > .card-header i.fas,
.card > .card-header i.fal,
.card > .card-header i.far,
.card > .card-header i.fad {
  margin-right: 10px;
}

.card > .card-header.blue,
.card > .card-body.blue,
.card > .card-footer.blue {
  background: #00445a;
  color: white;
}

.card > .card-header.green,
.card > .card-body.green,
.card > .card-footer.green {
  background: #37dd96;
  color: white;
}

.card > .card-header.red,
.card > .card-body.red,
.card > .card-footer.red {
  background: #a30e00;
  color: white;
}

.card > .card-header.orange,
.card > .card-body.orange,
.card > .card-footer.orange {
  background: #ff984c;
  color: white;
}

.card > .card-header.prc-orange,
.card > .card-body.prc-orange,
.card > .card-footer.prc-orange {
  background: #f47422;
  color: white;
}

.card > .card-header.whitesmoke,
.card > .card-body.whitesmoke,
.card > .card-footer.whitesmoke {
  background: whitesmoke;
  color: #00445a;
}

.card > .card-body {
  font-size: 20px;
}

.card > .card-footer {
  font-size: 20px;
  padding-bottom: 20px;
}

.card > .card-body p:last-child {
  margin-bottom: 0;
}

/************************** Numbers Chart CSS ***************************/
/* Numbers Chart */
.numbers-chart .numbers-row .numbers-col {
  border-right: 1px dotted #aaa;
  padding: 0px 30px;
}

.numbers-chart .numbers-row .numbers-col:nth-child(2n) {
  border-right: none;
}

.numbers-chart .numbers-row .numbers-item-wrapper {
  padding: 15px 0;
  border-bottom: 1px dotted #aaa;
  align-items: flex-start;
}

.numbers-chart .numbers-row:last-child .numbers-item-wrapper {
  border-bottom: none;
}

.numbers-chart .numbers-row .st0 {
  stroke: none !important;
  stroke-width: 0 !important;
}

.numbers-chart .numbers-row:nth-child(2n) .numbers-row-color,
.numbers-chart .numbers-row:nth-child(2n) .st0 {
  color: #00445a;
  fill: #00445a;
}

.numbers-chart .numbers-row:nth-child(2n + 1) .numbers-row-color,
.numbers-chart .numbers-row:nth-child(2n + 1) .st0 {
  color: #f47422;
  fill: #f47422;
}

.numbers-chart .numbers-item-wrapper .numbers-icon {
  width: 64px;
  min-width: 64px;
  margin-right: 10px;
}

.numbers-chart .numbers-number {
  font-size: 60px;
  margin-right: 10px;
  font-weight: 600;
  line-height: 1;
}

.numbers-chart .numbers-item-wrapper .numbers-copy {
  line-height: 1.2;
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 768px) {
  .numbers-chart .numbers-row .numbers-col {
    border-right: none;
  }

  .numbers-chart .numbers-item-wrapper {
    flex-wrap: wrap;
  }

  .numbers-chart .numbers-item-wrapper .numbers-copy {
    flex-basis: 100%;
  }

  .numbers-chart
    .numbers-row:last-child
    .numbers-col:first-child
    .numbers-item-wrapper {
    border-bottom: 1px dotted #aaa;
  }
}

@media only screen and (max-width: 767px) {
  .numbers-chart .numbers-row .numbers-col:nth-child(1n) .numbers-row-color,
  .numbers-chart .numbers-row .numbers-col:nth-child(1n) .st0 {
    color: #00445a;
    fill: #00445a;
  }

  .numbers-chart .numbers-row .numbers-col:nth-child(2n) .numbers-row-color,
  .numbers-chart .numbers-row .numbers-col:nth-child(2n) .st0 {
    color: #f47422;
    fill: #f47422;
  }
}

/************** WP FORMS **************/
div.wpforms-container-full .wpforms-form button[type="submit"].btn-prc-orange {
  background: #ff984c;
  border-color: #ff984c;
  color: #ffffff;
}

div.wpforms-container-full .wpforms-form button[type="submit"].btn-dark-blue {
  background: var(--dark-blue);
  color: #ffffff;
}

/************************** Inputs CSS ***************************/
.wpforms-field.acma-text-field input,
.wpforms-field.acma-text-field textarea,
.wpforms-field.acma-select-field select {
  position: relative !important;
  border: 2px solid #d2d2d2 !important;
  border-radius: 5px !important;
  background: #f8f8f8 !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02) !important;
  padding: 20px 10px !important;
  transition: all 130ms ease-in !important;
}
.wpforms-field.acma-text-field.wpforms-field-phone input[type="tel"] {
  padding-left: 50px !important;
}
.wpforms-field.acma-text-field textarea {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.wpforms-field.acma-text-field input:hover,
.wpforms-field.acma-text-field textarea:hover {
  border-color: #c2c2c2 !important;
  background: #f8f8f9 !important;
}
.wpforms-field.acma-text-field input:focus,
.wpforms-field.acma-text-field textarea:focus {
  border-color: #006690 !important;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03) !important;
  background: #f9fafa !important;
}

.wpforms-field.acma-file-input .wpforms-uploader {
  border-radius: 5px !important;
  border-width: 2px !important;
}
.wpforms-field.acma-select-field select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wpforms-field.acma-radio-button .wpforms-field-label,
.wpforms-field.acma-file-input .wpforms-field-label,
.wpforms-field.acma-text-field .wpforms-field-label,
.wpforms-field.acma-checkboxes .wpforms-field-label,
.wpforms-field.acma-select-field .wpforms-field-label {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

.wpforms-field.acma-radio-button input {
  vertical-align: sub !important;
  width: 20px !important;
  height: 20px !important;
}
.wpforms-field.acma-checkboxes label.wpforms-field-label-inline {
  vertical-align: top !important;
}

.wpforms-field.acma-radio-button ul {
  margin-top: 8px !important;
}

.wpforms-field .wpforms-field-sublabel,
.wpforms-field .wpforms-field-description {
  color: #888;
  font-size: 14px !important;
}

.make-form-white .wpforms-field .wpforms-field-label,
.make-form-white .wpforms-field .wpforms-field-sublabel,
.make-form-white .wpforms-field .wpforms-field-description {
  color: white !important;
}

.make-form-white .wpforms-error {
  color: #ff5959 !important;
}
/************************** Footer Styles ***************************/

#prc-logo-white {
  width: 320px;
  max-width: 100%;
}

.footer-social-icons a {
  color: #707e84;
  font-size: 42px;
}

.footer-social-icons a:hover,
.footer-social-icons a:focus {
  color: white;
}

#footer-rp .footer-subheader,
#footer .footer-subheader {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

#footer p,
#footer ul li,
#footer ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #707e84;
}

#footer-rp ul,
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bg-on-orange {
  fill: white;
  background: white;
  opacity: 0.1;
}

#footer-cta {
  /* background-color: #FF984C; */
  background-color: var(--dark-blue);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

#footer-cta.bg-green {
  background-color: #37dd96;
}

#footer-cta.bg-blue {
  background-color: #00445a;
}

#footer-cta svg.bg-triangles-big {
  top: -100px;
  left: -200px;
  width: 120%;
}

#footer-cta p {
  font-size: 22px;
}

#footer-cta .btn.btn-cta {
  font-size: 20px;
}

#footer-cta .btn.btn-blue.btn-cta {
  background: #176b8f;
  border-color: #176b8f;
  color: white;
}

#footer-cta .btn.btn-blue.btn-cta:hover,
#footer-cta .btn.btn-blue.btn-cta:focus {
  background: #135e7e;
  border-color: #135e7e;
}

.rp-socials li {
  font-size: 42px;
  margin-right: 20px;
}

ul.rp-socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.rp-socials li a {
  color: #00445a;
}

ul.rp-socials li a:hover,
ul.rp-socials li a:focus {
  color: #004c6f;
}

.rp-socials li:last-child {
  margin-right: 0;
}

/* Media Queries */
/* Only desktop */
@media only screen and (min-width: 767px) {
  .nav.navbar-nav .nav-link {
    border-radius: 3px;
    transition: background 150ms ease;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .mobile-text-left,
  .rp-srs.mobile-text-left,
  .section-header.mobile-text-left {
    text-align: left !important;
  }

  /* Sub nav on mobile */
  #subnav {
    border: 1px solid #a7a7a7;
    border-left: none;
    border-right: none;
    padding: 0 !important;
  }
}

.cta-stripe {
  position: relative;
  overflow: hidden;
}

/************************** About Us Styles ***************************/
/* Grad map section */
#grad-map {
  background: #1b6f83;
  position: relative;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#grad-map .container {
  position: absolute;
  top: -40px;
  max-width: none;
  pointer-events: none;
  z-index: 9;
}

#grad-map h2.section-header {
  background: var(--dark-blue);
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

#grad-map #tooltip {
  position: absolute;
  background: #0e2e3a;
  color: white;
  opacity: 0.95;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.14);
  pointer-events: none;
  z-index: 10;
}

#grad-map svg#world-map {
  position: relative;
  z-index: 2;
}

#grad-map svg#world-map path {
  fill: #5193a3;
  position: relative;
}

#grad-map svg#world-map .learner {
  fill: var(--dark-blue);
}

#grad-map svg#world-map .learner:hover {
  stroke: white;
  stroke-width: 2px;
  fill: #276274;
}

/* Core Values */
#core-values {
  font-size: 18px;
  position: relative;
}

#core-values .rp-circle {
  position: relative;
  width: 50%;
  background: whitesmoke;
  border-radius: 100%;
  border: 6px solid var(--dark-blue);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

#core-values .rp-circle::before {
  content: "";
  position: absolute;
  display: block;
  width: 150%;
  height: 6px;
  left: 100%;
  top: calc(50% - 3px);
  background: var(--dark-blue);
}

#core-values .col-sm-12:last-child .rp-circle::before {
  display: none;
}

#core-values .rp-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#core-values .rp-circle .rp-circle-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#core-values .rp-circle .rp-circle-content i {
  font-size: 68px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  #core-values .rp-circle::before {
    display: none;
  }
}

/******************* Why Cert Matters Styles ********************/
img#med-rep-jb-1 {
  width: 80%;
}

/******************* Promote Certification Styles ********************/
img#prc-promote-1 {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .media-wrapper iframe {
    height: 200px !important;
  }
}

/* NO BOTTOM MARGIN */
/* section .container > .row:nth-last-child(1) {

} */
