/* _content/CorporateSite/Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-78no69cjsi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-78no69cjsi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-78no69cjsi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-78no69cjsi] {
    font-size: 1.1rem;
}

.bi[b-78no69cjsi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-78no69cjsi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-78no69cjsi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-78no69cjsi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-78no69cjsi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-78no69cjsi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-78no69cjsi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-78no69cjsi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-78no69cjsi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-78no69cjsi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-78no69cjsi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-78no69cjsi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-78no69cjsi] {
        display: none;
    }

    .nav-scrollable[b-78no69cjsi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CorporateSite/Layouts/Components/CookieConsent.razor.rz.scp.css */
.cookie-consent[b-80i1v2pwvl] {
  position: fixed;
  bottom: 0;
  width: 80%;
  margin: 0;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
}
#cookieConsentOuterDiv[b-80i1v2pwvl] {
  border: 5px solid black;
  border-radius: 10px;
  box-shadow: 0px 20px rgba(0, 0, 0, 0.5);
}
#cookieConsent[b-80i1v2pwvl] {
  margin: 0;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 0px !important;
  max-width: 800px;
  margin: 0 auto;
}

#leaveCookieConsent[b-80i1v2pwvl] {
  background-color: lightgrey;
  position: fixed;
  position: fixed;
  left: 95%;
  top: 10%;
  border: none;
  font-size: 18px;
  padding: 10px;
  max-width: 35px;
  max-height: 35px;
  padding-top: 2px;
}

@media(max-width: 1200px){
  #leaveCookieConsent[b-80i1v2pwvl] {
    left: 94%;
    top: 7%;
  }

  #cookieConsent[b-80i1v2pwvl] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width: 991px){
  #cookieConsent[b-80i1v2pwvl] {
    max-width: 650px;
  }
  #leaveCookieConsent[b-80i1v2pwvl] {
    left: 93%;
    top: 10%;
  }
 }

@media(max-width: 767px) {
  #cookieConsent img[b-80i1v2pwvl] {
    height: 75px;
    margin-bottom: 10px;
  }
  #leaveCookieConsent[b-80i1v2pwvl] {
    display: none;
  }
  #cookieConsent[b-80i1v2pwvl] {
    display: block;
    text-align: center;
  }
  .cookie-consent-text[b-80i1v2pwvl] {
    margin-right: 24px;
    text-align: left;
  }

  .cookie-consent[b-80i1v2pwvl] {
    transform: translate(-50%, -20%);
  }

  #cookieConsent .butn[b-80i1v2pwvl] {
    margin-right: 24px;
  }

  #cookieConsent[b-80i1v2pwvl] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
 }

@media(max-width: 575px) {
  .butn[b-80i1v2pwvl]{
    width: unset;
  }
  #leaveCookieConsent[b-80i1v2pwvl] {
    left: 82%
  }
  #cookieConsent[b-80i1v2pwvl] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cookie-consent[b-80i1v2pwvl] {
    transform: translate(-50%, -5%);
  }
}

#cookieConsent a[b-80i1v2pwvl] {
  color: black;
}

    #cookieConsent a:hover[b-80i1v2pwvl] {
      color: #DAA900;
    }

  #cookieConsent .butn[b-80i1v2pwvl] {
    margin-left: 24px;
    margin-top: 10px;
  }

.cookie-consent-text[b-80i1v2pwvl]{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 24px;
}
/* _content/CorporateSite/Layouts/Components/Footer.razor.rz.scp.css */
footer[b-v2vzialvur] {
  padding: 50px 0px 20px;
  overflow: hidden;
}

footer[b-v2vzialvur] {
  color: rgb(255, 255, 255);
  background: rgb(0, 58, 112);
}

footer[b-v2vzialvur] {
  padding: 30px 0px 20px;
}

  footer a[b-v2vzialvur] {
    color: rgb(255, 255, 255);
  }

.footer-main .footer-links li[b-v2vzialvur] {
  position: relative;
  padding: 0px 15px;
}

.findCareWrapper[b-v2vzialvur] {
  margin-top: 60px;
}

.footer-main .footer-links[b-v2vzialvur] {
  display: flex;
  justify-content: start;
  padding-left: 0px;
  margin: 25px -15px 0px;
  list-style: none;
}

.footer-links a[b-v2vzialvur] {
  font-size: 16px;
  color: rgb(255, 255, 255);
  position: relative;
  text-decoration: underline;
}

footer .list-style-footer[b-v2vzialvur] {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 0px;
  list-style: none;
}

  footer .list-style-footer li[b-v2vzialvur] {
    padding-right: 0px;
  }

footer .action-footer-link[b-v2vzialvur] {
  position: relative;
  color: rgb(255, 255, 255);
}

.house_icon[b-v2vzialvur] {
  width: 20px;
}

.footer-main h5[b-v2vzialvur] {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.footer-main h5[b-v2vzialvur] {
  color: rgb(255, 255, 255);
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.footer-main address[b-v2vzialvur] {
  font-size: 16px;
  margin-top: 0px;
}

.tablet_show[b-v2vzialvur] {
  display: none;
}

.footer-main .tel-footer[b-v2vzialvur] {
  font-size: 25px;
}

.footer-main .tel-footer[b-v2vzialvur] {
  margin-top: 30px;
  margin-bottom: 0px;
  color: rgb(116, 203, 201);
  font-size: 32px;
  font-family: "Myriad Pro Bold";
  font-weight: 400;
}

.fakeInput[b-v2vzialvur] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 80%;
  height: 48px;
  font-family: "Myriad Pro Regular";
  display: inline-block;
  line-height: 28px;
  color: rgb(52, 52, 52);
  padding: 10px 20px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: rgb(255, 255, 255);
}

.fakeSubmit[b-v2vzialvur]::before {
  position: absolute;
  left: 45%;
  bottom: 0px;
  right: 45%;
  height: 50%;
  opacity: 0;
  content: "";
  z-index: -1;
  background: rgb(45, 111, 183);
  transition: all 0ms linear 0s;
  border-radius: 0px 5px 5px 0px;
}

.fakeInput[b-v2vzialvur], .fakeSubmit[b-v2vzialvur] {
  font-size: 20px;
  line-height: 28px;
}

.footer-social ul[b-v2vzialvur] {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  width: 200px;
  padding: 0px 5px 0px 0px;
  gap: 30px;
}

.bottom_social[b-v2vzialvur] {
  color: rgb(255, 255, 255);
}

.top-social-icon[b-v2vzialvur] {
  float: right;
  padding: 0px;
  margin: 0px;
}
.top-social-icon a i[b-v2vzialvur] {
  transition:all 350ms ease;
}
.top-social-icon a:hover i[b-v2vzialvur] {
  color:#d9a900;
}
.footer-links a[b-v2vzialvur] {
  transition:all 350ms ease;
}
.footer-links a:hover[b-v2vzialvur] {
  color:#d9a900;
}
.footer-social ul li[b-v2vzialvur] {
  list-style: none;
}

  .footer-social ul li a[b-v2vzialvur] {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
  }

.footer-social .fab[b-v2vzialvur]::before {
  display: inline-block;
  width: 25px;
}

.footer-main .action-part[b-v2vzialvur] {
  text-align: right;
  clear: both;
}

.top-social-icon li a[b-v2vzialvur] {
  color: rgb(255, 255, 255);
  line-height: 28px;
  transition-duration: 0.3s;
  padding: 0px 3px;
}

.top-social-icon li[b-v2vzialvur] {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.footer-main .action-part .button[b-v2vzialvur] {
  margin-bottom: 10px;
}

footer .light_button[b-v2vzialvur] {
  width: 200px;
  text-align: center;
  margin-bottom: 10px;
  background: rgb(116, 203, 201);
}

.butn[b-v2vzialvur]::before {
  position: absolute;
  left: 45%;
  bottom: 0px;
  right: 45%;
  height: 50%;
  opacity: 0;
  content: "";
  z-index: -1;
  border-radius: 5px;
  background: rgb(45, 111, 183);
  transition: all 0ms linear 0s;
}

.butn span[b-v2vzialvur] {
  z-index: 9;
  position: relative;
}

footer .list-style-footer li:last-child[b-v2vzialvur] {
  padding-right: 0;
}

.fakeInput[b-v2vzialvur] {
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  max-width: 80%;
  height: 48px;
  font-family: 'myriad-pro';
  display: inline-block;
  background: #fff;
  line-height: 28px;
  color: #343434;
  font-size: 20px;
}

.fakeSubmit[b-v2vzialvur] {
  padding: 10px 20px;
  margin-left: -10px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #15396c;
  color: #FFFFFF;
  border: none;
  line-height: 0;
  height: 48px;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-family: 'myriad-pro';
  font-size: 20px;
}

  .fakeSubmit[b-v2vzialvur]:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 5px;
    background: #2D6FB7;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 0ms linear;
    transition-delay: 0s;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

.footer-main h5[b-v2vzialvur] {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-main address[b-v2vzialvur] {
  font-size: 16px;
  margin-top: 0px;
}

.footer-main .tel-footer[b-v2vzialvur] {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
  color: #74cbc9;
  font-size: 32px;
  font-family: 'myriad-pro';
  font-weight: 700;
}

.footer-main .tel-footer[b-v2vzialvur] {
  font-size: 25px;
}



.footer-main .footer-links[b-v2vzialvur] {
  display: flex;
  justify-content: start;
  margin: 0 -15px;
  list-style: none;
  margin-top: 25px;
  padding-left: 0;
  width: max-content;
  justify-content: left;
}

  .footer-main .footer-links li[b-v2vzialvur] {
    padding: 0 15px;
    position: relative;
  }

.footer-links a[b-v2vzialvur] {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-decoration: underline;
}

.footer-main .footer-links li[b-v2vzialvur]:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  width: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.footer-main .action-part .button[b-v2vzialvur] {
  margin-bottom: 10px;
}

.butn[b-v2vzialvur] {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s linear;
  z-index: 1;
}

.butn[b-v2vzialvur] {
  text-transform: none;
}

  .butn[b-v2vzialvur]:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 5px;
    background: #2D6FB7;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 0ms linear;
    transition-delay: 0s;
  }

  .butn span[b-v2vzialvur] {
    z-index: 9;
    position: relative;
  }

footer .light_button[b-v2vzialvur] {
  background: #74cbc9;
  width: 200px;
  text-align: center;
  margin-bottom: 10px;
}

.getRidOfBefore[b-v2vzialvur]:before {
  display: none;
}

.footer-main .tel-footer[b-v2vzialvur] {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
  color: #d9a900 !important;
  font-size: 32px;
  font-family: 'myriad-pro';
  font-weight: 700;
}

.fakeSubmit[b-v2vzialvur] {
  padding: 10px 20px;
  margin-left: -10px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #15396c !important;
  color: #000000;
  line-height: 0;
  height: 48px;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-family: 'myriad-pro';
  font-size: 20px;
}

.butn[b-v2vzialvur] {
  text-transform: none !important;
}

.butn[b-v2vzialvur] {
  background: #d9a900 !important;
}

.footer-main .footer-links.tabletShow[b-v2vzialvur] {
  display: none;
}

.email-subscribe-footer[b-v2vzialvur] {
  background-color: #F4F8FA;
  padding: 40px 0 50px;
  text-align: center;
  padding: 0;
  background: transparent;
  margin-bottom: -85px;
  z-index: 100;
  position: relative;
}

.email-subscribe-footer .row[b-v2vzialvur] {
  background: #f0e5c3;
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 50px 25px;
}


.email-subscribe-footer .text-area[b-v2vzialvur] {
  text-align: left;
}

.email-subscribe-footer h4[b-v2vzialvur] {
  margin-bottom: 15px;
}
.email-subscribe-footer .text-area p[b-v2vzialvur] {
  width: 55%;
  display: block;
  margin: 0 auto 20px auto;
}
.email-subscribe-footer .findCareWrapper[b-v2vzialvur] {
  margin-top: 0px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.email-subscribe-footer .findCareWrapper .getemail[b-v2vzialvur] {
  border: 2px solid #FFFFFF;
  text-align: left;
  height: 52px;
  width: 75%;
  padding: 10px 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.email-subscribe-footer .findCareWrapper .fakeSubmit[b-v2vzialvur] {
  font-weight: 600;
  border: 2px solid #15396c !important;
  height: 52px;
  width: 25%;
  color:#FFFFFF;
}

.email-subscribe-footer .findCareWrapper .fakeSubmit:hover[b-v2vzialvur] {
  background: #fff !important;
  color: #000;
}

footer .container[b-v2vzialvur] {
  padding-top: 130px;
}

.findCareWrapper form[b-v2vzialvur]{
  width: 100%;
}

@media (max-width: 1200px) {
  .email-subscribe-footer .findCareWrapper .getemail[b-v2vzialvur] {
    width: 70%;
  }

  .email-subscribe-footer .findCareWrapper .fakeSubmit[b-v2vzialvur] {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .tablet_hide[b-v2vzialvur] {
    display: none;
  }

  .tablet_show[b-v2vzialvur] {
    display: block;
  }

  .footer-main .footer-links.tabletShow[b-v2vzialvur] {
    display: block;
  }

  footer[b-v2vzialvur] {
    text-align: center;
    padding-bottom: 5px;
  }

  footer .container[b-v2vzialvur] {
    padding-bottom: 0px;
  }

  footer .findCareWrapper[b-v2vzialvur] {
    text-align: center;
    transform: none;
    margin: 45px auto 55px;
  }

  .footer-social ul[b-v2vzialvur] {
    justify-content: center;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-main .action-part[b-v2vzialvur]{
    text-align: center;
    clear: both;
  }


  footer .list-style-footer[b-v2vzialvur] {
    flex-direction: row;
    margin: 0 auto;
    width: max-content;
  }

  footer .list-style-footer[b-v2vzialvur] {
    display: none !important;
  }

  .footer-main h5[b-v2vzialvur] {
    margin-top: 0px;
    line-height: 32px;
  }
  .footer-main .footer-links[b-v2vzialvur] {
    width: auto;
    margin: 20px 0 22px;
  }

  .footer-main .footer-links li[b-v2vzialvur]:before {
    background: none !important;
  }

  .email-subscribe-footer .findCareWrapper[b-v2vzialvur] {
    width: unset;
    transform: unset;
  }

  .footer-social[b-v2vzialvur] {
    margin-top: 30px;
  }

  .email-subscribe-footer .findCareWrapper[b-v2vzialvur] {
    position: relative;
    top: 0px !important;
    left: 0;
    right: 0;
    bottom: 0;
    transform: unset;
    margin-top: 30px;
  }

  .email-subscribe-footer .text-area[b-v2vzialvur] {
    text-align: center;
  }

  .email-subscribe-footer .row > div[b-v2vzialvur] {
    width: 100%;
  }

  .email-subscribe-footer .container[b-v2vzialvur] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .email-subscribe-footer .text-area p[b-v2vzialvur] {
    width: 100%;
  }
}


@media (max-width: 767px) {
  .tabletContainer[b-v2vzialvur], .container[b-v2vzialvur] {
    padding-left: 12px;
    padding-right: 12px;
    max-width: none;
  }

  .footer-main .footer-links[b-v2vzialvur] {
    display: block;
    text-align: left;
  }

  .tabletContainer[b-v2vzialvur], .container[b-v2vzialvur] {
    padding-left: 18px !important;
    padding-right: 18px !important;
    max-width: none !important;
    width: 100% !important;
  }

  .footer-main .footer-links[b-v2vzialvur] {
    display: block;
    text-align: center;
    margin: 20px auto;
    width: auto;
  }
}


@media (max-width: 575px) {
  .email-subscribe-footer .findCareWrapper .getemail[b-v2vzialvur], .email-subscribe-footer .findCareWrapper .fakeSubmit[b-v2vzialvur] {
    font-size: 16px;
    padding: 10px;
  }

  .email-subscribe-footer .findCareWrapper .getemail[b-v2vzialvur] {
    width: 60%;
  }

  .email-subscribe-footer .findCareWrapper .fakeSubmit[b-v2vzialvur] {
    width: 20%;
  }

  .email-subscribe-footer .row[b-v2vzialvur] {
    padding: 40px 5px;
  }
}

@media (max-width: 340px) {
  .email-subscribe-footer .findCareWrapper .getemail[b-v2vzialvur] {
    width: 57%;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/ContactForm.razor.rz.scp.css */
.error-text[b-7bsipuaejb] {
  color: #f00;
}

[b-7bsipuaejb] input[type="radio"] {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

[b-7bsipuaejb] .blueTop .formRadioWrapperParent .formRadioWrapper input[type="radio"] {
  margin: 0px;
}

.confirm-content-options[b-7bsipuaejb] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-7bsipuaejb] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.content-desktop[b-7bsipuaejb] {
  display: block;
}

.content-mobile[b-7bsipuaejb] {
  display: none;
}

.please_wait_button[b-7bsipuaejb] {
  background: #88b7dd !important;
}

.office-top[b-7bsipuaejb] {
  text-align: center;
}

.contactFormWrapper[b-7bsipuaejb] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-7bsipuaejb] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-7bsipuaejb] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-7bsipuaejb] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.contactFormWrapperInner[b-7bsipuaejb] {
  padding: 20px;
}

.formFootnote[b-7bsipuaejb] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-7bsipuaejb] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-7bsipuaejb] {
  font-size: 14px;
}

.submitSmalltext[b-7bsipuaejb] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-7bsipuaejb] {
  padding: 10px;
  background: #DAA900;
  color: #193E6E;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 350px;
  border-radius: 5px;
}

#formSlider[b-7bsipuaejb] {
  min-height: 431px;
}

.form-page[b-7bsipuaejb] {
  position:relative;
  animation: fadeInOut-b-7bsipuaejb 650ms ease;
  display: none;
}

/* should match 100% keyframe */
.form-page-active[b-7bsipuaejb] { 
  display: block;
  left: 0;
  height: auto;
}

@keyframes fadeInOut-b-7bsipuaejb {
  0% {
    left: 500px;
    display: none;
    height: 0;
  }
  1% {
    display: block;
  }
  /* should match .form-page-active */
  100% {
    display: block;
    left: 0;
    height: auto;
  }
}

/*.butn {
  cursor: pointer;
}*/
.butn:focus-visible[b-7bsipuaejb] {
  border: 3px solid black !important;
}

[b-7bsipuaejb] .form-checkbox {
  padding-top: 2px;
  padding-bottom: 2px !important;
  margin-bottom: 2px;
  padding-left: 8px;
  border-radius: 4px;
}

[b-7bsipuaejb] input:focus,
[b-7bsipuaejb] input:focus-visible,
[b-7bsipuaejb] button:focus,
[b-7bsipuaejb] button:focus-visible,
[b-7bsipuaejb] select:focus,
[b-7bsipuaejb] select:focus-visible,
[b-7bsipuaejb] .formRadioWrapper:focus-within,
[b-7bsipuaejb] .joinBox:focus-within,
[b-7bsipuaejb] .form-checkbox:focus-within {
  border: 2px solid black;
}

[b-7bsipuaejb] .horizontalRadio {
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px !important;
  margin-bottom: 12px;
}
[b-7bsipuaejb] .horizontalRadio:focus-within {
  border: 2px solid black;
  border-radius: 8px;
}

.butn:focus-visible[b-7bsipuaejb] {
  border: 3px solid black !important;
}

.butn[b-7bsipuaejb] {
  background: #d9a900 !important;
}

.butn[b-7bsipuaejb] {
  text-transform: none !important;
}

.butn[b-7bsipuaejb] {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all 0.3s linear;
  border: 0;
  z-index: 1;
}

#employmentForm[b-7bsipuaejb], #homecareForm[b-7bsipuaejb] {
  /*	display: none;*/
}

.backButton[b-7bsipuaejb] {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-7bsipuaejb] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-7bsipuaejb] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-7bsipuaejb] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-7bsipuaejb] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-7bsipuaejb] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-7bsipuaejb] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-7bsipuaejb] {
    margin-left: 10px;
  }

.joinBox[b-7bsipuaejb] {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck[b-7bsipuaejb] {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input[b-7bsipuaejb] {
    display: block !important;
  }

.joinTitle[b-7bsipuaejb] {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText[b-7bsipuaejb] {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}

.quform-element > label[b-7bsipuaejb] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-7bsipuaejb] {
  color: #cc0101;
}

.form-group[b-7bsipuaejb] {
  margin-bottom: 1rem;
}

.quform-element > label[b-7bsipuaejb] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-7bsipuaejb], .quform-element > label[b-7bsipuaejb], .quform-select-replaced .quform-input input[b-7bsipuaejb], .quform-input .form-control[b-7bsipuaejb] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-7bsipuaejb] {
  position: relative;
}

  .quform-input .form-control[b-7bsipuaejb] {
    border-radius: 10px;
  }

.formRadioWrapperParent[b-7bsipuaejb] {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .backText[b-7bsipuaejb]{
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-7bsipuaejb] {
    width: 100%;
    margin-bottom: 20px;
  }

  /*New Mobile Form styles from Sam*/
  [b-7bsipuaejb] .blueTop .formRadioWrapper {
    text-align: left !important;
  }

  [b-7bsipuaejb] .joinBox {
    padding: 20px !important;
  }

  .formRadioWrapper[b-7bsipuaejb] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-7bsipuaejb] {
    margin-top: 20px;
  }

  .mob_span_block span[b-7bsipuaejb] {
    display: block;
  }

  .formRadioWrapperParent[b-7bsipuaejb] {
    display: block;
  }

  .formRadioWrapper[b-7bsipuaejb] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-7bsipuaejb] {
    display: none;
  }

  .content-mobile[b-7bsipuaejb] {
    display: block;
  }
}
 
/* _content/CorporateSite/Layouts/Components/Forms/ContactFormEmployment.razor.rz.scp.css */
.error-text[b-7l9s9ell4n] {
  color: #f00;
}

