#at-cv-lightbox-message {
  font-size: 1.5em !important;
  line-height: normal !important;
}
img, object, embed, video {
  max-width: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
@media (max-width: 1000px) {
  .mobileTopImage {
    display: block;
    margin-top: 1.5em;
  }
  .mobileBottomImage {
    display: none;
    margin-top: 0;
  }
}
@media (min-width: 1001px) {
  .mobileTopImage {
    display: none;
    margin-top: 0;
  }
  .mobileBottomImage {
    display: block;
    margin-top: 1.5em;
  }
}
.centeredList {
  list-style-type: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  text-align: center; /* Center the text */
}
.centeredList li {
  display: inline-block; /* Make list items inline-block */
  margin: 0 10px; /* Optional: Add some spacing between items */
}
*.prodDesc {
  margin-top: 1em;
}
*.centered {
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically (optional) */
}
.share-button {
  background-color: #3b5998; /* Facebook color */
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}
.no-underline {
  text-decoration: none;
}
blockquote {
  margin: 20px;
  padding: 10px;
  border-left: 5px solid #ccc; /* Add a left border */
  background-color: #f9f9f9; /* Light background color */
  font-style: italic; /* Italicize the text */
}
footer {
  text-align: right; /* Align the footer to the right */
  font-size: 0.9em; /* Slightly smaller font size */
  color: #555; /* Dark gray color for the footer */
}
.headerbg {
  background: linear-gradient(#42687C, #ffffff)
}
p {
  text-align: left;
}
a {
  color: #1a0dab
}
a h1, a h2, a h3, a h4 {
  color: #1a0dab;
  text-decoration: underline; /* Optional: Remove underline if not needed */
  transition: color 0.3s ease; /* Optional: Add a hover effect */
}
.aBtn {
  padding: .4em;
  font-size: 1em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
  /*background-color: #dfdfff;*/
  background-color: #fff;
}
a:visited {
  color: #800080; /* Purple for visited links */
  text-decoration: underline; /* Keeps underline consistent */
}
.logoFormat {
  padding: .125em 0 0 1.125em;
}
img {
  border-width: 0px;
  border-radius: 10px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
iframe.center {
  display: block;
  margin: 12px auto;
}
.pageContent {
  margin: 0px auto;
  width: 1008px;
}
.alignTop {
  vertical-align: top;
}
.alignCenter {
  text-align: center;
}
.alignBottom {
  vertical-align: bottom;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.boxShadow {
  -moz-box-shadow: 0px 0px 20px 5px #999;
  -webkit-box-shadow: 0px 0px 20px 5px #999;
  box-shadow: 0px 0px 20px 5px #999;
}
.boxShadow2 {
  -moz-box-shadow: 5px 5px 20px 3px #999;
  -webkit-box-shadow: 5px 5px 20px 3px #999;
  box-shadow: 5px 5px 20px 3px #999;
}
.borderRadius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.borderRadiusTopLeft {
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.borderRadiusTopRight {
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.borderRadiusBottomLeft {
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.borderRadiusBottomRight {
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.borderRadius2 {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.textShadow {
  -moz-text-shadow: 3px 3px 3px #666;
  -webkit-text-shadow: 3px 3px 3px #666;
  text-shadow: 3px 3px 3px #666;
}
body {
  color: black;
  background-color: #fff;
  background-attachment: fixed;
  background-position: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  line-height: normal;
  padding: 0 5px
}
.footer {
  font-size: .9em;
  font-family: Verdana;
  line-height: normal;
  padding-top: 100px;
}
li {
  padding-bottom: 5px;
  font-style: normal;
  line-height: normal;
  margin-top: 0px;
}
.logo {
  padding-right: 8px;
}
.promo {
  font-size: 1.1em;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-top: .25em;
}
ul {
  margin-top: 2px;
  margin-bottom: 2px;
}
.website {
  font-size: 16px;
  font-weight: bold;
  margin-left: 80px;
}

span.stars, span.stars span {
  display: inline-table;
  background: url("images/stars.png") 0 -16px repeat-x;
  width: 80px;
  height: 16px;
}
span.stars span {
  background-position: 0 0;
}
span.stars, span.stars span {
  display: block;
  background: url("images/stars.png") 0 -16px repeat-x;
  width: 80px;
  height: 16px;
}
span.stars span {
  background-position: 0 0;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.ie6 img {
  width: 100%;
}
.sideMenuMobile {
  padding: 5px;
  font-size: .6em;
}
.productMenuMobile {
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
.thumbPadding {
  padding: .250em;
}
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  /*width: 88.626%;*/
  width: 85.626%;
  padding-left: 1.1869%;
  padding-right: 1.1869%;
  background-color: #fff;
}
.logo {
  float: left;
  display: inline-block;
  margin-top: .375em;
  max-width: 180px
}
.mobileImage {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 0em;
}
.mobileImageRight {
  margin-left: auto;
  margin-right: auto;
  padding: 0em;
  margin-top: 0.5em;
  margin-bottom: 0.5em
}
.mobileImageSprite {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hideImage {
  display: inline;
}
.aggReview {
  margin-left: auto;
  margin-right: auto;
  padding: .375em;
  border-color: maroon;
  border-width: 1px;
  border-style: solid;
}
.h1Spacer {
  margin: 2.5em 0 0 .25em;
}
.mobileBreadcrumbs {
  font-size: .9em;
  font-weight: bold;
  margin: 1em 0 1em .25em;
  line-height: 2em;
}
.mobilePromo {
  font-size: .9em;
  margin: 0em 0 0 .25em;
  line-height: 120%;
}
#breadcrumbs {
  clear: both;
  float: left;
  margin: 0 0 0 .25em;
  width: 100%;
  display: block;
  font-size: .8em;
  font-weight: bold;
  line-height: 175%;
}
.breadcrumbs {
  font-size: .75em;
  margin: 1em 0 .25em 2.5em;
  font-weight: bold;
  line-height: 200%;
  text-align: left;
}
.votelMobile {
  display: none;
}
#footer {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  margin: .75em 0 0 0;
  background-color: #fff;
}
#footerLinks {
  margin-bottom: 2em;
}
#footerLinks a {
  margin: .5em;
  display: inline-block;
}
#menu {
  display: none;
}
#cssmenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.popupWidth {
  width: 90%;
  max-width: 900px;
  min-width: 228px;
  padding: 1em;
  background-color: #fff;
  z-index: 9999;
}
.responsiveThumb {
  display: inline-table;
  padding: .2em .5em .2em 0;
}
.responsiveThumb2 {
  display: inline-table;
  padding: .2em .5em .2em 0;
  margin-top: 0;
}
@media only screen and (max-width:999px) {
  h1 {
    font-size: 1.4em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0em;
    margin-top: 0;
    color: #000
  }
  h2 {
    font-size: 1.3em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1em;
    color: #000
  }
  h3 {
    font-size: 1.2em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000
  }
  h4 {
    font-size: 1.1em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000
  }
  *.engLicense {
    font-size: 1.1em;
    margin: .5em 0;
  }
  .divHeader {
    font-size: 1.05em;
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 120%;
    color: #0f2b54 !important;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-align: center;
  }
}
@media only screen and (min-width:1000px) {
  h1 {
    font-size: 1.6em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0em;
    margin-top: 0;
    color: #000
  }
  h2 {
    font-size: 1.4em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
    color: #000
  }
  h3 {
    font-size: 1.2em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000
  }
  h4 {
    font-size: 1.1em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000
  }
  *.engLicense {
    font-size: 1.2em;
    margin: .5em 0;
  }
  .divHeader {
    font-size: 1.10em;
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 120%;
    color: #0f2b54 !important;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-align: center;
  }
}
@media only screen and (min-width:600px) {
  .gridContainer {
    width: 85%;
    padding-left: 0.6581%;
    padding-right: 0.6581%;
  }
  .logo {
    float: left;
    display: inline-block;
    margin-top: .375em;
    max-width: 350px
  }
  .aggReview {
    float: right;
    padding: .375em;
    border-color: maroon;
    border-width: 1px;
    border-style: solid;
  }
  .mobileImage {
    float: left;
    width: 40%;
    padding: 1em;
  }
  .mobileImageRight {
    float: right;
    padding: 0em;
    margin: 1em;
  }
  .hideImage {
    display: inline;
  }
  .hideDesktop {
    display: inline-block;
  }
  .hideNotDesktop {
    display: none;
  }
  #breadcrumbs {
    clear: both;
    float: left;
    margin: 0 0 .5em .25em;
    width: 100%;
    display: block;
    font-size: 1em;
    line-height: 150%;
  }
  /*.mobileBreadcrumbsLn1{font-size:1em;margin:0 0 .5em .25em;line-height:150%}*/
  .telMobile {
    display: none;
  }
  #footer {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    margin: .75em 0 0 0;
    background-color: #fff;
  }
  .popupWidth {
    width: 80%
  }
  .responsiveThumb {
    display: inline-table;
    margin: .25em;
  }
  .responsiveThumb2 {
    display: inline-table;
    margin: 0;
  }
}
/*@media only screen and (min-width:769px){.gridContainer{width:89.0217%; padding-left:0.4891%;padding-right:0.891%;margin:auto;}*/
@media only screen and (min-width:769px) {
  .gridContainer {
    width: 90%;
    padding-left: 0.4891%;
    padding-right: 0.75%;
    margin: auto;
  }
  .hideImage {
    display: none;
  }
  .sideMenuMobile {
    padding: 5px;
    font-size: 1em;
  }
  .logo {
    float: left;
    display: inline-block;
    margin-top: .375em;
    max-width: 450px;
  }
  .notDesktop {
    display: none;
  }
  .aggReview {
    float: right;
    padding: .375em;
    border-color: maroon;
    border-width: 1px;
    border-style: solid;
  }
  .hideDesktop {
    display: none;
  }
  .hideNotDesktop {
    display: inline;
  }
  #breadcrumbs {
    clear: both;
    float: left;
    margin: 0 0 .75em .25em;
    width: 32.6007%;
    display: block;
    font-size: .9em;
    line-height: 120%;
  }
  /*.mobileBreadcrumbsLn1{font-size:.9em;margin:0 0 .75em .25em;line-height:120%}*/
  .telMobile {
    display: block;
  }
  .telBtnHide {
    display: none;
  }
  #footer {
    clear: none;
    float: left;
    margin-left: 1.0989%;
    width: 100%;
    display: block;
    margin: .75em 0 0 0;
    background-color: #fff;
  }
  .popupWidth {
    width: 60%
  }
  .responsiveThumb {
    display: inline-table;
    margin: .25em;
  }
  .responsiveThumb2 {
    display: inline-table;
    margin: 0em;
  }
  .ytVideo {
    width: 560px;
    height: 315px;
  }
}
.logo {
  float: left;
  display: inline-block;
  margin-top: .375em;
}
/* Code Canyon Read More*/
.sampleClass {
  float: left;
}
@media only screen and (min-width: 800px) {
  .sampleClass {
    float: none;
  }
}
.p {
  margin: .5em 0
}
.price {
  font-size: 1.3em;
  margin: .5em 0;
}
/* Responsive YouTube */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 20px;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 20px;
}
/* Menu Fixed to Top of Page */
.menuFixedTop {
  position: fixed !important; /* ← CHANGED: Fixed instead of sticky */
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
  background: #ffffff; /* White for overall, but hero overrides */
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  isolation: isolate;
  contain: layout;
}
/*----- Toggle Button -----*/
.toggle-nav {
  display: none;
}
/*----- Horizontal Menu -----*/
@media screen and (min-width: 300px) {
  .menu {
    width: 100%;
    /*margin:.5em;*/
    border-radius: 10px;
    /*background: linear-gradient(#42687C, #ffffff)*/
    /*background:rgba(101,146,179,.5);*/
    background-color: #dce3e7;
  }
}
.menu ul {
  display: inline-block;
  margin-top: 0em;
}
.menu li {
  margin: 0px 18px 0px 18px;
  float: left;
  list-style: none;
  font-size: 16px;
}
.menu li:last-child {
  margin-right: 0px;
}
.menu a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color: #1a0dab;
  transition: color linear 0.15s;
  text-decoration: none;
}
.menu a:hover, .menu .current-item a {
  text-decoration: none;
  color: #dd670c;
}
/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 970px) {
  .search-form input {
    width: 180px;
  }
}
@media screen and (max-width: 1250px) {
  .menu {
    position: relative;
    display: inline-block;
  }
  .menu ul.active {
    display: none;
  }
  .menu ul {
    width: 220px;
    position: absolute;
    top: 60px;
    left: 0px;
    padding: 10px 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    background-color: #fff;
    border-width: 2px;
    border-color: rgba(44, 68, 112, 1);
    border-style: solid;
    font-size: 1em;
    z-index: 9999;
  }
  .menu ul:after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0%;
    left: 22px;
    content: '';
    transform: translate(0%, -100%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
  }
  .menu li {
    margin: 5px 0px 5px 0px;
    float: none;
    display: block;
  }
  .menu a {
    display: block;
    color: #1a0dab;
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: 1em;
  }
  .toggle-nav {
    padding: 8px;
    /*float: right;*/
    display: inline-block;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: linear-gradient(#42687C, #ffffff);
    /*background: #fff;*/
    /*text-shadow:0px 1px 0px rgba(0,0,0,0.5);*/
    color: #000;
    font-size: 16px;
    /*transition:color linear 0.5s;*/
  }
  .toggle-nav:hover, .toggle-nav.active {
    text-decoration: none;
    color: #dd670c;
  }
  .search-form {
    margin: 12px 0px 0px 20px;
    float: left;
  }
  .search-form input {
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
  }
}
.showMobile {
  display: inline;
}
.showDesktop {
  display: none;
}
.topButtons {
  font-size: 1em;
  float: right;
  margin-left: 1em;
}
.sellingTo {
  font-size: 1.1em;
  margin-top: .5em;
}
.divider {
  width: 100%
}
@media only screen and (min-width:700px) {
  .mobileImageSprite {
    float: right;
    margin-left: .5em;
  }
}
@media only screen and (max-width:699px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: .25em;
  }
  .mobileImageRight {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: .5em;
    border-radius: 10px;
  }
  .breadcrumbsSpacer {
    margin-top: .5em;
  }
  .aBtn {
    padding: .4em;
    font-size: .85em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-width:700px) {
  .logo {
    float: left;
    margin-top: .25em;
  }
  .mobileImageRight {
    float: right;
    margin: 1em;
    border-radius: 10px;
  }
  .aBtn {
    padding: .4em;
    font-size: .85em;
    width: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
}
/* headerLogo */
@media only screen and (max-width:999px) {
  .headerLogo {
    margin-left: auto;
    margin-right: auto;
    padding: 0em;
  }
}
@media only screen and (min-width:1000px) {
  .headerLogo {
    float: left;
    margin-right: 1em;
    margin-bottom: 0em;
  }
}
/* topNavRight */ /*
@media only screen and (max-width:1399px) {
  .topNavRight {
    padding-right: 0%
  }
}
@media only screen and (min-width:1400px) {
  .topNavRight {
    padding-right: 8%
  }
}
@media only screen and (min-width:1500px) {
  .topNavRight {
    padding-right: 10%
  }
}
@media only screen and (min-width:1600px) {
  .topNavRight {
    padding-right: 12%
  }
}
@media only screen and (min-width:1800px) {
  .topNavRight {
    padding-right: 15%
  }
} */
/* mainContentTopMargin */
@media only screen and (max-width:1399px) {
  .contentTopMargin {
    margin-top: 0em
  }
}
@media only screen and (min-width:1400px) {
  .contentTopMargin {
    margin-top: .5em
  }
}
li {
  padding-bottom: 2px;
  margin-top: 0px;
  margin-left: 0px;
}
@media only screen and (min-width:1200px) {
  .responsiveDiv {
    display: inline-table;
    margin: .5em;
    width: 45%;
    min-width: 280px;
    vertical-align: top;
  }
}
li {
  padding-bottom: 2px;
  margin-top: 0px;
  margin-left: 25px;
}
.price {
  font-size: 1.5em;
  margin: .5em 0;
}
/* Responsive Div 25% 33% 40% 45% 75% */
.responsiveDiv10 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv15 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv20 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv25 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv25Nav {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: center
}
.responsiveDiv33 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv40 {
  width: 85%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv45 {
  width: 95%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv55 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv60 {
  width: 90%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
.responsiveDiv65 {
  width: 100%;
  min-width: 280px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (min-width:1200px) {
  .responsiveDiv10 {
    display: inline-table;
    width: 10%;
    min-width: 280px;
    vertical-align: top;
    text-align: left;
  }
  .responsiveDiv15 {
    display: inline-table;
    margin: .5em;
    width: 15%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv20 {
    display: inline-table;
    margin: .5em;
    width: 20%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv25 {
    display: inline-table;
    margin: .5em;
    width: 25%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv25Nav {
    display: inline-table;
    margin: .5em;
    width: 25%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv33 {
    display: inline-table;
    margin: .5em;
    width: 30%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv40 {
    display: inline-table;
    margin: .5em;
    width: 40%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv45 {
    display: inline-table;
    margin: .5em;
    width: 45%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv55 {
    display: inline-table;
    margin: .5em;
    width: 55%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv65 {
    display: inline-table;
    margin: .5em;
    width: 65%;
    min-width: 280px;
    vertical-align: top;
  }
  .responsiveDiv60 {
    display: inline-table;
    margin: .5em;
    width: 60%;
    min-width: 280px;
    vertical-align: top;
  }
}
/* List Classes */
#towns {
  margin-top: 2em;
}
#towns a {
  margin: .5em;
  display: inline-block;
}
#towns2 {
  margin-top: 2em;
}
#towns2 a {
  margin: .5em;
  display: inline-block;
}
#towns3 {
  margin-top: 2em;
}
#towns3 a {
  margin: .5em;
  display: inline-block;
}
#towns4 {
  margin-top: 2em;
}
#towns4 a {
  margin: .5em;
  display: inline-block;
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}
*.imglinks {
  font-size: .9em;
}
*.videoDimensions {
  width: 100%;
  height: auto;
}
@media print {
  .ui-accordion .ui-accordion-content {
    display: block !important;
  }
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  /*	h1 {
		font-size: 24pt;
	}
	h2, h3, h4 {
		font-size: 14pt;
		margin-top: 25px;
	}
		h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		page-break-inside: avoid
	}
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
	}
	table, pre {
		page-break-inside: avoid
	}
	ul, ol, dl {
		page-break-before: avoid
	} */
  #towns, .topNavLeft, .menu, .breadcrumbs, .imglinks {
    display: none;
  }
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: white;
  max-width: 950px;
}
/* Accordion CSS */
#accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
  text-align: center;
  height: auto;
  font-size: 1em;
}
#accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
  text-align: center;
  height: auto;
  font-size: 1em;
}
@media only screen and (min-width:900px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.2em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.2em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1000px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.2em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.2em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1200px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1340px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.2em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.2em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1535px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.3em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.3em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1630px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.1em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.1em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1700px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.2em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.2em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:1900px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.3em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.3em;
    margin-bottom: .5em
  }
}
@media only screen and (min-width:2000px) {
  #accordion h2, #accordion2 h2, #accordion3 h2, #accordion4 h2, #accordion5 h2 {
    text-align: center;
    height: auto;
    font-size: 1.6em;
    margin-bottom: .5em
  }
  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3 {
    text-align: center;
    height: auto;
    font-size: 1em;
    font-size: 1.3em;
    margin-bottom: .5em
  }
}
.headerNav {
  width: 300px;
  padding: .35em;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  margin-right: .9em;
  font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
  border-style: solid;
  border-color: #1a0dab;
  border-width: 2px;
  border-radius: 10px;
  margin-top: 1em;
  background: linear-gradient(#42687C, #ffffff)
}
.headerNav a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3)
}
.headerNav:hover {
  background: rgba(255, 255, 255, 0.3)
}
.headerNav2 {
  width: 300px;
  padding: .35em;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  margin-right: .9em;
  font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
  border-style: solid;
  border-color: #1a0dab;
  border-width: 2px;
  border-radius: 10px;
  margin-top: 1em;
  background: linear-gradient(#42687C, #ffffff);
  text-decoration: none;
}
.headerNav a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3)
}
.headerNav:hover {
  background: rgba(255, 255, 255, 0.3)
}
@media (max-width: 768px) {
  .headerNav {
    margin-right: 0;
  }
  .headerNav2 {
    margin-right: 0;
  }
}
@media (min-width: 1250px) {
  .headerNav2 {
    display: none;
  }
}
*.headerIcon {
  margin-left: auto;
  margin-right: auto;
}
*.headerIconNav {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
  margin-bottom: 0em;
}
@media only screen and (min-width:300px), (max-width:1200px) {
  *.headerIcon {
    float: left;
    margin-right: .25em;
  }
  *.headerIconNav {
    float: left;
    margin-right: .25em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
  }
}
@media only screen and (min-width:1201px) {
  *.headerIcon {
    float: left;
    margin-right: .25em;
  }
  *.headerIconNav {
    float: left;
    margin-right: .25em;
    margin-bottom: .5em;
    font-family: 'Helvetica Neue', Gotham, Helvetica, Arial, Verdana, sans-serif;
  }
  *.headerIconNavLast {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.rightSection {
  margin-top: 2.5em;
  max-width: 800px;
}
@media only screen and (min-width:1200px) {
  .rightSection {
    margin-top: 0em;
    max-width: 700px;
  }
}
.textBlock {
  max-width: 950px;
}
.testimonial {
  margin: 1em;
  border-radius: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 3px;
  padding: 1em;
}
.divParagraph {
  margin: 1em 0
}
.cellBorder {
  border: 2px solid #000;
}
.cellBorder td {
  border: .03125em solid #000;
  padding: .5em;
}
.faq-section {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.faq h3 {
  text-align: left
}
.faq {
  margin-bottom: 20px;
}
.faq h3 {
  cursor: pointer;
  color: #1a0dab;
}
.answer {
  display: none;
  margin-top: 10px;
}
.parent {
  position: relative; /* Set parent div to relative */
}
.child {
  position: absolute; /* Set child div to absolute positioning */
  top: 0px; /* Position from the top of the parent */
  left: 0px;
  margin-bottom: 5px /* Position from the left of the parent */
} /* Media Query for screens with a max width of 600px */
@media (max-width: 2400px) {
  .child {
    position: relative; /* Set child to relative positioning */
    top: auto; /* Reset top positioning */
    left: auto; /* Reset left positioning */ /* You can adjust margins if needed */
  }
  figcaption {
    display: block; /* Ensures block-level display */
    margin-top: 0.5em; /* Adjust margin space if needed */
  }
  .menu li {
    /* width: 76px;*/ /* Set the width of <li> to 75 pixels */
    list-style-type: none; /* Optional: Remove bullet points */
    display: inline-block; /* Allows for width to be applied */
    margin: 10px; /* Optional: Adds space between list items */
  }
}
.top-aligned {
  position: relative;
  top: 0; /* Positions the content at the top */
  padding: 0; /* Make sure there's no padding if you want absolute top positioning */
}
.parent a {
  text-decoration: none;
  color: black
}
.breadcrumbs a {
  color: #1a0dab
}
ul {
  padding-left: 10px;
}
/* Nested ul styles */
ul ul {
  padding-left: 20px; /* Indentation for nested lists */
}
/* Reduce indentation for subordinate lists on mobile devices */
@media only screen and (max-width: 768px) {
  ul ul {
    padding-left: 10px; /* Reduce left indentation for nested lists */
  }
}
.image200 {
  margin: .5em 0;
}
.phone-display {
  text-align: center;
  margin: 1rem 0;
}
/* CTA Button */
.ctaButton {
  flex: 0 1 140px;
  max-width: 140px;
  background: #1a5fb4;
  color: #fff;
  font-weight: bold;
  font-size: .7em; /* slightly smaller base */
  padding: 7px 7px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .22s ease;
  box-shadow: 0 6px 20px rgba(26, 95, 180, 0.35);
}
@media (min-width: 768px) {
  .ctaButton {
    flex: 0 1 280px;
    max-width: 280px;
    font-size: .9em;
  }
}
a.ctaButton, a[class*="ctaButton"], .ctaButton a {
  color: #fff !important;
  background-color: #1a5fb4 !important;
  text-decoration: none !important;
}
a.ctaButton:visited, a.ctaButton:hover, a.ctaButton:active, a.ctaButton:focus {
  color: #fff !important;
  background-color: #1a5fb4 !important;
}
/* Mobile: Big, but not overwhelming */
.mobile-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #005a9e;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.9rem 1.4rem;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 90, 158, 0.3);
  transition: all 0.2s ease;
  max-width: 90%;
  margin: 0 auto;
}
.mobile-call-btn:hover, .mobile-call-btn:focus {
  background: #004a80;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 90, 158, 0.4);
}
.mobile-call-btn .icon {
  font-size: 1.4em;
}
.mobile-call-btn .text {
  white-space: nowrap;
}
/* Desktop: Inline text */
@media (min-width: 769px) {
  .mobile-call-btn {
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 1rem;
    color: #005a9e;
    max-width: none;
  }
  .mobile-call-btn:hover {
    text-decoration: underline;
    transform: none;
  }
  .mobile-call-btn .icon {
    display: none;
  }
  /*.mobile-call-btn .text::before {
    content: "Call Now: ";
    font-weight: normal;
  }*/
}
/* Container */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1rem;
  margin: 0 auto;
  max-width: 1400px;
}
/* Individual Button */
.service-btn {
  flex: 1 1 280px; /* Grow, shrink, min 280px */
  max-width: 320px;
  text-decoration: none;
  color: inherit;
}
.service-btn .btn-inner {
  background: linear-gradient(#42687C, #ffffff);
  /* background: #f8f9fa;*/
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem 0.75rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.service-btn:hover .btn-inner {
  background: #005a9e;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.service-btn span {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
}
/* Desktop: 3 columns */
@media (min-width: 768px) {
  .services-grid {
    justify-content: flex-start;
  }
  .service-btn {
    flex: 1 1 30%;
    max-width: none;
  }
}
/* Large Desktop: 6 columns (optional) */
@media (min-width: 1200px) {
  .service-btn {
    flex: 1 1 15%;
  }
}
/* Map Container */
.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Main Content Overflow Hidden */
.main-content {
  overflow-x: hidden;
}
/* Video Reelated CSS */
.video-placeholder {
  outline: none;
}
.video-placeholder:focus-visible .play-button {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* modern CSS, works everywhere in 2025 */
  /* or padding-bottom: 56.25%; if you need older Android support */
}
/* Screen Reader CSS */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Therapy Card CSS */
.therapy-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin: 1em 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.therapy-card:hover, .therapy-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  outline: none;
}
.therapy-card:focus-visible {
  outline: 3px solid #1a0dab;
  outline-offset: 2px;
}
.therapy-card-inner {
  padding: 1em;
  text-align: center;
}
.therapy-title {
  margin: 0 0 .75em;
  font-size: 1.1em;
  font-weight: 600;
  color: #1a1a1a;
  transition: color .2s ease;
}
.therapy-card:hover .therapy-title {
  color: #1a0dab;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.therapy-image {
  margin-bottom: .75em;
}
.therapy-thumb {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: 200 / 133;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.therapy-card:hover .therapy-thumb {
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.therapy-summary {
  margin: 0;
  font-size: .9em;
  color: #444;
  line-height: 1.5;
}

.no-underline {
    text-decoration: none;
}
 .columns-3 {
  columns: 3;
  column-gap: 2rem;          /* space between columns */
  list-style-position: inside;  /* keeps bullets/discs inside the column flow */
}

.columns-3 li {
  margin-bottom: 0.4rem;      /* small vertical spacing between items */
  break-inside: avoid;       /* prevents a list item from splitting across columns */
}

/* Optional: make it stack to 1 column on tablets/mobiles */
@media (max-width: 900px) {
  .columns-3 {
    columns: 2;
  }
}

@media (max-width: 600px) {
  .columns-3 {
    columns: 1;
  }
}

/* Large, forgiving tap targets on mobile */
.tap-link {
  display: inline-block;
  padding: 8px 12px; /* px-3 py-2 */
  text-decoration: none;
}

.tap-link:hover,
.tap-link:focus {
  text-decoration: underline;
}

/* The little dots between links */
.dot {
  margin-left: 8px; /* mx-2 */
  margin-right: 8px;
  color: #9CA3AF; /* text-gray-400 (hex value from Tailwind's default palette) */
}
/* Optional but nice: make the hidden list animate in smoothly */
#more-sections-list {
  transition: opacity 0.2s ease-out;
}
#more-sections-list.hidden {
  opacity: 0;
  pointer-events: none;
}
#more-sections-list:not(.hidden) {
  opacity: 1;
}