/*** Titles, typography, lists ***/
h1, h2, h3, h4, h5, h6 {
	color: #313131;
}
h3, h4, h5, h6 {
    font-family: myriad-pro, open-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
}
h1, h2 {
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
}
h3 {
    font-size: 170%;
    margin: 36px 0 12px;
}
#home-hero h2 {
    font-size: 3rem;
    margin: 0 .5rem 1.2rem 0;
    line-height: 1.2;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
	color: #C25624;
}

#template3-h1-title {
    font-size: 2.75em;
    font-weight: 600;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: .25em;
    border-bottom: 1px solid #e2e2e2;
}
#interior-main-content h2 {
    margin-top: 1em;
    font-size: 2.25em;
    line-height: 1.2em;
    font-weight: 700;
}
#interior-top-left-sidebar h5 {
    color: #d96808;
    padding-top: 10px;
    font-weight: 500;
    font-family: open-sans, sans-serif;
}
#interior-left-sidebar h5 p {
    color: #c25713;
    font-size: 130%;
}
a:link, a:visited {
    color: #c25713;
    text-decoration: none;
    transition: 0.3s;
}
#interior-main-content a:hover {
    text-decoration: underline;
}
/*** END Titles, typography, lists ***/

/*** HOME PAGE UPDATES ***/
#home-alert {
  /*top: 690px;*/
  position: unset;
  margin: 0 auto;
  /*margin-top: -2rem;*/
}
#home-alert, .homealert-mobile section {
    color: #fff;
    background: #c25713;
    margin: 0 auto;
    max-width: 90%;
    /* height: 130px; */
    text-align: center;
    padding: 1.85rem 1.66rem;
}
#home-alert {
    left: 11%;
    right: 11%;
    bottom: -9%;
    position: absolute;
    padding: 1.85rem 1.66rem;
}
.hero-new #home-alert section ul li div {
    display: inline-block;
    font-size: 1.66rem;
    line-height: 1.2;
    margin-top: 0;
    color: #fff;
}
.hero-new #home-alert a:link, .hero-new #home-alert a:visited {
    display: inline-block;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 25px;
    margin-left: 20px;
    text-decoration: none;
    color: #fff;
    padding: 10px 16px;
    font-size: 1rem;
}
.hero-new #home-alert a:hover, .hero-new #home-alert a:active {
    color: #d96808;
    background-color: #fff;
}

#home-hero article {
  margin: 0 4rem;
  padding: 4rem 2rem 1rem 0;
  width: 42.5%;
}
#home-middle-featureboxes {
    background-color: #fff;
    width: 95%;
    text-align: center;
    padding: 10px 0 30px;
    margin: 1em auto 0;
    overflow: hidden;
}
#home-middle-featureboxes h1 {
    font-size: 225%;
    font-weight: 600;
    margin-bottom: 15px;
}
#home-middle-featureboxes h2 {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    line-height: 1.3;
	width: 90%;
    margin: 0 auto 40px;
    font-size: 135%;
}
#home-bottom-featureboxes {
  margin: 0 auto;
  padding: 6rem 0 4rem;
background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(242, 240, 238) 24%, rgb(242, 240, 238) 86%, rgb(255, 255, 255) 100%);}

/*** Footer ***/
footer p, #footer-info-left p, #footer-info-left span, #footer-info-right p {
    font-size: 90%;
    color: #313131;
}
footer a:link, footer a:visited, #footer-info-right a:link, #footer-info-right a:visited {
    color: #313131;
    text-decoration: none;
    font-size: 95%;
}
/*** END Footer ***/
.cta-blue:link, .cta-blue:visited {
    display: inline-block;
    border: 1px solid #1d8bbe;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 40px;
    margin: 20px 0;
    text-decoration: none !important;
    color: #c25713 !important;
    font-size: 110%;
	font-weight: normal;
}
.cta-blue:hover, .cta-blue:active {
    background-color: #1d8bbe !important;
    border: 1px solid #1d8bbe !important;
    color: #fff !important;
}
@media screen and (min-width: 1600px) {
#home-alert {
    left: 11%;
    right: 11%;
    bottom: -15%;}
  #home-bottom-featureboxes {
      padding: 9rem 0 4rem;}
  }

@media screen and (min-width: 1201px) and (max-width: 1450px) {
  #home-hero {
    height: 500px
  }
  #home-hero article {
    margin: 0 4rem!important;
    width: 45%;
    border-radius: none;
    background: none;
    text-align: left
  }
  #home-hero h3 {
    margin: 0;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1450px) {
  #home-alert {
    left: 8%;
    right: 8%;
    bottom: -12.33%;}
}
@media screen and (min-width: 1201px) and (max-width: 1350px) {
  #home-alert {
    left: 7%;
    right: 7%;
    bottom: -3.33%;}
}