.confirm-content-options[b-7l9s9ell4n] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-7l9s9ell4n] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.content-desktop[b-7l9s9ell4n] {
  display: block;
}

.content-mobile[b-7l9s9ell4n] {
  display: none;
}

.please_wait_button[b-7l9s9ell4n] {
  background: #88b7dd !important;
}

.office-top[b-7l9s9ell4n] {
  text-align: center;
}

.contactFormWrapper[b-7l9s9ell4n] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-7l9s9ell4n] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-7l9s9ell4n] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-7l9s9ell4n] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.contactFormWrapperInner[b-7l9s9ell4n] {
  padding: 20px;
}

.formFootnote[b-7l9s9ell4n] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-7l9s9ell4n] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-7l9s9ell4n] {
  font-size: 14px;
}

.submitSmalltext[b-7l9s9ell4n] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-7l9s9ell4n] {
  padding: 10px;
  background: #fff;
  color: #193E6E;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 290px;
}

.butn[b-7l9s9ell4n] {
  cursor: pointer;
}

#employmentForm[b-7l9s9ell4n], #homecareForm[b-7l9s9ell4n] {
  /*	display: none;*/
}

.backButton[b-7l9s9ell4n] {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-7l9s9ell4n] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-7l9s9ell4n] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-7l9s9ell4n] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-7l9s9ell4n] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-7l9s9ell4n] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-7l9s9ell4n] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-7l9s9ell4n] {
    margin-left: 10px;
  }

/*.joinBox {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input {
    display: block !important;
  }

.joinTitle {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}*/

.quform-element > label[b-7l9s9ell4n] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-7l9s9ell4n] {
  color: #cc0101;
}

.form-group[b-7l9s9ell4n] {
  margin-bottom: 1rem;
}

.quform-element > label[b-7l9s9ell4n] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-7l9s9ell4n], .quform-element > label[b-7l9s9ell4n], .quform-select-replaced .quform-input input[b-7l9s9ell4n], .quform-input .form-control[b-7l9s9ell4n] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-7l9s9ell4n] {
  position: relative;
}

  .quform-input .form-control[b-7l9s9ell4n] {
    border-radius: 10px;
  }

.formRadioWrapperParent[b-7l9s9ell4n] {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .backText[b-7l9s9ell4n]{
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-7l9s9ell4n] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-7l9s9ell4n] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-7l9s9ell4n] {
    margin-top: 20px;
  }

  .mob_span_block span[b-7l9s9ell4n] {
    display: block;
  }

  .formRadioWrapperParent[b-7l9s9ell4n] {
    display: block;
  }

  .formRadioWrapper[b-7l9s9ell4n] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-7l9s9ell4n] {
    display: none;
  }

  .content-mobile[b-7l9s9ell4n] {
    display: block;
  }
}
 
/* _content/CorporateSite/Layouts/Components/Forms/ContactFormFindEmployment.razor.rz.scp.css */
.error-text[b-70ysec1emb] {
  color: #f00;
}

.confirm-content-options[b-70ysec1emb] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-70ysec1emb] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.content-desktop[b-70ysec1emb] {
  display: block;
}

.content-mobile[b-70ysec1emb] {
  display: none;
}

.please_wait_button[b-70ysec1emb] {
  background: #88b7dd !important;
}

.office-top[b-70ysec1emb] {
  text-align: center;
}

.contactFormWrapper[b-70ysec1emb] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-70ysec1emb] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-70ysec1emb] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-70ysec1emb] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.contactFormWrapperInner[b-70ysec1emb] {
  padding: 20px;
}

.formFootnote[b-70ysec1emb] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-70ysec1emb] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-70ysec1emb] {
  font-size: 14px;
}

.submitSmalltext[b-70ysec1emb] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-70ysec1emb] {
  padding: 10px;
  background: #fff;
  color: #193E6E;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 290px;
}

.butn[b-70ysec1emb] {
  cursor: pointer;
}

#employmentForm[b-70ysec1emb], #homecareForm[b-70ysec1emb] {
  /*	display: none;*/
}

.backButton[b-70ysec1emb] {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-70ysec1emb] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-70ysec1emb] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-70ysec1emb] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-70ysec1emb] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 400px;
}

  .zipWrapper input[b-70ysec1emb] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-70ysec1emb] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-70ysec1emb] {
    margin-left: 10px;
  }

.joinBox[b-70ysec1emb] {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck[b-70ysec1emb] {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input[b-70ysec1emb] {
    display: block !important;
  }

.joinTitle[b-70ysec1emb] {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText[b-70ysec1emb] {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}

.quform-element > label[b-70ysec1emb] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-70ysec1emb] {
  color: #cc0101;
}

.form-group[b-70ysec1emb] {
  margin-bottom: 1rem;
}

.quform-element > label[b-70ysec1emb] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-70ysec1emb], .quform-element > label[b-70ysec1emb], .quform-select-replaced .quform-input input[b-70ysec1emb], .quform-input .form-control[b-70ysec1emb] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-70ysec1emb] {
  position: relative;
}

  .quform-input .form-control[b-70ysec1emb] {
    border-radius: 10px;
  }

.formRadioWrapperParent[b-70ysec1emb] {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .backText[b-70ysec1emb]{
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-70ysec1emb] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-70ysec1emb] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-70ysec1emb] {
    margin-top: 20px;
  }

  .mob_span_block span[b-70ysec1emb] {
    display: block;
  }

  .formRadioWrapperParent[b-70ysec1emb] {
    display: block;
  }

  .formRadioWrapper[b-70ysec1emb] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-70ysec1emb] {
    display: none;
  }

  .content-mobile[b-70ysec1emb] {
    display: block;
  }
}
 
/* _content/CorporateSite/Layouts/Components/Forms/ContactFormHomeCare.razor.rz.scp.css */
.error-text[b-y60jctn0k7] {
  color: #f00;
}

.content-desktop[b-y60jctn0k7] {
  display: block;
}

.content-mobile[b-y60jctn0k7] {
  display: none;
}

.please_wait_button[b-y60jctn0k7] {
  background: #88b7dd !important;
}

.office-top[b-y60jctn0k7] {
  text-align: center;
}

.contactFormWrapper[b-y60jctn0k7] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-y60jctn0k7] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-y60jctn0k7] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-y60jctn0k7] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.contactFormWrapperInner[b-y60jctn0k7] {
  padding: 20px;
}

.formFootnote[b-y60jctn0k7] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-y60jctn0k7] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-y60jctn0k7] {
  font-size: 14px;
}

.submitSmalltext[b-y60jctn0k7] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-y60jctn0k7] {
  padding: 10px;
  background: #fff;
  color: #193E6E;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 290px;
}

.butn[b-y60jctn0k7] {
  cursor: pointer;
}

#employmentForm[b-y60jctn0k7], #homecareForm[b-y60jctn0k7] {
  /*	display: none;*/
}

.backButton[b-y60jctn0k7] {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-y60jctn0k7] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-y60jctn0k7] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-y60jctn0k7] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-y60jctn0k7] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-y60jctn0k7] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-y60jctn0k7] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-y60jctn0k7] {
    margin-left: 10px;
  }

.joinBox[b-y60jctn0k7] {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck[b-y60jctn0k7] {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input[b-y60jctn0k7] {
    display: block !important;
  }

.joinTitle[b-y60jctn0k7] {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText[b-y60jctn0k7] {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}

.quform-element > label[b-y60jctn0k7] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-y60jctn0k7] {
  color: #cc0101;
}

.form-group[b-y60jctn0k7] {
  margin-bottom: 1rem;
}

.quform-element > label[b-y60jctn0k7] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-y60jctn0k7], .quform-element > label[b-y60jctn0k7], .quform-select-replaced .quform-input input[b-y60jctn0k7], .quform-input .form-control[b-y60jctn0k7] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-y60jctn0k7] {
  position: relative;
}

  .quform-input .form-control[b-y60jctn0k7] {
    border-radius: 10px;
  }

[b-y60jctn0k7].quform-input .form-control {
  border-radius: 10px;
}

.formRadioWrapperParent[b-y60jctn0k7] {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .backText[b-y60jctn0k7]{
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-y60jctn0k7] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-y60jctn0k7] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-y60jctn0k7] {
    margin-top: 20px;
  }

  .mob_span_block span[b-y60jctn0k7] {
    display: block;
  }

  .formRadioWrapperParent[b-y60jctn0k7] {
    display: block;
  }

  .formRadioWrapper[b-y60jctn0k7] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-y60jctn0k7] {
    display: none;
  }

  .content-mobile[b-y60jctn0k7] {
    display: block;
  }
}

.small-disclaimer[b-y60jctn0k7] {
  padding-top: 36px;
  font-size: 14px;
  line-height: 16px;
  padding-top: 12px;
}
 
/* _content/CorporateSite/Layouts/Components/Forms/ContactFormInitialInput.razor.rz.scp.css */
.error-text[b-srv2be66nl] {
  color: #f00;
}

.full-width[b-srv2be66nl]{
  width: 100%;
}

.quform-submit-inner[b-srv2be66nl]{
  text-align: center;
}

.confirm-content-options[b-srv2be66nl] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-srv2be66nl] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.content-desktop[b-srv2be66nl] {
  display: block;
}

.content-mobile[b-srv2be66nl] {
  display: none;
}

.please_wait_button[b-srv2be66nl] {
  background: #88b7dd !important;
}

.office-top[b-srv2be66nl] {
  text-align: center;
}

.contactFormWrapper[b-srv2be66nl] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-srv2be66nl] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-srv2be66nl] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-srv2be66nl] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #FFFFFF;
}

.contactFormWrapperInner[b-srv2be66nl] {
  padding: 20px;
}

.formFootnote[b-srv2be66nl] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-srv2be66nl] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-srv2be66nl] {
  font-size: 14px;
}

.submitSmalltext[b-srv2be66nl] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-srv2be66nl] {
  padding: 10px;
  background: #DAA900;
  color: #193E6E;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 350px;
  border-radius: 5px;
}

.butn[b-srv2be66nl] {
  cursor: pointer;
}

#employmentForm[b-srv2be66nl], #homecareForm[b-srv2be66nl] {
  /*	display: none;*/
}

.backButton[b-srv2be66nl] {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-srv2be66nl] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-srv2be66nl] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-srv2be66nl] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-srv2be66nl] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-srv2be66nl] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-srv2be66nl] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-srv2be66nl] {
    margin-left: 10px;
  }

.joinBox[b-srv2be66nl] {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck[b-srv2be66nl] {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input[b-srv2be66nl] {
    display: block !important;
  }

.joinTitle[b-srv2be66nl] {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText[b-srv2be66nl] {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}

.quform-element > label[b-srv2be66nl] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-srv2be66nl] {
  color: #cc0101;
}

.form-group[b-srv2be66nl] {
  margin-bottom: 1rem;
}

.quform-element > label[b-srv2be66nl] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-srv2be66nl], .quform-element > label[b-srv2be66nl], .quform-select-replaced .quform-input input[b-srv2be66nl], .quform-input .form-control[b-srv2be66nl] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-srv2be66nl] {
  position: relative;
}

  .quform-input .form-control[b-srv2be66nl] {
    border-radius: 10px;
  }

.formRadioWrapperParent[b-srv2be66nl] {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .backText[b-srv2be66nl]{
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-srv2be66nl] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-srv2be66nl] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-srv2be66nl] {
    margin-top: 20px;
  }

  .mob_span_block span[b-srv2be66nl] {
    display: block;
  }

  .formRadioWrapperParent[b-srv2be66nl] {
    display: block;
  }

  .formRadioWrapper[b-srv2be66nl] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-srv2be66nl] {
    display: none;
  }

  .content-mobile[b-srv2be66nl] {
    display: block;
  }
}
 
/* _content/CorporateSite/Layouts/Components/Forms/DisclaimerPrivacyPolicy.razor.rz.scp.css */
/* _content/CorporateSite/Layouts/Components/Forms/EmploymentFormAdditionalFields.razor.rz.scp.css */
.error-text[b-54zq8pe6ro] {
  color: #f00;
}

.content-desktop[b-54zq8pe6ro] {
  display: block;
}

.content-mobile[b-54zq8pe6ro] {
  display: none;
}

.quform-element > label[b-54zq8pe6ro] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-54zq8pe6ro] {
  color: #cc0101;
}

.form-group[b-54zq8pe6ro] {
  margin-bottom: 1rem;
}

.quform-element > label[b-54zq8pe6ro] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-54zq8pe6ro], .quform-element > label[b-54zq8pe6ro], .quform-select-replaced .quform-input input[b-54zq8pe6ro], .quform-input .form-control[b-54zq8pe6ro] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-54zq8pe6ro] {
  position: relative;
}

  .quform-input .form-control[b-54zq8pe6ro] {
    border-radius: 10px;
  }

@media screen and (max-width: 576px) {

  .content-desktop[b-54zq8pe6ro] {
    display: none;
  }

  .content-mobile[b-54zq8pe6ro] {
    display: block;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/EmploymentFormBasicFields.razor.rz.scp.css */
.error-text[b-gu51ezssre] {
  color: #f00;
}

.confirm-content-options[b-gu51ezssre] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-gu51ezssre] {
  text-align: left;
  padding-bottom: 12px;
}

.content-desktop[b-gu51ezssre] {
  display: block;
}

.content-mobile[b-gu51ezssre] {
  display: none;
}

.contactFormWrapper[b-gu51ezssre] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.contactFormWrapperInner[b-gu51ezssre] {
  padding: 20px;
}

.formFootnote[b-gu51ezssre] {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 30px;
}

.formTopText[b-gu51ezssre] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-gu51ezssre] {
  font-size: 20px;
}

.submitSmalltext[b-gu51ezssre] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-gu51ezssre] {
  padding: 10px;
  background: #fff;
  color: #193E6E;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 290px;
}

/*.butn {
  cursor: pointer;
}
*/
/*#employmentForm, #homecareForm {*/
  /*	display: none;*/
/*}*/

/*.backButton {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}*/

.largeBlue[b-gu51ezssre] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-gu51ezssre] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-gu51ezssre] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-gu51ezssre] {
  font-size: 20px;
  padding-bottom: 20px;
  color: #6a747b;
  margin-top: -15px;
}

  .horizontalRadio input[b-gu51ezssre] {
    margin-left: 10px;
  }

/*.joinBox {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
}

.joinCheck {
  float: left;
  height: 20vh;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input {
    display: block !important;
  }

.joinTitle {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}*/

.quform-element > label[b-gu51ezssre] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-gu51ezssre] {
  color: #cc0101;
}

.form-group[b-gu51ezssre] {
  margin-bottom: 1rem;
}

.quform-element > label[b-gu51ezssre] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-gu51ezssre], .quform-element > label[b-gu51ezssre], .quform-select-replaced .quform-input input[b-gu51ezssre], .quform-input .form-control[b-gu51ezssre] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-gu51ezssre] {
  position: relative;
}

  .quform-input .form-control[b-gu51ezssre] {
    border-radius: 10px;
  }

@media screen and (max-width: 576px) {
  .zipWrapper input[b-gu51ezssre] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-gu51ezssre] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-gu51ezssre] {
    margin-top: 20px;
  }

  .mob_span_block span[b-gu51ezssre]{
    display: block;
  }

  .content-desktop[b-gu51ezssre] {
    display: none;
  }

  .content-mobile[b-gu51ezssre] {
    display: block;
  }
}
 
/* _content/CorporateSite/Layouts/Components/Forms/FindCareBannerSearch.razor.rz.scp.css */
.pinkWaves[b-cihx6cmifs] {
  background-color: rgb(186, 219, 230);
  background-image: url('https://CorporateSite-dev.azurewebsites.net/img/wave.png');
  padding-bottom: 0px;
  padding-top: 30px;
  overflow: visible;
  position: relative;
}

@media(max-width: 767px){
  .pinkWaves[b-cihx6cmifs] {
    overflow: hidden !important;
  }
 }

.pinkWaves[b-cihx6cmifs]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  background: #fff;
}

.pinkWavesTitle[b-cihx6cmifs] {
  padding: 60px 0 0px;
  font-weight: normal !important;
  font-size: 36px;
  line-height: 46px;
  color:#003A70;
  display: inline;
}

.titleWrapper[b-cihx6cmifs] {
  padding-top: 60px;
}

.searchWrapper[b-cihx6cmifs] {
  padding: 30px 0 0;
  position: relative;
  width: fit-content;
  display: inline-block;
}

  .searchWrapper input[b-cihx6cmifs], .searchWrapper select[b-cihx6cmifs] {
    border-radius: 5px;
    border: solid 1px #c1c1c1;
    padding: 5px 10px;
    font-size: 16px;
    position: relative;
    min-width: 300px;
    height: 42px;
    color: #707070;
  }

  .searchWrapper #findCareState[b-cihx6cmifs] {
    appearance: none;
    background-image: url('img/Arrow-Black.svg');
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 16px;
  }

  .searchWrapper .ti-location-pin[b-cihx6cmifs] {
    position: absolute;
    right: 20px;
    top: 40px;
  }

.searchButton[b-cihx6cmifs] {
  background-color: #d9a926;
  color: black;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}

#city[b-cihx6cmifs] {
  font-weight: bold;
  font-size: 16px;
  display: none;
  padding-top: 10px;
  height: 0;
}

.heroImage[b-cihx6cmifs] {
  position: relative;
}

  .heroImage img[b-cihx6cmifs] {
    position: absolute;
    bottom: -120px;
  }


/*Tabs Start*/
.Panel[b-cihx6cmifs] {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}


.Tabs[b-cihx6cmifs] {
  position: relative;
}

  .Tabs[b-cihx6cmifs]:after {
    content: ' ';
    display: table;
    clear: both;
  }

.Tabs[b-cihx6cmifs] {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Tabs__tab[b-cihx6cmifs] {
  float: left;
  width: 33.333%;
  text-align: center;
}
.Tabs__tab a[b-cihx6cmifs]{
  cursor: pointer;
}

  .Tabs__tab:first-child.active ~ .Tabs__presentation-slider[b-cihx6cmifs] {
    transform: translateX(0) scaleX(0.333);
  }

  .Tabs__tab:nth-child(2).active ~ .Tabs__presentation-slider[b-cihx6cmifs] {
    transform: translateX(33.333%) scaleX(0.333);
  }

  .Tabs__tab:nth-child(3).active ~ .Tabs__presentation-slider[b-cihx6cmifs] {
    transform: translateX(calc(33.333% * 2)) scaleX(0.333);
  }

.Tabs__presentation-slider[b-cihx6cmifs] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003A70;
  transform-origin: 0 0;
  transition: transform .25s;
}

.Tab[b-cihx6cmifs] {
  font-family: 'Roboto Slab';
}

  .Tab > a[b-cihx6cmifs] {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #656565;
    transition: color .15s;
    font-weight: bold;
    font-size: 18px;
    font-family: 'myriad-pro';
  }

  .Tab.active > a[b-cihx6cmifs] {
    color: #003A70;
    font-weight: bold;
  }

  .Tab:hover > a[b-cihx6cmifs] {
    color: #003A70;
  }

#cityWrapper[b-cihx6cmifs] {
  display: none;
}

a[b-cihx6cmifs] {
  text-decoration: none;
}

.dropdown[b-cihx6cmifs] {
  position: relative;
  display: inline-block;
  text-align: left;
  min-width: 300px;
}

