/*media query*/
/*#1A237E      #1A237E*/
/*#8762cb #9777d2     $purple_rankings*/
/*#7b5bf4     #1A237E  */
/*#9c81ff       #E1D9FF*/
/*#565656       #f9fafb */
/*#565656       #868686 */
/*#d3450d     #D43900*/
/* #f16d26    #f4894f*/
/* #e47400    #fd7043*/
/* #D3450D   #f36d38*/
/* #fd612f     #fd7043*/
/*#1caa64       #67E6A8*/
/* #1caa64 */
/*#178566      #17B88C*/
/* #36b98b */
.is-title-banner {
  width: 1920px;
  max-width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.is-title-banner p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 36px;
}

.is-title-banner p em {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: unset;
}

.wp-block-em-multipurpose-block .has-fixed .is-image-banner .is-block-center {
  padding-top: 100px;
}

@media screen and (max-width: 1700px) {
  .is-title-banner {
    background-size: cover !important;
  }
}
@media screen and (max-width: 1250px) {
  .is-title-banner::before {
    display: block !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #795bac), to(rgba(0, 0, 0, 0.1)));
    background: -o-linear-gradient(left, #795bac 0, rgba(0, 0, 0, 0.1) 96%);
    background: linear-gradient(to right, #795bac 0, rgba(0, 0, 0, 0.1) 96%);
  }
  .is-title-banner {
    padding: 65px 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .is-title-banner {
    background: #795bac !important;
  }
  body .is-title-banner::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, #4B4175 !important), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(left, #4B4175 !important 37%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(left, #4B4175 !important 37%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, #4B4175 !important 37%, rgba(0, 0, 0, 0.1) 100%);
  }
}
body .is-title-banner {
  padding-top: 108px !important;
}

body .is-title-banner {
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1920px;
  max-width: 100%;
}

.is-title-banner::before {
  content: "";
  background: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0.1) 100%);
}

@media screen and (max-width: 980px) {
  body .is-title-banner.is-title-banner:before {
    display: none !important;
  }
  body .is-title-banner.is-title-banner {
    background-color: #fff !important;
    background-image: none !important;
    padding-top: 110px !important;
  }
  body .is-title-banner p {
    text-align: center;
    font-size: 16px !important;
    line-height: 25px;
  }
  .is-title-banner p em {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: unset;
  }
  body .monetization_horizontal_wrap {
    margin-bottom: 20px;
  }
  body .responsiveStickeyBar {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body .is-title-banner p {
    font-size: 16px !important;
    line-height: 25px;
  }
  body .is-title-banner.is-title-banner {
    padding-bottom: 20px !important;
  }
}
.gradientAccordian .advgb-accordion-inner .advgb-accordion-header h4 {
  text-transform: none !important;
  word-break: normal;
}

.is-image-banner > .wp-block-em-multipurpose-block::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .lightpurpleText {
    color: var(--vtx-primary-color);
    font-family: "Poppins", sans-serif;
    font-size: 32px;
  }
}
.list-item-icon:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background-image: url("/wp-content/themes/edumed/images/circle_check.png");
  background-size: cover;
  top: 5px;
  left: 0;
}

.list-item-icon h3 {
  padding-bottom: 15px;
}

.list-item-icon {
  position: relative;
  padding-left: 50px;
}

.list-item-icon.for-x:before {
  background-image: url("/wp-content/themes/edumed/images/!.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
  width: 25px;
  height: 42px;
  background-size: auto;
}

.state-data-table {
  width: 100%;
  padding: 30px 0;
  display: block;
}

.state-data-table tbody,
.state-data-table thead {
  display: block;
}

.state-data-table thead {
  border-bottom: 5px solid #3593cf;
  padding-left: 15px;
  padding-right: 15px;
}

.state-data-table thead tr {
  margin-bottom: 0;
}

.state-data-table thead tr td {
  font-size: 14px;
  color: #3593cf;
}

.state-data-table tr td,
.state-data-table tr th {
  width: 20%;
}

.state-data-table tbody {
  padding: 15px;
  border-width: 6px 1px 1px 1px;
  background-color: #f9fafb !important;
  border-style: solid;
  border-color: #d4d4d4;
  border-top-color: var(--vtx-primary-color);
}

.state-data-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
}

