:root {
  --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;
}

html, body {
  font-family: 'myriad-pro';
  font-family: 'Open Sans', 'sans serif';
  font-weight: normal;
  font-style: normal;
  font-size: 20px !important;
  -webkit-text-size-adjust: 100%;
  line-height: 32px !important;
  color: var(--dark);
  letter-spacing: 0;
}

.h4 {
  font-size: 28px;
  line-height: 36px !important;
}
/* ---------------------------------- */
/* -------- Typography -------------- */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #003A70;
  font-family: 'myriad-pro';
  /*letter-spacing: 0.5px;*/
  font-weight: 700 !important;
}

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #003A70;
    font-family: 'myriad-pro';
    /*letter-spacing: 0.5px;*/
    font-weight: 700;
  }

h2 {
  color: var(--primary-color);
}

.text-light-blue {
  color: var(--text-light-blue);
}

.h1, .h2, .h3, .h4, .h5, h2, h3, h4, h5 {
  margin-bottom: 15px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #2D6FB7;
}

a {
  transition: 0.2s;
}

p {
  text-wrap: pretty;
}

p:last-child {
  margin-bottom: 0 !important;
}

.text-left {
  text-align: left;
}

a {
  text-decoration: none;
  color: #2D6FB7;
}

a {
  transition: 0.2s;
}

  a:hover {

  }

p:last-child {
  margin-bottom: 0 !important;
}

/* ---------------------------------- */
/* -------- Typography Utils -------------- */
/* ---------------------------------- */

.link-underline {
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

.font-bold {
  font-weight: bold !important;
}

.light-font, .light-font *, .light-font-p p {
  font-weight: 300 !important;
}

  .light-font strong {
    font-weight: bold !important;
  }

.text-blue {
  color: var(--blue);
}

.text-blue-02 {
  color: var(--dark-blue-02);
}

.text-blue-03 {
  color: var(--dark-blue-03);
}

/* ---------------------------------- */
/* -------- Form Elems -------------- */
/* ---------------------------------- */

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.form-select:focus {
  box-shadow: none;
}

:focus {
  outline-width: 0 !important;
  outline-style: none !important;
  outline-color: transparent !important;
}

.form-group input[type=checkbox] {
  display: none;
  cursor: pointer;
}

form input.input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 15px 20px;
}

form .btn.btn-border {
  padding: 0;
  background: #f2f7fd;
}

