﻿.row.sidebyside {
  display: flex;
}

.sidebyside2 {
  order: -1;
}

p.most-popular {
  border: 2px solid gold;
  background-color: gold;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-family: "SharpSansBoldMed", Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 10px;
}
.most-popular-content {
  border-width: 3px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-color: gold;
  border-style: none solid solid solid;
  padding-top: 20px;
}

.callout-icon {
  padding: 0px;
  margin-bottom: 15px;
  display: inline;
  text-decoration: none !important;
}


.callout-icon-img{
  border: 0px solid gold;
  border-radius: 25px;
  padding: 15px;
  width: 300px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.callout-icon-img h4{
  text-align: center;
  font-size: 30px !important;
  vertical-align: middle;
  position: absolute;
  top: 38%;
  left: 28%;
}

h4#Pay-your-way-03{
  top: 32% !important; 
  left: 24% !important;
}

.callout-icon-img img{
  opacity: 85%;
}

.TopIcon {
  text-align: center;
  vertical-align: middle;
  /* margin-top: 45px; */
  font-size: 60px;
  width: 100%;
  color: #bad532;
}

a.callout-icon-img:hover {
  border: 7px solid gold;
  text-decoration: #gold underline !important;
}

.callout-icon-img img:hover{
  opacity: 100%;
}

h1.hero2col {
  font-style: normal;
  text-align: left !important;
  margin-top: 40px !important;
  padding-left: 25px !important;
  padding-right: 0px !important;
}

h1.side2col {
  font-style: normal;
  font-size: 34px !important;
  letter-spacing: -.56px;
  line-height: 42px !important;
  margin-top: 30px !important;
  margin-bottom: 17px;
  color: #292929;
}

h2.hero2col {
  font-style: normal;
  font-size: 22px;
  text-align: left;
  color: #bad532;
  line-height: 32px;
  margin-bottom: 40px !important;
  margin-left: 20px !important;
}


h2.side2col {
  margin-bottom: 25px !important;
  text-align: center;
  letter-spacing: -.56px;
  color: #93328e !important;
  font-size: 25px !important;
  font-style: normal;
  line-height: 32px !important;
}

.contentHero h4 {
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0px;
  color: #545454 !important;
}

.contentHero h5 {
  text-align: center;
  font-style: normal;
  font-size: 16px !important;
  color: #545454;
}

.ribbon {
  width: 110px;
  font-size: 20px;
  padding: 5px;
  position: absolute;
  right: 45px;
  top: -6px;
  text-align: center;
  border-radius: 18px;
  transform: rotate(20deg);
  background-color: #ffd700;
  color: black;
}

footer {
  background-color: rgba(40, 40, 40, 1) !important;
}

.hero-green {
  background-color: #bad532 !important;
}

.hero-darkgray {
  background-image: linear-gradient(to bottom, rgba(84, 84, 84, 1), rgba(40, 40, 40, 1));
}

.bg-purple {
  background-color: #93328e !important;
}

.bg-lgblue {
  background-color: #9ADCF4 !important;
}

.bg-gray {
  background-color: #fafafa !important;
}

ol.list-green li {
  color: #ffffff;
  position: relative;
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
}

ol.list-green li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  display: block;
  position: absolute;
  left: -45px;
  width: 24px;
  margin-left: 0px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  font-family: "SharpSansBoldMed", Verdana, Arial, sans-serif;
  background: #bad600;
  color: #fff;
}

.headerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: #ffffff !important;
}

ol.list-purple li {
  color: #ffffff;
}

.pyw-img-block {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ab-page_cta__img {
  margin-top: 10%;
  width: 70%;
  vertical-align: middle;
}

.contentHero.hero-size-md,
.contentHero.hero-size-md .hero-content {
  min-height: 50px;
}

.qual-sect {
  font: normal 22px 'SharpSans', sans-serif;
  letter-spacing: 1px;
  color: #ffffff !important;
  margin-bottom: 0px;
}

.button-green {
  display: block;
  max-width: 300px;
  line-height: 30px;
  height: auto;
  padding: 10px 0px;
  margin: 15px auto;
  background: transparent;
  border: solid 2px #000000;
  color: #000000;
  font-size: 22px !important;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.button-green-login {
  display: block;
  max-width: 400px;
  line-height: 30px;
  height: auto;
  padding: 10px 0px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  background: #bad600;
  border: solid 2px #bad600;
  color: #000000;
  font-size: 18px !important;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.button-green:hover,
.button-green-login:hover {
  cursor: pointer;
  border: solid 2px #545454 !important;
  color: #545454 !important;
  text-decoration: none;
  background-color: #ffffff !important;
}

.TableOrange {
  border-bottom: none;
  width: 60% !important;
  height: 154px !important;
}

div.QualifyBox {
  margin-top: 10px;
  background-color: #bad600;
  padding: 20px 10px 10px 10px;
}

@media (max-width: 992px) {
  .ab-page_cta__img {
    height: auto;
    width: 50% !important;
  }

  .row.sidebyside {
    display: block;
    ;
    align-items: center;
  }

  .sidebyside2 {
    order: 1;
  }
}

@media (max-width: 768px) {
  .icon-row {
    height: 650px;
  }

  .ab-page_cta__img {
    height: auto;
    width: 50% !important;
  }

  .TableOrange {
    width: 100% !important;
  }

  .callout-icon-img{
    border: 0px solid gold;
    border-radius: 15px;
    padding: 15px;
    width: 230px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
  }

  .callout-icon-img h4{
    text-align: center;
    font-size: 27px !important;
    vertical-align: middle;
    position: absolute;
    top: 38%;
    left: 28%;
  }
  h4#Pay-your-way-03{
    top: 26% !important;
    left: 19% !important;
  }

  .ribbon{
    top: -30px !important;
  }
}

@media (min-width: 768px) {
  
}

@media (max-width: 300px) {
  .ab-page_cta__img {
    height: auto !important;
    width: 40% !important;
  }
  .ribbon{
    top: -30px;
  }
}