@media screen and (max-width: 1200px) {
  #home-hero article {
    padding: .5rem .25rem;
    width: 45%;
    margin: 0 4rem !important;
    border-radius: 5px;
    background: none;
    text-align: left;
  }
  /*#home-alert {
    left: 6%;
    right: 6%;
    bottom: calc(-12% - 5px);}*/
#home-bottom-featureboxes {
    padding: 9rem 0 4rem;}
#home-bottom-featureboxes .featurebox-generic p {
      height: auto;}
}

@media screen and (min-width: 1080px) and (max-width: 1200px) {
  #home-hero {
    height: 400px;/*490*/
  }
  #home-hero article {
    padding: 1.5rem .25rem;
    width: 45%;
    /*margin: 2rem 4rem 4rem !important;*/
    margin: 0 4rem!important;
    border-radius: 5px;
    background: none;
    text-align: left;
  }

  #home-hero h3 {
    margin: 0;
  }
  #home-alert {
    left: 6%;
    right: 6%;
    bottom: -21.5%;}
}

@media screen and (min-width: 920px) and (max-width: 1079px) {
  #home-hero {
    overflow: visible;
    height: 380px;
    background-size: contain;
    background-position: right top;
  }

  #home-hero h2 {
    font-size: 2.6rem;
  }

  #home-hero h3 {
    margin: 0;
    font-size: 1rem;
  }

  #home-hero article {
    padding: 1.5rem 2.5rem;
    width: 42%;
    margin: 0 !important;
    border-radius: 5px;
    background: none;
    text-align: left;
  }
  #home-alert {
    left: 5%;
    right: 5%;
    bottom: -21.5%;}
}
@media screen and (min-width: 921px) {
  #home-hero article {
    visibility: visible;
  }
  .display-mobile {display:none;}
}

@media screen and (max-width: 920px) {
  #home-hero {
    overflow: auto;
    height: 375px;
    width: auto;
    background-image: url(../images/TPA-Web-Hero_Pro-800x375.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% top;
  }
  #home-hero article {
    visibility: hidden;
    width: auto;
  }
  .display-mobile {display:block;}
  .hide-mobile {display:none;}
  .homealert-mobile section {
    text-align:center;
    font-size: 1.5rem;}
  .homealert-mobile a {
    display: block;
    width: fit-content;}
    #home-bottom-featureboxes {
    padding: 0rem 0 4rem;}

}
@media screen and (max-width: 749px) {
#home-hero {
    overflow: hidden;
    /*height: 150px!important;*/
	height: auto;
  }
#home-hero h2 {
    font-size: 0px;
	}
}
@media screen and (min-width: 542px) and (max-width: 749px) {
    #home-hero article {
        min-height: 300px;
    }
}
@media screen and (max-width: 480px) {
    .hero-header-sm div {
        margin-top: 0px;
    }
}
@media screen and (max-width: 420px) {
#home-hero {
    overflow: hidden;
    /*height: 250px!important;*/
  }
#home-hero article {
margin: 0!important;
max-height: 200px;
}
.hero-header-sm > div {
  margin-top: 0px;
}
}
.hero-header-sm {
  clear: both;
  padding: 0 1rem 3rem;}
.hero-header-sm div {
  padding: 0 1rem 1rem;
text-align: center;
}
.hero-header-sm > div {
border-bottom: 1px solid #333;
	
}
.hero-header-sm h3 {
  font-size: 1.33rem;
  margin: .5rem 0;}
.hero-header-sm a:link, .hero-header-sm a:visited {
    display: inline-block;
    border: 1px solid #c25713;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 24px;
    margin-top: 1rem;
    text-decoration: none;
    color: #c25713;
    font-size: 110%;
}
.hero-header-sm .homealert-mobile a {
  font-size: 1rem;
  display: block;
  width: fit-content;
  margin: .5rem auto;
width:40%;}
/*** END HOME PAGE UPDATES ***/
/***** global styles *****/
#home-alert, #home-alert-section, .homealert-mobile section  {
  background: #c25713;
  background: -moz-linear-gradient(left, rgba(194,89,19,1) 0%, rgba(194,89,19,1) 24%, rgba(236,112,11,1) 86%, rgba(236,112,11,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,89,19,1)), color-stop(24%, rgba(194,89,19,1)), color-stop(86%, rgba(236,112,11,1)), color-stop(100%, rgba(236,112,11,1)));