form .input-group input.form-control {
  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 {
  margin-bottom: 30px;
}

  form .input-group input.form-control:focus {
    border-color: #247abb;
  }

/* ---------------------------------- */
/* -------- Buttons ----------------- */
/* ---------------------------------- */

.btn-commn.outline-btn {
  background-color: transparent;
  background-color: #fff;
  color: #2D6FB7;
  border: 1px solid #2D6FB7;
}

  .btn-commn.outline-btn:hover {
    background-color: #2D6FB7;
    color: #fff;
  }

.btn-commn {
  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 {
    background-color: #003A70;
    border: 1px solid #2D6FB7;
    color: #fff;
  }

  .btn-commn: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 {
    opacity: 0;
  }

  .btn-commn:hover:before {
    opacity: 1;
  }

.btn {
  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: 5px;
}

  .btn.btn-border {
    border-radius: 6px;
    padding: 14px 20px;
  }

  .btn.btn-bg-blue {
    border-color: #247abb;
    background-color: #247abb;
    color: #fff;
  }

  .btn:before, .btn: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: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: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 {
    background: transparent;
    border-color: #1c7fba;
    color: #1c7fba;
  }

    .btn.btn-border.blue-border:hover {
      color: #fff;
    }

  .btn:hover {
    color: var(--white);
  }

  .btn.btn-border:hover { /* border: 1px solid transparent; */
  }

  .btn:hover:before, .btn:hover: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 {
    color: var(--white);
  }

  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: none;
  }

.btn-custom {
  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 {
  color: var(--white);
  position: relative;
  z-index: 1;
  background: linear-gradient(57deg, #512f92 0%,#2954cc 100%);
  backface-visibility: hidden;
}

  .btn-blue::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:after {
    box-shadow: 0 0 5px #512f92;
  }

  .btn-blue:hover {
    color: var(--white);
  }

.pl-85 {
  padding-left: 85px;
}

.butn {
  background: #d9a900 !important;
}

.butn {
  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;
  border: 0;
  z-index: 1;
  transition: all 350ms ease;
  border: solid 1px transparent;
}
.view-all-articles a,
.fakeSubmit {
  transition:all 350ms ease;
}
.view-all-articles a:hover {
  color:#000000;
}
.butn:hover,
.fakeSubmit:hover {
  background: #fff !important;
  border: solid 1px #D9A900 !important;
}

.butn {
  text-transform: none;
}

  .butn: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 {
    z-index: 9;
    position: relative;
  }

/* ---------------------------------- */
/* -------- Utilities --------------- */
/* ---------------------------------- */

.extra-space-container {
  padding: 0 40px !important;
}

.bg-color {
  background-color: #000;
}

.gray-bg-color {
  background-color: #f2f7fd !important;
}

.light-gray-bg-color {
  background-color: #f9fbfe !important;
}

.bg-white {
  background-color: var(--white);
}

.bg-light-bg {
  background-image: url(../../img/articles/article2.png);
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.currentPage {
  color: #1174cc !important;
}

#shadow-host-companion {
  padding: 0;
}

p > a {
  text-decoration: underline;
}

  p > a:hover {
    text-decoration: underline;
  }

.row_margin_bot_0 .row {
  margin-bottom: 0;
}
/* ---------------------------------- */
/* -------- Modal/Popup --------------- */
/* ---------------------------------- */
.modal-active {
  height: 100vh;
  overflow: hidden;
}

.modal.form-popup {
}

  .modal.form-popup h3 {
    color: #043c6e;
    font-weight: 600;
    font-family: "myriad-pro";
    font-size: 30px;
    line-height: 42px;
  }

  .modal.form-popup label.form-label {
    color: #043c6e;
    font-weight: 600;
    font-family: "myriad-pro";
    font-size: 18px;
    line-height: 24px;
  }

.textfield {
  position: relative;
  box-sizing: border-box;
  min-width: 300px;
  margin: 0;
  padding: 0;
  border: none;
}

.textfield__label {
  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::after {
    position: relative;
    top: -3px;
    left: 1px;
    display: inline-block;
    content: "*";
    color: #d0011b;
  }

.textfield__input {
  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 {
    border-color: #3a82c6;
  }

  .textfield__input:disabled {
    border-color: #e6e6e6;
    background: #f9fafb;
  }

  .textfield__input::-moz-placeholder {
    color: transparent;
  }

  .textfield__input:-ms-input-placeholder {
    color: transparent;
  }

  .textfield__input::placeholder {
    color: transparent;
  }

  .textfield__input:focus + .textfield__label, .textfield__input:valid + .textfield__label, .textfield__input:disabled + .textfield__label {
    display: none;
  }

.form-control-wrap {
  position: relative;
}

.form_small {
  font-size: 14px;
}

.form-popup select {
  border: 1px solid #74CBC9;
  border-radius: 0;
  padding: 8px 20px;
  display: block;
  width: 100%;
  color: #043c6e;
}

.form_disclaimer {
  position: absolute;
  bottom: 10px;
  right: 55px;
  font-size: 12px;
  line-height: 18px;
}

  .form_disclaimer span {
    content: "*";
    color: #d0011b;
  }

/* Stuff was in other css */
section {
/*  padding-bottom: 170px;*/
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 90px 0;
}


.applySection + section {
  padding-top: 0px;
}


.site_search_row {
  height: 56px;
  background-color: #dbedf1;
}

  .site_search_row .site_search_wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.site_search_wrap span {
  font-size: 16px;
  display: inline-block;
  padding-right: 0;
  font-family: "Open Sans", sans-serif;
}

#searchBox, #msearchBox {
  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: 60%;
  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;
}

#searchButton, #msearchButton {
  height: 36px;
  border-radius: 0;
  padding: 1px 15px;
  width: 120px;
  top: -3px;
}

#msearchBoxDesktop{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 4px 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #dedede;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .12);
  box-sizing: border-box;
  font-size: 1.2em;
  height: 36px;
  margin: 0;
  max-width: 420px;
  padding: 0 8px;
}

#msearchBoxDesktop:focus {
  outline: solid 1px #365fc8 !important;
  outline-offset: -5px;
}

.site_search_wrap span {
  font-size: 16px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

#unibox-suggest-box{
  max-width: 500px !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 0px;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
}

#desktopSearch {
  min-height: 70vh;
  border-radius: 5px;
  max-width: 1000px;
}

