
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Ubuntu, Arial, sans-serif;
}
a {
  color: #53698e;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
img[src$="images/tsp.gif"],
img[src$="images/shim.gif"] {
  display: none !important;
}
.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-links li {
  display: inline-block;
  margin-left: 10px;
}
.header-links {
  margin-left: -10px;
}
.header-links a {
  text-decoration: none;
}
.header-links .fa {
  color: #466b9f;
  font-size: 1.1rem;
}
.header-links .fa:hover {
  color: #8f6fbb;
}
.header-section .search-form {
  margin: 20px 0;
}
@media only screen and (max-width: 799px) {
  .header-section {
    display: none;
  }
  .header .logo {
    display: block;
    margin: 10px;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .header-links b {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .header .logo,
  .header .header-section {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }
  .header .logo {
    width: 75%;
  }
  .header .header-section {
    width: 25%;
    text-align: right;
  }
  .header-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 0.8rem;
  }
  .header-links a,
  .header-links a:link,
  .header-links a:visited,
  .header-links a:hover,
  .header-links a:focus,
  .header-links a:active {
    color: inherit;
    text-decoration: none;
  }
  .header-links a:hover,
  .header-links a:focus,
  .header-links a:active {
    text-decoration: underline;
  }
}
@media (min-width: 1600px) {
  .header-links b {
    display: inline-block;
  }
}
.sub-navigation-menu {
  display: none;
}
@media only screen and (min-width: 801px) {
  .main-navigation {
    text-align: center;
    background: #466b9f;
    color: #fff;
    font-size: 1.1rem;
  }
  .main-navigation .navigation-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation .navigation-menu > li {
    display: inline-block;
    margin: 0;
    position: relative;
  }
  .main-navigation .navigation-menu > li:after {
    position: absolute;
    z-index: 4444;
    border-right: 1px solid #fff;
    width: 1px;
    top: 8px;
    bottom: 8px;
    right: 0;
    content: "";
  }
  .main-navigation .navigation-menu > li:last-child:after {
    display: none;
  }
  .main-navigation a {
    display: block;
    color: #fff;
    color: inherit;
    text-decoration: none;
  }
  .main-navigation a.main-menu-link {
    padding: 10px 20px;
  }
  .main-navigation li.submenu-top-item:hover {
    background: #8f6fbb;
  }
  .sub-navigation-menu {
    text-align: left;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sub-navigation-menu a,
  .sub-navigation-menu li {
    display: block;
  }
  .sub-navigation-menu {
    position: absolute;
    z-index: 9999;
    background: #8f6fbb;
    background: rgba(143,111,187,0.9);
  }
  .main-navigation li.submenu-top-item:hover .sub-navigation-menu {
    display: block;
  }
  .sub-navigation-menu a {
    padding: 5px 20px;
  }
  .main-navigation li.submenu-top-item li.submenu-item:hover {
    background: #466b9f;
  }
}
@media only screen and (max-width: 800px) {
  .main-navigation {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background: #466b9f;
    color: #fff;
    padding: 10px;
  }
  .main-navigation a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation .sub-navigation-menu {
    margin-left: 20px;
  }
  .submenu-top-item {
    display: block;
    margin-bottom: 10px;
  }
  .showing-menu .main-navigation {
    display: block;
  }
  .sub-navigation-menu {
    display: none;
  }
  .show-item .sub-navigation-menu {
    display: block;
  }
}
.home-content-area {
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 20px;
}
.home-content {
  font-size: 1.4em;
  line-height: 1.6;
}
.home-content p {
  margin: 0;
}
h1.home-pagetitle {
  color: #47689d;
}
h2.home-heading {
  font-style: italic;
}
.home-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  .home-content {
    max-width: none;
  }
}
.content-page h1.pagetitle {
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.content-page .main {
  margin: 20px;
}
.content-page .pageContent {
  font-size: 1.375em;
  line-height: 1.375;
}
.contentimage {
  display: block;
  float: right;
  padding: 6px;
}
.contentpic2 {
  max-width: 100%;
  height: auto;
}
#email-page h1.pagetitle {
  text-align: center;
}
#content-feature-icons-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .contentimage {
    max-width: 40%;
  }
}
.toolbar.using-text-features {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.toolbar-text-features {
  color: #466b9f;
  font-size: 1.2rem;
}
.toolbar-text-features span {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.toolbar-text-features span:last-child {
  margin-right: 0;
}
.toolbar-text-features span:hover {
  color: #8f6fbb;
}
.toolbar-text-features .enlarge-text {
  font-size: 1.5rem;
}
.breadcrumb a {
  margin-left: 10px;
  margin-right: 10px;
  color: #53698e;
  text-decoration: none;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.home-service-links {
  margin: 0;
  padding: 0 20px;
}
.home-service-wrappings {
  margin-right: 20px;
}
.home-service-links > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.home-service-links > ul > li {
  width: 49.5%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.home-service-links > ul > li:nth-child(2n + 1) {
  margin-right: 1%;
}
.home-service-links a:link,
.home-service-links a:visited,
.home-service-links a:hover,
.home-service-links a:focus,
.home-service-links a:active {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 80px 20px;
  background: #47689d;
  color: #fff;
  border-radius: 6px;
  font-size: 40px;
  font-size: 2.5rem;
}
.home-service-links a:hover {
  background: #8f6fbb;
}
.home-service-icon-label {
  padding: 10px;
  background: #47689d;
  color: #fff;
  text-align: center;
}
.home-service-icon-label a {
  display: block;
  text-align: center;
  color: #fff;
  background: #8f6fbb;
  margin: -10px;
}
.home-service-wrappings h3,
.home-service-wrappings h4 {
  text-align: center;
}
.home-service-icon a {
  display: block;
}
.home-service-icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-height: 351px;
}
.home-service-content {
  text-align: left;
}
.home-service-content p {
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .home-service-links > ul > li,
  .home-service-wrappings > .home-service-links,
  .home-service-wrappings > .home-service-content-wrappings {
    display: block;
  }
  .home-service-links > ul > li:nth-child(2n + 1),
  .home-service-links > ul > li {
    width: auto;
    margin: 20px 0;
  }
  .home-service-wrappings,
  .home-service-links {
    margin: 0;
    padding: 0;
  }
  .home-service-icon-label a {
    margin: auto;
  }
  .home-service-links a:link,
  .home-service-links a:visited,
  .home-service-links a:hover,
  .home-service-links a:focus,
  .home-service-links a:active {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .home-service-wrappings > .home-service-links,
  .home-service-wrappings > .home-service-content-wrappings {
    display: inline-block;
    vertical-align: top;
  }
  .home-service-links {
    max-width: 70%;
  }
  .home-service-content-wrappings {
    width: 284px;
    width: min(30%,284px);
    max-width: 100%;
  }
  .home-service-links > ul > li {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .home-service-links > ul > li:first-child,
  .home-service-links > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .home-service-wrappings h3,
  .home-service-wrappings h4 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .home-service-content-wrapper,
  .home-service-wrappings,
  .home-service-links {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-service-content-wrapper,
  .home-service-wrappings,
  .home-service-links {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-service-content-wrapper {
    margin-bottom: 30px;
  }
  .home-service-content-wrapper {
    -moz-box-pack: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .home-service-content-wrapper {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-service-content-wrapper {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .home-service-links > ul {
    margin-bottom: 30px;
  }
  .home-service-links > ul {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-service-links > ul {
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-service-links > ul {
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .home-service-links > ul {
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .home-service-links > ul {
    -webkit-align-content: stretch;
    align-content: stretch;
  }
  .home-service-links > ul > li {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-service-links > ul > li {
    -moz-box-flex: 1 1 49.5%;
    -webkit-box-flex: 1 1 49.5%;
    -ms-flex: 1 1 49.5%;
    -webkit-flex: 1 1 49.5%;
    flex: 1 1 49.5%;
  }
  .home-service-links > ul a,
  .home-service-links > ul a:link,
  .home-service-links > ul a:visited,
  .home-service-links > ul a:hover,
  .home-service-links > ul a:focus,
  .home-service-links > ul a:active {
    font-size: 3rem;
  }
  .home-service-links > ul a,
  .home-service-links > ul a:link,
  .home-service-links > ul a:visited,
  .home-service-links > ul a:hover,
  .home-service-links > ul a:focus,
  .home-service-links > ul a:active {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .home-service-links > ul a,
  .home-service-links > ul a:link,
  .home-service-links > ul a:visited,
  .home-service-links > ul a:hover,
  .home-service-links > ul a:focus,
  .home-service-links > ul a:active {
    -moz-box-flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .home-service-links > ul a,
  .home-service-links > ul a:link,
  .home-service-links > ul a:visited,
  .home-service-links > ul a:hover,
  .home-service-links > ul a:focus,
  .home-service-links > ul a:active {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-service-links > ul a,
  .home-service-links > ul a:link,
  .home-service-links > ul a:visited,
  .home-service-links > ul a:hover,
  .home-service-links > ul a:focus,
  .home-service-links > ul a:active {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.the-slideshow-wrappings {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.the-slideshow-wrapper {
  display: block;
  position: relative;
  max-width: 100%;
}
.the-slideshow-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.the-slideshow-wrapper .shim {
  visibility: hidden;
  display: block;
}
.the-slideshow-wrapper .the-slideshow-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.the-slideshow-wrapper .the-slideshow-items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.the-slideshow-wrapper .the-slideshow-items li:first-child {
  display: block;
}
.feature-icons-wrapper {
  position: relative;
  text-align: center;
}
.feature-icons > li {
  display: inline-block;
  margin: 0 20px;
}
.home-page #home-feature-icons-wrapper img {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 800px) {
  .feature-icons > li {
    display: block;
    margin: 20px;
    text-align: center;
  }
  .home-page #home-feature-icons-wrapper img {
    position: static;
    margin: 0;
  }
}
.copyright-links > ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.copyright-links > ul > li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 801px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(/images/footer_background.jpg) right top no-repeat;
    background-size: cover;
    font-size: 1.25rem;
  }
  footer:after {
    display: block;
    content: "";
    clear: both;
  }
  .footer-area {
    margin-right: 20px;
  }
  .footer-icon {
    margin-left: 20px;
  }
  .footer-area li {
    display: block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .footer-area-links,
  .footer-links-wrappings,
  .footer-links-wrapper,
  .footer-wrappings {
    display: -webkit-flex;
    display: flex;
  }
  .footer-links-wrapper,
  .footer {
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-area-links {
    -webkit-order: 1;
    order: 1;
  }
  .footer {
    -webkit-order: 2;
    order: 2;
  }
  .footer-area {
    -webkit-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 800px) {
  .footer-area {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
  }
  .footer-area li,
  .copyright-links > ul,
  .copyright-links > ul > li {
    display: block;
    margin: 0;
  }
  .footer-area li,
  .copyright-links > ul > li {
    margin: 20px 0;
    text-align: center;
  }
  .footer-links-wrapper {
    text-align: center;
  }
  .banner-images-listing,
  .footer-area {
    all: unset;
    text-align: center;
  }
}
@media only screen and (min-width: 801px) {
  html[data-text-size="1"] .pageContent {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  html[data-text-size="1"] .pageContent h1.pagetitle {
    font-size: 1.85em;
    line-height: 1.4em;
  }
  html[data-text-size="1"] .pageContent h2.feature14 {
    font-size: 1.35em;
    line-height: 1.4em;
  }
  html[data-text-size="2"] .pageContent {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  html[data-text-size="2"] .pageContent h1.pagetitle {
    font-size: 1.95em;
    line-height: 1.4em;
  }
  html[data-text-size="2"] .pageContent h2.feature14 {
    font-size: 1.45em;
    line-height: 1.4em;
  }
  html[data-text-size="3"] .pageContent {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  html[data-text-size="3"] .pageContent h1.pagetitle {
    font-size: 2.05em;
    line-height: 1.4em;
  }
  html[data-text-size="3"] .pageContent h2.feature14 {
    font-size: 1.55em;
    line-height: 1.4em;
  }
  html[data-text-size="4"] .pageContent {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  html[data-text-size="4"] .pageContent h1.pagetitle {
    font-size: 2.15em;
    line-height: 1.4em;
  }
  html[data-text-size="4"] .pageContent h2.feature14 {
    font-size: 1.65em;
    line-height: 1.4em;
  }
  html[data-text-size="5"] .pageContent {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  html[data-text-size="5"] .pageContent h1.pagetitle {
    font-size: 2.25em;
    line-height: 1.4em;
  }
  html[data-text-size="5"] .pageContent h2.feature14 {
    font-size: 1.75em;
    line-height: 1.4em;
  }
  html[data-text-size="6"] .pageContent {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  html[data-text-size="6"] .pageContent h1.pagetitle {
    font-size: 2.35em;
    line-height: 1.4em;
  }
  html[data-text-size="6"] .pageContent h2.feature14 {
    font-size: 1.85em;
    line-height: 1.4em;
  }
  html[data-text-size="7"] .pageContent {
    font-size: 1.7em;
    line-height: 1.4em;
  }
  html[data-text-size="7"] .pageContent h1.pagetitle {
    font-size: 2.45em;
    line-height: 1.4em;
  }
  html[data-text-size="7"] .pageContent h2.feature14 {
    font-size: 1.95em;
    line-height: 1.4em;
  }
  html[data-text-size="8"] .pageContent {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  html[data-text-size="8"] .pageContent h1.pagetitle {
    font-size: 2.55em;
    line-height: 1.4em;
  }
  html[data-text-size="8"] .pageContent h2.feature14 {
    font-size: 2.05em;
    line-height: 1.4em;
  }
  html[data-text-size="9"] .pageContent {
    font-size: 1.9em;
    line-height: 1.4em;
  }
  html[data-text-size="9"] .pageContent h1.pagetitle {
    font-size: 2.65em;
    line-height: 1.4em;
  }
  html[data-text-size="9"] .pageContent h2.feature14 {
    font-size: 2.15em;
    line-height: 1.4em;
  }
  html[data-text-size="10"] .pageContent {
    font-size: 2em;
    line-height: 1.4em;
  }
  html[data-text-size="10"] .pageContent h1.pagetitle {
    font-size: 2.75em;
    line-height: 1.4em;
  }
  html[data-text-size="10"] .pageContent h2.feature14 {
    font-size: 2.25em;
    line-height: 1.4em;
  }
  html[data-text-size="11"] .pageContent {
    font-size: 2.1em;
    line-height: 1.4em;
  }
  html[data-text-size="11"] .pageContent h1.pagetitle {
    font-size: 2.85em;
    line-height: 1.4em;
  }
  html[data-text-size="11"] .pageContent h2.feature14 {
    font-size: 2.35em;
    line-height: 1.4em;
  }
  html[data-text-size="12"] .pageContent {
    font-size: 2.2em;
    line-height: 1.4em;
  }
  html[data-text-size="12"] .pageContent h1.pagetitle {
    font-size: 2.95em;
    line-height: 1.4em;
  }
  html[data-text-size="12"] .pageContent h2.feature14 {
    font-size: 2.45em;
    line-height: 1.4em;
  }
  html[data-text-size="13"] .pageContent {
    font-size: 2.3em;
    line-height: 1.4em;
  }
  html[data-text-size="13"] .pageContent h1.pagetitle {
    font-size: 3.05em;
    line-height: 1.4em;
  }
  html[data-text-size="13"] .pageContent h2.feature14 {
    font-size: 2.55em;
    line-height: 1.4em;
  }
  html[data-text-size="14"] .pageContent {
    font-size: 2.4em;
    line-height: 1.4em;
  }
  html[data-text-size="14"] .pageContent h1.pagetitle {
    font-size: 3.15em;
    line-height: 1.4em;
  }
  html[data-text-size="14"] .pageContent h2.feature14 {
    font-size: 2.65em;
    line-height: 1.4em;
  }
  html[data-text-size="15"] .pageContent {
    font-size: 2.5em;
    line-height: 1.4em;
  }
  html[data-text-size="15"] .pageContent h1.pagetitle {
    font-size: 3.25em;
    line-height: 1.4em;
  }
  html[data-text-size="15"] .pageContent h2.feature14 {
    font-size: 2.75em;
    line-height: 1.4em;
  }
  html[data-text-size="16"] .pageContent {
    font-size: 2.6em;
    line-height: 1.4em;
  }
  html[data-text-size="16"] .pageContent h1.pagetitle {
    font-size: 3.35em;
    line-height: 1.4em;
  }
  html[data-text-size="16"] .pageContent h2.feature14 {
    font-size: 2.85em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 800px) {
  html[data-text-size="1"] .pageContent {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  html[data-text-size="1"] .pageContent h1.pagetitle {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  html[data-text-size="1"] .pageContent h2.feature14 {
    font-size: 1.15em;
    line-height: 1.4em;
  }
  html[data-text-size="2"] .pageContent {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  html[data-text-size="2"] .pageContent h1.pagetitle {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  html[data-text-size="2"] .pageContent h2.feature14 {
    font-size: 1.25em;
    line-height: 1.4em;
  }
  html[data-text-size="3"] .pageContent {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  html[data-text-size="3"] .pageContent h1.pagetitle {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  html[data-text-size="3"] .pageContent h2.feature14 {
    font-size: 1.35em;
    line-height: 1.4em;
  }
  html[data-text-size="4"] .pageContent {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  html[data-text-size="4"] .pageContent h1.pagetitle {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  html[data-text-size="4"] .pageContent h2.feature14 {
    font-size: 1.45em;
    line-height: 1.4em;
  }
  html[data-text-size="5"] .pageContent {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  html[data-text-size="5"] .pageContent h1.pagetitle {
    font-size: 1.7em;
    line-height: 1.4em;
  }
  html[data-text-size="5"] .pageContent h2.feature14 {
    font-size: 1.55em;
    line-height: 1.4em;
  }
  html[data-text-size="6"] .pageContent {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  html[data-text-size="6"] .pageContent h1.pagetitle {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  html[data-text-size="6"] .pageContent h2.feature14 {
    font-size: 1.65em;
    line-height: 1.4em;
  }
  html[data-text-size="7"] .pageContent {
    font-size: 1.7em;
    line-height: 1.4em;
  }
  html[data-text-size="7"] .pageContent h1.pagetitle {
    font-size: 1.9em;
    line-height: 1.4em;
  }
  html[data-text-size="7"] .pageContent h2.feature14 {
    font-size: 1.75em;
    line-height: 1.4em;
  }
  html[data-text-size="8"] .pageContent {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  html[data-text-size="8"] .pageContent h1.pagetitle {
    font-size: 2em;
    line-height: 1.4em;
  }
  html[data-text-size="8"] .pageContent h2.feature14 {
    font-size: 1.85em;
    line-height: 1.4em;
  }
  html[data-text-size="9"] .pageContent {
    font-size: 1.9em;
    line-height: 1.4em;
  }
  html[data-text-size="9"] .pageContent h1.pagetitle {
    font-size: 2.1em;
    line-height: 1.4em;
  }
  html[data-text-size="9"] .pageContent h2.feature14 {
    font-size: 1.95em;
    line-height: 1.4em;
  }
  html[data-text-size="10"] .pageContent {
    font-size: 2em;
    line-height: 1.4em;
  }
  html[data-text-size="10"] .pageContent h1.pagetitle {
    font-size: 2.2em;
    line-height: 1.4em;
  }
  html[data-text-size="10"] .pageContent h2.feature14 {
    font-size: 2.05em;
    line-height: 1.4em;
  }
  html[data-text-size="11"] .pageContent {
    font-size: 2.1em;
    line-height: 1.4em;
  }
  html[data-text-size="11"] .pageContent h1.pagetitle {
    font-size: 2.3em;
    line-height: 1.4em;
  }
  html[data-text-size="11"] .pageContent h2.feature14 {
    font-size: 2.15em;
    line-height: 1.4em;
  }
  html[data-text-size="12"] .pageContent {
    font-size: 2.2em;
    line-height: 1.4em;
  }
  html[data-text-size="12"] .pageContent h1.pagetitle {
    font-size: 2.4em;
    line-height: 1.4em;
  }
  html[data-text-size="12"] .pageContent h2.feature14 {
    font-size: 2.25em;
    line-height: 1.4em;
  }
  html[data-text-size="13"] .pageContent {
    font-size: 2.3em;
    line-height: 1.4em;
  }
  html[data-text-size="13"] .pageContent h1.pagetitle {
    font-size: 2.5em;
    line-height: 1.4em;
  }
  html[data-text-size="13"] .pageContent h2.feature14 {
    font-size: 2.35em;
    line-height: 1.4em;
  }
  html[data-text-size="14"] .pageContent {
    font-size: 2.4em;
    line-height: 1.4em;
  }
  html[data-text-size="14"] .pageContent h1.pagetitle {
    font-size: 2.6em;
    line-height: 1.4em;
  }
  html[data-text-size="14"] .pageContent h2.feature14 {
    font-size: 2.45em;
    line-height: 1.4em;
  }
  html[data-text-size="15"] .pageContent {
    font-size: 2.5em;
    line-height: 1.4em;
  }
  html[data-text-size="15"] .pageContent h1.pagetitle {
    font-size: 2.7em;
    line-height: 1.4em;
  }
  html[data-text-size="15"] .pageContent h2.feature14 {
    font-size: 2.55em;
    line-height: 1.4em;
  }
  html[data-text-size="16"] .pageContent {
    font-size: 2.6em;
    line-height: 1.4em;
  }
  html[data-text-size="16"] .pageContent h1.pagetitle {
    font-size: 2.8em;
    line-height: 1.4em;
  }
  html[data-text-size="16"] .pageContent h2.feature14 {
    font-size: 2.65em;
    line-height: 1.4em;
  }
}
.doctor-listing-page b {
  line-height: 1 !important;
  height: auto !important;
  margin-top: 20px !important;
  display: block !important;
}
.doctor-listing-page br {
  display: none !important;
}
.doctor-listing-page tr,
.doctor-listing-page td {
  vertical-align: top;
}
#footer-social-links,
.home-page #feature-icons-below-main,
.mobile-navbar-wrappings,
.mobile-search-wrapper,
.mobile-search-wrappings {
  display: none;
}
.home-page #feature-icons-above-main {
  display: block;
}
.menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  display: none;
  color: #fff;
  cursor: pointer;
  z-index: 99999;
}
.mobile-navbar-wrappings {
  background: #466b9f;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  font-size: 1.4rem;
}
.mobile-navbar-wrappings .fa {
  cursor: pointer;
}
.mobile-navbar-wrappings:after {
  display: block;
  clear: both;
  content: "";
}
.mobile-navbar-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navbar-listing .mobile-menu-item {
  float: left;
}
.mobile-navbar-listing .mobile-search-item {
  float: right;
}
.mobile-search-wrappings {
  padding: 10px;
  text-align: center;
}
#footer-social-links {
  text-align: center;
}
#footer-social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-social-links li,
#footer-social-links a {
  display: block;
}
@media only screen and (max-width: 800px) {
  #footer-social-links,
  .home-page #feature-icons-below-main {
    display: block;
  }
  #footer-social-links {
    margin: 20px 0;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  .home-page #feature-icons-above-main {
    display: none;
  }
  .pageContent .toolbar {
    display: none;
  }
  .menu-close,
  .mobile-navbar-wrappings,
  .show-mobile-search .mobile-search-wrapper,
  .mobile-search-wrappings {
    display: block;
  }
}
