@charset "UTF-8";
/*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 */
.expertPopupOuter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 4;
  width: 100%;
  height: 100%;
}

.expertPopupOuter .expertPopup {
  background: #fff;
  width: 1030px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 94%;
  position: relative;
}

.expertPopupOuter .expertPopup .closeIcon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: 700;
  color: var(--vtx-primary-color) _2;
  font-size: 20px;
  cursor: pointer;
}

.expertPopupOuter .expertPopup img {
  width: 130px;
}

.expertPopupOuter .expertPopup .expertImageWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 45px;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 {
  font-size: 30px;
  color: var(--vtx-primary-color);
  cursor: auto;
  font-weight: 700;
}

.expertPopupOuter .expertPopup .expertContentWrap p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .expertPopupOuter .expertPopup {
    display: block;
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
  }
  .expertPopupOuter .expertPopup .expertImageWrap {
    margin-right: 0;
    text-align: center;
  }
  .expertPopupOuter .expertPopup .expertContentWrap {
    text-align: center;
  }
}
h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #191919;
}

.city-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 400px;
  flex-wrap: wrap;
  gap: 10px;
}

.city-table li {
  height: 40px;
  text-align: left;
  font-family: "Poppins", "Open Sans";
  list-style: none;
}

.city-table li::before {
  content: "•";
  font-size: 2rem;
  line-height: 0;
  position: relative;
  top: 5px;
  left: -16px;
  color: var(--vtx-primary-color);
}

@media (max-width: 735px) {
  .city-table {
    max-height: 800px;
  }
}
@media (max-width: 440px) {
  .city-table {
    max-height: none;
  }
}
.minus-icon .purple-subtitle,
.plus-icon .purple-subtitle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}

.minus-icon p,
.plus-icon p {
  margin-left: 35px;
}

.minus-icon .purple-subtitle:nth-child(1),
.plus-icon .purple-subtitle:nth-child(1) {
  margin-top: 0;
}

.minus-icon .purple-subtitle::before,
.plus-icon .purple-subtitle::before {
  content: url(/wp-content/uploads/2021/09/Plus-Button.svg);
  position: absolute;
  left: -35px;
  height: 22px;
  width: 22px;
}

.plus-icon .purple-subtitle::before {
  content: url(/wp-content/uploads/2021/09/Plus-Button.svg);
}

.minus-icon .purple-subtitle::before {
  content: url(/wp-content/uploads/2021/09/Minus-Button.svg);
}

p.heading-style {
  font-family: "Poppins", sans-serif;
  color: var(--vtx-primary-color);
  font-weight: 600;
}

.decorated-link {
  font-family: "Poppins", sans-serif;
  color: #D43900;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  padding: 0;
}

#faq-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #191919;
  font-weight: 600;
  line-height: 2.25rem;
}

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

h4,
.text-h4 {
  font-family: "Poppins", "Open Sans";
  font-size: 1.333rem;
  line-height: 1.889rem;
  font-weight: 600;
  padding-top: 0;
}

.text-h4 + p {
  padding-top: 0;
}

p + .text-h4 {
  margin-top: 15px;
}

p + p {
  padding-top: 0;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #191919;
}

p.purple-subtitle {
  font-family: "Poppins", "Open Sans";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--vtx-primary-color);
  padding-bottom: 0;
}

p.purple-subtitle a {
  font-family: "Poppins", "Open Sans";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--vtx-primary-color);
  text-decoration: underline;
}

.gradientAccordian .advgb-accordion-inner .advgb-accordion-header h4 {
  font-size: 1.875rem !important;
}

@media screen and (max-width: 375px) {
  #faq-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #black-title {
    font-size: 1.5rem;
  }
  .gradientAccordian .advgb-accordion-inner .advgb-accordion-header h4 {
    font-size: 1.25rem !important;
  }
}
ul.accurate-bullets {
  list-style: none;
  list-style-position: outside;
}

ul.accurate-bullets li {
  text-indent: -12px;
  padding-bottom: 16px;
}

ul.accurate-bullets li::before {
  content: "•";
  font-size: 2rem;
  line-height: 0;
  position: relative;
  top: 5px;
  left: -16px;
  color: var(--vtx-primary-color);
}