#desktopSearch .site_search_wrap{
  text-align: center;
}

#search-results-preview{
  margin-top: 30px;
}

.searchPlaceholderImage{
  border-radius: 10px;
}

.SearchPlaceholderTitle {
  font-size: 18px;
  line-height: 1.5;
  color: #050505;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 5px;
}

.SearchPlaceholderText {
  font-size: 16px;
  line-height: 26px;
  color: #050505;
}

.searchTopItemWrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.searchDarkText {
  color: #050505;
}

.searchTopItem {
  display: inline;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #050505;
}

.searchTopItem:last-of-type {
  padding-right: 0px;
}

.purpleBG p, .darkGreenBG p {
  color: #fff;
}

.mb-2-5.noMarginBottomOverride {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.pageNotFound ~ .email-subscribe-footer{
  display: none;
}

@media (max-width: 1400px) {
  .h1, h1 {
    font-size: 38px;
    line-height: 45px;
  }

  .articlesHeader {
    font-size: 38px !important;
  }
}

@media (max-width: 1199px) {
  section {
    padding: 90px 0;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .big-container, .container {
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .h1, h1 {
    font-size: 38px;
  }
}

.section-heading {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    margin-bottom: 0;
    position: relative;
    line-height: 50px;
    font-size: 40px;
    width: 50%;
    margin: 0 auto;
    text-transform: capitalize;
  }

  .search > a{
    padding-right: 0 !important;
  }

@media (min-width: 1201px) {
  .navbar-expand-lg {
    /*    width: max-content; */
  }
}

@media (max-width: 1199px) {
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 35px;
  }
}



@media (max-width: 991px) {
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 33px;
    width: 80%;
  }

  .mob_hide {
    display: none;
  }

  .tabletMarginTop0{
    margin-top: 0 !important;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 100% !important;
    width: calc(100% - 50px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }

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

  .h1, h1, .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  .menu_area .navbar-toggler {
    display: none !important;
  }

  .navbar-default .navbar-nav {
    display: none !important;
  }

  .navbar {
    justify-content: center;
  }

  .phoneOneColumn {
    columns: 1 !important;
  }
}

.footer-copyright .copyright-info {
  text-align: center;
  padding: 50px 0;
}

.footer-copyright {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.copyright {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  /* text-align: left; */
  display: block;
  padding-bottom: 10px;
}

  .copyright a {
    text-decoration: underline;
  }

@media (max-width: 767px) {
  .top-bar .navbar-nav {
    top: 30px;
    width: 100vw;
    left: -55vw;
  }
}

/*New Stuff*/
.container {
  max-width: 1400px;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
}

.navbar-brand img#logo {
  width: 276px;
}

.heroSection {
  background: #193E6E;
  padding: 0px 0;
  position: relative;
}

  .heroSection .row {
    margin: 0;
  }

  .heroSection .banner-title {
    padding: 140px 0px;
    z-index: 9;
    background: #193E6E;
    position: relative;
    margin-right: 70px;
    padding: 0;
    position: absolute;
    transform: translate(0px, -50%);
    top: 50%;
  }

.heroBG {
  position: relative;
}

  .heroBG:after {

    background-position: left;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 0;
    width: 1000px;
    background-size: 100%;
  }

.heroSection .banner-content {
  position: relative;
  height: 494px;
  height: 400px;
}

.heroSection: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 {
  color: #74cbc9;
  text-decoration: underline;
}

.anchor-color-change {
  color: #2D6FB7 !important;
}

.aging-in-place-systems a {
  color: #fff !important;
}

  .aging-in-place-systems a:hover {
    color: #d9a900 !important;
  }

#ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#ytbg {
  cursor: pointer;
}

.heroPlaying .banner-content, .heroPlaying .heroSection:after, .heroPlaying:after, .heroPlaying #ytbg:before {
  visibility: hidden !important;
}