background: -webkit-linear-gradient(left, rgba(194,89,19,1) 0%, rgba(194,89,19,1) 24%, rgba(236,112,11,1) 86%, rgba(236,112,11,1) 100%);
}
#contact-section {
  background: #c25713;
  background: -moz-linear-gradient(left, rgba(194,89,19,1) 0%, rgba(194,89,19,1) 24%, rgba(236,112,11,1) 86%, rgba(236,112,11,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,89,19,1)), color-stop(24%, rgba(194,89,19,1)), color-stop(86%, rgba(236,112,11,1)), color-stop(100%, rgba(236,112,11,1)));
background: -webkit-linear-gradient(left, rgba(194,89,19,1) 0%, rgba(194,89,19,1) 24%, rgba(236,112,11,1) 86%, rgba(236,112,11,1) 100%);
}
/*
#searchform input {
    height: 27px;
    background: url(/wp-content/uploads/images/icons/icon-checkmark-blk.svg) no-repeat left 2px;
}
#searchform input:active {
  background: none;
}*/

#page-breadcrumb p {color: #7b7b7b;}
#breadcrumbs .breadcrumb_last {color:#313131}

h3.widget-title {
    font-size: .95rem;}
.title-orange {color: #c25713;}
.title-underlined {
width: 100%;
padding: .5rem 0;
border-bottom: 1px solid #ebe8e8;}
.two-float-cols .col-hdr {margin-top:0;}

#interior-main-content ul li, #interior-main-content ol li, #interior2-middle ul li {
    margin-bottom: .85em;}
#interior-main-content ul {
    margin: 18px 3% 30px 30px;
}
#interior-main-content ul, #interior2-middle ul, #interior2-middle article ul {
    list-style: none;
    list-style-position: outside;
}
#interior-main-content ul li, #interior2-middle ul li {
    margin-bottom: .85em;
	line-height: 1.5;
}
#interior-main-content ul li::before {
    content: "\2022";
    color: #a2a2a2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/* remove pdf logo on cta button*/