.dropdown-text[b-cihx6cmifs] {
  cursor: pointer;
  position: absolute;
  text-indent: 10px;
  line-height: 32px;
  border-radius: 3px;
  width: 100%;
  min-width: 300px;
  height: 42px;
  margin-top: -41px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #c1c1c1;
  padding: 5px 10px;
  font-size: 16px;
  position: relative;
  min-width: 300px;
  height: 42px;
  color: #707070;
  appearance: none;
  background-image: url(img/Arrow-Black.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 16px;
}

.dropdown-text[b-cihx6cmifs],
.dropdown-content a[b-cihx6cmifs] {
  color: #333;
  text-shadow: 0 1px #fff;
}

.dropdown-toggle[b-cihx6cmifs] {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  background: transparent;
  text-indent: -10px;
  height: 41px;
  width: 100%;
}

  .dropdown-toggle:focus[b-cihx6cmifs] {
    outline: 0;
  }

.dropdown-content[b-cihx6cmifs] {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 32px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 32px;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 300px;
  height: 300px;
  overflow: scroll;
  background-color: #fff;
  z-index: 1200;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
  .dropdown-content[b-cihx6cmifs]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  .dropdown-content a[b-cihx6cmifs] {
    display: block;
  }

    .dropdown-content a:hover[b-cihx6cmifs] {
      background: rgb(186, 219, 230);   
    }
  .dropdown-content li:hover[b-cihx6cmifs] {
    background: rgb(186, 219, 230);
  }


.dropdown-toggle:hover ~ .dropdown-text[b-cihx6cmifs],
.dropdown-toggle:focus ~ .dropdown-text[b-cihx6cmifs] {
  background-color: #e8e8e8;
}

.dropdown-toggle:focus ~ .dropdown-text[b-cihx6cmifs] {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

  .dropdown-toggle:focus ~ .dropdown-text[b-cihx6cmifs]:after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #555 transparent;
  }

.dropdown-toggle:focus ~ .dropdown-content[b-cihx6cmifs] {
  opacity: 1;
  visibility: visible;
  top: 42px;
}
@media (max-width: 1400px) {
  .pinkWavesTitle[b-cihx6cmifs], .titleWrapper[b-cihx6cmifs]{
    padding-top: 20px;
  }
}


@media (max-width: 991px) {

  .pinkWavesTitle[b-cihx6cmifs] {
    padding: 0px;
    text-align: center;
    font-size: 32px !important;
    line-height: 46px !important;
  }

  .titleWrapper[b-cihx6cmifs] {
    padding-top: 0;
    text-align: center;
  }

  .Tabs__tab[b-cihx6cmifs]{
    width: 140px;
  }

  .Tabs__presentation-slider[b-cihx6cmifs] {
    max-width: 400px;
    left: 27px;
  }

  .Tabs__tab:nth-child(2).active ~ .Tabs__presentation-slider[b-cihx6cmifs] {
    transform: translateX(140px) scaleX(0.333);
  }

  .heroImageSection[b-cihx6cmifs] {
    text-align: center;
  }

  .heroImageSection img[b-cihx6cmifs] {
    max-width: 500px;
    margin: 0px auto 0;
  }

  .Panel[b-cihx6cmifs] {
    text-align: center;
  }

  .Tabs[b-cihx6cmifs] {
    width: fit-content;
    margin: 0 auto;
  }
}



@media (max-width: 575px) {

  .heroImageSection img[b-cihx6cmifs] {
    margin: 0;
    transform: translate(-50%, 0px);
    left: 50%;
  }

  .pinkWavesTitle[b-cihx6cmifs] {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .searchWrapper[b-cihx6cmifs]{
    padding-top: 15px;
  }

  .searchWrapper .ti-location-pin[b-cihx6cmifs]{
    top: 26px;
  }
}

.error-text[b-cihx6cmifs] {
  color: #f00;
}
/* _content/CorporateSite/Layouts/Components/Forms/FindCareSearchSimple.razor.rz.scp.css */
.findCareWrapper[b-eujmrm3yi9] {
  position: relative;
  margin-top: 20px;
}

.fakeInput[b-eujmrm3yi9] {
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  max-width: 80%;
  height: 48px;
  font-family: 'myriad-pro';
  display: inline-block;
  background: #fff;
  line-height: 28px;
  color: #343434;
  font-size: 20px;
}

.fakeSubmit[b-eujmrm3yi9] {
  padding: 10px 20px;
  margin-left: -10px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #d9a900 !important;
  color: #000000;
  border: solid 1px transparent;
  line-height: 0;
  height: 48px;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-family: 'myriad-pro';
  font-size: 20px;
  margin-top: 0px;
}

.findCareWrapper[b-eujmrm3yi9] {
  margin-left: 0px !important;
}

.fakeSubmit[b-eujmrm3yi9]:before {
  position: absolute;
  left: 45%;
  bottom: 0px;
  right: 45%;
  height: 50%;
  border-radius: 5px;
  background: #2D6FB7;
  opacity: 0;
  content: "";
  z-index: -1;
  transition: all 0ms linear;
  transition-delay: 0s;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fakeInput[b-eujmrm3yi9], .fakeSubmit[b-eujmrm3yi9] {
  font-size: 20px;
  line-height: 28px;
}
/* _content/CorporateSite/Layouts/Components/Forms/FindEmploymentByZipCMS.razor.rz.scp.css */
.learnMoreZip[b-cbq5mpxa84] {
  background-color: #FCF0CB;
  text-align: center; 
  background-image: url('/img/wave.png');
  padding: 60px 0;
}

.biggerBlue[b-cbq5mpxa84] {
  font-size: 36px;
  line-height: 52px !important;
  color: #033c6e;
  font-weight: 100 !important;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.mediumBold[b-cbq5mpxa84] {
  font-size: 36px;
  line-height: 42px;
  color: #282728;
  font-weight: bold;
  padding-bottom: 20px;
}

.learnMoreZip h3[b-cbq5mpxa84] {
  font-size: 20px;
  font-weight: 400 !important;
}

.zipSubmitWrapper[b-cbq5mpxa84] {
  margin-top: 0px;
  /* max-width: 600px; */
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.zipSubmitWrapper #zip[b-cbq5mpxa84], #zipAlt1[b-cbq5mpxa84] {
  /* border: 2px solid #d9a900; */
  border: 1px solid #fff;
  text-align: left;
  height: 52px;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}

.zipSubmitWrapper #submitButtonEmployment[b-cbq5mpxa84], #submitButtonEmploymentAlt1[b-cbq5mpxa84] {
  font-weight: 600;
  /* border: 2px solid #d9a900 !important; */
  height: 52px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#learnMoreShow[b-cbq5mpxa84] {
  color: #173f6c;
  font-size: 20px;
  line-height: 32px;
  margin: 40px 0 0;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}

.learnMoreSection[b-cbq5mpxa84] {
  /* display: none; */
}

.submit-button[b-cbq5mpxa84] {
  cursor: pointer;
}

.zipWrapper[b-cbq5mpxa84] {
  max-width: 600px;
  margin: 10px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

  .zipWrapper input[b-cbq5mpxa84] {
    padding: 9px;
    border: solid 1px #000;
  }

  .zipWrapper > span[b-cbq5mpxa84] {
    display: block;
    float: left;
  }

    .zipWrapper > span:first-of-type[b-cbq5mpxa84] {
      margin-right: 10px;
    }
    


@media screen and (max-width: 991px) {
  .biggerBlue[b-cbq5mpxa84]{
    font-size: 28px;
    line-height: 40px !important;
  }
}

@media(max-width: 767px){
  .learnMoreZip[b-cbq5mpxa84] {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .zipSubmitWrapper[b-cbq5mpxa84] {
    width: fit-content;
  }
}

@media screen and (max-width: 575px) {
  .biggerBlue[b-cbq5mpxa84] {
    font-size: 24px;
    line-height: 32px !important;
    margin-bottom: 0 !important;
  }

  .mediumBold[b-cbq5mpxa84] {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0 !important;
  }

  .zipWrapper input[b-cbq5mpxa84]{
    width: 200px;
  }

  .zipSubmitWrapper #zip[b-cbq5mpxa84] {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.error-text[b-cbq5mpxa84] {
  color: #f00;
}
/* _content/CorporateSite/Layouts/Components/Forms/FindEmploymentByZipInput.razor.rz.scp.css */

.zipSubmitWrapper[b-231wskvb4k] {
  margin-top: 0px;
  /* max-width: 600px; */
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.zipSubmitWrapper #zip[b-231wskvb4k], #zipAlt1[b-231wskvb4k] {
  border: 1px solid #fff;
  text-align: left;
  height: 52px;
  width: 68%;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}

.zipSubmitWrapper #submitButtonEmployment[b-231wskvb4k], #submitButtonEmploymentAlt1[b-231wskvb4k] {
  font-weight: 600;
  height: 52px;
  width: 32%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.zipSubmitWrapper #submitButtonEmployment:hover[b-231wskvb4k], #submitButtonEmploymentAlt1:hover[b-231wskvb4k] {
  cursor: pointer;
}

.submit-button[b-231wskvb4k] {
  cursor: pointer;
}

.zipWrapper[b-231wskvb4k] {
  max-width: 600px;
  margin: 10px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

  .zipWrapper input[b-231wskvb4k] {
    padding: 9px;
    border: solid 1px #000;
  }

  .zipWrapper > span[b-231wskvb4k] {
    display: block;
    float: left;
  }

    .zipWrapper > span:first-of-type[b-231wskvb4k] {
      margin-right: 10px;
    }
    
@media screen and (max-width: 700px) {
  .zipSubmitWrapper[b-231wskvb4k] {
    width: fit-content;
  }
}

@media screen and (max-width: 575px) {
  .zipWrapper input[b-231wskvb4k]{
    width: 200px;
  }

  .zipSubmitWrapper #zip[b-231wskvb4k] {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.error-text[b-231wskvb4k] {
  color: #f00;
}
/* _content/CorporateSite/Layouts/Components/Forms/FindEmploymentByZipInputCMS.razor.rz.scp.css */

.zipSubmitWrapper[b-b74851gr0k] {
  margin-top: 0px;
  /* max-width: 600px; */
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.zipSubmitWrapper #zip[b-b74851gr0k], #zipAlt1[b-b74851gr0k] {
  border: 1px solid #fff;
  text-align: left;
  height: 52px;
  width: 68%;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}

.zipSubmitWrapper #submitButtonEmployment[b-b74851gr0k], #submitButtonEmploymentAlt1[b-b74851gr0k] {
  font-weight: 600;
  height: 52px;
  width: 32%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.zipSubmitWrapper #submitButtonEmployment:hover[b-b74851gr0k], #submitButtonEmploymentAlt1:hover[b-b74851gr0k] {
  cursor: pointer;
}

.submit-button[b-b74851gr0k] {
  cursor: pointer;
}

.zipWrapper[b-b74851gr0k] {
  max-width: 600px;
  margin: 10px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

  .zipWrapper input[b-b74851gr0k] {
    padding: 9px;
    border: solid 1px #000;
  }

  .zipWrapper > span[b-b74851gr0k] {
    display: block;
    float: left;
  }

    .zipWrapper > span:first-of-type[b-b74851gr0k] {
      margin-right: 10px;
    }
    
@media screen and (max-width: 700px) {
  .zipSubmitWrapper[b-b74851gr0k] {
    width: fit-content;
  }
}

@media screen and (max-width: 575px) {
  .zipWrapper input[b-b74851gr0k]{
    width: 200px;
  }

  .zipSubmitWrapper #zip[b-b74851gr0k] {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.error-text[b-b74851gr0k] {
  color: #f00;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormBeginServices.razor.rz.scp.css */
/* _content/CorporateSite/Layouts/Components/Forms/FormConfirmContactOptions.razor.rz.scp.css */
.confirm-content-options[b-o6o0rordnz] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-o6o0rordnz] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormConfirmContactOptionsHidden.razor.rz.scp.css */
.confirm-content-options[b-x6we95ej04] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-x6we95ej04] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormContactPreference.razor.rz.scp.css */
/* _content/CorporateSite/Layouts/Components/Forms/FormEmail.razor.rz.scp.css */
.home .form-floating > .form-control[b-oawd31vo0w] {
  padding: .5rem;
  height: calc(2.5rem + 2px);
  border-radius: 5px;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormHeardAboutUsEmployment.razor.rz.scp.css */
.error-text[b-cvsrsj2ml0] {
  color: #f00;
}

.content-desktop[b-cvsrsj2ml0] {
  display: block;
}

.content-mobile[b-cvsrsj2ml0] {
  display: none;
}

.quform-element > label[b-cvsrsj2ml0] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-cvsrsj2ml0] {
  color: #cc0101;
}

.form-group[b-cvsrsj2ml0] {
  margin-bottom: 1rem;
}

.quform-element > label[b-cvsrsj2ml0] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-cvsrsj2ml0], .quform-element > label[b-cvsrsj2ml0], .quform-select-replaced .quform-input input[b-cvsrsj2ml0], .quform-input .form-control[b-cvsrsj2ml0] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-cvsrsj2ml0] {
  position: relative;
}

  .quform-input .form-control[b-cvsrsj2ml0] {
    border-radius: 10px;
  }

@media screen and (max-width: 576px) {

  .content-desktop[b-cvsrsj2ml0] {
    display: none;
  }

  .content-mobile[b-cvsrsj2ml0] {
    display: block;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/FormHeardAboutUsHomeCare.razor.rz.scp.css */
.error-text[b-z6np52kokq] {
  color: #f00;
}

.content-desktop[b-z6np52kokq] {
  display: block;
}

.content-mobile[b-z6np52kokq] {
  display: none;
}

.quform-element > label[b-z6np52kokq] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-z6np52kokq] {
  color: #cc0101;
}

.form-group[b-z6np52kokq] {
  margin-bottom: 1rem;
}

.quform-element > label[b-z6np52kokq] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-z6np52kokq], .quform-element > label[b-z6np52kokq], .quform-select-replaced .quform-input input[b-z6np52kokq], .quform-input .form-control[b-z6np52kokq] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-z6np52kokq] {
  position: relative;
}

  .quform-input .form-control[b-z6np52kokq] {
    border-radius: 10px;
  }

@media screen and (max-width: 576px) {

  .content-desktop[b-z6np52kokq] {
    display: none;
  }

  .content-mobile[b-z6np52kokq] {
    display: block;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/FormHeardAboutUsHomeCareShortList.razor.rz.scp.css */
.error-text[b-mqi01g1xx4] {
  color: #f00;
}

.content-desktop[b-mqi01g1xx4] {
  display: block;
}

.content-mobile[b-mqi01g1xx4] {
  display: none;
}

.quform-element > label[b-mqi01g1xx4] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-mqi01g1xx4] {
  color: #cc0101;
}

.form-group[b-mqi01g1xx4] {
  margin-bottom: 1rem;
}

.quform-element > label[b-mqi01g1xx4] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-mqi01g1xx4], .quform-element > label[b-mqi01g1xx4], .quform-select-replaced .quform-input input[b-mqi01g1xx4], .quform-input .form-control[b-mqi01g1xx4] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-mqi01g1xx4] {
  position: relative;
}

  .quform-input .form-control[b-mqi01g1xx4] {
    border-radius: 10px;
  }

.home .form-floating > .form-select[b-mqi01g1xx4] {
  padding: .5rem;
  height: calc(2.5rem + 2px);
  border-radius: 5px;
}

@media screen and (max-width: 576px) {

  .content-desktop[b-mqi01g1xx4] {
    display: none;
  }

  .content-mobile[b-mqi01g1xx4] {
    display: block;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/FormPhone.razor.rz.scp.css */
.home .form-floating > .form-control[b-4cr20xj6zm] {
  padding: .5rem;
  height: calc(2.5rem + 2px);
  border-radius: 5px;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormRelationship.razor.rz.scp.css */
.form-wrapper p[b-sjzouwgh8t], .quform-element > label[b-sjzouwgh8t], .quform-select-replaced .quform-input input[b-sjzouwgh8t], .quform-input .form-control[b-sjzouwgh8t] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormRequiredHiddenFields.razor.rz.scp.css */
.optional-info[b-co46o8ldtq] {
  font-size: 4px;
  color: white;
  position: absolute;
  left: -9999px;
}

  .optional-info input[type="text"][b-co46o8ldtq] {
    width: 10px;
    height: 10px;
    max-width: 10px;
    border: none;
  }
/* _content/CorporateSite/Layouts/Components/Forms/FormSubmitButton.razor.rz.scp.css */
.quform-submit-inner button[b-kocbi2rfgv], .quform-input[b-kocbi2rfgv] {
  font-size: 18px;
  line-height: 28px;
}

.butn[b-kocbi2rfgv] {
  text-transform: none !important;
  background: #d9a900 !important;
}

.please_wait_button[b-kocbi2rfgv] {
  background: #88b7dd !important;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormSubmitButtonToLongForm.razor.rz.scp.css */
.quform-submit-inner button[b-opoefrspk3], .quform-input[b-opoefrspk3] {
  font-size: 18px;
  line-height: 28px;
}

.butn[b-opoefrspk3] {
  text-transform: none !important;
  background: #d9a900 !important;
}

.please_wait_button[b-opoefrspk3] {
  background: #88b7dd !important;
}
/* _content/CorporateSite/Layouts/Components/Forms/FormSubmitEmploymentButtonDisclaimer.razor.rz.scp.css */
.submitSmalltext[b-384k0en978] {
  font-size: 12px;
  line-height: 16px;
}
/* _content/CorporateSite/Layouts/Components/Forms/HomecareChooser.razor.rz.scp.css */
.service-details-sidebar .widget[b-gdlxxcnvev] {
  position: relative;
  margin-bottom: 30px;
}

.list-style2[b-gdlxxcnvev] {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .list-style2 li[b-gdlxxcnvev] {
    position: relative;
    margin-bottom: 7px;
    border: 1px solid #ededed;
    border-radius: 10px;
  }

    .list-style2 li a[b-gdlxxcnvev] {
      display: block;
      padding: 15px 50px 15px 20px;
      background: #ffffff;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      transition: all 0.6s ease 0s;
      border-radius: 10px;
    }

      .list-style2 li a[b-gdlxxcnvev]:before {
        content: '\f30b';
        font-weight: 600;
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        height: 100%;
        width: 40px;
        right: -1px;
        background: rgba(237, 237, 237, 0.6);
        top: 0;
        font-size: 20px;
        text-align: center;
        line-height: 62px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: all 0.1s ease 0s;
      }

    .list-style2 li.active a[b-gdlxxcnvev]:before {
      background: #74cbc9;
    }

    .list-style2 li.active a[b-gdlxxcnvev] {
      background: #003A70;
      color: #ffffff;
    }

    .list-style2 li a:hover[b-gdlxxcnvev]:before {
      background: #74cbc9;
    }

    .list-style2 li a:hover[b-gdlxxcnvev] {
      background: #003A70;
      color: #ffffff;
    }

.service-details-sidebar .list-style2 li a[b-gdlxxcnvev] {
  font-size: 18px;
}

.service-details-sidebar .widget[b-gdlxxcnvev] {
  position: relative;
  margin-bottom: 30px;
}

.list-style2[b-gdlxxcnvev] {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .list-style2 li[b-gdlxxcnvev] {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 10px;
  }

    .list-style2 li a[b-gdlxxcnvev] {
      display: block;
      padding: 15px 50px 15px 20px;
      background: #ffffff;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      transition: all 0.6s ease 0s;
      border-radius: 10px;
    }

      .list-style2 li a[b-gdlxxcnvev]:before {
        content: '\f30b';
        font-weight: 600;
        font-family: 
        \ 5 Free;
        position: absolute;
        height: 100%;
        width: 50px;
        right: -1px;
        background: rgba(237, 237, 237, 0.6);
        top: 0;
        font-size: 20px;
        text-align: center;
        line-height: 55px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: all 0.1s ease 0s;
      }

    .list-style2 li.active a[b-gdlxxcnvev]:before {
      background: #74cbc9;
    }

    .list-style2 li.active a[b-gdlxxcnvev] {
      background: #003A70;
      color: #ffffff;
    }

    .list-style2 li a:hover[b-gdlxxcnvev]:before {
      background: #74cbc9;
    }

    .list-style2 li a:hover[b-gdlxxcnvev] {
      background: #003A70;
      color: #ffffff;
    }

.service-details-sidebar .list-style2 li a[b-gdlxxcnvev] {
  font-size: 20px;
}
/* _content/CorporateSite/Layouts/Components/Forms/NewMainFormForm.razor.rz.scp.css */
.quform-input .form-control[b-8dlqglo279] {
  border-radius: 5px;
}

.butn[b-8dlqglo279] {
  background: #193e6e !important;
}

.butn[b-8dlqglo279] {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s linear;
  z-index: 1;
}


.quform-element > label[b-8dlqglo279] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

[b-8dlqglo279] .quform-input {
  position: relative;
}

  .quform-input .form-control[b-8dlqglo279] {
    border-radius: 5px;
  }

[b-8dlqglo279] .quform-element label span.quform-required {
  color: #cc0101;
  font-size: 10px;
}

[b-8dlqglo279] .form-group {
  margin-bottom: 1rem;
}

.quform-elements .quform-element textarea[b-8dlqglo279] {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}

.form-wrapper[b-8dlqglo279] {
  background: #fff !important;
}

.form-wrapper[b-8dlqglo279] {
  position: relative;
  margin-bottom: -50px;
  background: transparent;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ededed;
  z-index: 9;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.pleaseSelect[b-8dlqglo279] {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
}

.form-floating > .form-control[b-8dlqglo279] {
  padding: 0.5rem;
  height: calc(2.5rem + 2px);
  border-radius: 5px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .form-wrapper[b-8dlqglo279] {
    margin-bottom: 0;
    padding: 50px;
  }

  .pleaseSelect[b-8dlqglo279] {
    padding-top: 15px;
  }

  .footer-social ul[b-8dlqglo279] {
    justify-content: center;
    float: none;
    width: 100%;
  }

}

.extra-padding[b-8dlqglo279] {
  padding-bottom: 30px;
}

.form-wrapper p[b-8dlqglo279],
.quform-element > label[b-8dlqglo279],
.quform-select-replaced .quform-input input[b-8dlqglo279],
.quform-input .form-control[b-8dlqglo279] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-submit-inner button[b-8dlqglo279], .quform-input[b-8dlqglo279] {
  font-size: 18px;
  line-height: 28px;
}

/* Bootstrap Floating Labels */
[b-8dlqglo279] .form-floating > .form-control {
  padding: .5rem;
  height: calc(2.5rem + 2px);
}
[b-8dlqglo279] .form-floating > label {
  padding: .5rem;
}

[b-8dlqglo279] .form-floating > .form-control:focus, [b-8dlqglo279] .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
  [b-8dlqglo279] .form-floating > .form-control:focus ~ label, [b-8dlqglo279] .form-floating > .form-control:not(:placeholder-shown) ~ label, [b-8dlqglo279] .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-1.9rem) translateX(-.25rem);
  }
.form-group[b-8dlqglo279] {
  margin-bottom: 1.5rem;
}
@media (max-width: 1300px) {
  .h3[b-8dlqglo279], h3[b-8dlqglo279], .accordion-option .title[b-8dlqglo279], .cta-title[b-8dlqglo279], .pro-outline-card h5[b-8dlqglo279] {
    font-size: 26px;
  }
}

.butn[b-8dlqglo279] {
  text-transform: none !important;
}

.butn[b-8dlqglo279] {
  background: #d9a900 !important;
}

.footerWrapper p[b-8dlqglo279] {
  font-size: 20px;
  line-height: 32px;
}


@media (max-width: 575px) {
  .form-wrapper[b-8dlqglo279] {
    padding: 25px;
  }

  .col-12[b-8dlqglo279]{
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/OverviewForm.razor.rz.scp.css */

.topForm[b-rndpblmdez] {
  background: #193E6E;
  color: #fff;
  padding: 30px;
  border: solid 2px #fff;
  margin-top: -360px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

[b-rndpblmdez] .quform-input .form-control {
  border-radius: 10px;
}

  .topForm h3[b-rndpblmdez] {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .topForm .openingText[b-rndpblmdez] {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: solid #fff 2px;
  }

  .topForm .topFormWrapper[b-rndpblmdez] {
    padding-top: 30px;
  }

  .topForm .quform-submit-inner[b-rndpblmdez] {
    text-align: center;
  }

.faqGraphic[b-rndpblmdez] {
  margin-top: 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.form-group[b-rndpblmdez] {
  margin-bottom: 1rem;
}

[b-rndpblmdez] .quform-input {
  position: relative;
}

  .form-wrapper p[b-rndpblmdez], .quform-element > label[b-rndpblmdez], .quform-select-replaced .quform-input input[b-rndpblmdez], .quform-input .form-control[b-rndpblmdez] {
    font-size: 18px;
    line-height: 28px;
    color: #000;
  }

  .quform-input .form-control[b-rndpblmdez] {
    border-radius: 10px;
  }

.quform-submit-inner button[b-rndpblmdez] {
  font-size: 20px;
  line-height: 32px;
}

.butn[b-rndpblmdez] {
  background: #d9a900 !important;
}

.butn[b-rndpblmdez] {
  text-transform: none !important;
}

.butn[b-rndpblmdez] {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all 0.3s linear;
  border: 0;
  z-index: 1;
}

.hcVideo[b-rndpblmdez] {
  width: 100%;
  height: 480px;
}

.topForm[b-rndpblmdez] {
  margin-top: 0;
}

  .topForm .topFormWrapper[b-rndpblmdez] {
    padding-top: 0;
  }

.topFormHeader[b-rndpblmdez] {
  background: #003A70;
  color: #fff;
  text-align: center;
  padding: 20px 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

  .topFormHeader .form-group > div[b-rndpblmdez] {
    display: inline-block;
  }

.topForm[b-rndpblmdez] {
  background: #fff;
  border: solid 1px #D5D5D5;
  color: #707070;
  box-shadow: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

  .topForm button[b-rndpblmdez] {
    border: solid 1px transparent;
  }

.topFormTitle[b-rndpblmdez] {
  font-size: 24px !important;
  display: block;
  padding-bottom: 10px;
  color: #fff !important;
}

.topFormHeader .quform-input input[b-rndpblmdez] {
  margin-left: 20px;
}

.callText[b-rndpblmdez] {
  font-weight: 400 !important;
} 


h3.overview_form_title[b-rndpblmdez] {
  text-align: center;
  line-height: 1.1;
}

@media screen and (max-width: 992px) {
  .topForm[b-rndpblmdez] {
    padding: 15px;
  }

  .form-wrapper p[b-rndpblmdez], .quform-element > label[b-rndpblmdez], .quform-select-replaced .quform-input input[b-rndpblmdez], .quform-input .form-control[b-rndpblmdez] {
    font-size: 15px;
    line-height: 24px;
    color: #000;
  }

  .topFormTitle[b-rndpblmdez] {
    line-height: 32px !important;
  }

}

@media (max-width: 575px) {
  .topFormHeader .form-group > div[b-rndpblmdez] {
    display: block;
  }

  .topFormHeader .quform-input input[b-rndpblmdez] {
    margin-left: 0px;
  }

  .quform-loading[b-rndpblmdez] {
    padding-bottom: 20px;
  }

  .topFormHeader[b-rndpblmdez] {
    padding: 10px 0 0;
  }

  .topFormTitle[b-rndpblmdez]{
    font-size: 20px !important;
  }

  .callText[b-rndpblmdez] {
    font-size: 24px;
  }
}

.error-text[b-rndpblmdez] {
  color: #F00;
}
/* _content/CorporateSite/Layouts/Components/Forms/ServiceChooserCMS.razor.rz.scp.css */
.service-details-sidebar .widget[b-0q63r1zy9h] {
  position: relative;
  margin-bottom: 30px;
}

.list-style2[b-0q63r1zy9h] {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .list-style2 li[b-0q63r1zy9h] {
    position: relative;
    margin-bottom: 7px;
    border: 1px solid #ededed;
    border-radius: 10px;
  }

    .list-style2 li a[b-0q63r1zy9h] {
      display: block;
      padding: 15px 50px 15px 20px;
      background: #ffffff;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      transition: all 0.6s ease 0s;
      border-radius: 10px;
    }

      .list-style2 li a[b-0q63r1zy9h]:before {
        content: '\f30b';
        font-weight: 600;
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        height: 100%;
        width: 40px;
        right: -1px;
        background: rgba(237, 237, 237, 0.6);
        top: 0;
        font-size: 20px;
        text-align: center;
        line-height: 62px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: all 0.1s ease 0s;
      }

    .list-style2 li.active a[b-0q63r1zy9h]:before {
      background: #74cbc9;
    }

    .list-style2 li.active a[b-0q63r1zy9h] {
      background: #003A70;
      color: #ffffff;
    }

    .list-style2 li a:hover[b-0q63r1zy9h]:before {
      background: #74cbc9;
    }

    .list-style2 li a:hover[b-0q63r1zy9h] {
      background: #003A70;
      color: #ffffff;
    }

.service-details-sidebar .list-style2 li a[b-0q63r1zy9h] {
  font-size: 18px;
}

/* _content/CorporateSite/Layouts/Components/Forms/ServiceChooserMobile.razor.rz.scp.css */
.dropdownSection[b-ii6tibi219] {
  display: none;
}

@media (max-width: 991px) {
  .dropdownSection[b-ii6tibi219] {
    display: block;
    padding: 40px 0 40px 0;
    background: #F4F4F4;
    overflow: visible;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .dropdownSection .dropdown[b-ii6tibi219] {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .dropdownSection .dropbtn[b-ii6tibi219] {
    background-color: #fff;
    color: #003A70;
    padding: 16px;
    font-size: 22px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-family: 'myriad-pro';
    letter-spacing: 0.5px;
    font-weight: 700;
    border: 1px solid #ededed;
    border-radius: 10px;
    position: relative;
  }
}

@media (max-width: 991px) {
  .dropdownSection .dropbtn[b-ii6tibi219]:after {
    background: #74cbc9;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    content: '\f063';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    top: 0;
    left: inherit;
    right: 0;
    font-size: 16px;
    line-height: 60px;
    height: 64px;
    width: 60px;
    text-align: center;
    color: #fff;
    padding-left: 0;
    transform: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .dropdownSection .dropdown-content[b-ii6tibi219] {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 101;
  }
}

@media (max-width: 991px) {
  .dropdownSection .dropdown-content a[b-ii6tibi219] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .tablet_hide[b-ii6tibi219] {
    display: none;
  }

  .dropdownSection .dropbtn.activeDropdown[b-ii6tibi219]:after {
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
}

@media (max-width: 767px) {
  .dropdownSection .dropbtn[b-ii6tibi219] {
    text-align: left;
    font-size: 18px;
  }

  dropdownSection .dropbtn[b-ii6tibi219]:after {
    height: 63px;
    line-height: 63px;
  }
}
/* _content/CorporateSite/Layouts/Components/Forms/SideForm.razor.rz.scp.css */
[b-ythahuw6ps] .quform-element > label {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-input[b-ythahuw6ps] {
  position: relative;
}

.quform-input .form-control[b-ythahuw6ps] {
  border-radius: 5px;
}

.quform-element label span.quform-required[b-ythahuw6ps] {
  color: #cc0101;
  font-size: 10px;
}

[b-ythahuw6ps] .form-group {
  margin-bottom: 1.5rem;
}

.quform-elements .quform-element textarea[b-ythahuw6ps] {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}

.form-wrapper[b-ythahuw6ps] {
  background: #b9dbe5 !important;
}

  .form-wrapper h2[b-ythahuw6ps] {
    font-size: 1.5em;
  }

  .form-wrapper form[b-ythahuw6ps] {
    padding: 0 24px 24px 24px;
    margin-top: 10px;
  }

.form-wrapper[b-ythahuw6ps] {
  position: relative;
  margin-bottom: -50px;
  background: transparent;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ededed;
  z-index: 9;
}

.form_top_wrap[b-ythahuw6ps] {
  padding: 24px 24px 0 24px;
}

.pleaseSelect[b-ythahuw6ps] {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
}

.extra-padding[b-ythahuw6ps] {
  padding-bottom: 30px;
}

.form-wrapper p[b-ythahuw6ps],
.quform-element > label[b-ythahuw6ps],
.quform-select-replaced .quform-input input[b-ythahuw6ps],
.quform-input .form-control[b-ythahuw6ps] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-submit-inner button[b-ythahuw6ps], .quform-input[b-ythahuw6ps] {
  font-size: 18px;
  line-height: 28px;
}


.footerWrapper p[b-ythahuw6ps] {
  font-size: 20px;
  line-height: 32px;
}
/* Bootstrap Floating Labels */
[b-ythahuw6ps] .form-floating > .form-control {
  padding: .5rem;
  height: calc(2.5rem + 2px);
}

[b-ythahuw6ps] .form-floating > label {
  padding: .5rem;
}

[b-ythahuw6ps] .form-floating > .form-control:focus, [b-ythahuw6ps] .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

  [b-ythahuw6ps] .form-floating > .form-control:focus ~ label, [b-ythahuw6ps] .form-floating > .form-control:not(:placeholder-shown) ~ label, [b-ythahuw6ps] .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-1.9rem) translateX(-.25rem);
  }

[b-ythahuw6ps] .quform-input .form-control {
  border-radius: 5px;
  font-size: 20px;
}

@media (max-width: 1300px) {
  .h3[b-ythahuw6ps], h3[b-ythahuw6ps], .accordion-option .title[b-ythahuw6ps], .cta-title[b-ythahuw6ps], .pro-outline-card h5[b-ythahuw6ps] {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .form-wrapper[b-ythahuw6ps] {
    margin-bottom: 0;
    padding: 50px;
    border-radius: 10px;
  }

  .pleaseSelect[b-ythahuw6ps] {
    padding-top: 15px;
  }
}



@media (max-width: 575px) {
  .form-wrapper[b-ythahuw6ps] {
    padding: 7px;
  }

  .quform-elements .col-md-12[b-ythahuw6ps]{
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-12[b-ythahuw6ps] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.error-text[b-ythahuw6ps] {
  color: #F00;
}
/* _content/CorporateSite/Layouts/Components/Forms/VideoHeroZipEmploymentCMS.razor.rz.scp.css */
/*New Stuff*/
.container[b-dhuhmb1s4e] {
    max-width: 1400px;
    padding-right: 50px;
    padding-left: 50px;
    width: 100%;
  }
  
  .navbar-brand img#logo[b-dhuhmb1s4e] {
    width: 276px;
  }
  
  .heroSection[b-dhuhmb1s4e] {
    background: #193E6E;
    padding: 0px 0;
    position: relative;
  }
  
    .heroSection .row[b-dhuhmb1s4e] {
      margin: 0;
    }
  
    .heroSection .banner-title[b-dhuhmb1s4e] {
      padding: 140px 0px;
      z-index: 900;
      background: transparent;
      position: relative;
      margin-right: 60px;
      padding: 0;
      position: absolute;
      transform: translate(0px, -50%);
      top: 40%;
    }
  
  
  .heroSection .banner-title h1[b-dhuhmb1s4e] {
    color: #DAA900;
    font-family: 'myriad-pro';
    font-weight: 700;
    font-size: 55px;
    line-height: 58px;
  }
  
  .sub-title[b-dhuhmb1s4e] {
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
  }
  
    
   .heroBG[b-dhuhmb1s4e] {
    position: relative;
  }
  
  
  .heroSection .banner-content[b-dhuhmb1s4e] {
    position: relative;
    height: 400px;
    color: #fff;
  }
  
  .heroSection[b-dhuhmb1s4e]:after {
    content: url(../img/homepage_curve.svg);
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 180px;
  }
  
  .sub-title a[b-dhuhmb1s4e] {
    color: #fff;
    text-decoration: underline;
  }
  
  
  .videoHeroSection #ytbg[b-dhuhmb1s4e]:before {
    position: absolute;
    width: 115px;
    height: 80px;
    content: '';
    background-image: url(https://s3.amazonaws.com/clients.2010solutions.com/visitingangels/va+html+2024/images/yt.png);
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-size: cover;
  
    display: none;
    display: none;
  }
  
  .heroBG[b-dhuhmb1s4e]:after {
    display: none !important;
  }
  
  .heroBGImage[b-dhuhmb1s4e] {
    background-position: left;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 1000px;
    background-size: 100%;
    left: -80px;
  }
  
  
  
  .video-btn-play[b-dhuhmb1s4e] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 11;
  }
  
  .video-btn-play-animation[b-dhuhmb1s4e] {
    position: relative;
    max-width: 150px;
  }
  
    .video-btn-play-animation[b-dhuhmb1s4e]::before {
      content: "";
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      transform-origin: center center;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, .52);
      border-radius: 50%;
      opacity: 0;
      z-index: -1;
    }
  
    .video-btn-play-animation:hover[b-dhuhmb1s4e]::before { 
      animation: pulse-border-b-dhuhmb1s4e 1.5s ease-out infinite;
      opacity: 1;
    }
  
  @keyframes pulse-border-b-dhuhmb1s4e {
    0% {
      transform: scale(1);
      opacity: 1
    }
  
    100% {
      transform: scale(1.8);
      opacity: 0
    }
  }
  
  .heroPlaying .video-btn-play[b-dhuhmb1s4e] {
    display: none;
  }

  .zipSubmitWrapper[b-dhuhmb1s4e] {
    margin-top: 0px;
    /* max-width: 600px; */
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  
  .zipSubmitWrapper #zip[b-dhuhmb1s4e], #zipAlt1[b-dhuhmb1s4e] {
    border: 2px solid #d9a900;
    border: 1px solid #fff;
    text-align: left;
    height: 52px;
    /* width: 68%; */
    padding: 10px 10px 10px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    max-width: 80%;
  }
  
  .zipSubmitWrapper #submitButtonEmployment[b-dhuhmb1s4e], #submitButtonEmploymentAlt1[b-dhuhmb1s4e] {
    font-weight: 600;
    /* border: 2px solid #d9a900 !important; */
    height: 52px;
    /* width: 32%; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 20px;
    padding: 10px 15px;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zipSubmitWrapper #submitButtonEmployment:hover[b-dhuhmb1s4e], #submitButtonEmploymentAlt1:hover[b-dhuhmb1s4e] {
    cursor: pointer;
  }

  .zipWrapper[b-dhuhmb1s4e] {
    max-width: 600px;
    margin: 10px auto 0;
    text-align: center;
    display: flex;
    justify-content: left;

    position: absolute;
    transform: translate(0px, -50%);
    top: 70%;
  }
  
    .zipWrapper input[b-dhuhmb1s4e] {
      padding: 9px;
      border: solid 1px #000;
    }
  
    .zipWrapper > span[b-dhuhmb1s4e] {
      display: block;
      float: left;
    }
  
      .zipWrapper > span:first-of-type[b-dhuhmb1s4e] {
        margin-right: 10px;
      }

  
  @media screen and (max-width: 992px) {
    .heroSection[b-dhuhmb1s4e]:after {
      display: none;
    }
  
    .heroSection .banner-title[b-dhuhmb1s4e] {
      background: none;
      margin: 0;
    }
  
    .heroBG[b-dhuhmb1s4e] {
      display: none;
    }
  
    .heroBGMobile[b-dhuhmb1s4e] {
      position: relative;
    }
  
  
    .banner-title h1[b-dhuhmb1s4e], .banner-title .sub-title[b-dhuhmb1s4e] {
      text-align: center;
    }
  
    .heroSection .banner-title[b-dhuhmb1s4e] {
      background: none !important;
      margin-right: 0;
      transform: translate(-50%, -65%);
      left: 50%;
      width: 100%;
    }
  
    .heroBGImage[b-dhuhmb1s4e] {
      opacity: 0.3;
      left: 0%;
      background-position: center;
      background-size: cover;
      width: 100%;
    }
  
  
    .findCareWrapper[b-dhuhmb1s4e] {
      text-align: center;
    }
  
    .service-details-sidebar aside[b-dhuhmb1s4e] {
      display: none !important;
    }
  
    .mobile-form[b-dhuhmb1s4e] {
      display: block !important;
    }

    .zipWrapper[b-dhuhmb1s4e] {
        position: relative;
        z-index: 100;
        justify-content: center;
        top: 80%;
    }
  }
  
  @media screen and (max-width: 768px) {
  
    .banner-title h1[b-dhuhmb1s4e], .banner-title .sub-title[b-dhuhmb1s4e] {
      text-align: center;
    }
  
    .findCareWrapper[b-dhuhmb1s4e] {
      z-index: 9;
      position: relative;
      padding: 0;
    }
  
    .fakeInput[b-dhuhmb1s4e], .fakeSubmit[b-dhuhmb1s4e] {
      padding: 10px 15px !important;
    }
  
    .banner-title h1[b-dhuhmb1s4e] {
      font-size: 45px !important;
      line-height: 48px !important;
    }
  
    .findCareWrapper[b-dhuhmb1s4e] {
      margin-top: 30px;
    }
  
    .heroSection .banner-title[b-dhuhmb1s4e] {
      left: 50%;
    }

    .zipSubmitWrapper[b-dhuhmb1s4e] {
        width: fit-content;
      }
  }

  @media screen and (max-width: 575px) {  
    .zipWrapper input[b-dhuhmb1s4e]{
      width: 200px;
    }

    .zipSubmitWrapper[b-dhuhmb1s4e]{
      margin-top: 10px;
    }

    .zipSubmitWrapper #zip[b-dhuhmb1s4e] {
      font-size: 18px;
      padding: 10px 20px;
    }
  }

.error-text[b-dhuhmb1s4e] {
  color: #f00;
  margin-top: 40px;
}
/* _content/CorporateSite/Layouts/Components/Header.razor.rz.scp.css */


@media (max-width: 991px) {
  .scrollHeader[b-59kxo1x6mp] {
    /* position: fixed; */
    width: 100%;
  }

  .navbar-default[b-59kxo1x6mp]{
    background: #fff;
  }
}

@media (max-width: 767px) {
  .tabletContainer[b-59kxo1x6mp], .container[b-59kxo1x6mp] {
    padding-left: 12px;
    padding-right: 12px;
    max-width: none;
  }

}
/* _content/CorporateSite/Layouts/Components/HeaderDesktop.razor.rz.scp.css */
.navbar-header-custom[b-rxy3y4umj6] {
  padding: 7px 0 5px 0;
}

.navbar-brand img[b-rxy3y4umj6] {
  max-height: 100px;
}

.navbar-brand img[b-rxy3y4umj6] {
  width: 100%;
}
/* _content/CorporateSite/Layouts/Components/HeaderMenu.razor.rz.scp.css */


#search_bar_mobile[b-1y99rcsry1] {
  display: none;
}

#searchBox[b-1y99rcsry1], #msearchBox[b-1y99rcsry1] {
  color: #333;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #f0f0f0;
  padding-left: 30px;
  padding-top: 9px;
  padding-bottom: 8px;
  background-size: auto;
  width: 100%;
  max-width: 250px;
  background-image: url(/img/SiteSearch360Magnifier.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-size: 10%;
  height: 36px;
  margin-top: -2px;
  margin:10px;
}

@media(max-width: 1200px) {
  .start-close[b-1y99rcsry1] {
    display: none !important;
  }

  .open[b-1y99rcsry1] {
    display: block !important;
  }

  #search_bar_mobile[b-1y99rcsry1] {
    display: block;
  }
}
.header-style2 .navbar-nav li a[b-1y99rcsry1] {
  color: #193E6E !important;
}
.navbar[b-1y99rcsry1] {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  visibility: visible !important;
  opacity: unset !important;
}

header nav.navbar ul[b-1y99rcsry1] {
  max-width: none !important;
  height: auto !important;
  padding-right: 0px !important;
}
  header nav.navbar ul li[b-1y99rcsry1] {
    display: block !important;
  }

.navbar > ul[b-1y99rcsry1] {
  padding-right: 0px !important;
}
.top-bar .navbar-nav[b-1y99rcsry1] {
  top: 30px;
  width: 100vw;
  left: -15px;
  padding: 0;
  transform: translate(-50%, 0px);
}
.header-style2 .navbar-nav li a[b-1y99rcsry1] {
  color: #193E6E !important;
}
@media (max-width: 1199.98px) {
  header nav.navbar ul[b-1y99rcsry1] {
    gap: 30px;
    list-style: none;
    margin: 0;
    max-width: 560px;
    display: none;
    flex-flow: column;
    width: 100%;
    padding: 0px 0 0px 0;
    height: 100%;
    overflow-y: auto;
  }
  header nav.navbar .navbar-nav[b-1y99rcsry1] {
    top: 94px;
    width: 100vw;
    left: -50px;
    padding: 0;
  }

  header nav.navbar ul li.search[b-1y99rcsry1]{
    display: none !important;
  }

  header nav.navbar .navbar-nav[b-1y99rcsry1] {
    position: fixed;
    inset: 135px 0px 0px;
    transform: none;
    overflow-y: scroll;
  }
}

  .menu_area[b-1y99rcsry1] {
    padding: 5px 0;
  }

  @media (max-width: 1300px) {
    .navbar-nav > li > a[b-1y99rcsry1] {
      font-size: 15px;
    }
  }

  .navbar-nav > li > a:hover[b-1y99rcsry1] {
    color: #5dc5c3 !important;
  }

  .navbar-nav > li > a:focus[b-1y99rcsry1] {
    color: #5dc5c3 !important;
    cursor: pointer;
  }

@media (max-width: 992px) {
  header nav.navbar .navbar-nav[b-1y99rcsry1] {
    width: 100vw;
    left: -18px;
    padding: 0;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  header nav.navbar .navbar-nav[b-1y99rcsry1] {
    position: fixed;
    top: 41px;
    transform: none;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
  }

}
/* _content/CorporateSite/Layouts/Components/HeaderSearch.razor.rz.scp.css */
@media (min-width: 992px) {
  .header-style2 .navbar-default[b-ol0ejuoldq] {
    box-shadow: none;
  }
}
.navbar-default[b-ol0ejuoldq] {
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.top-search[b-ol0ejuoldq] {
  padding: 10px 0;
  display: none; 
  background: #ddecf2;
}

.site_search_wrap[b-ol0ejuoldq]{
  text-align: center;
}

@media (max-width: 1100px) {
  .navbar-default .container[b-ol0ejuoldq], .navbar-default .container-fluid[b-ol0ejuoldq] {
    height: 100px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    position: relative;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
}

.navbar-default .container[b-ol0ejuoldq], .navbar-default .container-fluid[b-ol0ejuoldq] {
  position: relative;
}

.bg-secondary[b-ol0ejuoldq] {
  background: #f8a683 !important;
}

.top-search input.form-control[b-ol0ejuoldq] {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  min-height: auto;
}
/* _content/CorporateSite/Layouts/Components/HeaderSubMenu.razor.rz.scp.css */
.header-style2 .navbar-nav li a[b-rdtu2oric6] {
  color: #193E6E !important;
}

.navbar[b-rdtu2oric6] {
  position: relative !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  visibility: visible !important;
  opacity: unset !important;
}

.navbar-nav[b-rdtu2oric6] {
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  transition-duration: 0;
  -ms-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  width: 100%;
  display: none;
  transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

header nav.navbar ul[b-rdtu2oric6] {
  max-width: none !important;
  height: auto !important;
  padding-right: 0px !important;
}

  header nav.navbar ul li[b-rdtu2oric6] {
    display: block !important;
  }


.navbar > ul[b-rdtu2oric6] {
  padding-right: 0px !important;
}

.header-style2 .navbar-nav li a[b-rdtu2oric6] {
  color: #193E6E !important;
}

@media (max-width: 1199.98px) {
  header nav.navbar ul[b-rdtu2oric6] {
    gap: 0px;
    list-style: none;
    margin: 0;
    max-width: 560px;
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 0px 0 50px 0;
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 1300px) {
  .navbar-nav > li > ul > li > a[b-rdtu2oric6] {
    font-size: 16px;
  }
}

.sub-menu > li > a:hover[b-rdtu2oric6] {
  color: #5dc5c3 !important;
  cursor: pointer;
}
/* _content/CorporateSite/Layouts/Components/HomePage/NewArticles.razor.rz.scp.css */
.articlesHeader[b-mhx3w0dk7k] {
  font-size: 37px !important;
}

.articlesHeader span[b-mhx3w0dk7k] {
  font-size: 28px;
  color: #707070;
  font-weight: 400;
}

.view-all-articles[b-mhx3w0dk7k] {
  text-align: center;
  padding-top: 30px;
}

  .view-all-articles a[b-mhx3w0dk7k] {
    text-decoration: underline;
    color: #2D6FB7;
  }

  .view-all-articles a[b-mhx3w0dk7k] {
    font-size: 20px;
    line-height: 32px;
  }

@media(max-width: 767px) {
  .section-heading[b-mhx3w0dk7k] {
    margin-bottom: 30px;
  }

  .phonePaddingBottom30[b-mhx3w0dk7k]{
    padding-bottom: 30px !important;
  }
}

.owl-theme .owl-nav.disabled + .owl-dots[b-mhx3w0dk7k] {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span[b-mhx3w0dk7k], .owl-theme .owl-dots .owl-dot:hover span[b-mhx3w0dk7k] {
  background-color: #74cbc9;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot span[b-mhx3w0dk7k] {
  background: #056c5f;
  opacity: 0.3;
  height: 12px;
  width: 12px;
  border-radius: 0.25rem;
  margin-left: 4px;
}


@media(max-width: 575px) {
  .card-style1[b-mhx3w0dk7k] {
    padding: 0;
  }
  .card-style1 .card-body .service-icon[b-mhx3w0dk7k]{
    margin: 0;
  }

  .view-all-articles a[b-mhx3w0dk7k]{
    font-size: 18px;
  }
}
/* _content/CorporateSite/Layouts/Components/TopBar.razor.rz.scp.css */
.bg-primary[b-7pqlg5ukbb] {
  background: #2C6EB7 !important;
}

.top-bar[b-7pqlg5ukbb] {
  display: block;
  position: relative;
  z-index: 999;
  padding: 3px 0;
}

.phoneHeader[b-7pqlg5ukbb] {
  color: #fff;
  font-weight: bold;
  font-family: 'myriad-pro';
  font-weight: 700;
  margin-left: -5px;
}

.phoneHeader[b-7pqlg5ukbb] {
  font-size: 20px;
  line-height: 34px;
}

.top-bar-info li[b-7pqlg5ukbb] {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 19px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
}

.top-social-icon li a[b-7pqlg5ukbb] {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0 3px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #030a38;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  color: #fff;
}

.top-bar-info[b-7pqlg5ukbb] {
  display: inline-block;
  vertical-align: middle;
}

  .top-bar-info ul[b-7pqlg5ukbb] {
    margin-bottom: 0;
  }

.top-social-icon[b-7pqlg5ukbb] {
  padding: 0;
  float: right;
  margin: 0;
  text-align: right;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
  padding-right: 5px;
  margin-top: 8px;
}
.top-social-icon a i[b-7pqlg5ukbb] {
  transition:all 350ms ease;
}
.top-social-icon a:hover i[b-7pqlg5ukbb] {
  color:#d9a900;
}

  .top-social-icon li[b-7pqlg5ukbb] {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 0px;
  }

    .top-social-icon li a[b-7pqlg5ukbb] {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px;
    }

.phoneOnly[b-7pqlg5ukbb] {
  display: none;
}

.menu_area[b-7pqlg5ukbb] {
  padding: 5px 0;
}

@media (max-width: 767px) {

  .phoneOnly[b-7pqlg5ukbb] {
    display: block;
  }

  .col-xs-6[b-7pqlg5ukbb] {
    flex: 0 0 auto;
    width: 50%;
  }

  .tabletContainer[b-7pqlg5ukbb], .container[b-7pqlg5ukbb] {
    padding-left: 18px;
    padding-right: 18px;
    max-width: none;
    width: 100%
  }

  .top-bar .navbar-toggler[b-7pqlg5ukbb] {
    background: transparent;
    top: -12px;
    display: block !important;
    right: -10px;
  }

    .top-bar .navbar-toggler[b-7pqlg5ukbb]:before {
      background: #fff;
    }

    .top-bar .navbar-toggler[b-7pqlg5ukbb]:after {
      background: #2C6EB7;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }

  .scrollHeader .top-bar .navbar-toggler[b-7pqlg5ukbb] {
    display: block !important;
  }

  .navbar-toggler.menu-opened[b-7pqlg5ukbb]:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.menu-opened[b-7pqlg5ukbb]:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .top-bar .navbar-nav[b-7pqlg5ukbb] {
    top: 30px;
    width: 95vw;
    left: -50vw;
  }
}
/* _content/CorporateSite/Layouts/MainLayout.razor.rz.scp.css */
main[b-cs1su3yb9e] {
  flex: 1;
}

:root[b-cs1su3yb9e] {
  --white: #ffffff;
  --light-white: #F5F5F5;
  --blue: #193E6E;
  --primary-color: #003A70;
  --text-light-blue: #003A70;
  --secondary-color: #74CBC9;
  --purple-color: #79008D;
  --blue-color: #1787ca;
  --green-color: #44DF8A;
  --yellow-color: #FFB400;
  --orange-color: #FF8200;
  --red-color: #FD1B44;
  --gray-color: #CCCCCC;
  --xsmall: 6px;
  --small: 12px;
  --medium: 18px;
  --base: 24px;
  --large: 36px;
  --xlarge: 48px;
  --xxlarge: 96px;
  --xxxlarge: 96px;
}

img[b-cs1su3yb9e] {
  max-width: 100%;
  height: auto;
  border: none;
}

[b-cs1su3yb9e]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #003A70 !important;
}

[b-cs1su3yb9e]::-moz-placeholder { /* Firefox 19+ */
  color: #003A70 !important;
}

:-ms-input-placeholder[b-cs1su3yb9e] { /* IE 10+ */
  color: #003A70 !important;
}

:-moz-placeholder[b-cs1su3yb9e] { /* Firefox 18- */
  color: #003A70 !important;
}

.box-visiting[b-cs1su3yb9e], .fixed-button-site[b-cs1su3yb9e] {
  display: none !important;
}

body.open-mega-menu[b-cs1su3yb9e] {
  overflow: hidden;
}


/* ---------------------------------- */
/* -------- Typography -------------- */
/* ---------------------------------- */
h1[b-cs1su3yb9e], h2[b-cs1su3yb9e], h3[b-cs1su3yb9e], h4[b-cs1su3yb9e], h5[b-cs1su3yb9e], h6[b-cs1su3yb9e], .h1[b-cs1su3yb9e], .h2[b-cs1su3yb9e], .h3[b-cs1su3yb9e], .h4[b-cs1su3yb9e], .h5[b-cs1su3yb9e], .h6[b-cs1su3yb9e] {
  color: #003A70;
  font-family: 'Myriad Pro Bold';
  letter-spacing: 0.5px;
  font-weight: 400;
}

.h1[b-cs1su3yb9e], h1[b-cs1su3yb9e] {
  font-size: 70px;
  font-weight: 600;
  line-height: 54px;
}

h2[b-cs1su3yb9e] {
  color: var(--primary-color);
}

.text-light-blue[b-cs1su3yb9e] {
  color: var(--text-light-blue);
}

.h2[b-cs1su3yb9e], h2[b-cs1su3yb9e] {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.286;
}

.h3[b-cs1su3yb9e], h3[b-cs1su3yb9e] {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}

h4[b-cs1su3yb9e] {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
}

h5[b-cs1su3yb9e] {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 22px;
  line-height: 30px;
}

h6[b-cs1su3yb9e] {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'myriad-pro';
}

.h1[b-cs1su3yb9e], .h2[b-cs1su3yb9e], .h3[b-cs1su3yb9e], .h4[b-cs1su3yb9e], .h5[b-cs1su3yb9e], h2[b-cs1su3yb9e], h3[b-cs1su3yb9e], h4[b-cs1su3yb9e], h5[b-cs1su3yb9e] {
  margin-bottom: 15px;
  margin-bottom: 20px;
}

.h1[b-cs1su3yb9e], h1[b-cs1su3yb9e] {
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2;
}

p[b-cs1su3yb9e] {
  line-height: 28px;
  font-size: 22px;
  line-height: 32px;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #343434;
}

a[b-cs1su3yb9e] {
  text-decoration: none;
  color: #2D6FB7;
}

a[b-cs1su3yb9e] {
  transition: 0.2s;
}

  a:hover[b-cs1su3yb9e] {
    color: var(--dark);
  }

p:last-child[b-cs1su3yb9e] {
  margin-bottom: 0 !important;
}

.text-left[b-cs1su3yb9e] {
  text-align: left;
}

.new-home-care.top-shape.shape-behind[b-cs1su3yb9e] {
  padding-top: 150px;
  padding-bottom: 60px;
  margin-top: -100px;
}

.new-home-care.top-shape[b-cs1su3yb9e] {
  padding-top: calc((var(--topSpace) / 2));
}

.new-home-care[b-cs1su3yb9e] {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.home-care[b-cs1su3yb9e] {
  position: relative;
}

.new-home-care.top-shape.shape-behind[b-cs1su3yb9e] {
  padding-top: 150px;
  padding-bottom: 60px;
  margin-top: -100px;
}

p[b-cs1su3yb9e] {
  line-height: 28px;
  font-size: 22px;
  line-height: 32px;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #343434;
}

a[b-cs1su3yb9e] {
  text-decoration: none;
  color: #2D6FB7;
}

a[b-cs1su3yb9e] {
  transition: 0.2s;
}

  a:hover[b-cs1su3yb9e] {
    color: var(--dark);
  }

p:last-child[b-cs1su3yb9e] {
  margin-bottom: 0 !important;
}

/* ---------------------------------- */
/* -------- Typography Utils -------------- */
/* ---------------------------------- */

.link-underline[b-cs1su3yb9e] {
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

.font-bold[b-cs1su3yb9e] {
  font-weight: bold !important;
}

.light-font[b-cs1su3yb9e], .light-font *[b-cs1su3yb9e], .light-font-p p[b-cs1su3yb9e] {
  font-weight: 300 !important;
}

  .light-font strong[b-cs1su3yb9e] {
    font-weight: bold !important;
  }

.text-blue[b-cs1su3yb9e] {
  color: var(--blue);
}

.text-blue-02[b-cs1su3yb9e] {
  color: var(--dark-blue-02);
}

.text-blue-03[b-cs1su3yb9e] {
  color: var(--dark-blue-03);
}

/* ---------------------------------- */
/* -------- Form Elems -------------- */
/* ---------------------------------- */

.form-control:focus[b-cs1su3yb9e] {
  box-shadow: none;
  border-color: transparent;
}

input[type="search"][b-cs1su3yb9e]::-webkit-search-decoration,
input[type="search"][b-cs1su3yb9e]::-webkit-search-cancel-button,
input[type="search"][b-cs1su3yb9e]::-webkit-search-results-button,
input[type="search"][b-cs1su3yb9e]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.form-select:focus[b-cs1su3yb9e] {
  box-shadow: none;
}

:focus[b-cs1su3yb9e] {
  outline-width: 0 !important;
  outline-style: none !important;
  outline-color: transparent !important;
}

.form-group input[type=checkbox][b-cs1su3yb9e] {
  display: none;
  cursor: pointer;
}

form input.input[b-cs1su3yb9e] {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 15px 20px;
}

form .btn.btn-border[b-cs1su3yb9e] {
  padding: 0;
  background: #f2f7fd;
}

form .input-group input.form-control[b-cs1su3yb9e] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #a6a9ad;
  padding: 6px 15px;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  background: transparent;
}

form .input-group[b-cs1su3yb9e] {
  margin-bottom: 30px;
}

  form .input-group input.form-control:focus[b-cs1su3yb9e] {
    border-color: #247abb;
  }

/* ---------------------------------- */
/* -------- Buttons ----------------- */
/* ---------------------------------- */

.btn-commn.outline-btn[b-cs1su3yb9e] {
  background-color: transparent;
  background-color: #fff;
  color: #2D6FB7;
  border: 1px solid #2D6FB7;
}

  .btn-commn.outline-btn:hover[b-cs1su3yb9e] {
    background-color: #2D6FB7;
    color: #fff;
  }

.btn-commn[b-cs1su3yb9e] {
  position: relative;
  padding: 9px 35px 12px;
  background-color: #2D6FB7;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: 'myriad-pro';
  font-family: 'Open Sans', 'sans serif';
  font-weight: 600;
  border: 1px solid #2D6FB7;
  font-size: 18px;
  text-decoration: none !important;
}

  .btn-commn:hover[b-cs1su3yb9e] {
    background-color: #003A70;
    border: 1px solid #2D6FB7;
    color: #fff;
  }

  .btn-commn[b-cs1su3yb9e]:before {
    content: attr(data-text);
    position: absolute;
    inset: auto;
    /*	font-family: 'myriad-pro' !important;*/
    display: block;
    color: #fff;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .btn-commn:hover span[b-cs1su3yb9e] {
    opacity: 0;
  }

  .btn-commn:hover[b-cs1su3yb9e]:before {
    opacity: 1;
  }

.btn[b-cs1su3yb9e] {
  font-weight: normal;
  font-size: 18px;
  text-transform: inherit;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-shadow: none;
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
  padding: 11px 20px;
  min-width: 230px;
  outline: none;
  border-radius: 10px;
}

  .btn.btn-border[b-cs1su3yb9e] {
    border-radius: 6px;
    padding: 14px 20px;
  }

  .btn.btn-bg-blue[b-cs1su3yb9e] {
    border-color: #247abb;
    background-color: #247abb;
    color: #fff;
  }

  .btn[b-cs1su3yb9e]:before, .btn[b-cs1su3yb9e]:after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -ms-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -ms-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -ms-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    color: #fff;
    background: linear-gradient(90deg, rgba(200,35,74,1) 0%, rgba(102,102,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8234a",endColorstr="#666699",GradientType=1);
  }

  .btn[b-cs1su3yb9e]:before {
    left: 0;
    -ms-transform: translateZ(0) translate(-100%, 0) scale(0);
    -webkit-transform: translateZ(0) translate(-100%, 0) scale(0);
    transform: translateZ(0) translate(-100%, 0) scale(0);
    -moz-transform: translateZ(0) translate(-100%, 0) scale(0);
    -o-transform: translateZ(0) translate(-100%, 0) scale(0);
  }

  .btn[b-cs1su3yb9e]:after {
    right: 0;
    -ms-transform: translateZ(0) translate(100%, 0) scale(0);
    -webkit-transform: translateZ(0) translate(100%, 0) scale(0);
    transform: translateZ(0) translate(100%, 0) scale(0);
    -moz-transform: translateZ(0) translate(100%, 0) scale(0);
    -o-transform: translateZ(0) translate(100%, 0) scale(0);
  }

  .btn.btn-border.blue-border[b-cs1su3yb9e] {
    background: transparent;
    border-color: #1c7fba;
    color: #1c7fba;
  }

    .btn.btn-border.blue-border:hover[b-cs1su3yb9e] {
      color: #fff;
    }

  .btn:hover[b-cs1su3yb9e] {
    color: var(--white);
  }

  .btn.btn-border:hover[b-cs1su3yb9e] { /* border: 1px solid transparent; */
  }

  .btn:hover[b-cs1su3yb9e]:before, .btn:hover[b-cs1su3yb9e]:after {
    opacity: 1;
    -ms-transform: translateZ(0) translate(0, 0) scale(1);
    -webkit-transform: translateZ(0) translate(0, 0) scale(1);
    transform: translateZ(0) translate(0, 0) scale(1);
    -moz-transform: translateZ(0) translate(0, 0) scale(1);
    -o-transform: translateZ(0) translate(0, 0) scale(1);
  }

  .btn:hover input.input[b-cs1su3yb9e] {
    color: var(--white);
  }

  .btn:hover[b-cs1su3yb9e], .btn:focus[b-cs1su3yb9e] {
    box-shadow: none;
    outline: none;
  }

.btn-custom[b-cs1su3yb9e] {
  background-color: var(--light-white);
  color: var(--dark);
  padding: 20px 43px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 3.375;
  font-size: 16px;
}

.btn-blue[b-cs1su3yb9e] {
  color: var(--white);
  position: relative;
  z-index: 1;
  background: linear-gradient(57deg, #512f92 0%,#2954cc 100%);
  backface-visibility: hidden;
}

  .btn-blue[b-cs1su3yb9e]::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    box-shadow: 0 0 0px #512f92;
    background-color: var(--blue);
    transition: 0.3s;
    background: linear-gradient(57deg, #512f92 0%,#2954cc 100%);
  }

  .btn-blue:hover[b-cs1su3yb9e]:after {
    box-shadow: 0 0 5px #512f92;
  }

  .btn-blue:hover[b-cs1su3yb9e] {
    color: var(--white);
  }

.pl-85[b-cs1su3yb9e] {
  padding-left: 85px;
}

/* ---------------------------------- */
/* -------- Structure --------------- */
/* ---------------------------------- */

.container-fluid[b-cs1su3yb9e] {
  padding-left: 15px;
  padding-right: 15px;
}

.container[b-cs1su3yb9e] {
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1330px;
}

.row[b-cs1su3yb9e] {
  margin-right: -12px;
  margin-left: -12px;
}

  .row > *[b-cs1su3yb9e] {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: var(--bs-gutter-y);
  }

/* ---------------------------------- */
/* -------- Utilities --------------- */
/* ---------------------------------- */

.extra-space-container[b-cs1su3yb9e] {
  padding: 0 40px !important;
}

.bg-color[b-cs1su3yb9e] {
  background-color: #000;
}

.gray-bg-color[b-cs1su3yb9e] {
  background-color: #f2f7fd !important;
}

.light-gray-bg-color[b-cs1su3yb9e] {
  background-color: #f9fbfe !important;
}

.bg-white[b-cs1su3yb9e] {
  background-color: var(--white);
}

.bg-light-bg[b-cs1su3yb9e] {
  background-image: url(../../img/articles/article2.png);
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.mb-30[b-cs1su3yb9e] {
  margin-bottom: 30px !important;
}

.ptb-60[b-cs1su3yb9e] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.currentPage[b-cs1su3yb9e] {
  color: #1174cc !important;
}


/* ---------------------------------- */
/* -------- Modal/Popup --------------- */
/* ---------------------------------- */

.modal-active[b-cs1su3yb9e] {
  height: 100vh;
  overflow: hidden;
}

.modal.form-popup[b-cs1su3yb9e] {
}

  .modal.form-popup h3[b-cs1su3yb9e] {
    color: #043c6e;
    font-weight: 600;
    font-family: "myriad-pro";
    font-size: 30px;
    line-height: 42px;
  }

  .modal.form-popup label.form-label[b-cs1su3yb9e] {
    color: #043c6e;
    font-weight: 600;
    font-family: "myriad-pro";
    font-size: 18px;
    line-height: 24px;
  }

.textfield[b-cs1su3yb9e] {
  position: relative;
  box-sizing: border-box;
  min-width: 300px;
  margin: 0;
  padding: 0;
  border: none;
}

.textfield__label[b-cs1su3yb9e] {
  position: absolute;
  top: 7px;
  left: 20px;
  display: block;
  font-size: 18px;
  line-height: 28px;
  /* color: rgba(77, 77, 77, 0.5); */
  color: #043c6e;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: text;
}

  .textfield__label[b-cs1su3yb9e]::after {
    position: relative;
    top: -3px;
    left: 1px;
    display: inline-block;
    content: "*";
    color: #d0011b;
  }

.textfield__input[b-cs1su3yb9e] {
  display: block;
  box-sizing: border-box;
  /* height: 48px; */
  width: 100%;
  /* padding: 11px 14px; */
  /*
	border: 1px solid #cccccc;
			border-radius: 5px;
	 */
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  transition: all 0.25s linear;
  position: relative;
}

  .textfield__input:focus[b-cs1su3yb9e] {
    border-color: #3a82c6;
  }

  .textfield__input:disabled[b-cs1su3yb9e] {
    border-color: #e6e6e6;
    background: #f9fafb;
  }

  .textfield__input[b-cs1su3yb9e]::-moz-placeholder {
    color: transparent;
  }

  .textfield__input:-ms-input-placeholder[b-cs1su3yb9e] {
    color: transparent;
  }

  .textfield__input[b-cs1su3yb9e]::placeholder {
    color: transparent;
  }

  .textfield__input:focus + .textfield__label[b-cs1su3yb9e], .textfield__input:valid + .textfield__label[b-cs1su3yb9e], .textfield__input:disabled + .textfield__label[b-cs1su3yb9e] {
    display: none;
  }

.form-control-wrap[b-cs1su3yb9e] {
  position: relative;
}

.form_small[b-cs1su3yb9e] {
  font-size: 14px;
}

.form-popup select[b-cs1su3yb9e] {
  border: 1px solid #74CBC9;
  border-radius: 0;
  padding: 8px 20px;
  display: block;
  width: 100%;
  color: #043c6e;
}

.form_disclaimer[b-cs1su3yb9e] {
  position: absolute;
  bottom: 10px;
  right: 55px;
  font-size: 12px;
  line-height: 18px;
}

  .form_disclaimer span[b-cs1su3yb9e] {
    content: "*";
    color: #d0011b;
  }

/*Was in header css*/
.navbar > ul > li > a[b-cs1su3yb9e]:before, .footer-links a[b-cs1su3yb9e]::before {
  content: attr(data-text);
  position: absolute;
  inset: auto;
  font-family: 'myriad-pro';
  font-weight: 600;
  display: block;
  color: #0071CF;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: open sans;
  line-height: 28px;
}
/*Don't know where to play so this seems like best option*/
/* Safari and Chrome */
/*
	@@-webkit-keyframes rotating  {
		from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
	 }
	@@keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	 to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
	 }
	 */
/* comcaset section  */
/*
	.comcast-section, .box-shadow-light-sky {
		box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%);
		position: relative;
		z-index: 33;
	}

	.comcast-section, .box-shadow-light-sky {
		-webkit-animation: glowing 8s infinite;
		-moz-animation: glowing 8s infinite;
		-o-animation: glowing 8s infinite;
		animation: glowing 8s infinite;
	}

	@@-webkit-keyframes glowing {
		0% { -webkit-box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%); }
		50% { -webkit-box-shadow: 0 0px 10px 2px rgb(154 220 245 / 65%); }
		100% { -webkit-box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%); }
	}
	@@keyframes glowing {
		0% { box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%); }
		50% { box-shadow: 0 0px 10px 2px rgb(154 220 245 / 65%); }
		100% { box-shadow: 0 0px 60px 8px rgb(154 220 245 / 65%); }
	 }
	@@-webkit-keyframes glowing-green {
		0% { -webkit-box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%); }
		50% { -webkit-box-shadow: 0 0px 10px 8px rgb(62 207 120 / 38%); }
		100% { -webkit-box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%); }
	}
	@@keyframes glowing-green {
		0% { box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%); }
		50% { box-shadow: 0 0px 10px 8px rgb(62 207 120 / 38%); }
		100% { box-shadow: 0 0px 60px 8px rgb(62 207 120 / 38%); }
	}
	 */
/* ---------------------------------- */
/* ----- Need Assistance Button ----- */
/* ---------------------------------- */
.fixed-button-site[b-cs1su3yb9e] {
  position: fixed;
  right: -25px;
  bottom: 50px;
  z-index: 2;
}

.btn-need-assistance[b-cs1su3yb9e] {
  padding: 18px 36px;
}

.fixed-button-site a[b-cs1su3yb9e] {
  background-color: #193E6E;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
  border-color: #fff;
  border: 2px solid;
}

  .fixed-button-site a:hover[b-cs1su3yb9e] {
    background-color: #2D6FB7;
    border-color: #fff;
    border: 2px solid;
  }

body.open-box .fixed-button-site a[b-cs1su3yb9e] {
  background-color: #2D6FB7;
  border-color: #fff;
}

.box-visiting[b-cs1su3yb9e] {
  bottom: 115px;
  transform: translateX(110%);
  transition: 0.4s ease all;
  padding: 25px 35px;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
  position: fixed;
  right: 0;
  min-width: 375px;
  text-align: center;
  border-radius: 30px 0px 0px 30px;
}

body.open-box .box-visiting[b-cs1su3yb9e] {
  transform: translateX(0%);
}

.box-visiting h5[b-cs1su3yb9e] {
  color: #193E6E;
  font-family: 'myriad-pro';
  font-size: 23px;
}

.box-visiting a.button-box[b-cs1su3yb9e] {
  display: block;
  padding: 8px 25px;
  border: 1px solid #E4F1F3;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 22px;
  background-color: #FAFCFD;
}

.box-visiting .close-icon button[b-cs1su3yb9e] {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.18);
  position: absolute;
  top: -2px;
  left: -5px;
  padding: 0 !important;
}

  .box-visiting .close-icon button svg[b-cs1su3yb9e] {
    height: 12px;
    width: 12px;
  }

.box-visiting a.button-box:hover[b-cs1su3yb9e] {
  background-color: #E4F1F3;
  color: #193E6E;
}

.box-visiting .close-icon svg[b-cs1su3yb9e] {
  height: 10px;
  width: 10px;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .big-container[b-cs1su3yb9e], .container[b-cs1su3yb9e] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* _content/CorporateSite/Pages/Articles/ArticleHeroSingle.razor.rz.scp.css */




/* ===================================
 *   Blog
 *==================================== */
/* blog sidebar */
.blog-sidebar .widget[b-k8nepxs3kj] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #B9DAE5;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title[b-k8nepxs3kj] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #193E6E;
}

.widget-body[b-k8nepxs3kj] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

}
/* search bar */
.search-bar[b-k8nepxs3kj] {
  position: relative;
}

.fa-magnifying-glass[b-k8nepxs3kj]:before, .fa-search[b-k8nepxs3kj]:before {
  content: "\e610";
  color: #575A7B;
  font-family: themify;
}

.acticlesHero .search-bar[b-k8nepxs3kj] {
  input [type="search"]

{
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
}

.btn-newsletter[b-k8nepxs3kj] {
  position: absolute;
  color: #B9DAE5;
  right: 25px;
  top: 20px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none;
}

}

.acticlesHero .col-md-3[b-k8nepxs3kj] {
  align-content: center;
}

.acticlesHero .main-page-title[b-k8nepxs3kj] {
  text-align: left;
}


.simpleHero[b-k8nepxs3kj] {
  background: #193e6e;
  color: #fff;
}

  .simpleHero .page-title-section[b-k8nepxs3kj] {
    padding: 60px 0;
  }

.page-title-section[b-k8nepxs3kj] {
  padding: 150px 0 130px;
  text-align: left;
}

.page-title-inner[b-k8nepxs3kj] {
  max-width: 750px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.simpleHero h1[b-k8nepxs3kj] {
  font-size: 50px;
  line-height: 55px;
}

.simpleHero h1[b-k8nepxs3kj], .simpleHero p[b-k8nepxs3kj] {
  color: #fff !important;
}

.acticlesHero .search-bar
input[type="search"][b-k8nepxs3kj] {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
}

a:hover[b-k8nepxs3kj] {
  background-color: unset;
  border: unset;
  color: unset;
}

.acticlesHero .bg-img[b-k8nepxs3kj] {
  padding: 40px 0;
}


.main-page-title a[b-k8nepxs3kj] {
  text-decoration: none;
  color: inherit;
}

#msearchButtonArticle[b-k8nepxs3kj] {
  cursor: pointer;
}

.acticlesHero .main-page-title[b-k8nepxs3kj] {
  color: #003A70 !important;
  font-family: 'myriad-pro';
  font-weight: 700 !important;
  font-size: 2.5rem;
  line-height: 60px;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .acticlesHero .main-page-title[b-k8nepxs3kj] {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (max-width: 1300px) {
  .acticlesHero .main-page-title[b-k8nepxs3kj] {
    font-size: 38px;
  }
}


@media screen and (max-width: 991px) {
  .acticlesHero .bg-img[b-k8nepxs3kj] {
    padding: 25px 0;
  }
}


@media screen and (max-width: 767px) {
  .acticlesHero .main-page-title[b-k8nepxs3kj] {
    text-align: center;
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
/* _content/CorporateSite/Pages/Articles/ArticlesGrid.razor.rz.scp.css */
/* rounded class */
.rounded-top-10px[b-p51b7cph83] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

img.rounded-top-10px[b-p51b7cph83]{
  width: 100%;
}

.mt-1-9[b-p51b7cph83], .my-1-9[b-p51b7cph83] {
  margin-top: 1.9rem;
}

.card-style2[b-p51b7cph83] {
  border: 2px solid #ededed;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.h-100[b-p51b7cph83] {
  height: 100% !important;
}

.card-body[b-p51b7cph83] {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-style2 .card-body[b-p51b7cph83] {
  padding: 25px 25px;
}
  .card-body a[b-p51b7cph83] {
    text-decoration: underline;
  }
  .card-style2 .card-body .date[b-p51b7cph83] {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    background: #B9DAE5;
  }

    .card-style2 .card-body .date h2[b-p51b7cph83] {
      color: #003A70;
      font-size: 20px;
      line-height: 50px;
      font-weight: 600;
      margin-bottom: 0;
    }

.read-more[b-p51b7cph83] {
  color: #343434;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

  .read-more[b-p51b7cph83]:after {
    content: '\e628';
    font-family: themify;
    font-weight: 600;
    margin-left: 8px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    background: #003A70;
    padding: 5px;
    border-radius: 7px;
    font-size: 14px;
  }

  .read-more[b-p51b7cph83]:after {
    background: #74CBC9;
  }

  .read-more:hover[b-p51b7cph83]:after {
    background: #003A70 !important;
  }


.card-footer[b-p51b7cph83] {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

  .card-footer:last-child[b-p51b7cph83] {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }

.card-style2 .card-footer[b-p51b7cph83] {
  background: none;
  padding: 0px 0 0 0;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-footer-image[b-p51b7cph83] {
  min-width: 200px;
}

.border-radius-50[b-p51b7cph83] {
  border-radius: 50%;
}

.ti-heart[b-p51b7cph83] {
  color: #74CBC9 !important;
}

.d-inline-block[b-p51b7cph83] {
  display: inline-block !important;
}

.w-25[b-p51b7cph83] {
  width: 25% !important;
}

.card-body .h5[b-p51b7cph83] {
  font-weight: normal !important;
  font-size: 20px;
}

.card-body .h4[b-p51b7cph83] {
  font-size: 27px;
  min-height: 108px;
  text-align: center;
}

.likes[b-p51b7cph83] {
  color: #707070;
  font-size: 16px;
}



@media (max-width: 991px) {
  .card-body .h4[b-p51b7cph83] {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}


@media (max-width: 575px) {
  .card-body .h4[b-p51b7cph83] {
    margin-bottom: 0 !important;
    min-height: 0;
  }
}


/* _content/CorporateSite/Pages/Articles/ArticlesHero.razor.rz.scp.css */




/* ===================================
 *   Blog
 *==================================== */
/* blog sidebar */
.blog-sidebar .widget[b-gjve9nyffx] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #B9DAE5;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title[b-gjve9nyffx] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #193E6E;
}

.widget-body[b-gjve9nyffx] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

}
/* search bar */
.search-bar[b-gjve9nyffx] {
  position: relative;
}

.fa-magnifying-glass[b-gjve9nyffx]:before, .fa-search[b-gjve9nyffx]:before {
  content: "\e610";
  color: #575A7B;
  font-family: themify;
}

.acticlesHero .search-bar[b-gjve9nyffx] {
  input [type="search"]

{
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
}

.btn-newsletter[b-gjve9nyffx] {
  position: absolute;
  color: #B9DAE5;
  right: 25px;
  top: 20px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none;
}

}

.acticlesHero .col-md-3[b-gjve9nyffx] {
  align-content: center;
}

.acticlesHero .main-page-title[b-gjve9nyffx] {
  text-align: left;
}


.simpleHero[b-gjve9nyffx] {
  background: #193e6e;
  color: #fff;
}

  .simpleHero .page-title-section[b-gjve9nyffx] {
    padding: 60px 0;
  }

.page-title-section[b-gjve9nyffx] {
  padding: 150px 0 130px;
  text-align: left;
}

.page-title-inner[b-gjve9nyffx] {
  max-width: 750px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.simpleHero h1[b-gjve9nyffx] {
  font-size: 50px;
  line-height: 55px;
}

.simpleHero h1[b-gjve9nyffx], .simpleHero p[b-gjve9nyffx] {
  color: #fff !important;
}

.acticlesHero .search-bar
input[type="search"][b-gjve9nyffx] {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
}

a:hover[b-gjve9nyffx] {
  background-color: unset;
  border: unset;
  color: unset;
}

.acticlesHero .bg-img[b-gjve9nyffx] {
  padding: 40px 0;
}


  .acticlesHero .bg-img .main-page-title[b-gjve9nyffx] {
    color: #003A70 !important;
  }

.main-page-title a[b-gjve9nyffx]{
  text-decoration: none;
  color: inherit;
}

#msearchButtonArticle[b-gjve9nyffx] {
  cursor: pointer;
}


@media screen and (max-width: 991px) {
  .acticlesHero .bg-img[b-gjve9nyffx] {
    padding: 25px 0;
  }
}


@media screen and (max-width: 767px) {
  .acticlesHero .main-page-title[b-gjve9nyffx] {
    text-align: center;
  }
}
/* _content/CorporateSite/Pages/Articles/ArticlesPager.razor.rz.scp.css */
/* ===================================
 *   Pagination
 *==================================== */
.pagination[b-aw0rv12jry] {
  border-radius: 0;
  padding: 0;
  margin: 0;
  ul

{
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

li[b-aw0rv12jry] {
  display: inline;
  border-radius: 10px;
}

a[b-aw0rv12jry] {
  float: left;
  font-size: 16px;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #B9DAE5;
  background: #fff;
  color: #575a7b;
  font-weight: bold;
  &:hover

{
  background-color: #B9DAE5;
  border: 2px solid #B9DAE5;
  color: #575A7B;
}

}

.active a[b-aw0rv12jry] {
  background-color: #B9DAE5;
  color: #575A7B;
  border: 1px solid #B9DAE5;
  cursor: default;
}

}

.pagination .fa-long-arrow-alt-right[b-aw0rv12jry]:before, .pagination .fa-right-long[b-aw0rv12jry]:before {
  content: '\e628';
  font-family: themify;
  line-height: 40px;
}

.pagination .fa-left-long[b-aw0rv12jry]:before, .pagination .fa-long-arrow-alt-left[b-aw0rv12jry]:before {
  content: "\e629";
  font-family: themify;
  line-height: 40px;
}

@media screen and (max-width: 576px) {
  .pagination a[b-aw0rv12jry] {
    padding: 0 16px;
    font-size: 14px;
  }
}
/* _content/CorporateSite/Pages/Articles/ArticleTagsSummary.razor.rz.scp.css */
/* blog-tags */

.tagWrapper[b-wujk9yvqa1] {
  margin-top: -70px;
}

.tagWrapper .blog-tags[b-wujk9yvqa1] {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  li

    {
      display: inline-block;
      a

{
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  font-weight: 500;
  margin: 5px 5px 5px 0;
  display: inline-block;
  background: #e9ecee;
  border-radius: 10px;
  color: #000;
  border: 1px solid #e9ecee;
  cursor: pointer;
  position: relative;
  &:hover

    {
      background: #019BE5;
      color: #ffffff !important;
      border: 1px solid #019BE5;
    }

    }
  }
}

.tagWrapper .blog-tags .activeTag[b-wujk9yvqa1] {
  background: #019BE5;
  color: #ffffff !important;
  border: 1px solid #019BE5;
}

  .tagWrapper .blog-tags .activeTag[b-wujk9yvqa1]:after {
    content: 'x';
    background: #2c406c;
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
  }

.tagType[b-wujk9yvqa1] {
  font-size: 20px;
  line-height: 1;
  color: #858585;
  padding-right: 20px;
  float: left;
  padding-bottom: 20px;
  font-weight: bold;
}

.clearFilter[b-wujk9yvqa1] {
  font-size: 14px;
  line-height: 1;
  color: #858585;
  padding-right: 20px;
  float: left;
  padding-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
  display: none;
}

.tagTypeLink[b-wujk9yvqa1] {
  font-size: 16px;
  line-height: 1;
  color: #2c406c;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 4px;
}


@media(max-width: 1200px) {

  .tagWrapper[b-wujk9yvqa1] {
    margin-top: -60px;
  }
}

@media(max-width: 992px) {

  .tagWrapper[b-wujk9yvqa1] {
    margin-top: -20px;
  }
}

@media(max-width: 575px) {

  .tagWrapper[b-wujk9yvqa1] {
    margin-top: 0;
  }
}


/*Dropdown Menu*/

.mobileOnly[b-wujk9yvqa1] {
  display: none;
}

.accordion[b-wujk9yvqa1] {
  padding-bottom: 30px;
  margin-top: -70px;
}

.accordion .card[b-wujk9yvqa1] {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}

.accordion .card-header[b-wujk9yvqa1] {
  border: 0;
  padding: 0;
  background: none;
}

  .accordion .accordion-button[b-wujk9yvqa1] {
    color: black !important;
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    white-space: normal;
    box-shadow: none;
    line-height: 30px;
    font-weight: 500;
    padding: 15px 70px 15px 20px;
    text-decoration: none;
    background: #f2e5bf !important;
    border: 1px solid #EAEAE8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .accordion .accordion-button.collapsed[b-wujk9yvqa1] {
    background: #f2e5bf;
    color: #000000;
    border: 1px solid #EAEAE8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

.accordion .accordion-collapse[b-wujk9yvqa1] {
  border: none;
}

.accordion .card-body[b-wujk9yvqa1] {
  font-size: 16px;
  padding: 20px;
  line-height: 30px;
  border: 1px solid #ededed;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f9f9f9;
}

  .accordion .accordion-button.collapsed[b-wujk9yvqa1]:after {
    content: '\f063';
    border-bottom-right-radius: 10px;
    color: #ffffff;
    background: #d9a900;
  }

.accordion .accordion-button[b-wujk9yvqa1]:after {
  background: #5B315E;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  content: '\f062';
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  top: 0;
  left: inherit;
  right: 0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  transform: none;
  width: 60px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  border-bottom-right-radius: 0px;
}

  .accordion .accordion-button[b-wujk9yvqa1]:after {
    background: #d9a900 !important;
    top: -1px;
    left: inherit;
    right: -2px;
    font-size: 16px;
    line-height: 60px;
    height: calc(100% + 2px);
    width: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
  }

.accordion .blog-tags[b-wujk9yvqa1] {
  margin: 0;
  padding: 0;
  li

{
  display: inline-block;
  a

{
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  text-decoration: none !important;
  font-weight: 500;
  margin: 5px 5px 5px 0;
  display: inline-block;
  background: #e9ecee;
  border-radius: 10px;
  color: #000;
  border: 1px solid #e9ecee;
  cursor: pointer;
  position: relative;
  &:hover

{
  background: #019BE5;
  color: #ffffff !important;
  border: 1px solid #019BE5;
}

}
}
}

.accordion .blog-tags .activeTag[b-wujk9yvqa1] {
  background: #019BE5;
  color: #ffffff !important;
  border: 1px solid #019BE5;
}

  .accordion .blog-tags .activeTag[b-wujk9yvqa1]:after {
    content: 'x';
    background: #2c406c;
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
  }

@media(max-width: 992px){
  .accordion[b-wujk9yvqa1] {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-button[b-wujk9yvqa1]:after, .accordion .accordion-button[b-wujk9yvqa1]:after {
    line-height: 500%;
    height: 102%;
  }

  .desktopOnly[b-wujk9yvqa1] {
    display: none;
  }

  .mobileOnly[b-wujk9yvqa1]{
    display: block;
  }

  .accordion .accordion-button[b-wujk9yvqa1]:after {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#accordion button[b-wujk9yvqa1] {
  font-family: 'Open Sans', 'sans serif';
  font-size: 20px;
  line-height: 32px;
}

#accordion .card-body[b-wujk9yvqa1] {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 575px) {
  .accordion .accordion-button[b-wujk9yvqa1] {
    padding: 10px 70px 10px 10px;
    font-size: 16px;
  }

  #accordion button[b-wujk9yvqa1] {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion .accordion-button.collapsed[b-wujk9yvqa1]:after{
    line-height: 3;
  }
}
/* _content/CorporateSite/Pages/Articles/ArticleVideoContent.razor.rz.scp.css */
.embedVideo[b-eseupo5u2i] {
  position: relative;
  min-height: 440px;
  display: block;
  margin-bottom: 20px;
}

.videoImage[b-eseupo5u2i] {
  background-position: left;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  /* background-size: 100%; */
  
  left: 0px;
  right: 0px;

  background-size: cover;
  height: 440px;
  width: 780px;
  width: 100%;
}

.embedVideo #ytbg[b-eseupo5u2i]:before {
  position: absolute;
  width: 115px;
  height: 80px;
  content: '';
  background-image: url(https://s3.amazonaws.com/clients.2010solutions.com/visitingangels/va+html+2024/images/yt.png);
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-size: cover;
}

.embedVideo.videoPlaying #ytbg[b-eseupo5u2i]:before {
  display: none;
}

#ytplayer[b-eseupo5u2i], .embedVideo  #ytplayer[b-eseupo5u2i] {
  /* aspect-ratio: 16 / 9; */
  width: 100%; /* change this to a fixed width, or create a container with a width. */
  height: 100%;
  padding: 0;
}

.videoCaptionWrapper > .caption[b-eseupo5u2i] {
  margin-bottom: 0;
  max-width: 100%;
}

.videoCaptionWrapper > .caption p.caption[b-eseupo5u2i] {
  margin-top: 10px;
}

.subscribeBtn[b-eseupo5u2i] {
    text-align: end;
    width: 780px;
}

.subscribeBtn img[b-eseupo5u2i] {
    max-width: 120px;
}

@media (max-width: 1400px) {
  .videoImage[b-eseupo5u2i] {
    height: 400px;
    width: 100%;
  }

  .embedVideo[b-eseupo5u2i] {
    min-height: 400px;
  }

  .embedVideo #ytbg[b-eseupo5u2i]:before {
    top: 53%;
  }

  .subscribeBtn[b-eseupo5u2i] {
    width: 100%;
  }
}

@media (max-width: 991px) {
.embedVideo #ytbg[b-eseupo5u2i]:before {
  width: 80px;
  height: 56px;
}

.embedVideo[b-eseupo5u2i]{
  margin-bottom: 5px;
}
}

@media (max-width: 575px) {
.embedVideo[b-eseupo5u2i] {
  min-height: 300px;
}

.videoImage[b-eseupo5u2i] {
  height: 300px;
}
}
/* _content/CorporateSite/Pages/Articles/RelatedTags.razor.rz.scp.css */
/* blog sidebar */
.blog-sidebar .widget[b-p5dvr99rdv] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #193E6E;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title[b-p5dvr99rdv] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.widget-body[b-p5dvr99rdv] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
}


/* blog-tags */
.blog-sidebar .widget-tag .blog-tags[b-p5dvr99rdv] {
  margin: 0;
  padding: 0;
  li

{
  display: inline-block;
  a

{
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  font-weight: 500;
  margin: 5px 5px 5px 0;
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  color: #282b2d;
  border: 1px solid #ededed;
  cursor: pointer;
  position: relative;
  &:hover

{
  background: #019BE5;
  color: #ffffff !important;
  border: 1px solid #019BE5;
}

}
}
}

.blog-tags .activeTag[b-p5dvr99rdv] {
  background: #019BE5 !important;
  color: #ffffff !important;
  border: 1px solid #019BE5 !important;
}

.blog-tags .activeTag[b-p5dvr99rdv]:after {
    content: 'x';
    background: #2c406c;
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
  }

.relatedArticles[b-p5dvr99rdv]{
  padding-top: 40px;
  display: none;
}



  .relatedArticles .rounded-circle[b-p5dvr99rdv] {
    width: 78px;
    height: 78px;
    position: relative;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

.text-green[b-p5dvr99rdv] {
  color: #74CBC9;
}

.postDateSide[b-p5dvr99rdv] {
  font-size: 14px;
}



@media screen and (max-width: 576px) {
  .widget-body[b-p5dvr99rdv]{
    padding: 10px !important;
  }

  .relatedArticles[b-p5dvr99rdv]{
    padding: 25px;
  }
}
/* _content/CorporateSite/Pages/Articles/SingleArticlePage.razor.rz.scp.css */
.rounded-top-10px[b-vlz8wzya10] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mt-1-9[b-vlz8wzya10], .my-1-9[b-vlz8wzya10] {
  margin-top: 1.9rem;
}

.card-style2[b-vlz8wzya10] {
  border: 1px solid #ededed;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.h-100[b-vlz8wzya10] {
  height: 100% !important;
}

.card-body[b-vlz8wzya10] {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-style2 .card-body[b-vlz8wzya10] {
  padding: 30px 25px;
}

  .card-style2 .card-body .date[b-vlz8wzya10] {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    background: #B9DAE5;
  }

    .card-style2 .card-body .date h2[b-vlz8wzya10] {
      color: #003A70;
      font-size: 20px;
      line-height: 50px;
      font-weight: 600;
      margin-bottom: 0;
    }

.read-more[b-vlz8wzya10] {
  color: #343434;
  font-weight: 600;
  font-size: 18px;
}

  .read-more[b-vlz8wzya10]:after {
    content: '\e628';
    font-family: themify;
    font-weight: 600;
    margin-left: 8px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    background: #003A70;
    padding: 5px;
    border-radius: 30px;
  }


.card-footer[b-vlz8wzya10] {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

  .card-footer:last-child[b-vlz8wzya10] {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }

.card-style2 .card-footer[b-vlz8wzya10] {
  background: none;
  border-top: 2px dotted #ededed;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-footer-image[b-vlz8wzya10] {
  min-width: 200px;
}

.border-radius-50[b-vlz8wzya10] {
  border-radius: 50%;
}

.ti-heart[b-vlz8wzya10] {
  color: #74CBC9 !important;
}

.d-inline-block[b-vlz8wzya10] {
  display: inline-block !important;
}

.w-25[b-vlz8wzya10] {
  width: 25% !important;
}

.card-body .h5[b-vlz8wzya10] {
  font-weight: normal !important;
  font-size: 20px;
}

.card-body .h4[b-vlz8wzya10] {
  font-size: 27px;
}

.likes[b-vlz8wzya10] {
  color: #707070;
  font-size: 16px;
}

.blog-meta a[b-vlz8wzya10]{
  font-size: 16px;
}

/* ===================================
 *   Pagination
 *==================================== */
.pagination[b-vlz8wzya10] {
  border-radius: 0;
  padding: 0;
  margin: 0;
  ul

{
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

li[b-vlz8wzya10] {
  display: inline;
  border-radius: 10px;
}

a[b-vlz8wzya10] {
  float: left;
  font-size: 16px;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #B9DAE5;
  background: #fff;
  color: #575a7b;
  font-weight: bold;
  &:hover

{
  background-color: #B9DAE5;
  border: 2px solid #B9DAE5;
  color: #575A7B;
}

}

.active a[b-vlz8wzya10] {
  background-color: #B9DAE5;
  color: #575A7B;
  border: 1px solid #B9DAE5;
  cursor: default;
}

}

.pagination .fa-long-arrow-alt-right[b-vlz8wzya10]:before, .pagination .fa-right-long[b-vlz8wzya10]:before {
  content: '\e628';
  font-family: themify;
  line-height: 40px;
}

.pagination .fa-left-long[b-vlz8wzya10]:before, .pagination .fa-long-arrow-alt-left[b-vlz8wzya10]:before {
  content: "\e629";
  font-family: themify;
  line-height: 40px;
}

@media screen and (max-width: 576px) {
  .pagination a[b-vlz8wzya10] {
    padding: 0 16px;
    font-size: 14px;
  }
}




/* ===================================
 *   Blog
 *==================================== */
/* blog sidebar */
.blog-sidebar .widget[b-vlz8wzya10] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #B9DAE5;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title[b-vlz8wzya10] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #193E6E;
}

.widget-body[b-vlz8wzya10] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

}

/* last update */
.last-updated[b-vlz8wzya10] {font-size:16px;cursor:default;}

/* search bar */
.search-bar[b-vlz8wzya10] {
  position: relative;
}


.blog-sidebar .widget .search-bar[b-vlz8wzya10] {
  input [type="search"]

{
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
}

.btn-newsletter[b-vlz8wzya10] {
  position: absolute;
  color: #B9DAE5;
  right: 25px;
  top: 20px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none;
}

}

.acticlesHero .col-md-3[b-vlz8wzya10], .acticlesHero .col-md-4[b-vlz8wzya10] {
  align-content: center;
}

.acticlesHero .main-page-title[b-vlz8wzya10] {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .acticlesHero .main-page-title[b-vlz8wzya10] {
    text-align: center;
  }
}





/*Article Single Styles Start*/



/* card-style4 */
.card-style4[b-vlz8wzya10] {
  border: 1px solid #ededed;
  border-radius: 10px;
  .card-body

{
  padding: 30px 25px;
  .blog-meta

{
  list-style: none;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 15px 0;
  li

{
  display: inline-block;
  cursor: pointer;
  margin: 3px;
  margin-right: 15px;
  border-right: 1px solid #ededed;
  padding-right: 15px;
  &:last-child

{
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

}

&[b-vlz8wzya10]:before {
  background: #ededed;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

}

.author-slogan[b-vlz8wzya10] {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3663f;
  text-align: center;
  padding: 40px;
  border: 1px solid #ededed;
  margin: 30px 0;
  z-index: 1;
  border-radius: 10px;
  &:before

{
  font-family: 'themify';
  content: "\e67e";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 90px;
  opacity: 0.4;
  line-height: 100px;
  z-index: -1;
}

}

.separator-line[b-vlz8wzya10] {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #ddd;
  text-align: left;
}

.blog-tag[b-vlz8wzya10] {
  margin: 0;
  padding: 0;
  list-style: none;
  li

{
  display: inline-block;
  a

{
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  color: #282b2d;
  border: 1px solid #ededed;
  &:hover

{
  background: #B9DAE5;
  color: #ffffff !important;
  border: 1px solid #B9DAE5;
}

}
}
}

.social-icon[b-vlz8wzya10] {
  text-align: right;
  margin: 0;
  padding: 0;
}

.author-social-icon[b-vlz8wzya10] {
  padding: 0;
  margin: 0;
  li

{
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  &:first-child

{
  margin-left: 0;
}

&:last-child[b-vlz8wzya10] {
  margin-right: 0;
}

}
}
}
}






/*list-style3*/
.list-style3[b-vlz8wzya10] {
  margin: 0;
  padding: 0;
  list-style: none;
  li

{
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ededed;
  border-radius: 10px;
  &:last-child

{
  margin-bottom: 0;
}

a[b-vlz8wzya10] {
  display: block;
  padding: 15px 50px 15px 20px;
  background: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.4s ease 0s;
}

span[b-vlz8wzya10] {
  position: absolute;
  right: -2px;
  top: 0;
  text-align: center;
  display: block;
  font-weight: 600;
  background-color: #B9DAE5;
  height: 100%;
  width: 50px;
  color: #003A70;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 55px;
  transition: all 0.4s ease 0s;
}

a:hover[b-vlz8wzya10] {
  background: #003A70;
  color: #ffffff;
}

&:hover span[b-vlz8wzya10] {
  background-color: #B9DAE5;
  color: #003A70;
}

}
}




/* blog-sidebar-banner */
.blog-sidebar .banner-wrapper[b-vlz8wzya10] {
  img

{
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}

.icon-boxs i[b-vlz8wzya10] {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 36px;
  border-radius: 50%;
  background: #8fbb43;
  line-height: 80px;
}

}

@media screen and (max-width: 767px) {
  .blog-sidebar .widget .widget-title[b-vlz8wzya10] {
    font-size: 18px;
  }
}




.client-carousel .owl-item .fa-quote-left[b-vlz8wzya10]:before {
  color: #D9A900;
}

.text-green[b-vlz8wzya10] {
  color: #74CBC9;
}


/*Article Single Styles End*/

.simpleHero[b-vlz8wzya10] {
  background: #193e6e;
  color: #fff;
}

  .simpleHero .page-title-section[b-vlz8wzya10] {
    padding: 60px 0;
  }

.page-title-section[b-vlz8wzya10] {
  padding: 150px 0 130px;
  text-align: left;
}

.page-title-inner[b-vlz8wzya10] {
  max-width: 750px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.simpleHero h1[b-vlz8wzya10] {
  font-size: 50px;
  line-height: 55px;
}

.simpleHero h1[b-vlz8wzya10], .simpleHero p[b-vlz8wzya10] {
  color: #fff !important;
}

.blog-sidebar .widget .search-bar
input[type="search"][b-vlz8wzya10] {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0;
}

.make-img-smaller[b-vlz8wzya10] {
  max-width: 130px;
  margin: 0 auto;
}

.articleSingle .embedVideo #ytbg[b-vlz8wzya10]:before{
  display: none !important;
}


@media screen and (max-width: 576px) {
  .pagination a[b-vlz8wzya10] {
    padding: 0 16px;
    font-size: 14px;
  }

  .phonePadding0[b-vlz8wzya10]{
    padding: 0 !important;
  }

  article.card[b-vlz8wzya10]{
    border: none !important
  }

  .card-style4 .card-body[b-vlz8wzya10] {
    padding: 30px 40px;
  }
}
/* _content/CorporateSite/Pages/Articles/Subscribe.razor.rz.scp.css */
/* blog sidebar */
.blog-sidebar .widget[b-qgjt9byggv] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #FCF0CB;
  padding: 15px 25px;
  border-radius: 10px;
}

.title[b-qgjt9byggv] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #343434;
}

.widget-body[b-qgjt9byggv] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #FCF0CB;
  word-break: break-word;
  border-radius: 10px;
}
}


.contactWidget .widget-body[b-qgjt9byggv] {
border-top: 1px solid #ededed;
text-align: center;
}



.contactWidget .widget-body p[b-qgjt9byggv] {
font-size: 22px;
line-height: 32px;
color: #343434;
}



  .contactWidget .widget-body input[b-qgjt9byggv] {
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8E8C8C;
    background: #FCF0CB;
    color: black;
  }

  .contactWidget .widget-body input[b-qgjt9byggv]::placeholder {
    text-align: center;
    color: #343434;
  }



.butn[b-qgjt9byggv] {
  background: #d9a900 !important;
}

.butn[b-qgjt9byggv] {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s linear;
  z-index: 1;
}

.butn[b-qgjt9byggv] {
  text-transform: none;
}

  .butn[b-qgjt9byggv]:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 5px;
    background: #2D6FB7;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 0ms linear;
    transition-delay: 0s;
  }

  .butn span[b-qgjt9byggv] {
    z-index: 9;
    position: relative;
  }

  @media(max-width: 991px){
    .contactWidget .findCareWrapper[b-qgjt9byggv] {
      width: unset;
      transform: none;
    }
  }
/* _content/CorporateSite/Pages/Articles/TrendingPosts.razor.rz.scp.css */
/* blog sidebar */
.blog-sidebar .widget[b-5509w33vlk] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #B9DAE5;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title[b-5509w33vlk] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #193E6E;
}

.widget-body[b-5509w33vlk] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
}

.latestPosts .rounded-circle[b-5509w33vlk] {
  width: 78px;
  height: 78px;
  position: relative;
  border-radius: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-green[b-5509w33vlk]{
  color: #74CBC9;
}

.postDateSide[b-5509w33vlk]{
  font-size: 14px;
}
/* _content/CorporateSite/Pages/EmploymentFranchiseLanding.razor.rz.scp.css */
.whiteBox[b-9pi0twa3mp] {
  overflow: visible;
  padding: 0;
  background: transparent;
}

  .whiteBox .container[b-9pi0twa3mp] {
    background: #fff;
    margin-top: -160px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 40px;
  }

.formWrapper[b-9pi0twa3mp] {
  max-width: 670px;
  margin: 0 auto;
}

.blueTop[b-9pi0twa3mp] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-9pi0twa3mp] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-9pi0twa3mp] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.error-text[b-9pi0twa3mp] {
  color: #f00;
}

.confirm-content-options[b-9pi0twa3mp] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-9pi0twa3mp] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.content-desktop[b-9pi0twa3mp] {
  display: block;
}

.content-mobile[b-9pi0twa3mp] {
  display: none;
}

.please_wait_button[b-9pi0twa3mp] {
  background: #88b7dd !important;
}

.office-top[b-9pi0twa3mp] {
  text-align: center;
}

.contactFormWrapper[b-9pi0twa3mp] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-9pi0twa3mp] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-9pi0twa3mp] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-9pi0twa3mp] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.contactFormWrapperInner[b-9pi0twa3mp] {
  padding: 20px;
}

.formFootnote[b-9pi0twa3mp] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-9pi0twa3mp] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-9pi0twa3mp] {
  font-size: 14px;
}

.submitSmalltext[b-9pi0twa3mp] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-9pi0twa3mp] {
  padding: 10px;
  background: #fff;
  color: #193E6E;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 290px;
}

.butn[b-9pi0twa3mp] {
  cursor: pointer;
}

#employmentForm[b-9pi0twa3mp], #homecareForm[b-9pi0twa3mp] {
  /*	display: none;*/
}

.backButton[b-9pi0twa3mp] {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-9pi0twa3mp] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-9pi0twa3mp] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-9pi0twa3mp] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-9pi0twa3mp] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-9pi0twa3mp] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-9pi0twa3mp] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-9pi0twa3mp] {
    margin-left: 10px;
  }

.joinBox[b-9pi0twa3mp] {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck[b-9pi0twa3mp] {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input[b-9pi0twa3mp] {
    display: block !important;
  }

.joinTitle[b-9pi0twa3mp] {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText[b-9pi0twa3mp] {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}

.quform-element > label[b-9pi0twa3mp] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-9pi0twa3mp] {
  color: #cc0101;
}

.form-group[b-9pi0twa3mp] {
  margin-bottom: 1rem;
}

.quform-element > label[b-9pi0twa3mp] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-9pi0twa3mp], .quform-element > label[b-9pi0twa3mp], .quform-select-replaced .quform-input input[b-9pi0twa3mp], .quform-input .form-control[b-9pi0twa3mp] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-9pi0twa3mp] {
  position: relative;
}

  .quform-input .form-control[b-9pi0twa3mp] {
    border-radius: 10px;
  }

.formRadioWrapperParent[b-9pi0twa3mp] {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .backText[b-9pi0twa3mp] {
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-9pi0twa3mp] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-9pi0twa3mp] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-9pi0twa3mp] {
    margin-top: 20px;
  }

  .mob_span_block span[b-9pi0twa3mp] {
    display: block;
  }

  .formRadioWrapperParent[b-9pi0twa3mp] {
    display: block;
  }

  .formRadioWrapper[b-9pi0twa3mp] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-9pi0twa3mp] {
    display: none;
  }

  .content-mobile[b-9pi0twa3mp] {
    display: block;
  }
}
/* _content/CorporateSite/Pages/OfficeZipLanding.razor.rz.scp.css */
.whiteBox[b-t3n8jw12r1] {
  overflow: visible;
  padding: 0;
  background: transparent;
  padding-bottom: 90px;
}

@media(max-width: 767px){
  .whiteBox[b-t3n8jw12r1] {
    padding-bottom: 30px;
  }
 }

.whiteBox .container[b-t3n8jw12r1] {
  background: #fff;
  margin-top: -160px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  position: relative;
  z-index: 2;
}

.formWrapper[b-t3n8jw12r1] {
  max-width: 670px;
  margin: 0 auto;
}

.blueTop[b-t3n8jw12r1] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-t3n8jw12r1] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-t3n8jw12r1] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.error-text[b-t3n8jw12r1] {
  color: #f00;
}

.confirm-content-options[b-t3n8jw12r1] {
  padding-top: 8px;
  padding-bottom: 12px !important;
}

.confirm-content-options-item[b-t3n8jw12r1] {
  text-align: left;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.content-desktop[b-t3n8jw12r1] {
  display: block;
}

.content-mobile[b-t3n8jw12r1] {
  display: none;
}

.please_wait_button[b-t3n8jw12r1] {
  background: #88b7dd !important;
}

.office-top[b-t3n8jw12r1] {
  text-align: center;
}

.contactFormWrapper[b-t3n8jw12r1] {
  border: solid 1px #707070;
  border-radius: 10px;
}

.blueTop[b-t3n8jw12r1] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-t3n8jw12r1] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopBigText[b-t3n8jw12r1] {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  padding-bottom: 20px;
}

.contactFormWrapperInner[b-t3n8jw12r1] {
  padding: 20px;
}

.formFootnote[b-t3n8jw12r1] {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 30px;
}

.formTopText[b-t3n8jw12r1] {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0px 30px;
}


.contactFormWrapperInner sup[b-t3n8jw12r1] {
  font-size: 14px;
}

.submitSmalltext[b-t3n8jw12r1] {
  font-size: 12px;
  line-height: 16px;
  color: #9D9D9D;
}

.formRadioWrapper[b-t3n8jw12r1] {
  padding: 10px;
  background: #fff;
  color: #193E6E;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  width: 290px;
}

.butn[b-t3n8jw12r1] {
  cursor: pointer;
}

#employmentForm[b-t3n8jw12r1], #homecareForm[b-t3n8jw12r1] {
  /*	display: none;*/
}

.backButton[b-t3n8jw12r1] {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #A7A7A7;
  font-size: 15px;
  padding: 2px 14px;
  cursor: pointer;
}

.backText[b-t3n8jw12r1] {
  font-size: 20px;
  color: #343434;
  display: inline-block;
  margin-left: 20px;
}

.backWrapper[b-t3n8jw12r1] {
  padding: 20px 0 30px;
  border-top: solid 1px #707070;
  text-align: center;
}

.largeBlue[b-t3n8jw12r1] {
  font-size: 40px;
  line-height: 31px;
  padding: 20px 0 20px;
  color: #193E6E;
  text-align: center;
  font-weight: bold;
}

.zipWrapper[b-t3n8jw12r1] {
  text-align: center;
  margin: 20px auto 40px;
  max-width: 500px;
}

  .zipWrapper input[b-t3n8jw12r1] {
    padding: 8px 10px;
    border: solid 1px #707070;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    max-width: 100%;
    width: 390px;
  }

.horizontalRadio[b-t3n8jw12r1] {
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
  margin-top: -15px;
}

  .horizontalRadio input[b-t3n8jw12r1] {
    margin-left: 10px;
  }

.joinBox[b-t3n8jw12r1] {
  padding: 40px;
  border: solid 1px #22788F;
  margin: 20px 0 40px;
  display: flex;
}

.joinCheck[b-t3n8jw12r1] {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

  .joinCheck input[b-t3n8jw12r1] {
    display: block !important;
  }

.joinTitle[b-t3n8jw12r1] {
  font-size: 23px;
  line-height: 30px;
  color: #22788F;
}

.joinText[b-t3n8jw12r1] {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}

.quform-element > label[b-t3n8jw12r1] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.quform-element label span.quform-required[b-t3n8jw12r1] {
  color: #cc0101;
}

.form-group[b-t3n8jw12r1] {
  margin-bottom: 1rem;
}

.quform-element > label[b-t3n8jw12r1] {
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
}

.form-wrapper p[b-t3n8jw12r1], .quform-element > label[b-t3n8jw12r1], .quform-select-replaced .quform-input input[b-t3n8jw12r1], .quform-input .form-control[b-t3n8jw12r1] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.quform-input[b-t3n8jw12r1] {
  position: relative;
}

  .quform-input .form-control[b-t3n8jw12r1] {
    border-radius: 10px;
  }

.formRadioWrapperParent[b-t3n8jw12r1] {
  display: flex;
  justify-content: center;
}

[b-t3n8jw12r1].quform-input .form-control {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .backText[b-t3n8jw12r1] {
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .zipWrapper input[b-t3n8jw12r1] {
    width: 100%;
    margin-bottom: 20px;
  }

  .formRadioWrapper[b-t3n8jw12r1] {
    margin-bottom: 15px;
  }

  .submitSmalltext[b-t3n8jw12r1] {
    margin-top: 20px;
  }

  .mob_span_block span[b-t3n8jw12r1] {
    display: block;
  }

  .formRadioWrapperParent[b-t3n8jw12r1] {
    display: block;
  }

  .formRadioWrapper[b-t3n8jw12r1] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .content-desktop[b-t3n8jw12r1] {
    display: none;
  }

  .content-mobile[b-t3n8jw12r1] {
    display: block;
  }
}
/* _content/CorporateSite/Pages/PrivacyPolicy.razor.rz.scp.css */
body[b-1a90gyexz2] {
}
/* _content/CorporateSite/Pages/SharedComponents/BlueWaveBGWithTowns.razor.rz.scp.css */
.whiteContainerMarginUp[b-kgaln4mu71] {
  border: solid 1px #DEDEDE;
  padding: 60px;
  margin-top: -200px;
  background: #fff;
}

.blueWaveBG[b-kgaln4mu71] {
  padding-bottom: 200px;
}

#aiSection[b-kgaln4mu71] {
  padding-bottom: 0;
}

.allTowns[b-kgaln4mu71] {
  padding-top: 0;
}


.accordion .card[b-kgaln4mu71] {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}

.accordion .card-header[b-kgaln4mu71] {
  border: 0;
  padding: 0;
  background: none;
}

.accordion .accordion-button[b-kgaln4mu71] {
  color: #000000;
  font-size: 20px;
  position: relative;
  display: block;
  width: 100%;
  white-space: normal;
  box-shadow: none;
  line-height: 34px;
  font-weight: 400;
  padding: 15px 70px 15px 20px;
  text-decoration: none;
  background: #EAEAE8;
  border: 1px solid #EAEAE8;
  border-bottom-right-radius: 10px;

  padding: 40px 50px;
}

.accordion .accordion-button .bigBlue[b-kgaln4mu71] {
  color: #003A70;
  font-family: 'myriad-pro';
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 50px;
}

  .accordion .accordion-button.collapsed[b-kgaln4mu71] {
    background: #EAEAE8;
    color: #000000;
    border: 1px solid #EAEAE8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

.accordion .accordion-collapse[b-kgaln4mu71] {
  border: none;
}

.accordion .card-body[b-kgaln4mu71] {
  font-size: 16px;
  padding: 20px;
  line-height: 30px;
  border: 1px solid #ededed;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f9f9f9;
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px 50px;
}

.accordion .card-body > div[b-kgaln4mu71], .accordion .card-body .col-md-6.col-lg-3[b-kgaln4mu71] {
  /* flex: 0 0 25%; */
  width: unset;
  font-size: 18px;
}

.accordion .accordion-button.collapsed[b-kgaln4mu71]:after {
  content: '\f063';
  border-bottom-right-radius: 10px;
  color: #ffffff;
  background: #5B315E;
}

.accordion .accordion-button[b-kgaln4mu71]:after {
  background: #5B315E;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  content: '\f062';
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  top: 0;
  left: inherit;
  right: 0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  transform: none;
  width: 60px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  border-bottom-right-radius: 0px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

.accordion .accordion-button[b-kgaln4mu71]:after {
  background: #5B315E;
  top: -1px;
  left: inherit;
  right: -0.5px;
  font-size: 20px;
  line-height: 60px;
  height: calc(100% + 2px);
  width: 60px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 767px) {
  .accordion .accordion-button[b-kgaln4mu71]:after, .accordion .accordion-button[b-kgaln4mu71]:after {
    line-height: 500%;
    height: 100.8%;
  }

  .accordion .accordion-button .bigBlue[b-kgaln4mu71] {
    font-size: 32px;
    line-height: 42px;
  }

  .accordion .card[b-kgaln4mu71] {
    padding: 0 15px;
  }

  .accordion .card-body[b-kgaln4mu71] {
    grid-template-columns: repeat(3, 1fr);
  }
}

#accordion button[b-kgaln4mu71] {
  font-family: 'Open Sans', 'sans serif';
  font-size: 20px;
  line-height: 32px;
}

#accordion .card-body[b-kgaln4mu71] {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 575px) {
  .accordion .accordion-button[b-kgaln4mu71] {
    padding: 30px 80px 30px 20px;
    font-size: 18px;
  }

  #accordion button[b-kgaln4mu71] {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion .accordion-button.collapsed[b-kgaln4mu71]:after{
    line-height: 3;
  }

  /* .accordion .card-body > div {
    flex: 0 0 50%;
    width: 50%;
  } */

  .accordion .card-body[b-kgaln4mu71] {
    grid-template-columns: repeat(2, 1fr);
  }
}
 

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tabletMorePadding[b-kgaln4mu71] {
    padding: 120px 0 170px;
  }
}

@media screen and (max-width: 992px) {
  .whiteContainerMarginUp[b-kgaln4mu71] {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .blueWaveBG[b-kgaln4mu71] {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .blueWaveBG[b-kgaln4mu71] {
    padding: 30px 0;
  }
}
/* _content/CorporateSite/Pages/SharedComponents/ContactFormLong.razor.rz.scp.css */
.popup_confirm_title[b-j6u92xkfvw]{
  padding-bottom: 20px;
}

[b-j6u92xkfvw] input[type="radio"] {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#PopupLogo[b-j6u92xkfvw] {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}

#submitAIPopup[b-j6u92xkfvw]{
  margin-bottom: 20px;
}

#LongFormDetail[b-j6u92xkfvw] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

#my-modal-id > div[b-j6u92xkfvw] {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
}

#LongFormDetail .row[b-j6u92xkfvw]{
  margin-bottom: 20px;
}

#VeteranDetail[b-j6u92xkfvw]{
  margin-top: -20px;
}

.LongFormDetailWrapper[b-j6u92xkfvw] {
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 0 20px;
}

label[b-j6u92xkfvw]{
  padding-bottom: 5px;
}

input[type="radio"][b-j6u92xkfvw]{
  margin-left: 20px;
}

.butn[b-j6u92xkfvw] {
  cursor: pointer;
}

.longFormWrapper[b-j6u92xkfvw] {
  padding: 24px !important;
  border: solid 1px #898989;
}

#submitLF[b-j6u92xkfvw] {
  background: #d9a900;
  width: 200px;
  text-align: center;
}
#formSlider[b-j6u92xkfvw] {
  overflow:hidden;
}
.form-page[b-j6u92xkfvw] {
  position:relative;
  left:10000px;
  transition:all 650ms ease;
  height: 0;
}
.form-page-active[b-j6u92xkfvw] {
  left:0;
  height: auto;
}
/* _content/CorporateSite/Pages/SharedComponents/Disclaimer.razor.rz.scp.css */
.disclaimer[b-0ng88id1m7] {
  padding-top: 20px;
  font-size: 15px;
  line-height: 21px;
}
/* _content/CorporateSite/Pages/SharedComponents/FranchiseOfficeThankYou.razor.rz.scp.css */
/* _content/CorporateSite/Pages/SharedComponents/Locations.razor.rz.scp.css */
.locationItemWrapper[b-3nkn59qerv] {
  margin-bottom: 30px;
}