@media(max-width: 992px){
  .heroPlaying .banner-content {
    visibility: visible !important;
  }
}

.mob_only {
  display: none;
}

.formBlueBG {
  background-image: url(https://cdn2.visitingangels.com/corporate/img/wave.webp);
  padding-bottom: 120px !important;
}

h2 .reg-sup {
  top: -0.2em;
}

.blueWaveBG {
  background-color: rgb(186, 219, 230);
  background-image: url(https://cdn2.visitingangels.com/corporate/img/wave.webp);
  position: relative;
}

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

  .blueWaveBG > .container {
    position: relative;
  }

.tabletOnly, .tabletShow {
  display: none;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10px {
  margin-bottom: 10px;
}

.articlesHeader {
  font-size: 50px !important;
  line-height: 55px !important;
  min-width: 700px;
}

.reg-sup {
  font-size: .75em !important;
}

.firstSection {
  padding-bottom: 90px;
  padding-top: 70px;
}

.blog-sidebar .widget:last-of-type {
  margin-bottom: 0 !important;
}

#ss360-layer .ss360-ac-bg, #ss360-layer .ss360-ac-bg--focus:focus, #ss360-layer .ss360-ac-bg--hover:focus, #ss360-layer .ss360-ac-bg--hover:hover {
  background-color: #daaa01 !important;
  border: solid 1px #daaa01 !important;
}

#ss360-layer .ss360-tc-bg {
  background-color: #dcedf2 !important;
  color: #000 !important;
}

#ss360-layer .ss360-ac-c, #ss360-layer .ss360-ac-c--hover:focus, #ss360-layer .ss360-ac-c--hover:hover {
  color: #003a70 !important;
}


#FAQanchor > .container > .row{
  padding-top: 0;
}

.list-unstyled + p{
  margin-top: 20px;
}

.menu-opened-body{
  overflow: hidden;
}

.accordion .card-body a {
  text-decoration: underline;
}

.checkboxWrapper a {
  text-decoration: underline;
}

.accordion .card-body li{
  margin-bottom: 4px !important;
}

footer .list-style-footer a, footer .list-style-footer p {
  font-size: 16px !important;
  color: #fff !important;
}

.rowNoMargin .row, .rowNoMarginDesktop .row {
  margin: 0 !important;
}

.rowNoBottomMargin .row {
  margin-bottom: 0 !important;
}

.checkboxWrapper {
  display: flex;
  min-height: 40px;
  margin-bottom: 4px;
}

.checkboxWrapper .ti-check-box{
  margin-top: 5px;
}


.articleSingle .embedVideo #ytbg:before {
  display: none !important;
}

.accessibility{
  font-size: 14px;
  cursor: pointer;
}

.accessibility .icon{
  padding-right: 5px;
  display: inline-block;
}

.ReduceContrast {
  display: none;
}

.highContrast .IncreaseContrast {
  display: none;
}

.highContrast .ReduceContrast {
  display: inline;
}