ul.title-list {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ul.title-list li {
  text-indent: -12px;
  padding-bottom: 16px;
  font-family: "Poppins", "Open Sans";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0;
  color: var(--vtx-primary-color);
}

ul.title-list li::before {
  content: "•";
  font-size: 2rem;
  line-height: 0;
  position: relative;
  top: 5px;
  left: -16px;
  color: var(--vtx-primary-color);
}

ol.purple-numbers {
  padding: 0;
  margin-left: 20px;
}

ol.purple-numbers li {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", "Open Sans";
  color: var(--vtx-primary-color);
}

p.inline-with-bullets {
  margin-left: 20px;
}

p.inline-with-bullets-deep {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  ul.title-list li {
    font-size: 1rem;
    padding-bottom: 5px;
  }
  ul.title-list li::before {
    font-size: 1.3rem;
    top: 2px;
  }
  p.inline-with-bullets-deep {
    margin-left: 33px;
  }
}
div.wp-block-buttons > div.accurate-button.wp-block-button {
  margin: 0 auto 0 auto;
  width: 62%;
}

div.wp-block-buttons > div.accurate-button.wp-block-button a {
  font-family: "Poppins", "Open Sans";
  font-weight: 600;
  line-height: 144%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  div.wp-block-buttons > div.accurate-button.wp-block-button {
    width: 100%;
  }
  div.wp-block-buttons > div.accurate-button.wp-block-button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
.is-title-banner {
  width: 1920px;
  max-width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
  .is-title-banner {
    padding: 40px 0 !important;
  }
  .two-col-button {
    margin-right: 50px;
  }
}
@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%);
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .is-title-banner {
    padding: 30px 0 !important;
  }
}
.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-style: unset;
}

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%;
}

@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;
  }
}
@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;
  }
}
.advgb-accordion-inner .advgb-accordion-header .advgb-accordion-header-title {
  font-family: "Open Sans", Poppins;
  font-size: 1.875rem;
  text-transform: none !important;
}

.gradientAccordian .wp-block-em-image-with-content .img-wrap .wp-block-image img {
  max-width: 100%;
}

.gradientAccordian .wp-block-em-image-with-content .img-wrap .wp-block-image {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .advgb-accordion-inner .advgb-accordion-header .advgb-accordion-header-title {
    font-size: 1.25rem;
  }
  .text-h4 {
    font-family: "Poppins", "Open Sans";
    font-size: 1.143rem;
    line-height: 1.764rem;
    font-weight: 600;
  }
}
.simple-texts-block ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}

.simple-texts-block ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--vtx-primary-color);
  border-radius: 50px;
  position: absolute;
  left: -30px;
  top: 8px;
}

.simple-texts-block ul li:last-child {
  margin-bottom: 0;
}