.locationItem[b-3nkn59qerv] {
  font-size: 16px;
  line-height: 25px;
  color: #343434;
  position: relative;
  height: 100%;
  margin-bottom: 70px;
  padding: 30px;
  border: solid 1px #DEDEDE;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

  .locationItem > div[b-3nkn59qerv] {
    padding-bottom: 10px;
  }

.locationItemTitle[b-3nkn59qerv] {
  font-weight: bold;
  color: #193E6E;
  font-size: 18px;
  text-align: center;
}

.locationItemName[b-3nkn59qerv] {
  font-weight: bold;
  text-align: center;
}

  .locationItemName + div[b-3nkn59qerv] {
    text-align: center;
  }

.locationItem .button[b-3nkn59qerv] {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0px);
}

@media(max-width: 575px){
  .button .butn[b-3nkn59qerv] {
    width: unset !important;
  }

  .locationItem .button[b-3nkn59qerv] {
    padding-bottom: 0px !important;
  }
}
/* _content/CorporateSite/Pages/SharedComponents/ProcessedEmploymentText.razor.rz.scp.css */
/* _content/CorporateSite/Pages/SharedComponents/ProcessedHomeCareText.razor.rz.scp.css */
/* _content/CorporateSite/Pages/SharedComponents/SimpleHero.razor.rz.scp.css */