.imageList li {
  margin: 0;
  padding: 4px 0 8px 30px;
  list-style: none;
  background-image: url(/img/CheckMark.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 25px;
  line-height: 32px;
  padding-bottom: 4px;
}


.imageList li a{
  text-decoration: underline;
}


.imageList3 li {
  margin: 0;
  padding: 4px 0 8px 30px;
  list-style: none;
  padding: 0 0 0 18px;
  position:relative;
  margin-bottom: 12px;
  background-image: none;
}
.imageList3 li:before {
  content: "";
  position: absolute;
  width:10px;
  height:10px;
  background-color:#5F3862;
  left:0;
  top:17px;
  transform:translateY(-50%);
  border-radius:50%;
}

.check-mark-list .imageList li {
  padding: 4px 0 8px 40px;
  background-size: 30px;
}

.oneColumnList, .oneColumnList ul{
  columns: 1 !important;
}

.purpleBG.darkGreenBG div > p > a:not(.butn) {
  color: #fff;
}

.purpleBG.darkGreenBG div > p > a:hover:not(.butn) {
  color: #d9a900;
}

.purpleBG.lightBlueBG div > p > a:not(.butn), .purpleBG.darkBlueLinks p a, .purpleBG.darkBlueLinks div > p > a:not(.butn) {
  color: #2B6FB6;
}

.purpleBG div > p > a:not(.butn) {
  color: white;
}

.purpleBG div > p > a:hover:not(.butn) {
  color: #d9a900;
}

.horizontalProcessOpeningText a {
  color: white;
}

.horizontalProcessOpeningText a:hover {
  color: #d9a900;
}

.companion-list-intro a{
  text-decoration: underline;
  color: #00698F;
  font-weight: bold;
}

.companion-list-intro a:hover {
  color: #403b66;
 }

.companion-list-section.mb-25 li {
  margin-bottom: 25px;
}

.darkGreenBg p a {
  text-decoration: underline;
  color: #74cbc9;
  font-weight: normal;
}

.verticleProcessText a{
  text-decoration: underline;
}

.noTopPadding{
  padding-top: 0 !important;
}

.accordion .card:last-of-type {
  margin-bottom: 0;
}

.paddingLeft45 {
  padding-left: 45px;
}

.paddingRight30 {
  padding-right: 30px;
}

.paddingLeft30 {
  padding-left: 30px;
}

p b a {
  text-decoration: underline;
}

.tealBG p a {
  color: white;
}

.tealBG p a:hover {
  color: #d9a900;
}

.noBottomMargin{
  margin-bottom: 0 !important;
}

.cardBorder .card {
  border: 1px solid rgba(0,0,0,.125) !important;
}

.servicesGrid .row {
  align-items: flex-start !important;
}

.noAfter:after, .noBefore:before{
  display: none !important;
}

.imgNoMargin .circleImg{
  margin: 0 !important;
}

.alignItemsTop .row{
  align-items: start !important;
}

@media screen and (max-width: 1400px) {
  section {
    padding: 90px 0;
  }
}

@media screen and (min-width: 992px) {
  .desktopRight45px {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 991px) {
  .tabletHide {
    display: none !important;
  }

  .tabletShow {
    display: block;
  }

  .tabletOnly {
    display: block !important;
  }

  section {
    padding: 50px 0;
  }

  .heroSection:after {
    display: none;
  }

  .button {
    text-align: center;
  }

  .heroSection .banner-title {
    background: none;
    margin: 0;
  }

  .heroBG {
    display: none;
  }

  .heroBGMobile {
    position: relative;
  }

    .heroBGMobile:after {
      background-size: cover;
      background-position: center;
      opacity: 0.3;
      width: 100vw;
      height: 100%;
      content: ' ';
      position: absolute;
      display: block;
      z-index: 0;
    }

  .banner-title h1, .banner-title .sub-title {
    text-align: left;
  }


  .formBlueBG {
    padding-bottom: 10px !important;
  }



  .banner-title h1, .banner-title .sub-title {
    text-align: center;
  }

  .findCareWrapper {
    z-index: 9;
    padding: 0;
    width: max-content;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  section h2 {
    text-align: center
  }

  .firstSection {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .h4 {
    text-align: center
  }

  .mt-n1-9 {
    margin-top: 0 !important;
  }

  .mb-2-5, .my-2-5 {
    margin-bottom: 2.2rem;
  }

  .pt-2-5 {
    padding-top: 2.2rem;
  }

  .accordion .card:last-child {
    margin-bottom: 0;
  }

  .service-details-sidebar aside.widget {
    display: none;
  }

  .tabletBottom0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .navbar-nav > li {
    margin-left: 4px !important;
  }

    .navbar-nav > li > a {
      font-size: 13px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1350px) {
  .navbar-nav > li > a {
    font-size: 14px !important;
  }

  navbar-nav > li {
    margin-left: 4px !important;
  }
}


@media(min-width: 992px) and (max-width: 1279px) {
  .sub-title br {
    display: none;
  }
}

@media(max-width: 1200px) {
  .navbar-nav > li > a, .navbar-nav > li > ul > li > a {
    font-size: 20px !important;
    padding: 30px 20px;
  }
}

@media(max-width: 992px) {
  .tabletMargin {
    margin-top: 2.5em;
  }

  .mobile-margin-30 {
    margin-bottom: 34px;
  }

  #msearchButton {
    top: 0px !important;
  }

  .container {
    width: 100% !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .row {
    margin-right: -18px !important;
    margin-left: -18px !important;
  }
  .row > * {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  #ytplayer {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .tabletTwoColumns {
    columns: 2 !important;
  }

  .findCareWrapper {
    top: 60% !important;
  }

  .rowNoMarginTablet .row {
    margin: 0 !important;
  }
}

@media(max-width: 768px) {

  .heroSection .banner-title {
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 90%;
  }

  .phonePaddingBottom60 {
    padding-bottom: 30px !important;
  }

  .articlesHeader {
    min-width: unset !important;
  }

  .marginmaker.halflist {
    max-width: 100%;
    margin: 0 15px;
    margin-bottom: 20px;
    width: -webkit-fill-available;
  }

  .button a + a {
    margin-top: 20px;
  }
}




@media (max-width: 575px) {

  .mob_only {
    display: block;
  }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 24px;
    line-height: 35px;
    width: 100%;
  }

  .navbar-nav > li > a, .navbar-nav > li > ul > li > a {
    font-size: 18px !important;
    padding: 20px !important;
  }

  .checkboxWrapper390 {
    max-width: 250px !important;
  }

  .butn {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .phone_hide {
    display: none !important;
  }

  .tabletOnly {
    display: none !important;
  }

  footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-main .action-part .button:last-of-type, .footer-main .action-part .button:last-of-type a {
    margin-bottom: 0;
  }

  footer {
    padding-bottom: 0 !important;
  }

  .footer-copyright .copyright-info {
    text-align: center;
    padding: 30px 0;
  }

  .footer-main .footer-links li:before {
    display: none;
  }

  .footer-links li {
    display: block;
  }

  footer .findCareWrapper {
    width: max-content;
  }

  .fakeSubmit {
    min-width: 120px;
  }

  .heroSection .findCareWrapper {
    margin-top: 30px;
    min-width: max-content;
    left: 50%;
    transform: translate(-50%, 0px);
  }


  .mob_15_top_bottom {
    padding: 15px 0;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar {
    justify-content: center;
  }

  .card-body .h4 {
    font-size: 25px;
    line-height: 32px !important;
    font-weight: 600 !important;
  }

  .tabletTwoColumns {
    columns: 1 !important;
  }

  section {
    padding: 30px 0;
  }
  section.lg.top {
    padding-top: 50px;
  }
  section.lg:not(.top) {
    padding: 50px 0;
  }

  .firstSection {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .phoneNoMargin {
    margin-bottom: 0px !important;
  }

  .list-style-footer p{
    line-height: 24px;
  }

  .findCareWrapper {
    top: 70% !important;
  }

  .checkboxWrapper .ti-check-box{
    margin-right: 10px !important;
    margin-top: 6px !important;
  }

  .checkboxWrapper b{
    display: block;
  }

  .special-margin-bottom > .row{
    margin-bottom: 20px;
  }

  .pagination a {
    padding: 0 12px !important;
  }

  .phoneLeft{
    text-align: left !important;
  }

  .mobTop0{
    padding-top: 0 !important;
  }

  .rowNoPaddingMobile .row .col-lg-12{
    padding: 0 !important;
  }

  .rowNoMarginMobile .row {
    margin: 0 !important;
  }

  .mobileMarginTop50 {
    margin-top: 50px;
  }

  .removePaddingMobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .halflist ul {
    padding-left: 15px;
  }

  .marginmaker.halflist {
    margin-left: 0;
    margin-right: 0;
  }
}


/*Leave Review Popup*/
body.modal-open {
  overflow: hidden;
}

@media(max-width: 565px) {
  #leaveReviewSurveyPopupExit {
    left: 90% !important;
  }
}

.articleSingle ul li a{
  text-decoration: underline;
}