a.cta-orange[href$='.pdf'], a.cta-orange-strong[href$='.pdf'] {
    background: transparent;
    padding-right: 40px;
}
a.cta-orange[href$='.pdf']:link, a.cta-orange[href$='.pdf']:visited, a.cta-orange-strong[href$='.pdf']:link, a.cta-orange-strong[href$='.pdf']:visited {
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 40px;
  color: #c25713 !important;}
a.cta-orange[href$='.pdf']:hover, a.cta-orange[href$='.pdf']:active {
    background-color: #c25713;
    border: 1px solid #c25713;
    color: #fff !important;
}
a.cta-orange-strong[href$='.pdf']:link, a.cta-orange-strong[href$='.pdf']:visited {
  display: inline-block;
    border-radius: 30px;
    padding: 8px 40px;
    margin: 20px 0;
    background-color: #c25713 !important;
    border: 1px solid #c25713 !important;
    color: #fff !important;
}
a.cta-orange-strong[href$='.pdf']:hover, a.cta-orange-strong[href$='.pdf']:active { background-color: #fff !important;
border: 1px solid #c25713 !important;
color: #c25713 !important;}

.cta-orange:link, .cta-orange:visited, .cta-orange-strong:link, .cta-orange-strong:visited {margin: .25rem 0 1.25rem;}
a.cta-orange-strong[href$='.pdf']:link, a.cta-orange-strong[href$='.pdf']:visited {margin: .66rem 0 1.25rem;}

a.cta-download {
  display: inline-block;
  margin: .5rem 0 .15rem;}
a.cta-download::before {
    font-family: dashicons;
    content: "\f316";
    padding-right: .25rem;
    vertical-align: bottom;}
a:hover::before, a:active::before, a.cta-download:hover::before, a.cta-download:active::before {text-decoration: none;}

a.cta-link {
  color: #c25713;
  display: block;
  margin-top: .25rem;
}
a.cta-link::after {
  content: "\00279c";
  margin: 0 .25rem;
  text-decoration: none;
}

.clr-org {color:#F57C1F;}
.clr-org-drk {color:#C25713;}
.clr-blue {color:#1DA1DB;}
.clr-blue-drk {color:#125E86;}
.clr-yellow {color:#F5A71F;}
.svg-org {filter: invert(.40) sepia(90) saturate(7) hue-rotate(356deg);}
.svg-org-drk {filter: invert(.21) sepia(90) saturate(7) hue-rotate(353deg);}
.svg-blue {filter: invert(.74) sepia(5) saturate(49) hue-rotate(167deg);}
.svg-blue-drk {filter: invert(0) sepia(1) saturate(100) hue-rotate(190deg);}
.svg-yellow {filter: invert(.87) sepia(15) saturate(27) hue-rotate(4deg);}

.icon-bg-org {background-color:#FFF4E5;}
.icon-bg-org-drk {background-color:#C25713;}
.icon-bg-blue {background-color:#E2EFF5;}
.icon-bg-blue-drk{background-color:#125E86;}
.icon-bg-yellow {background-color:#FBF0DB;}

.container {
  border: none;
  padding: .5rem 0;
  max-width: 800px;
}
.container-img {
  display: inline-block;
vertical-align: top;
text-align: center;
border-radius: 90%;
padding: 8px 10px;
width: 2.5rem;
margin: 0px 30px 0 0;
}
.container-img img {vertical-align: middle;}

.container-text {
  display: inline-block;
  width: 70%;
}
.container-text h3, .container-text h5 {
  margin-top: 0;
}

.container-img.icon-bg-org img {filter: invert(.75) sepia(50) saturate(53) hue-rotate(342deg);}
.container-img.icon-bg-org-drk img {filter: invert(.31) sepia(90) saturate(8) hue-rotate(353deg);}
.container-img.icon-bg-blue img {filter: invert(.72) sepia(5) saturate(50) hue-rotate(165deg);}
.container-img.icon-bg-blue-drk img {filter: invert(.50) sepia(1) saturate(99) hue-rotate(190deg);}
.container-img.icon-bg-yellow img {filter: invert(.76) sepia(10) saturate(35) hue-rotate(335deg);}

/* responsive embed*/
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 137.5%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#interior-main-content ul.ul-checklist li::before {
    content: none;
    color: inherit;
    font-weight: normal;
    display: inline-block;
    width: inherit;
    margin-left: -1em;
}

.ul-checklist {
  padding: 0;
  margin: 0;
  margin-left: .66rem;
  list-style-type: none;}
.ul-checklist .checkmark {
  background: url(/wp-content/uploads/images/icons/icon-checkmark-blk.svg) no-repeat left 2px;
  height: 1rem;
  padding: .25rem;
  padding-left: 2rem;}

/***** END global styles *****/
.region-info .two-float-cols div {padding:0 .25rem;}
.region-info h4.col-title-1, .region-info h4.col-title-2 {
  padding: .5rem;
    margin-right: .66rem;
    /* border-bottom: 1px solid #eaeaea; */
    background: #FFEBCB;}
.region-info h4.col-title-2 {
        background: #FDD38D;}
.region-table .chc-title {
  border-top: 1px solid #eaeaea;
    /*background-color: #eaeaea;*/
  padding: .75rem .5rem .5rem;}
.region-table .chc-title h5 { margin: 0;}
.region-table .chc-info {
  vertical-align: top;
  width: 40%;
  padding: 0 .25rem .75rem .5rem;}
.region-table .chc-logo {
  text-align: center;
  vertical-align: middle;
  width: 60%;
  padding-bottom: .25rem;}
.region-table .chc-logo img {
  display: block;
  width: 180px;
  max-width: 80%;
  margin: 1px auto;
}
table.region-table tr:nth-of-type(even) {
border-collapse: separate;
border-spacing: 0 0 15px 0;
border-bottom: 1px solid #666;}
.region-table td.noborder {
  border:none}
/*Css for table in http://medicaid.dev-chpw.org/medicaid-plan/apple-health-eligibility/*/
/*Begin standard table*/
.table-std, .table-std tbody, .table-std tfoot, .table-std thead, .table-std tr, .table-std th, .table-std td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.table-std {
  margin-bottom: 2rem;
  width:100%;
}
.table-std thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 2rem;
}
.table-std tr {
  border: none;
}
.table-std th {
  background-color: #fff;
  padding: 1.2rem .5rem;
  text-align: left;
  vertical-align: middle;
}
.table-std td {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: .66rem;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}
.table-std tr:nth-child(even) {background:#F2F0EE;border-left:1px solid #fff}
/*End standard table*/
/*Begin requirements table*/
.table-ah-requirements, .table-ah-requirements tbody, .table-ah-requirements tfoot, .table-ah-requirements thead, .table-ah-requirements tr, .table-ah-requirements th, .table-ah-requirements td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.table-ah-requirements {
  margin-bottom: 2rem;
  width:100%;
}
.table-ah-requirements thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 2rem;
}
.table-ah-requirements tr {
  border: none;
}
.table-ah-requirements th {
  background-color: #fff;
  padding: 2%;
  text-align: center;
  vertical-align: middle;
}
.table-ah-requirements td {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 1.2rem;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
.table-ah-requirements tbody tr:first-of-type {
  background: #FFEBCB;
}
.table-ah-requirements tbody tr:first-of-type td:first-of-type {
  text-align: center;
  background: #FDD38D;
}
.table-ah-requirements tbody tr:last-of-type {
  background: #FBFAF9;
}
.table-ah-requirements tbody tr:last-of-type td:first-of-type {
  text-align: center;
  background: #F2F0EE;
}
/*End requirements table*/

/* -------------- Begin Responsive tables ------------------- */
table.responsive-table {
  border: none;
  border-collapse: collapse;
  margin: .5rem 0 2rem 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsive-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.responsive-table tr {
  background-color: #f8f8f8;
}

table.responsive-table th,
table.responsive-table td {
  padding: 1em .625em;
  text-align: center;
  border-bottom: 1px solid #fff;
}

table.responsive-table th {
  color:#2b2b2b;
  font-size: 1em;
  /*letter-spacing: .1em;*/
  text-transform: none;
}
.responsive-table tr th:first-of-type {background:#FFE584}
.responsive-table tr th:nth-of-type(2) {background:#FCF39F;border-left:1px solid #fff}
.responsive-table tr th:last-of-type {background:#C0EDFF}
.responsive-table tr td:first-of-type {background:#fff;color:#2b2b2b;border-bottom:1px solid #e6e6e6;text-transform:none;font-weight:bold}
.responsive-table tr td:nth-of-type(2), .responsive-table tr td:last-of-type {border-bottom:1px solid #e6e6e6;border-left:1px solid #fff}

.responsive-table tr th:last-of-type, .responsive-table tr td:last-of-type {border-left:1px solid #fff}

/* Table2 */
table.responsive-table.table2 tr th,
table.responsive-table.table2 tr td {
    text-align: left;}
/* END Table2 */

@media screen and (max-width: 600px) {
table.responsive-table {
    border: 0;
  }

table.responsive-table caption {
    font-size: 1.3em;
  }

table.responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

table.responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

table.responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: left;
  }

table.responsive-table td::before {
    /*
    displays the data-label attr
    */
    content: attr(data-label);
    display: inline-block;
    width: 48%;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
  }
table.responsive-table td span {
    display: inline-block;
    width: 48%;
  }
table.responsive-table td.one-col-sm {
          text-align:left;
        }
table.responsive-table td.one-col-sm::before {
        display: block;
        width: 100%;
      }
table.responsive-table td.one-col-sm span {
        display: block;
        width: 100%;
      }
.responsive-table table td:last-child {
    border-bottom: 0;
  }
.responsive-table tr td:first-of-type {background:#FFE584;}
.responsive-table tr th:last-of-type, .responsive-table tr td:last-of-type {border-left:none}
.responsive-table tr td:first-of-type {text-align:center}
.responsive-table tr td:first-of-type:before {display:none}
/* Table2 */
table.responsive-table.table2 tr td:first-of-type {text-align:left;}
table.responsive-table.table2 tr td:first-of-type:before {display:block}
/* END Table2 */
}


@media screen and (max-width: 350px) {
table.responsive-table td::before, table.responsive-table td span {
    display: block;
    width: 100%;
    vertical-align: top;
  }
table.responsive-table td::before {
      margin-bottom: .25em;
    }
  }
/* -------------- END Responsive tables ------------------- */
@media screen and (max-width: 750px) {
/*hide sidebar on mobile*/
aside#secondary {display:none}

.featurebox-3box-left, .featurebox-3box-middle, .featurebox-3box-right, .featurebox-2box-right, .featurebox-2box-right {
    box-shadow: none;}
	#home-middle-featureboxes {
    margin-top: 0 !important;
}
	/*.hero-header-sm {
  
    padding: 0 1rem;*/
}

}

@media screen and (max-width: 1200px) {
/*Begin requirements table*/
.table-ah-requirements {
  width: 100%;
}
.table-ah-requirements tbody tr:first-of-type, .table-ah-requirements tbody tr:last-of-type {
  display: inline-block;
  width: 49%;
}
.table-ah-requirements td {
  display: block;
  border-bottom: 3px solid #fff;
}
/*End requirements table*/
	
#home-alert, #home-alert-section, .homealert-mobile section {
   
    position: static;
    
    max-width: 100%;	
	}
	
/*#home-middle-featureboxes {
 
    margin-top: 70px;
}*/

#home-hero article {
    width: 54%;
	}
	
	
	
} /*End of 1200 px*/

@media screen and (max-width: 1300px) {
  .table-ah-requirements td {padding: .85rem;}
}