.state-data-table tr td {
  text-align: center;
}

.state-data-table tr th {
  color: #3593cf;
}

.state-data-table tr td a {
  text-decoration: underline;
}

.state-data-table tr:first-child td {
  font-weight: 700;
}

.state-data-table tr td:first-child {
  text-align: left;
}

table.state-data-table.two-clm-tbl tr td {
  width: 40%;
  text-align: left;
}

table.state-data-table.two-clm-tbl tr td:first-child {
  width: 60%;
}

.state-data-table tr:first-child {
  background: #f9fafb !important;
}

@media screen and (max-width: 767px) {
  table.state-data-table.two-clm-tbl tr td {
    font-size: 14px;
  }
  table.state-data-table.five-col-table tr:first-child {
    display: none;
  }
  table.state-data-table.five-col-table,
  table.state-data-table.five-col-table tbody,
  table.state-data-table.five-col-table tr,
  table.state-data-table.five-col-table tr td {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 400;
  }
  table.state-data-table.five-col-table tr td {
    padding-left: 50%;
    padding-bottom: 15px;
    position: relative;
  }
  table.state-data-table.five-col-table tr td:nth-child(3) {
    min-height: 65px;
  }
  table.state-data-table.five-col-table tr td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    font-weight: 700;
    width: 45%;
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  table.state-data-table.five-col-table tr td {
    padding-bottom: 20px;
    padding-left: 60%;
  }
  table.state-data-table.five-col-table tr td:nth-child(3) {
    min-height: 85px;
  }
  table.state-data-table.five-col-table tr td:nth-child(2) {
    min-height: 60px;
  }
  table.state-data-table.five-col-table tr td:before {
    width: 50%;
  }
  .lightpurpleText {
    word-break: normal;
  }
}
@media screen and (max-width: 400px) {
  table.state-data-table.five-col-table tr td:nth-child(3) {
    min-height: 110px;
  }
  .lightpurpleText {
    word-break: normal;
  }
}
@media (min-width: 768px) {
  .state-data-table tr:first-child td {
    font-weight: 600;
    width: 18%;
    text-align: left;
    color: #666666;
    font-size: 16px;
  }
  .state-data-table tr td:first-child {
    width: 25%;
  }
  .state-data-table tr td:nth-child(2) {
    width: 21%;
  }
  .state-data-table tr td:nth-child(3) {
    width: 21%;
  }
  .state-data-table tr td:nth-child(4) {
    width: 21%;
  }
  .state-data-table tr td:last-child {
    width: 31%;
  }
  .state-data-table tr td:first-child {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    word-break: keep-all;
  }
  .state-data-table tr th:first-child {
    text-align: left;
  }
  .four-col-table.state-data-table tr td:last-child {
    width: 21%;
  }
  .four-col-table.state-data-table tr td:first-child {
    width: 28%;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .state-data-table tbody,
  .state-data-table thead {
    padding-left: 10px;
    padding-right: 10px;
  }
  .state-data-table tr {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .state-data-table thead {
    display: none;
  }
  .state-data-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(3, 3, 3, 0.1);
  }
  .state-data-table tr td {
    width: 100%;
    text-align: left !important;
    position: relative;
    padding-left: calc(50% + 10px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .state-data-table tbody {
    padding: 10px;
  }
  .state-data-table tr td::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: calc(50% + 5px);
    text-align: right;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    border-right: 1px solid rgba(3, 3, 3, 0.1);
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    word-break: break-word;
    white-space: pre-line;
  }
  .state-data-table tr td:first-child {
    padding: 15px 15px;
    text-align: center !important;
    font-weight: 700;
    color: var(--vtx-primary-color);
    border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  }
  .state-data-table tr td:first-child:before {
    width: 100%;
    text-align: center;
    display: block;
  }
  .state-data-table tr:first-child {
    display: none;
  }
}
.state-data-table tr td:first-child {
  color: var(--vtx-primary-color);
}

@media screen and (max-width: 600px) {
  .state-data-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .lightpurpleText {
    word-break: normal;
  }
}
.howToBecomeContent h3,
.hubContent h3,
.newsletter-title,
.search-results h2,
h5 {
  word-break: normal;
}

.lightpurpleText {
  font-size: 42px !important;
  color: var(--vtx-primary-color);
  font-family: "Poppins", sans-serif;
  word-break: normal;
}

#black-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #191919;
  font-weight: 600;
}

#faq-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #191919;
  font-weight: 600;
}