.simpleHero[b-a3dqs9xjms] {
  background: #193e6e;
  color: #fff;
}

  .simpleHero .page-title-section[b-a3dqs9xjms] {
    padding: 60px 0;
  }

  .simpleHero p[b-a3dqs9xjms] {
    font-size: 20px;
    line-height: 32px;
  }

@media screen and (max-width: 1199px) {
  .page-title-section[b-a3dqs9xjms] {
    padding: 140px 0 120px;
  }
}

.page-title-section[b-a3dqs9xjms] {
  padding: 150px 0 130px;
  text-align: left;
}

.page-title-inner[b-a3dqs9xjms] {
  max-width: 750px;
}

.page-title-inner[b-a3dqs9xjms] {
  max-width: 750px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.simpleHero h1[b-a3dqs9xjms], .simpleHero p[b-a3dqs9xjms] {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-title-section h1[b-a3dqs9xjms] {
    font-size: 40px;
  }
}

.simpleHero p[b-a3dqs9xjms] {
  font-size: 16px;
  line-height: 34px;
}

.simpleHero h1[b-a3dqs9xjms], .simpleHero p[b-a3dqs9xjms] {
  color: #fff !important;
}

.simpleHero h1[b-a3dqs9xjms] {
  font-size: 50px;
  line-height: 55px;
}

.simpleHero p[b-a3dqs9xjms] {
  font-size: 20px;
  line-height: 32px;
}
/* _content/CorporateSite/Pages/SharedComponents/SimpleHeroMap.razor.rz.scp.css */

.simpleHero[b-30y3oliyfn] {
  background: #193e6e;
  color: #fff;
}

  .simpleHero .page-title-section[b-30y3oliyfn] {
    padding: 60px 0;
  }


  .simpleHero h1[b-30y3oliyfn] {
    color: #DAA900;
  }

  .simpleHero p[b-30y3oliyfn] {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
  }

@media screen and (max-width: 1199px) {
  .page-title-section[b-30y3oliyfn] {
    padding: 140px 0 120px;
  }
}

.page-title-section[b-30y3oliyfn] {
  padding: 150px 0 130px;
  text-align: left;
}

.page-title-inner[b-30y3oliyfn] {
  max-width: 750px;
}

.page-title-inner[b-30y3oliyfn] {
  max-width: 750px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .page-title-section h1[b-30y3oliyfn] {
    font-size: 40px;
  }
  .map-height[b-30y3oliyfn] {
    min-height: 550px !important;
  }
}

.simpleHero p[b-30y3oliyfn] {
  font-size: 16px;
  line-height: 34px;
}


.simpleHero h1[b-30y3oliyfn] {
  font-size: 50px;
  line-height: 55px;
}

.paragraph-container[b-30y3oliyfn] {
  width: 85% !important;
  text-align: center !important;
  margin: 0 auto 20px !important;
}

.simpleHero p[b-30y3oliyfn] {
  font-size: 20px;
  line-height: 32px;
}

@media(max-width: 575px){
  .paragraph-container[b-30y3oliyfn] {
    width: 100% !important;
  }
}
/* _content/CorporateSite/Pages/SharedComponents/StateLandingDropdown.razor.rz.scp.css */
.blue-background[b-uepd0y66yf] {
  background-color: rgb(186, 219, 230);
  padding: 15px 0;
  overflow: visible;
}

.state-text[b-uepd0y66yf] {
  margin-bottom: 0px !important;
  margin-top: 5px;
  color: #193E6E;
}

.state-name[b-uepd0y66yf]{
  font-weight: bold;
}

.dropdown-text-container[b-uepd0y66yf] {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.dropdown[b-uepd0y66yf] {
  position: relative;
  display: inline-block;
  text-align: left;
  min-width: 300px;
}

.dropdown-text[b-uepd0y66yf] {
  cursor: pointer;
  position: absolute;
  text-indent: 10px;
  line-height: 32px;
  border-radius: 3px;
  width: 500px;
  min-width: 300px;
  height: 42px;
  margin-left: 80px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #c1c1c1;
  padding: 5px 10px;
  font-size: 16px;
  position: relative;
  min-width: 300px;
  height: 42px;
  color: #707070;
  appearance: none;
  background-image: url(img/Arrow-Black.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 16px;
}

.dropdown-text[b-uepd0y66yf],
.dropdown-content a[b-uepd0y66yf] {
  color: #333;
  text-shadow: 0 1px #fff;
}

.dropdown-toggle[b-uepd0y66yf] {
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  margin: 0 0 0 1px;
  margin-left: 80px;
  background: transparent;
  text-indent: -10px;
  height: 41px;
  width: 500px;
}

.statePagesDropdown[b-uepd0y66yf] {
  cursor: pointer;
  border: solid 1px #c1c1c1;
  padding: 5px 10px;
  margin: 0 0 0 1px;
  margin-left: 80px;
  border-radius: 5px;
  line-height: 32px;
  font-size: 16px;
  height: 41px;
  width: 500px;
  min-width: 300px;
}

.dropdown-toggle:focus[b-uepd0y66yf] {
  outline: 0;
}

.dropdown-content[b-uepd0y66yf] {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  list-style-type: none;
  position: absolute;
  top: 32px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin-left: 80px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  text-indent: 10px;
  line-height: 32px;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 500px;
  height: 300px;
  overflow: scroll;
  background-color: #fff;
  z-index: 1200;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

  .dropdown-content[b-uepd0y66yf]::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  .dropdown-content a[b-uepd0y66yf] {
    display: block;
  }

    .dropdown-content a:hover[b-uepd0y66yf] {
      background: rgb(186, 219, 230);
    }

  .dropdown-content li:hover[b-uepd0y66yf] {
    background: rgb(186, 219, 230);
  }


.dropdown-toggle:hover ~ .dropdown-text[b-uepd0y66yf],
.dropdown-toggle:focus ~ .dropdown-text[b-uepd0y66yf] {
  background-color: #e8e8e8;
}

.dropdown-toggle:focus ~ .dropdown-text[b-uepd0y66yf] {
  box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
  z-index: 2;
}

  .dropdown-toggle:focus ~ .dropdown-text[b-uepd0y66yf]:after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #555 transparent;
  }

.dropdown-toggle:focus ~ .dropdown-content[b-uepd0y66yf] {
  opacity: 1;
  visibility: visible;
  top: 42px;
}
.dropdown-text-mobile[b-uepd0y66yf]{
  display: none;
}
@media(max-width: 1200px) {
  .dropdown-text[b-uepd0y66yf] {
    margin-left: 30px;
  }

  .dropdown-toggle[b-uepd0y66yf], .statePagesDropdown[b-uepd0y66yf] {
    margin-left: 30px;
  }

  .dropdown-content[b-uepd0y66yf] {
    margin-left: 30px;
  }
}

@media(max-width: 991px) {
  .dropdown-text[b-uepd0y66yf] {
    width: 300px;
  }

  .dropdown-toggle[b-uepd0y66yf] {
    width: 300px;
  }

  .statePagesDropdown[b-uepd0y66yf] {
    width: 300px;
  }

  .dropdown-text-mobile[b-uepd0y66yf] {
    display: block;
  }

  .dropdown-text-desktop[b-uepd0y66yf] {
    display: none;
  }

  .dropdown-content[b-uepd0y66yf] {
    width: 300px;
  }

  .dropdown-text[b-uepd0y66yf] {
    text-indent: 0px;
  }
}

@media(max-width: 767px){
  .dropdown-text-container[b-uepd0y66yf]{
    display: block;
  }
  .dropdown-text-container[b-uepd0y66yf] {
    text-align: center;
  }

  .state-text[b-uepd0y66yf] {
    margin-top: 0px;
    margin-bottom: 15px !important;
  }

  .dropdown-text[b-uepd0y66yf] {
    margin-left: 0px;
  }

  .dropdown-toggle[b-uepd0y66yf], .statePagesDropdown[b-uepd0y66yf] {
    margin-left: 0px;
    font-size: 17px;
  }

  .dropdown-content[b-uepd0y66yf] {
    margin-left: 0px;
  }
 }
/* _content/CorporateSite/Pages/SharedComponents/StateNotFoundText.razor.rz.scp.css */
h1[b-ug68puif20] {
  font-size: 40px;
  padding-bottom: 10px;
}

.whiteContainer[b-ug68puif20] {
  padding: 40px 200px 40px 200px;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .whiteContainer[b-ug68puif20] {
    padding: 20px;
  }
}

@media(max-width: 575px){
  .whiteContainer[b-ug68puif20] {
    padding: 20px;
  }
}
/* _content/CorporateSite/Pages/SharedComponents/ThankYouEmploymentExternalFormBlock.razor.rz.scp.css */
.blueTop[b-23i87q4vj3] {
  background: #003A70;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blueTopSmallText[b-23i87q4vj3] {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blueTopMediumText[b-23i87q4vj3] {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  padding-bottom: 14px;
}

.blueTopSmallerText[b-23i87q4vj3] {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}

#additionalForm[b-23i87q4vj3] {
  text-align: center;
  margin-bottom: 30px
}

#additionalFormLink[b-23i87q4vj3] {
  text-decoration: none;
  color: #D9A900 !important;
}
/* _content/CorporateSite/Pages/SharedComponents/ThankYouEmploymentText.razor.rz.scp.css */
/* _content/CorporateSite/Pages/SharedComponents/ThankYouHomeCareText.razor.rz.scp.css */
/* _content/CorporateSite/Pages/StateLanding.razor.rz.scp.css */
/* For simple hero map */

.simpleHero[b-iilp39kx4x] {
  background: #193e6e;
  color: #fff;
}

  .simpleHero .page-title-section[b-iilp39kx4x] {
    padding: 60px 0;
  }

  .simpleHero p[b-iilp39kx4x] {
    font-size: 20px;
    line-height: 32px;
  }

@media screen and (max-width: 1199px) {
  .page-title-section[b-iilp39kx4x] {
    padding: 140px 0 120px;
  }
}

.page-title-section[b-iilp39kx4x] {
  padding: 150px 0 130px;
  text-align: left;
}

.page-title-inner[b-iilp39kx4x] {
  max-width: 750px;
}

.page-title-inner[b-iilp39kx4x] {
  max-width: 750px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.simpleHero h1[b-iilp39kx4x], .simpleHero p[b-iilp39kx4x] {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-title-section h1[b-iilp39kx4x] {
    font-size: 40px;
  }
}

.simpleHero p[b-iilp39kx4x] {
  font-size: 16px;
  line-height: 34px;
}

.simpleHero h1[b-iilp39kx4x], .simpleHero p[b-iilp39kx4x] {
  color: #fff !important;
}

.simpleHero h1[b-iilp39kx4x] {
  font-size: 50px;
  line-height: 55px;
}

.simpleHero p[b-iilp39kx4x] {
  font-size: 20px;
  line-height: 32px;
}


@media screen and (max-width: 1199px) {
  .simpleHero .page-title-section[b-iilp39kx4x] {
    padding: 25px 0;
  }
}

/* For blue waves */

.borderListTitle[b-iilp39kx4x] {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold !important;
  color: #343434;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Open Sans', 'sans serif';
}

.borderListText[b-iilp39kx4x] {
  font-size: 20px;
  color: #343434;
  padding-bottom: 10px;
}

.blueWaveBG[b-iilp39kx4x] {
  padding-bottom: 200px;
}

.whiteContainerMarginUp[b-iilp39kx4x] {
  border: solid 1px #DEDEDE;
  padding: 60px;
  margin-top: -200px;
  background: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tabletMorePadding[b-iilp39kx4x] {
    padding: 120px 0 170px;
  }
}

@media screen and (max-width: 992px) {
  .whiteContainerMarginUp[b-iilp39kx4x] {
    margin: 0;
  }
}
/* _content/CorporateSite/Pages/ThankYouEmployment.razor.rz.scp.css */
/* _content/CorporateSite/Services/FollowUs.razor.rz.scp.css */
/* blog sidebar */
.blog-sidebar .widget[b-c50j6g1u26] {
  position: relative;
  margin-bottom: 30px;
  .widget-title

{
  background: #B9DAE5;
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title[b-c50j6g1u26] {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #193E6E;
}

.widget-body[b-c50j6g1u26] {
  padding: 25px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  word-break: break-word;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
}



/* social-icon-style1 */
.social-icon-style-01[b-c50j6g1u26] {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  li

{
  display: inline-block;
  margin-right: 5px;
  a

{
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 25px;
  display: inline-block;
  color: #193E6E;
  border-radius: 50px;
}

&:last-child[b-c50j6g1u26] {
  margin-right: 0;
}

a:hover[b-c50j6g1u26] {
  color: #193E6E;
}

}
}