.simple-texts-block ul li > strong {
  color: var(--vtx-primary-color);
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.simple-texts-block ul.mb-30 li {
  margin-bottom: 30px;
}

.simple-texts-block.no-bulletes {
  padding-left: 0;
}

.simple-texts-block.no-bulletes ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.simple-texts-block.no-bulletes ul li:before {
  display: none;
}

.simple-texts-block .strong-break {
  margin-top: 0;
}

.simple-texts-block .strong-break li > strong {
  display: block;
  margin-bottom: 10px;
}

.simple-texts-block .strong-break li > br {
  display: none;
}

.simple-texts-block .strong-break li:last-child {
  margin-bottom: 0;
}

.simple-texts-block .strong-break li a strong {
  display: block;
}

.simple-texts-block.no-bulletes ul.resource-list li a {
  text-decoration: underline;
}

.simple-texts-block.no-bulletes ul.resource-list li {
  margin-bottom: 25px;
}

.state-data-table {
  width: 100%;
  padding: 5px 0 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 {
  color: #666666;
  text-align: left;
}

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

.state-data-table tr:first-child td {
  font-weight: 600;
  width: 25%;
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.state-data-table tr td:first-child {
  width: 25%;
  text-align: center;
  color: var(--vtx-primary-color);
}

.four-col-table.state-data-table tr th:first-child {
  text-align: center;
}

@media (min-width: 768px) {
  .state-data-table tr:first-child td {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    width: 25%;
    color: var(--vtx-primary-color);
    font-size: 16px;
  }
  .state-data-table tr td:nth-child(2) {
    width: 25%;
    text-align: center;
  }
  .state-data-table tr td:nth-child(3) {
    width: 25%;
    text-align: center;
  }
  .state-data-table tr td:last-child {
    width: 25%;
    text-align: center;
  }
  .state-data-table tr td:first-child {
    font-size: 16px;
    color: var(--vtx-primary-color);
    font-weight: 600;
    word-break: keep-all;
  }
  .four-col-table.state-data-table tr td:last-child {
    width: 25%;
  }
  .four-col-table.state-data-table tr td:first-child {
    width: 25%;
  }
}
@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: #191919;
    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;
  }
  .four-col-table.state-data-table tr td:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .state-data-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.responsiveStickeyBar {
  display: none;
}

.resource-links {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  color: #D43900;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .resource-links {
    font-size: 20px;
  }
}
.expert-question {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  color: var(--vtx-primary-color);
}
@media screen and (max-width: 767px) {
  .expert-question {
    font-size: 20px;
  }
}

ul.bullets-with-title {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ul.bullets-with-title strong {
  color: var(--vtx-primary-color);
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  position: relative;
}

ul.bullets-with-title li {
  margin-bottom: 20px;
  position: relative;
}

ul.bullets-with-title li::before {
  content: "•";
  font-size: 2rem;
  line-height: 0;
  position: absolute;
  top: 15px;
  left: -25px;
  color: var(--vtx-primary-color);
}

.mobile-friendly-table-type1 {
  margin: 0;
}

.mobile-friendly-table-type1 table tbody tr {
  background: #fff;
  border-bottom: 10px solid transparent;
}

.mobile-friendly-table-type1 table tbody tr:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .singlerow-header tbody tr td:first-child .m-heading_label {
    display: none;
  }
  .mobile-friendly-table-type1 .m-heading_label {
    display: block;
    width: 65%;
    color: #191919;
    font-size: 15px;
    text-align: left;
  }
  .mobile-friendly-table-type1 td:first-child {
    color: #D43900;
    text-decoration: underline !important;
    text-align: center;
  }
  .mobile-friendly-table-type1 table {
    padding: 5px 5px 0;
    overflow: hidden;
  }
  .mobile-friendly-table-type1 table thead {
    display: none;
  }
  .mobile-friendly-table-type1 tbody tr {
    border-bottom: none;
    margin-bottom: 10px;
  }
  .mobile-friendly-table-type1 tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: left;
    max-width: 90%;
    margin: auto;
  }
  body .mobile-friendly-table-type1 tbody tr td {
    position: relative;
    background: 0 0;
    border-bottom: none;
  }
  .mobile-friendly-table-type1 tbody tr td:first-child,
  .mobile-friendly-table-type1 tbody tr:last-child td:first-child {
    font-weight: 700;
    padding-left: 10px;
    justify-content: center;
    border-bottom: solid 3px #f9fafc;
  }
  .mobile-friendly-table-type1 table tbody tr:last-child td:last-child {
    border-bottom: 0;
  }
  .mobile-friendly-table-type1 table tbody tr:last-child td:last-child::after {
    top: -2px;
    height: calc(100% + 4px);
  }
  .mobile-friendly-table-type1 tbody tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile-friendly-table-type1 .m-heading_label {
    display: none;
  }
  .mobile-visible {
    display: none;
  }
  .mobile-friendly-table-type1 {
    margin: 0;
    overflow-x: unset;
  }
  .mobile-friendly-table-type1 table {
    border-collapse: collapse;
  }
  .mobile-friendly-table-type1 table thead tr th {
    text-align: center;
    background: 0 0;
    color: var(--vtx-primary-color);
    padding: 15px 5px 30px 10px;
  }
  .mobile-friendly-table-type1 table thead tr th:first-child {
    width: 190px;
    padding-left: 40px;
    text-align: left;
  }
  .mobile-friendly-table-type1 tbody {
    border-bottom: none;
  }
  .mobile-friendly-table-type1 table tbody tr td {
    background: 0 0;
    color: #191919;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    border: none;
  }
  .mobile-friendly-table-type1 table tbody tr td:first-child {
    text-align: left;
    padding: 20px 40px 15px;
  }
  .mobile-friendly-table-type1 table tbody tr:first-child td::before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  .mobile-friendly-table-type1 table tbody tr:first-child td {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .mobile-friendly-table-type1 {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  body .mobile-friendly-table-type1.no-header-table tbody tr td {
    justify-content: left;
  }
  .mobile-friendly-table-type1.no-header-table tbody tr td:first-child {
    font-weight: 400;
    border-bottom: none;
    justify-content: left;
  }
  body #employment-table.mobile-friendly-table-type1 tbody tr td .m-heading_label {
    width: 70%;
  }
}