#checklist-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: var(--vtx-primary-color);
  font-weight: 600;
}

@media only screen and (max-width: 375px) {
  #faq-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #191919;
    font-weight: 600;
  }
  #black-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #191919;
    font-weight: 600;
  }
  #checklist-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: var(--vtx-primary-color);
    font-weight: 600;
  }
  .lightpurpleText {
    font-size: 32px !important;
  }
}
.related-program-button-design {
  margin-bottom: 0;
}

.related-program-button-design.wp-block-columns .wp-block-column {
  margin-bottom: 0 !important;
}

.related-program-button-design .wp-block-column:first-child .wp-block-button .wp-block-button__link {
  font-size: 36px;
}

.related-program-button-design .wp-block-button .wp-block-button__link {
  width: 100%;
  border-radius: 20px;
  text-align: left;
  font-size: 18px;
  padding: 5px 80px 5px 22px !important;
  min-height: 87px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
}

.related-program-button-design .wp-block-column .wp-block-button {
  margin-bottom: 0;
}

.related-program-button-design .wp-block-column .wp-block-buttons + .wp-block-buttons {
  margin-top: 17px;
}

.related-program-button-design .wp-block-button .wp-block-button__link:after {
  background-image: url("/wp-content/themes/edumed/images/arrow-icon.svg");
  content: "";
  width: 42px;
  height: 27px;
  background-size: 23px auto;
  background-position: center;
  position: absolute;
  right: 20px;
  background-repeat: no-repeat;
  margin-top: -12px;
  top: 50%;
}

.related-program-button-design .wp-block-column .wp-block-buttons + .wp-block-buttons {
  margin-top: 17px;
}

.related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons {
  height: 100%;
}

.related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button {
  height: 100%;
  display: flex;
}

.related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  right: 40px;
}

.related-program-button-design.wp-block-columns .wp-block-column {
  margin: 0 20px 10px 0 !important;
}

.related-program-button-design.wp-block-columns .wp-block-column:last-child {
  margin-right: 0 !important;
}

.related-program-button-design.wp-block-columns .wp-block-button__link:hover {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1150px) {
  .related-program-button-design .wp-block-button .wp-block-button__link {
    padding-right: 60px !important;
  }
  .related-program-button-design.wp-block-columns .wp-block-column:first-child .wp-block-buttons .wp-block-button .wp-block-button__link:after {
    right: 20px;
  }
}
@media (max-width: 980px) {
  .related-program-button-design .wp-block-column:first-child .wp-block-button .wp-block-button__link {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .related-program-button-design .wp-block-column:first-child .wp-block-button .wp-block-button__link {
    font-size: 19px;
  }
  .related-program-button-design {
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .related-program-button-design.wp-block-columns .wp-block-column {
    margin: 0 !important;
  }
  .related-program-button-design .wp-block-column .wp-block-buttons + .wp-block-buttons {
    margin-top: 0;
  }
  .related-program-button-design .wp-block-column .wp-block-buttons {
    margin-bottom: 20px;
  }
  .related-program-button-design .wp-block-column .wp-block-button {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .lightpurpleText {
    font-size: 32px !important;
  }
  html {
    overflow-x: hidden;
  }
}
