
nav hr{border:none;border-top:1px solid rgba(255, 255, 255, 0.3);position:relative;bottom:2px;}
.blog-sidebar hr{border-bottom:1px solid #DDDDDD;margin-top:12px;margin-bottom:12px;}
.has-dropdown{bottom:0px;}
.has-dropdown:after{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"\33";color:#777777;}
.mobile-toggle{display:none;}
.has-dropdown:hover .subnav{display:block;}
.utility-menu23 {
    background: #fff;
    line-height:60px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    display:flex;
    justify-content:center;
    padding:0;
    /*margin:0;*/
    position: fixed;
    width: 100%;
    top: 1px; 
    z-index: 99;
}
.utility-menu23 .utility-inner span {
    justify-content:center;
    text-align: center;
    padding:2px 15px 20px 15px;
    font-weight:600;
    font-size:15px;
    color:#000;
}
.util-menu23img {
    background: #fff;
    line-height:60px;
    display:flex;
    justify-content:center;
    padding:0;
    margin:0;
    position: relative;
    width: 100%;
    top: 2px; 
    z-index: 99;
}
.util-menu23img .util-inner span {
    justify-content:center;
    text-align: center;
    padding:2px 15px 20px 15px;
    font-weight:600;
    font-size:15px;
    color:#000;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background-color: #23415a;/* 1c3448; 2e6697;*/
    /* background: url(../sitemedia/navbg2c.png) top center no-repeat;
    background-size: auto;
    background-size: cover; */
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    z-index: 99;
}
nav .navbar{
  height: 100%;
  width: 100%;
 /* max-width: 1400px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  padding: 0 40px;
}
nav .navbar .logo img {
 width: 149px;
 height: 61px;
 vertical-align: middle;
}
.navbar .logo a{
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  vertical-align: middle;/* if needed */
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
/* === too much left padding at 921px to 1076px == */
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
/* .links li:hover .htmlcss-arrow, .links li:hover .js-arrow, */ .links li:hover .php-arrow, .links li:hover .yin-arrow, .links li:hover .zen-arrow {
  transform: none; 
  }
.bxs-chevron-down {
  font-size:21px;
}

nav .navbar ul {
    display: block;
    list-style-type: disc;
    /*margin-block-start: 1em !important;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    margin: 4px 0 16px 0;
    padding-inline-start: 12px !important;
    unicode-bidi: isolate;
}
nav .navbar .links li .arrow{
  height: 100%;
  width: 24px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 60px; /*40*/
  left: 0 !important;
  line-height: 40px;
  background: #5280a9;/*bed0e9; a8bad2;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  padding-inline-start: 5px;
  margin-block-start: 0.25em;
  display: none;
  z-index: 2;
}
/* nav .navbar .links li:hover .htmlCss-sub-menu, nav .navbar .links li:hover .js-sub-menu,*/  nav .navbar .links li:hover .php-sub-menu, nav .navbar .links li:hover .yin-sub-menu, nav .navbar .links li:hover .zen-sub-menu {
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 18px 0 6px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #f1f1f1;/*3D3D3D; */
  font-size: .9625rem;
  font-weight: 500;
}
.navbar .links li .sub-menu a:hover{
  text-decoration: underline;
  color:#f1f1f1;/*346AC3;*/
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
  background-color:#C8DCEE;
}
.navbar .search-box, .cta-but{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i, .cta-but i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.navbar .bx-mobile {
  font-size: 23px;
  font-weight: normal;
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
}
.button {
  font-size: 20px;
  padding: 8px 20px;
  background: transparent;
  border-radius:5px;
  border:none;
  color: #fff;
  cursor: pointer;
  position: relative;
  letter-spacing:2px;
}
.Hdrbtn {
  display: inline-block;
  background-color: #d1e8f4;
  color: #2e6697;
  border: 2px solid #d1e8f4;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 16px;
  font-weight:600;
  border-radius: 4px;
  text-decoration:none;
  text-transform:uppercase; 
  vertical-align: middle;/* if needed */  
  text-align:center;
  display:flex;
  justify-content:center;
  margin-right: 25px;
}
.Hdrbtn:hover {
  background: #2e6697;
  border:2px solid #f2f2f2;
  color:#f2f2f2;
  text-decoration: none;
}
.Hdrbtn::after {
    content: ""; background: url("../assets/chev-rt-blue-20.png"); background-repeat: no-repeat; width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: 2px;
    padding-left: 5px;
    font-size: 1.75rem;
}
.Hdrbtn:hover::after {
    content: ""; background: url("../assets/chev-rt-white-20.png"); background-repeat: no-repeat; 
}
i.bx-mobile {font-size: 20px;}
i.fa-mobile-phone {
   font-size: 32px;
   font-weight:normal;
   padding-right:10px;
}
.button-outer {
   padding-right: 44px;
   margin-right: 25px;
   }
.button-outer span {
   padding-right: 25px !important;
   margin-right: 25px !important;
   }
span a.phonenum{text-decoration:none;vertical-align: middle;}
.smallcontact {background-color:#efeff2; padding:6px; border-radius:4px;}
.cspace350 {height:350px; width:100%;}
.phonenum {text-decoration: none;}
.ft-center {text-align:center;}
.ft-right {text-align:right;}
.ti-mobile, .ti-email {font-size:16px; }

.nav-links li .qualbtn, .nav-links li span a.qualbtn {
    border: solid 2px #118d4e;
    font-family: 'Helvetica Neue', sans-serif;
    color: #242526;
    font-weight: 600;
    padding: 0 16px 10px 16px;
    margin: 5px 0 5px 10px;
    border-radius: 32px;
    background: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 100;
}

.nav-links li span a.qualbtn:hover {
    border: solid 2px #118d4e;
    font-family: 'Helvetica Neue', sans-serif;
    background:#118d4e;
    color:#fff;
    text-decoration:none;
}

/* @media only screen and (max-width: 1076px) and (min-width: 921px) {
 .Hdrbtn {
  display: none;
  width: 1px;
  height: 1px;
  background-color: transparent;
  color: #fff;
    }
 .button-outer {
   padding-right: none;
   margin-right: none;
  }
} */

@media only screen and (max-width : 1024px) {
  section [class^="container"] {
    padding: 3rem;
  }  
   .grid-container {
    grid-template-columns: 1fr 1fr;
  } 
}
/* === end media query ==== */

@media (max-width: 920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 220px;
    width: 100%;
    background:  #efefef;
    line-height: 40px;
    padding: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
    color: #fff;
  }
}
@media (max-width: 800px){
  nav {
  top: 0px;
  border-top: none;
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 260px;
    width: 100%;
    background-color: #6997bf; /* #f4f3f3; efefef;*/ 
    color: #fff;
    line-height: 40px;
    padding: 20px;
    padding-left: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }  
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 35px;
      color: #fff;
      cursor: pointer;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px; 
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow, .links li:hover .js-arrow, 
    .links li:hover .php-arrow, .links li:hover .yin-arrow, .links li:hover .zen-arrow {
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
   nav .navbar .links li:hover .htmlCss-sub-menu, nav .navbar .links li:hover .js-sub-menu, nav .navbar .links li:hover .php-sub-menu, nav .navbar .links li:hover .yin-sub-menu, nav .navbar .links li:hover .zen-sub-menu {
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show2 .links .js-sub-menu,
  .navbar .nav-links.show3 .links .php-sub-menu,  
  .navbar .nav-links.show4 .links .yin-sub-menu, 
  .navbar .nav-links.show5 .links .zen-sub-menu {
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow, 
    .navbar .nav-links.show2 .links .js-arrow,  
    .navbar .nav-links.show3 .links .php-arrow, 
    .navbar .nav-links.show4 .links .yin-arrow,  
    .navbar .nav-links.show5 .links .zen-arrow  {
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
.utility-menu23 {
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0;
    }
}
/* ===== ends 800px queries ===*/

@media only screen and (max-width : 768px) {
   .ft-left {text-align:center;}
   .ft-right {text-align:center;}
    max-width: 80%;
    margin: 0 auto;
    padding: 5px 30px;
  }
}
/* end media query */

@media only screen and (min-width:620px) {  
 .btn-box {
     width: 98%;
     font-size: 1.1rem;
  }
  button.cta-wcm  {
    border: 2px solid #fff;
    font-size: 1.05rem;
    padding: 0.275rem 1.25rem;
   }
   .heading h1 {margin-top: 50px; margin-left: 40px; padding-top: 30px; font-size: 22px; }
   .container h3 {font-size: 145%!important;}
   .container h3.display-5 {font-size: calc(1.375rem + 1.75vw) !important; font-weight: 400;}   
}

@media (max-width:460px) {
nav .navbar .logo img {width: 135px; height: 55px;}  
.navbar .search-box i, .cta-but i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.button {
  font-size: 15px;
  padding: 6px 10px;
  }
  .Hdrbtn {
  padding: 4px 7px;
  font-size: 15px;
  font-weight:600;
  margin-right: 12px;
} 
.Hdrbtn::after {
    content: ""; background: url("../assets/chev-rt-blue-20.png"); background-repeat: no-repeat; width: 17px;
    height: 17px;
    margin-left: 8px;
    margin-top: -1px;
    padding-left: 5px;
    font-size: 17px;
}
.cta-buttons {
    display: flex;
   justify-content: center;
}

i.fa-mobile-phone {font-size:20px;font-weight:normal;padding-right:3px;}
.cspace350 {height:30px; width:100%;}
.btn-primary.btn-filled {margin:0 auto!important; text-align:center;}
}
@media (max-width:420px){
  nav .navbar .nav-links {width: 100%; padding-left: 0;} 
  .nav-links .links, nav ul {padding-left: 0;}
  ul.links { padding-left: 0 !important; text-align:left;}
}
@media only screen and (max-width:380px){
 span a.phonenum {font-size:12px !important;}
 .Hdrbtn {padding: 5px 4px;
        font-size: 14px;
        font-weight: 600;
        margin-right: 6px;
    }
 .Hdrbtn::after {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-top: -1px;
    padding-left: 4px;
    font-size: 16px;
    }
}

/* ================================= */

hr {
  background-color: #fff;
  margin: 0 0 25px 0;
  max-width: 100%;
  border-width: 0;
}
hr.s10 {
  height:6px;
  margin-top: 40px;
  border-bottom:2px solid #646466;
}
.animtedd {
    margin: 0 .2em;
    padding: 0 1em;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}
.footer-container .fa-stack{font-size:60%;}
.footer-container .fa-inverse{color:#282828;}
.footer-container .social-icons li{margin-right:5px;}
.footer-container .col-md-4 h4 {font-size: 14px; font-weight: 400;margin-bottom:10px; line-height: 18px;}
footer.short {
    font-size: 14px;
    color: #fff;
}
.bg-secondary-1 {background-color: #2c3e50 !important;
}

.footer {
    padding: 40px 20px;
    background-color: #e4e4e4;/*#f1f1f3;*/
    color: #4e4e4e;/*fff*/
    display: block;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-content p {
 color: #4e4e4e;/*c5c5c5;*/
 line-height: 1.625rem;
 font-size: 1.0125rem;
}
.footer-content p a {
   color: #4e4e4e;/*c5c5c5;*/
   text-decoration: none;
}

.footer-column {
    flex: 1;
    padding-left: 5%;
}

.footer-column h3 {
    font-size: 1.2rem;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    /* width: 33%; */
    margin-left: 3%;
}

.footer-column ul li {
    margin: 5px 0;
    color: #4e4e4e;/*c5c5c5;*/
   font-size: 1.0125rem;
}
.footer-column ul li.phyadd {
    margin: 5px 0;
    color: #4e4e4e;/*c5c5c5;*/
   font-size: 0.9875rem;
}
.footer-column ul li img {
    display: inline-block;
    height: 60px;
    width: auto;
}
.footer p.eligbl {
 padding: 10px  50px;
}
.text-xsmall {
    font-size: 0.875em !important;
    color: #4e4e4e;/*c5c5c5;*/
}
.text-xsmall a {
   color: #4e4e4e;/*c5c5c5;*/
   text-decoration: none;
}
.text-xsmall a:hover {
   color: #2081bf;
   text-decoration: underline;
}

.text-txsml {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem !important;
    color: #4e4e4e;/*c5c5c5;*/
    margin: 0;
    padding: 10px  50px;
}

@media (max-width: 768px) {
    .header {padding: 20px;}
    .header, .help-section {
        flex-direction: column;
        text-align: center;
    }
  
    .header-content, .help-content {
        width: 100%;
    }

    .resource-cards, .reviews {
        flex-direction: column;
    }

    .recommended-cards .card {
        flex: 1 1 100%;
    }    

    .footer-content {
        flex-direction: column;
    }
    .footer p.eligbl {
          padding: 10px  30px;
   }
}

@media (max-width: 920px) {
  nav .navbar {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}

@media (max-width: 800px) {
  nav .navbar {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  
  nav .navbar .nav-links {
    max-width: 260px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

@media (max-width: 460px) {
  .button-outer {
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 4px;
  }
  
  .Hdrbtn {
    margin-right: 5px;
  }
}

@media (max-width: 420px) {
  nav .navbar .nav-links {
    width: 100%; 
    padding-left: 0;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
 /* body, html */
    .hero, .hr-container, .right, .resources, .help-section, .recommended, .footer {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  
  * {
    box-sizing: border-box !important;
  }
  
 /* div, section, nav, header, footer, main {
    max-width: 100% !important;
    overflow-x: hidden !important;
  } */
}
