/******************************************************************
Site Name: hamiltoncaptel.com
Author: moduspersona
version: 1d

/* ==========================================================================
   Setup
   ========================================================================== */
/*Odd Use Cases */
p.test {
    font-size: 0px !important;
}

.cky-revisit-bottom-left {
  visibility: hidden !important;
  pointer-events: none !important;
}
div:has(.grecaptcha-badge) {
  visibility: hidden !important;
  pointer-events: none !important;
}
.at-bottom div:has(.grecaptcha-badge) {
  position: fixed;
  bottom: 7px;
  left: 187px;
  visibility: visible !important;
  pointer-events: all !important;
}

.at-bottom .cky-revisit-bottom-left {
  bottom: 15px;
  left: 470px !important;
  background: #ff9933 !important;
  visibility: visible !important;
  pointer-events: all !important;
}
#captel-order-form-submit-button {
  cursor: pointer;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "myriad-pro", sans-serif;
  font-display: swap; 
  font-weight: 400;
}

a {
  background: transparent; }
a:focus {
  outline: thin dotted; }
a:active,
a:hover {
  outline: 0; }
figure {
  margin: 0; }
img {
  border: 0; }

.hidden {
    display: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }
b,
strong,
.strong {
  font-weight: bold; }
dfn,
em,
.em {
  font-style: italic; }
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
font-size: 18px; }
.single-download p {
 line-height: 24px;
}
pre {
  margin: 0; }
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }
pre {
  white-space: pre-wrap; }
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,
q:after {
  content: '';
  content: none; }
small, .small {
  font-size: 75%; }
sub,
sup {
  font-size: 17px;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.3em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }
menu {
  padding: 0 0 0 40px; }
ul {
  list-style-type: none;
  margin: 0;
  padding-left: 14px;
}
ul li {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 24px;
    font-size: 18px;
}
ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
    position: relative;
    top: 13px;
    left: -13px;
}
ol {
  padding-left: 20px;
}

ol li {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
  line-height: 24px;
  font-size: 18px;
}
.showcase .ul li::before {
  background-color: white;
}
.wp-block-list.checkmark {
  list-style-type: none;
  padding-left: 0;
}

.wp-block-list.checkmark li {
  position: relative;
  padding-left: 24px; /* Adjust space for the SVG checkmark */
}

.wp-block-list.checkmark li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
  width: 24px; /* Adjust width to fit your SVG */
  height: 24px; /* Adjust height to fit your SVG */
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.9647 14.9617L17.4693 7.44735L18.5307 8.50732L9.96538 17.0837L5.46967 12.588L6.53033 11.5273L9.9647 14.9617Z" fill="%23003399"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.showcase .wp-block-list.checkmark li::before {
  filter: brightness(700);
}

.wp-block-list.checkmark li ul {
  list-style-type:disc;
   margin: 15px 0;
}
.wp-block-list.checkmark li li {

  padding-left: 0;
}
.wp-block-list.checkmark li li::before {
  background-image: none;
  width: 0px;
  display: none;
}
ul.wp-block-list.innerlist {
  padding-left: 20px;
}

a[href="#footnotes"] {
  text-decoration: none !important;
}
/*********************
FOOTER STYLES
*********************/
.pre-footer {
  background: var(--footergrey);
  padding: 35px 0;
}
.pre-footer ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.pre-footer ol li {
  padding-bottom: 16px;
}
.pre-footer .footnotes {
  padding-bottom: 24px;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: .5px;
}
.pre-footer .mandatory {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: .3px;
}
.pre-footer .mandatory p {
  font-size: 12px;
  margin: 0px 0px 10px;
}
.pre-footer ol li p {
  margin: 0px;
  display: inline;
  font-size: 14px;
  font-weight: 400;
}

.footer {
  clear: both;
  background: linear-gradient(var(--hamblue), var(--hambluedarker));
  color: white;
  border-top: 12px solid var(--hamorange);
}
.footer nav {
  margin-top: 40px;
}
.footer-logos {
  width: 164px;
  display: block;
  margin-top: 38px;
}
.footer-nav > li > a {
  font-weight: 600;
  font-size: 18px;
}
#menu-item-88 a {
  background: var(--alert);
  border-radius: 7px;
  position: relative;
  border: 2px solid white;
  display: block;
  left: -15px;
  padding: 4px 16px 4px 15px;
  width: fit-content;
}


/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }



/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  margin: 0px auto;
  overflow-x: hidden;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#content {
  margin-top: 135px;
  min-height: 560px;
}

/*********************
LINK STYLES
*********************/
a {
  color: var(--hamblue);
}
a:hover {
    color: var(--hamblue);
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
[data-tooltip] {
  cursor: pointer;
  position: relative;
}

[data-tooltip]::after {
  background-color: var(--lightgrey);
  font-weight: 400;
  color: var(--black);
  font-size: 12px;
  padding: 4px 8px;
  height: fit-content;
  width: fit-content;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  content: attr(data-tooltip);
  transform: translate(-50%, 50%) scale(0);
  transform-origin: top;
  transition: var(--basetransition);
  transition-delay: 250ms;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

[data-tooltip]:hover:after {
  display: block;
  transform: translate(-50%, 105%) scale(1);
}

/******************************************************************
H1, H2, H3, H4, H5 h6 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-size: 45px;
}

h2, .h2 {
  font-size: 32px;
  margin: 0 0 10px 0px;
}

h3, .h3 {
  font-size: 32px;
  margin: 0px auto 20px;
 }


  h4 {
    font-weight: 600;
    font-size: 25px;
    margin: 40px 0px 10px;
    color: black;
  }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

h6 {
  color: var(--hamblue);
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  font-weight: 600;
}
.bluetext {
  color: var(--hamblue);
}
.bold600 {
  font-weight: 600;
}
/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 105;
}
figure.hamburger {
  display: none;
}
.header-logo {
  width: 190px;
  margin-top: 5px;
  display: block;
  position: relative;
  z-index: 3;
  filter: drop-shadow(2px 2px 4px  var(--nearblack));
  transition: all .2s var(--easing);
}
.pagetop .header-logo {
  width: 250px;
  margin-top: 29px;
  filter: drop-shadow(0px 0px 0px  var(--nearblack));
}
#inner-header {
  background-color: var(--hamblue);
  background: linear-gradient(var(--hamblue), var(--hambluedarker));
  border-bottom: 5px solid var(--hamorange);
  transition: var(--basetransition);
}
.pagetop #inner-header {
  border-bottom: 12px solid var(--hamorange);
}
#inner-header .wrap {
  height: 50px;
  display: flex;
  justify-content: space-between;
  transition: var(--basetransition);
}
.pagetop #inner-header .wrap {
  height: 60px;
}
.header-content {
  color: white;
  display: flex;
  font-size: 16px;
  margin-left: 10px;
}
.header-content a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.header-content #order-phone-button {
  height: 40px;
  margin-top: 5px;
  border-radius: 5px;
  background: var(--lightgrey);
  color: var(--hamblue);
  font-weight: 600;
  width: 155px;
  border: 0;
  transition: var(--basetransition);
}
.pagetop .header-content #order-phone-button {
  height: 60px;
  border-radius: 0;
  margin-top: 0;
}
.header-content #order-phone-button span {
  position: relative;
}
.header-content a span {
  display: inline-block;
  transform-origin: bottom center;
  position: relative;
}


.header-content #order-phone-button span::after,
.header-content a span::after,
.footer-nav li a span::after,
.verybottom-footer li a span::after,
.page-template-page-hub .article-content h3 a span:after,
.post-type-archive-download .article-content h3 a span:after,
section.search-section.posts-section .search-entry-title a span:after,
section.search-section.pages-section article .search-title a span:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--hamblue);
  transition: transform 0.25s ease-out;
}
.header-content a span::after,
.footer-nav li a span::after,
.verybottom-footer li a span::after {
  background-color: white;
}
.header-content #order-phone-button:hover span::after,
.header-content a:hover span::after,
.footer-nav li a:hover span::after,
.verybottom-footer li a:hover span::after,
.page-template-page-hub .article-content h3 a:hover span:after,
.post-type-archive-download  .article-content h3 a:hover span:after,
section.search-section.posts-section .search-entry-title a:hover span:after,
section.search-section.pages-section article .search-title a:hover span:after {
  transform: scaleX(1);
}
.header-content .phone-number {
  padding-top: 16px;
  width: 120px;
  transition: var(--basetransition);
}
.pagetop .header-content .phone-number {
  padding-top: 20px;
}
.header-content .email-address {
  padding-top: 16px;
  display: block;
  width: 190px;
  justify-items: center;
  transition: var(--basetransition);
}
.pagetop .header-content .email-address {
  padding-top: 20px;
}
.hide-header .header-content .phone-number,
.hide-header .header-content .email-address {
  padding-top: 16px;
}

.header-content .text-size-buttons {
  padding-top: 5px;
  width: 150px;
  text-align: center;
  transition: var(--basetransition);
}
.hide-header .header-content .text-size-buttons {
  padding-top: 5px;
}
.pagetop .header-content .text-size-buttons {
  padding-top: 9px;
}

.header-content .text-size-buttons span {
  display: inline-block;
  position: relative;
  top: -4px;
}
.header-content .text-size-buttons button {
  background: transparent;
  border: 0;
  color: white;
  font-size: 30px;
  font-weight: 300;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  transition: var(--basetransition);
}
.header-content .text-size-buttons button:hover {
  color: var(--hamorange-light);
}
#xltext {
  display: none;
}
.largetext #xltext {
  display: inline-block;
}
.largetext #largetext {
  display: none;
}
.header-content .text-size-buttons button.shrinktext-button,
.xltext .header-content .text-size-buttons button.growtext-button {
  color: var(--disabled);
  pointer-events: none;
}

.largetext .header-content .text-size-buttons button.shrinktext-button,
.xltext .header-content .text-size-buttons button.shrinktext-button{
color: white;
pointer-events: all;
}
.navigation {
  height: 60px;
  transition: var(--basetransition);
  border-bottom: 1px solid #727272;
  background: #ffffff;
  padding: 18px 0 22px;
  box-shadow: 0px 2px 10px -4px black;
}
.xltext .navigation {
  padding: 15px 0px 0px;
}
.hide-header .navigation {
  margin: 0px auto;
  height: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px white;
  border-bottom: 0px;
  padding: 0px;
}
.pagetop .navigation {
  box-shadow: 0px 0px 0px 0px white;
  border-bottom: 0px;
}
.navigation nav {
  display: flex;
  justify-content: right;
}
.header-search {
  color: var(--darkgrey);
  display: flex;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  margin-top: 1px;
}
.header-search::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/hambones/library/images/search.svg);
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  margin: 3px 0px 0px 7px;
  transform: scale(1);
  transition: var(--basetransition);
}
.header-search:hover {
  color: var(--hamblue)
}
.header-search:hover::after {
  transform: scale(1.15);
}


/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0;
  margin: 0;
  list-style-type: none;
 }
.nav li {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.nav li:before {
  display: none;
}
.nav li a {
  display: block;
  color: var(--darkgrey);
  text-decoration: none;
}
.nav li a:hover {
  color: var(--hamblue);
}
.nav li a:hover::after {
  border-color: var(--hamblue);
}
.top-nav {
  display: grid;
  padding: 0;
  grid-template-columns: 125px 150px 130px 115px;
}
.top-nav > li {
  height: 25px;
}
.top-nav > li > a {
  font-weight: 600;
}
.top-nav > li > a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid var(--darkgrey);
  display: inline-block;
  transform: rotate(45deg);
  border-width: 0px 1px 1px 0px;
  margin-left: 9px;
  top: -3px;
  position: relative;
  transition: var(--basetransition);
}
.top-nav li.current_page_ancestor > a,
.top-nav .current_page_item > a {
  color: var(--hamblue);
}
@media (min-width:768px) {
  .top-nav li.current_page_ancestor .current_page_item > a {
    padding-left: 4px;
  }
}
.top-nav li.current_page_ancestor > a::after {
  border-color: var(--hamblue);
}
.top-nav > li:hover > a::after {
  transform: rotate(225deg);
  top: 3px;
  border-color: var(--hamblue);
}
.top-nav > li .sub-menu {
  height: 0px;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    transition: var(--basetransition);
}
.top-nav > li:hover .sub-menu {
  height: fit-content;
  overflow: visible;
  transition: var(--basetransition);
  opacity: 1;
  border-left: 2px var(--hamorange) solid;
  padding-left: 8px;
  padding-top: 10px;
  background: white;
  border-bottom: 1px var(--hamorange) solid;
}
.top-nav > li:last-child .sub-menu {
  width: 250px;
  margin-left: -160px;
}
.top-nav > li:last-child:hover .sub-menu {
  width: 250px;
  margin-left: -170px;
  border-right: 2px var(--hamorange) solid;
  border-left: 0px;
  padding: 10px 0 0 0;
}
.top-nav > li:last-child .sub-menu li a {
  padding-right: 7px;
  text-align: right;
}
.nav li ul.sub-menu li a {
  width: max(2.8vw - -11em, 12rem);
  padding: 5px 5px 5px 0px;
}

.top-nav > li:hover .sub-menu li a {
  background: white;
  transition: var(--basetransition);
}
.top-nav > li:hover .sub-menu li a:hover {
  padding-left: 4px;
}
.largetext .footer-nav li ul.sub-menu li a {
  width: max(3.8vw - -9em, 12rem);
}
.xltext .footer-nav li ul.sub-menu li a {
  width: max(2.8vw - -8em, 12rem);
}    
.searchbar {
  max-height: calc(100vh - 80px);
  transform: translateY(calc(-100% - 8px));
  transition: transform .6s var(--easing);
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  background: white;
  top: 72px;
  z-index: 2;
  height: 0px;
  overflow: hidden;
}
.searchbar.active {
  transform: translateY(0);
  border-bottom: 2px solid orange;
  height: 140px;
}
.searchtop {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  justify-items: center;
  position: relative;
}
.searchtitle {
  font-size: 20px;
  padding-top: 20px;
  color: var(--darkgrey);
}
.search-close {
  transform: rotate(45deg);
  font-size: 36px;
  position: absolute;
  top: 8px;
  right: 16px;
  font-weight: 100;
  color: var(--darkgrey);
  cursor: pointer;
}
input.search-submit {
  width: 0px;
  height: 0px;
  visibility: hidden;
}
.searchtop .search-field {
  width: 370px;
  border-width: 0px 0px 1px 0px;
  padding-top: 30px;
  border-color: var(--hamblue);
  font-size: 18px;
}
.searchtop .search-field::placeholder {
  font-size: 14px;
  font-weight: 100;
}
.searchtop .search-field:focus-visible {
  outline-color: #aaa;
  outline-style: dashed;
  outline-width: 1px;
}
.searchbg {
display: none;
}
.searchbg.active {
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.hide-header .header-content nav {
  overflow: hidden;
  height: 0px;
  top: -30px;
}
.hide-header .header-content nav {
  overflow: hidden;
  height: 0px;
  top: -30px;
}
.search-again input.search-submit {
  display: inline-flex;
  width: 42px;
  height: 32px;
  background-image: url(/wp-content/themes/hambones/library/images/search.svg);
  font-size: 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin: 0 0px 0px 7px;
  border: 1px solid black;
  visibility: visible;
  border-radius: 5px;
  background-position: 10px 5px;
  position: relative;
  top: -1px;
}

.search-again input.search-field {
  font-size: 20px;
  width: 500px;
  margin-bottom: 80px;
}

.hide-header #inner-header {
  height: 55px;
  border-bottom-width: 5px;
}
.header.hide-header {
  border-bottom-width: 5px;
}
.mobile-search {
  display: none;
}
#inner-footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-nav {
  list-style-type: none;
  display: flex;
  padding: 0;
  font-size: 16px;
  gap: 15px;
}
.footer-nav .sub-menu {
  padding: 0px;
  margin: 0;
}
.footer-nav li {
  list-style-type: none;
  margin: 3px 0px;
  padding: 0;
}
.footer-nav li:before {
  display: none;
}
.footer-nav li a {
  color: white;
}
.footer-nav li a span,
.verybottom-footer li a span {
  position: relative;
  display: inline-block;
  color: white;
}

.footer-nav li a span:hover,
.verybottom-footer li a span:hover {
  color: white;
}

.footer-nav li.current_page_ancestor > a span::after,
.footer-nav .current_page_item > a span::after {
  transform: scaleX(1);
}
/*footer styles */
.footer-logos a {
  display: block;
  position: relative;
}
a.footer-logo[data-tooltip]:hover:after {
  display: block;
  transform: translate(-50%, 25%) scale(1);
}
.social-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 3px;
}
.social-buttons a {
  content: '';
  height: 24px;
  background-repeat: no-repeat;
  margin: 0px 5px;
  font-size: 0;
  background-size: contain;
  filter: invert(0) brightness(100%) sepia(0%) saturate(100%);
  transition: var(--basetransition)
}
.social-buttons a:hover {
  /* filter: invert(0) brightness(81%) sepia(35%) saturate(6) hue-rotate(346deg); */
}
a.facebook {
  background-image: url(/wp-content/themes/hambones/library/images/facebook.svg);
  width: 14px;
}
a.xcom {
  background-image: url(/wp-content/themes/hambones/library/images/x.svg);
  width: 24px;
}
a.insta {
  background-image: url(/wp-content/themes/hambones/library/images/instagram.svg);
  width: 24px;
}
a.linkedin {
  background-image: url(/wp-content/themes/hambones/library/images/linkedin.svg);
  width: 24px;
}
.social-buttons a.ytube {
  background-image: url(/wp-content/themes/hambones/library/images/youtube.svg);
  width: 30px;
  height: 30px;
}
.verybottom-footer {
  border-top: 1px solid white;
  margin-top: 50px;
  padding-bottom: 80px;
}
.verybottom-footer, .verybottom-footer li a {
  font-size: 12px;
  color: white;
  text-decoration: none;
  transition: var(--basetransition);
}
.verybottom-footer ul {
  display: inline-flex;
  padding: 0;
  margin: 1em 0;
}
.verybottom-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.verybottom-footer li:before {
  content: '|';
  padding: 0px 8px;
  display: inline;
  border-radius: unset;
  position: unset;
  background: transparent;
}
.verybottom-footer-menu {
  display: inline;
}




/*********************
Hero Style
*********************/
.hero .wp-block-column:first-child {
  flex-grow: 1;
}
.hero .wp-block-column:last-child {
  max-width: 450px;
flex-shrink: 0;
}
.hero.homehero .wp-block-column:last-child {
  max-width: 650px;
}
.hero h1 {
  color: var(--hamblue);
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  line-height: 50px;
}
.hero h2 {
  color: #3d3d3d;
  font-weight: 100;
  margin-bottom: 30px;
}
.hero h2 b,
.hero h2 strong {
  color: var(--hamblue);
  font-weight: 400;
}
.hero h2 a {
  text-decoration: underline;
}
.hero h3 {
  font-weight: 100;
  font-size: 18px;
}
.hero p {
  line-height: 22.4px;
}
.hero .wp-block-column {
  align-content: center;
}
.hero figure {
  text-align: right;
}
.hero.rounded img {
  border: 6px solid #8099CC;
  border-radius: 50%;
  margin-top: 10px;
  height: auto !important;
}


.entry-content p.big-and-thin {
  font-size: 32px;
  font-weight: 100;
  margin: 0;
}


.balance-text {
  text-wrap-style: balance;
}
.image-right .wp-block-column:first-child {
  flex-grow: 1;
}
.image-right .wp-block-column:last-child {
  max-width: fit-content;
  flex-shrink: 0;
}
.image-left .wp-block-column:first-child {
  max-width: fit-content;
  flex-shrink: 0;
}
.image-left .wp-block-column:last-child {
  flex-grow: 1;
}



.fullbanner {
  padding-top: 14px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: var(--lightgrey);
}
.fullbanner > div {
  max-width: 1200px;
  margin: 0px auto;
}
.fullbanner h2 {
  font-weight: 100;
}
.fullbanner h2 strong,
.fullbanner h2 b,
.fullbannerplus h3 {
  color: var(--hamblue);
  font-weight: 400;
}
.fullbannerplus h3 {
  font-weight: 600;
}
.fullbannerplus {
  padding-top: 14px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: var(--lightgrey);
}
.fullbannerplus > div {
  max-width: 1200px;
  margin: 0px auto;
}
.fullbannerplus.balance p {
  text-wrap-style: balance;
}
.fullbanner .align-bottom {
  margin: 0;
  padding: 0;
}
.fullbanner .align-bottom img {
  position: relative;
  bottom: -30px;
}
.fullbanner.bluebanner {
  background-color: var(--hamblue);
  color: white;
  overflow: hidden;
}
.fullbanner.ltbluebanner {
  background-color: var(--bluish);
}
.fullbanner .wp-block-list li {
  margin-bottom: 15px;
}
.fullbanner.bluebanner .wp-block-list.checkmark li::before {
  filter: brightness(20);
}
.fullbanner.active {
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  pointer-events: none;
}
.fullbanner.active .form-modal-block {
  pointer-events: all;
}
.phone-list {
  max-width: 900px;
  margin: 0px auto;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* forced 1200px width 06/23/25 */
.entry-content {
  /* padding: 0px 30px; */
} 
.entry-content p {
  margin: 0 0 15px 0;
  text-wrap-style: pretty;
  hyphens: none;
}
p.has-text-align-center.has-medium-font-size {
  font-weight: 100;
}
.entry-content img {
  margin: 0px;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
.search-section .entry-content {
  padding: 0px;
}

/* wp-caption */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}




/*wierd stuff - homepage */
  .all-phone-banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.all-phone-banner > div {
  text-align: center;
  }
  .all-phone-banner .phone-image {
      margin: 0px 13px;
  }
  .all-phone-banner .phone-image > a {
      display: flex;
      height: 200px;
      margin-bottom: 10px;
      position: relative;
      place-content: center;
  }
  .all-phone-banner .phone-image > a img {
      height: fit-content;
      bottom: 0;
      position: absolute;
      padding: 8px;
      transition: .2s ease-in all;
      display: block;
  }
  .all-phone-banner .phone-image.phone-840i img {
    margin: 0px 7px 7px 0px;
    height: 160px;
    width: auto;
}
.all-phone-banner .phone-image.phone-880i img {
  margin: 0 30px 10px 0;
  height: 180px;
  width: auto;
}
.all-phone-banner .phone-image.phone-cisco img {
    margin: 0px 46px -5px 0px;
    max-width: 220px !important;
}
  .all-phone-banner .phone-image > a img.p-2400 {
    max-width: 190px;
    margin: 0px 0px -5px;
}

.all-phone-banner .phone-image > a img.p-mobile {
    width: 130px;
    margin: 0px 0px 13px;
}

.all-phone-banner .phone-image > a img.p-web {
    margin-bottom: 16px;
    max-width: 210px;
}
  .all-phone-banner a {
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      display: block;
      position: relative;
  }
  .all-phone-banner .phone-image > a:hover img {
      padding: 0px;
  }
  .all-phone-banner span {
      display: block;
      position: absolute;
      top: 200px;
  }
  .all-phone-banner .phone-2400i span {
    left: 59px;
  }
  .all-phone-banner .phone-880i span {
    margin-left: -6px;
}
.all-phone-banner .phone-cisco span {
    left: 25px;
}
.all-phone-banner .phone-webcaptel span {
  margin-left: -12px;
}
.all-phone-banner .phone-840i span {
  margin-left: 21px;
}
  .all-phone-banner span:after {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--hamblue);
      transform-origin: bottom center;
      transition: transform 0.25s ease-out;
  }
  .all-phone-banner a:hover span:after {
      transform: scaleX(1);
  }
  
.all-phone-bottom-block {
  grid-column: 1/7;
  margin-top: 60px;
  font-weight: 100;
  font-size: 28px;
  text-wrap-style: balance;
  width: 100%;
  display: block;
}

.roundborder img {
  border-radius: 50%;
  border: 6px solid var(--bluish);
}

 /* testimonial stuff on HP */
 .wp-block-group.testimonial-flow {
  height: 100%;
  overflow: scroll;
  position: relative;
  max-height: calc(100vh - 160px);
}
.wp-block-group.testimonial {
  font-weight: 300;
  padding: 18px;
  background: hsl(220 70% 93% / 1);
  line-height: 1.4;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}

.attribution strong {
  font-weight: 500;
}
.entry-content p.attribution {
  /*! padding-bottom: 0px; */
  margin-bottom: 0px;
}
.wp-block-group.testimonial .maintest {
  margin-bottom: 5px;
  font-size: 22px;
}
.wp-block-group.testimonial .maintest:before {
  content: '“';
  font-family: auto;
  font-size: 32px;
  line-height: 0px;
  position: relative;
  color: #000;
  font-weight: 100;
  display: inline-block;
  top: 7px;
  color: black;
  padding-right: 2px;
}
.wp-block-group.testimonial .maintest:after {
  content: '”';
  font-family: auto;
  font-size: 30px;
  line-height: 0px;
  position: relative;
  color: #000;
  font-weight: 100;
  display: inline-block;
  top: 7px;
  color: black;
  padding-left: 2px;
}

/*text banner */
.textbanner {
  padding: 13px 0px 3px;
  border-radius: 10px;
}
.textbanner p {
  font-size: 32px;
  font-weight: 400;
}
.textbanner strong {
  font-weight: 600;
  color: var(--hamblue);
}

/*hub card stuff */
article.hub-card,
.entry-content article.hub-card {
  max-width: 340px;
  background: #EEF2F1;
  border-radius: 10px;
  border: 3px solid #8099CC;
  position: relative;
  padding-bottom: 50px;
  flex: 1 1 0px;
  opacity: 0;
}
.single-thank-you article.hub-card {
  opacity: 1;
}
article.hub-card img,
.entry-content article.hub-card img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  font-weight: 300;
}
article.hub-card .download-title,
.entry-content article.hub-card .download-title {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
  margin: 10px 0;
}
article.hub-card .hub-card__text,
.entry-content article.hub-card .hub-card__text {
  padding: 0px 15px 15px 15px;
  text-align: left;
  font-size: 18px;
}
article.hub-card .learn-more-link,
.entry-content article.hub-card .learn-more-link {
  border: 2px solid var(--hamblue);
  padding: 3px 15px 5px;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  background: white;
  margin-top: 10px;
  font-weight: 600;
  bottom: 15px;
  position: absolute;
  display: block;
  width: fit-content;
  transition: .2s ease-in all;
  overflow: hidden;
  font-size: 18px;
}
article.hub-card .learn-more-link:before,
.entry-content article.hub-card .learn-more-link:before {
  content: '';
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: absolute;
  left: -140%;
  top: 0;
  height: 140%;
  width: 140%;
  transition: var(--basetransition);
  background-color: var(--hamblue);
}
article.hub-card .learn-more-link span,
.entry-content article.hub-card .learn-more-link span {
  position: relative;
}
article.hub-card .learn-more-link:hover:before,
.entry-content article.hub-card .learn-more-link:hover:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
article.hub-card .learn-more-link:hover span,
.entry-content article.hub-card .learn-more-link:hover span {
  color: white;
}
.single-download .wp-block-cover {
  min-height: 528px;
padding-left: 25px;
 }
.single-download .wp-block-cover::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003399;
    z-index: 1;
    left: 0;
    opacity: .85;
    max-width: 620px;
}
.single-download .wp-block-cover .wp-block-cover__inner-container {
  z-index: 1;
}
.wp-block-cover__inner-container p,
.wp-block-cover__inner-container a,
.wp-block-cover__inner-container h1 {
  color: white;
}
.single-thank-you .wp-block-cover__inner-container p,
.single-thank-you  .wp-block-cover__inner-container a,
.single-thank-you  .wp-block-cover__inner-container h1 {
  color: black;
}
.single-thank-you .wp-block-cover__inner-container .wp-block-button .wp-block-button__link {
  background-color: #003399;
  color: white;
  border-radius: 12px;
  padding: 6px 20px 8px;
  margin-top: 10px;
  text-transform: capitalize;
}
.single-thank-you .wp-block-cover .wp-block-columns .wp-block-image figure {
  margin: 0px;
  width: 100%;
}

.single-thank-you .wp-block-cover .wp-block-columns .wp-block-image figure img {
  width: 100%;
}

.single-download .wp-block-cover__inner-container h1 {
  margin-bottom: 0.5em;
  font-size: 38px;
 }

.single-download .wp-block-cover__inner-container p:first-child {
  font-size: 16px;
  margin: 0; }

.single-download .wp-block-cover__inner-container p:first-child a {
  color: inherit;
}
.single-download .wp-block-cover.flipped::before {
    margin-right: 0px !important;
    margin-left: auto;
}

.single-download .wp-block-cover.flipped  .wp-block-cover__inner-container h1 {
    margin-right: 0px;
    margin-left: 20px;
}

.single-download .wp-block-cover.flipped .wp-block-cover__inner-container p:first-child {
    margin-left: 20px;
}
.wp-block-cover, .wp-block-cover-image {
  background-repeat: no-repeat;
  padding: 16px 0px;
}
.content-wrap {
  margin-top: 48px;
  margin-bottom: 128px;
  padding: 0px 27px;
}

/*search page */
.search-results #main {
  padding: 0px 30px;
}

section.search-section.posts-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 25px;
  column-gap: 15px;
}
section.search-section h2 {
  grid-column: 1/5;
}

section.search-section.posts-section .thumbnail-img img {
  width: 100%;
  display: block;
  height: auto;
}

section.search-section.posts-section .thumbnail-img a {
  display: block;
  position: relative;
}
section.search-section.posts-section .thumbnail-img a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #039;
  top: 0;
  filter: opacity(0);
  transition: .2s ease-in all;
}
section.search-section.posts-section .thumbnail-img a:hover:after {
  filter: opacity(0.3);
}
section.search-section.posts-section article {
  border: 1px solid #cccccc;
  border-radius: 0 0 10px 10px;
  background: #ededed;
}
section.search-section.posts-section .article-copy {
  padding: 15px;
}
section.search-section.posts-section .search-entry-title a {
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
section.search-section.pages-section article {
  display: flex;
  margin-bottom: 35px;
}
section.search-section.pages-section article .thumbnail-img a {
  display: block;
}
section.search-section.pages-section article .thumbnail-img a img {
  border-radius: 100%;
  border: 2px solid var(--bluish);
  width: 140px;
  margin-right: 25px;
}
section.search-section.pages-section article .search-title a {
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
  position: relative;
}
section.search-section.pages-section article .entry-header.article-header {
  display: flex;
  flex-flow: column;
  align-self: center;
}
.search-results .pre-footer .footnotes {
  display: none;
}




/*bottom cta block */
.bottom-cta-block {
  margin-top: 40px;
font-size: 20px;
  font-weight: 300;
}

.bottom-cta-block h5 {
  margin: 0px;
  font-size: 32px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
}

.bottom-cta-block h5 b,
.bottom-cta-block h5 strong{
  color: #003399;
  font-weight: 400;
}
.bottom-cta-block p {
  font-size: 20px;
}

/******************************************************************
reusable animations
******************************************************************/
.fadeup.inview  {
  animation: var(--fadeup);
}
.fadedown.inview  {
  animation: var(--fadedown);
}
.slideright.inview  {
  animation: var(--slideright);
}
.slideleft.inview  {
  animation: var(--slideleft);
}

.spinningcircle {
  position: relative;
}

.spinningcircle:after {
  content: '';
  background-image: url(/wp-content/themes/hambones/library/images/background-circles.svg);
  position: absolute;
  opacity: .9;
  width: 450px;
  height: 450px;
  background-repeat: no-repeat;
  right: 0px;
  pointer-events: none;
  filter: sepia(100%) hue-rotate(310deg) brightness(40%) saturate(2000%) invert(100%);
}
.flipped.spinningcircle:after {
  right: initial;
  left: 0px;
}
.animated.spinningcircle.inview:after {
animation: circle 20s linear infinite;
}



/******************************************************************
Buttons and elements
******************************************************************/
.wp-block-buttons > .wp-block-button .wp-block-button__link {
  border: 2px solid var(--hamorange);
  border-radius: 12px;
  padding: 8px 13px 10px !important;
  font-weight: 600;
  line-height: 18px;
  transition: var(--basetransition);
  font-size: 18px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: transparent;
}
.wp-block-buttons>.wp-block-button .wp-block-button__link:has(span) {
  padding: 0px !important;
}
.wp-block-buttons>.wp-block-button .wp-block-button__link .form-modal-trigger {
  padding: 8px 13px 10px;
  display: inline-block;
}
a.wp-block-button__link.wp-element-button:has(.form-modal-trigger) {
  padding: 0px
  }
.wp-block-buttons>.wp-block-button .wp-block-button__link:after {
  content: '';
  background-color: var(--hamorange);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  position: absolute;
  left: 0;
  top: 0;
  height: 140%;
  width: 140%;
  transition: var(--basetransition);
  z-index: -1;
}
.wp-block-buttons>.wp-block-button .wp-block-button__link:hover {
  background: white;
}
.wp-block-buttons>.wp-block-button .wp-block-button__link:hover:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.wp-block-buttons.bluebtn >.wp-block-button .wp-block-button__link {
  border-color: var(--hamblue);
  color: white;
}
.bluebtn.wp-block-buttons>.wp-block-button .wp-block-button__link:after {
  background-color: var(--hamblue);
}
.wp-block-buttons.bluebtn >.wp-block-button .wp-block-button__link:hover {
  color: var(--hamblue);
}
.wp-block-buttons.bluebtn.halo >.wp-block-button .wp-block-button__link {
  color: var(--hamblue);
}
.wp-block-buttons.bluebtn.halo >.wp-block-button .wp-block-button__link:hover {
  background: var(--hamblue);
  color: white;
}
.wp-block-buttons.halobtn>.wp-block-button .wp-block-button__link:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.wp-block-buttons.halobtn>.wp-block-button .wp-block-button__link {
  color: #039;
  background-color: white;
}
.wp-block-buttons.halobtn>.wp-block-button .wp-block-button__link:hover:after {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.wp-block-buttons.halobtn>.wp-block-button .wp-block-button__link:hover {
  background: transparent;
  color: white;
}
.wp-block-buttons>.wp-block-button .wp-block-button__link {
  background-color: var(--hamblue);
  transition: var(--basetransition);
}
.wp-block-buttons>.wp-block-button .wp-block-button__link:hover {
  background-color: white;
}
.wp-block-buttons>.wp-block-button.form-accordion-button.clicked .wp-block-button__link {
  border: none !important;
  color: black;
  background-color: transparent;
  font-size: 28px;
  padding: 10px 0px 4px !important;
}


.video.centered {
  display: flex;
  justify-content: center;
}
.video.centered iframe {
  aspect-ratio: 16 / 12;
  width: 80% !important;
}
.videoblock {
  margin-bottom: 0px;
}
.videoblock span {
  display: block;
  position: absolute;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0px;
  background-image: url(/wp-content/themes/hambones/library/images/play-button.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(11) sepia(1) hue-rotate(170deg) saturate(5);
  transition: .2s ease-in all;
  opacity: .6;
}
.videoblock span:hover {
  filter: brightness(1) sepia(0) hue-rotate(170deg) saturate(5);
opacity: 1;
}
.videoblock > div {
  position:  relative;
}


/* modal styles */
.modal {
  display: none;
  position: fixed;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.modal.is-active {
  display: flex !important;
}
.modal .wpforms-container {
  margin: 0;
}

.modal-close,
.form-modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  background: transparent;
  border: 0;
  padding: 1px 6px;
}
.modal-close:hover {
  cursor: pointer;
}

p .form-modal-trigger {
  display: inline-block;
  text-decoration: underline;
  color: var(--hamblue);
  cursor: pointer;
}
#modal-overlay,
#modal-overlay2 {
  background: #333333b8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 101;
  backdrop-filter: blur(5px);
}

.form-field-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.modal-article-content p:empty {
  display: none;
}
p.vid-mandatory {
  display: block;
  max-width: 680px;
  font-size: 12px !important;
  line-height: 14px;
}
    
    
.modal-link-wrapper {
cursor: pointer;
color: #039;
text-decoration: underline;
}
.showcase_text .modal-link-wrapper {
  color: white;
}
.showcase_text .form-modal.modalopen {
  color: black;
}
.bluebtn .modal-link-wrapper {
  text-decoration: none;
  color: white;
}
.bluebtn .modal-link-wrapper:hover {
  color:  var(--hambl);
}
.bluebtn a:hover .modal-link-wrapper {
  color: var(--hamblue);
}
.modal-dropdown-wrapper {
display: inline-block;
}
.modal-dropdown-content-wrapper {
background-color: #fff;
padding: 5px;
border: 1px solid #ccc;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
display:flex;
}
.modal-dropdown-button {
    display:block;
    border:none;
    padding:5px 10px;
    text-align:left;
    background-color: #fff;
    cursor:pointer;
}
.modal-dropdown-button:hover {
    background-color: #f0f0f0;
}
.modal-dropdown-button.is-active {
    background-color: #f0f0f0;
}

.form-modal,
.form-modal-two {
  background: white;
  position: fixed;
  max-width: 1000px;
  width: 80%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  border: 1px solid #333;
  padding: 20px;
  border-radius: 15px;
  display: none;
  z-index: 200;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.form-modal.modalopen,
.form-modal-two.modalopen {
  display: block;
}
.form-modal.testimonial-block {
  overflow-y: hidden;
}

.wpforms-container .wpforms-recaptcha-container {
  width: 300px !important;
  height: 60px  !important;
}

/*Wpforms overrides */
div.wpforms-container-full:not(:empty) {
  margin: 0px !important;
}
.wpforms-field.wpforms-field-content .wpforms-field-row h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin: 10px 0;
}
.wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content {
  padding-top: 0px !important;
}
.wpforms-field.wpforms-field-content .wpforms-field-row p {
  text-wrap-style: pretty;
  margin: 0px;
}
.wpforms-form ul li:before {
  display: none;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: var(--hamblue);
  padding: 8px 13px 10px;
  border-radius: 10px;
  border: 2px solid var(--hamblue);
}
div.wpforms-container-full button[type=submit]:hover {
  background: white;
  padding: 8px 13px 10px;
  border-radius: 10px;
  color: #039;
  border: 2px solid var(--hamblue);
}
.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.wpforms-container .wpforms-form .wpforms-submit,
.preferences-form input.button {
  color: white;
  border: 2px solid #003399;
  border-radius: 12px;
  padding: 8px 13px 10px !important;
  font-weight: 600;
  line-height: 18px;
  transition: var(--basetransition);
  font-size: 18px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #003399;
  margin-top: 20px;
}
.wpforms-container .wpforms-form .wpforms-submit:hover {
  color: #003399;
  background-color: white;
}
.page-contact-customer-care .wpforms-container input[type=checkbox]:checked + label {
  font-weight: 600;
}
.wpforms-list-inline ul {
  display: flex;
}
.wpforms-list-inline ul li {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.wpforms-list-inline ul li label {
  display: inline-block;
  max-width: 200px;
  margin: 0px 10px;
}
.wpforms-required-label {
  color: #cd0000 !important;
}


/************************
Events Cal Overrides
*************************/
#mc_head_my-calendar {
  background: none;
  border: none;
  text-align: left;
  color: var(--hamblue);
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  line-height: 50px;
  font-size: 45px;
}
.mc-main .my-calendar-navigation .mc-format ul {
  border: 0;
  column-gap: 0px;
}
.mc-main .my-calendar-navigation ul li a {
  border-width: 1px 1px 1px 1px;
  outline: 0px;
  padding: 3px 10px;
  cursor: pointer;
  border: 1px solid #333;
  transition: .2s ease-in all;
}
.mc-main .my-calendar-navigation ul li #mc_grid-my-calendar {
  border-radius: 10px 0 0 10px;
}
.mc-main .my-calendar-navigation ul li #mc_list-my-calendar {
  border-radius: 0px 10px 10px 0px;
}
.mc-main .my-calendar-navigation ul li #mc_list-my-calendar.mc-active,
.mc-main .my-calendar-navigation ul li #mc_grid-my-calendar.mc-active {
  border-color: #003399;
  background: #e5ecff;
  font-weight: 600;
  color: #003399;
  padding: 2px 10px;
  border-width: 2px 1px 2px 2px;
  pointer-events: none;
}
.mc-main .my-calendar-navigation ul li #mc_list-my-calendar:hover,
.mc-main .my-calendar-navigation ul li #mc_grid-my-calendar:hover,
.mc-main .my-calendar-navigation ul li #mc_list-my-calendar:focus {
  outline: 0;
  background: #003399;
  color: white;
}
.mc-main .my-calendar-navigation ul li #mc_list-my-calendar:focus,
.mc-main .my-calendar-navigation ul li #mc_grid-my-calendar:focus {
  outline: 0;
}
.mc-main .my-calendar-navigation ul li #mc_list-my-calendar.mc-active {
  border-width: 2px 2px 2px 1px;
}
.mc-main .mc-date-switcher > div {
  border: 0;
  background-color: white;
}
.mc-main .mc-date-switcher > div select#my-calendar-month {
  background-color: white;
  width: 120px;
  padding: 3px 32px 3px 8px;
  border: 1px solid #333;
  outline: 0px;
}

.mc-main .mc-date-switcher > div select#my-calendar-year {
  border: 1px solid #333;
  width: 75px;
  padding: 3px 10px 3px 10px;
  border-radius: 0;
  outline: 0px;
}

.mc-main .mc-date-switcher > div input[type=submit] {
  border: 0px;
  background: #003399;
  color: white;
  border-radius: 0;
  margin: 0px 10px 0px 5px;
  padding: 3px 10px;
  border-radius: 7px;
}

.my-calendar-nav li::before {
  display: none;
}
.mc-main.refresh .my-calendar-nav li a:hover {
  color: white;
  text-decoration: none;
  background: #003399;
}
.mc-main.refresh .my-calendar-nav li a {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 2px 9px !important;
  background: white;
  color: #003399;
  margin: 0px 5px;
  background-color: white;
  outline: 0px;
  height: 34px;
}

.my-calendar-header ul li:before {
  display: none;
}

.mc-main.refresh .my-calendar-nav li a.mc-active {
  background-color: #e5ecff;
  font-weight: 600;
  pointer-events: none;
}

.mc-main.refresh .my-calendar-nav li a#mc_next_my-calendar .mc-icon::before {
  margin-top: -7px;
  width: 15px;
  height: 16px;
  display: block;
}
#list-my-calendar li {
  background: none;
}
#list-my-calendar .event-title.summary {
  display: none !important;
}
.my-calendar-modal .time-block, .mc-main .time-block {
  display: none;
}
.mc-main.refresh .list-event .details {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: white;
  margin-bottom: 50px;
}
.my-calendar-modal .mc_edit_links, .mc-main .mc_edit_links, .mc-event .mc_edit_links {
  display: none;
}
.mc-list .mc-events .list-event {
  margin: 0;
}
#list-my-calendar li:before {
  display: none;
}
.details .longdesc {
  margin: 5px 0px;
}
.details .sharing {
  margin: 0 0 25px 0;
}
.details .sharing p {
  margin: 0px 0px 0px;
}
.details .sharing p a {
  border: 1px solid #003399;
  border-radius: 5px;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 14px;
}
.sharing .ical a .mc-icon:before,
.sharing .gcal a .mc-icon:before {
  display: none;
}
.my-calendar-navigation ul li #mc_list-my-calendar.mc-active {
  border-width: 2px 2px 2px 1px;
}
dialog.my-calendar-modal #modal-title,
dialog.my-calendar-modal .js-modal-title-container {
  background: white;
}
.my-calendar-modal-close {
  background: transparent;
  color: black;
  font-size: 0px;
}
.my-calendar-modal #js-modal-content {
  padding-top: 0px;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: white; }
  .pagination .current {
    cursor: default;
    color: #5c6b80; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #5c6b80; }

/* end .hamilton_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar-block {
  border: 1px solid #333;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sidebar-block h4 {
  margin-top: 0px;
  font-weight: 600;
}
.sidebar {
  padding: 15px;
  border-radius: 10px;
}
.sidebar h3 {
  margin: 10px 0 5px;
  font-size: 28px;
}
.sidebar ul li:before {
  display: none;
}
.sidebar h2 {
  font-weight: 600;
}



.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }


  /**accordion **/
  .accordion {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-header {
  padding: 5px 0px;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.accordion-header p {
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.accordion-header::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
position: absolute;
left: 0px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
transition: transform 0.3s ease;
}
.accordion-header.active::before {
  transform: translateY(-50%) rotate(45deg);
}
.accordion-content {
  padding: 0px 20px;
  font-weight: 100;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content.active {
max-height: 800px;
padding: 5px 20px 26px;
}
.all-phone-bottom-block .wp-block-buttons {
  margin-top: 14px;
}

/* accordion form */
.wp-block-group.accordion-form .wpforms-container {
  max-height: 0px;
  padding: 0px;
  margin: 0px auto;
  overflow: hidden;
  transform: var(--basetransition);
  max-width: 800px;
}
.wp-block-group.accordion-form .wpforms-container .wpforms-form .wpforms-field-label {
  margin: 0px;
}
.wp-block-group.accordion-form .wpforms-container.active {
  max-height: 1000px;
}


/*********************
HUB styles
*********************/
.post-type-archive-download li#menu-item-39 > a,
.post-type-archive-download li#menu-item-40 > a,
.single-download li#menu-item-39 > a,
.single-download li#menu-item-40 > a {
    color: #039;
}
.mobile-archive-header {
  display: none;
}

.page-template-page-hub .first-post.hentry,
.post-type-archive-download .first-post.hentry  {
    display: flex;
    margin-bottom: 0px;
    position: relative;
}
.page-template-page-hub .first-post .article-content,
.post-type-archive-download  .first-post .article-content {
  color: white;
  background: var(--hamblue);
  justify-content: center;
  flex: .75;
  display: flex;
  flex-direction: column;
  border-radius: 10px 0px 0px 10px;
}
.page-template-page-hub .first-post .article-content .excerpt,
.post-type-archive-download .first-post .article-content .excerpt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: .5px;
}
.page-template-page-hub .first-post p,
.post-type-archive-download .first-post p {
font-size: 20px;
font-weight: 400;
margin: 15px 0px 5px;
}
.page-template-page-hub .first-post .learn-more a,
.post-type-archive-download .first-post .learn-more a {
background: white;
color: var(--hamblue);
font-weight: 600;
line-height: 1;
transition: .2s all ease-in-out;
display: block;
width: fit-content;
border: 2px solid white;
padding: 5px 20px 5px;
border-radius: 7px;
font-size: 18px;
text-decoration: none;
text-transform: capitalize;
}
.page-template-page-hub .first-post .learn-more a:hover,
.post-type-archive-download .first-post .learn-more a:hover {
color: white;
background-color: var(--hamblue);
}
.page-template-page-hub .first-post .article-content h1,
.post-type-archive-download .first-post .article-content h1 {
  color: white;
  margin: 20px 0;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}
.page-template-page-hub .first-post .article-content h1 a,
.post-type-archive-download .first-post .article-content h1 a {
  color: white;
  position: relative;
}

.page-template-page-hub .download-cards,
.post-type-archive-download .download-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}

.page-template-page-hub .download-cards article,
.post-type-archive-download .download-cards article {
  border: 1px solid #cccccc;
  border-radius: 0 0 10px 10px;
  background: #ededed;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 35px;
}
.download-image {
    background-size: cover;
    aspect-ratio: 1.4/1 auto;
    flex: 1.25;
    position: relative;
}

.page-template-page-hub .article-content,
.post-type-archive-download .article-content {
  padding: 0px 15px;
}
.post-type-archive-download .first-post  .article-content,
.post-type-archive-download .first-post  .article-content {
  padding: 0px 25px;
}
.page-template-page-hub .article-content h3,
.post-type-archive-download .article-content h3 {
  font-weight: 600;
  font-size: 21px;
  margin-top: 10px;
}
.page-template-page-hub .article-content h3 a,
.post-type-archive-download .article-content h3 a {
  position: relative;
}
.page-template-page-hub .article-content p,
.post-type-archive-download .article-content p {
  margin: 0 0 25px 0;
  hyphens: none;
}

.page-template-page-hub .searchandfilter,
.post-type-archive-download  .searchandfilter {
  grid-column: 1/4;
  background-color: var(--footergrey);
  display: flex;
  padding: 15px;
  margin: 15px 0;
  grid-row: 2;
  place-content: end;
  flex-wrap: wrap;
  gap: 15px;
}
.page-template-page-hub .searchandfilter .page-width,
.post-type-archive-download  .searchandfilter .page-width {
  display: grid;
  width: 100%;
  justify-content: right;
  align-items: center;
  grid-template-columns: 170px 190px 275px 75px;
  margin-right: 20px;
  column-gap: 10px;
}
.page-template-page-hub .article-content .learn-more,
.post-type-archive-download  .article-content .learn-more {
  position: absolute;
  bottom: 20px;
}

.page-template-page-hub .first-post .article-content .learn-more,
.post-type-archive-download .first-post  .article-content .learn-more {
  position: unset;
  bottom: 20px;
}

.page-template-page-hub article:not(.first-post) .article-content .learn-more a,
.post-type-archive-download article:not(.first-post) .article-content .learn-more a {
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 7px;
  border: 1px solid var(--hamblue);
  padding: 3px 10px;
  background: white;
  transition: .3s ease-in all;
}
.page-template-page-hub article:not(.first-post) .article-content .learn-more a:hover,
.post-type-archive-download article:not(.first-post) .article-content .learn-more a:hover {
  background: var(--hamblue);
  color: white;
}
.first-post .cat-flag {
  display: none;
}
.download-breadcrumb {
  padding-top: 30px;
  margin-left: 15px;
}
.download-breadcrumb p {
  font-size:  15px;
  font-weight: 100;
  margin-bottom: 0px;
}


.cat-flag {
  position: absolute;
  background: white;
  color: black;
  font-size: 14px;
  padding: 3px 7px 3px 10px;
  margin-top: 20px;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 1px 1px 4px -1px #000;
  z-index: 1;
}
.pagination-block {
  margin: 0px auto 30px;
  text-align: center;
}

.pagination-block a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #003399;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 0px 4px;
  font-size: 18px;
  transition: .2s ease-in all;
}

.pagination-block a:hover {
  background-color:  #003399;
  color: white;
}

.pagination-block .current {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #003399;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 0px 4px;
  font-size: 18px;
  background-color: #003399;
  color: white;
}
.page-template-page-hub .first-post .article-content h1 a span:after,
.post-type-archive-download .first-post .article-content h1 a span:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: transform 0.25s ease-out;
  }
  .page-template-page-hub .first-post .article-content h1 a:hover span:after,
  .post-type-archive-download .first-post .article-content h1 a:hover span:after {
  transform: scaleX(1);
  }
  .thumb-link {
      font-size: 0px;
      width: 100%;
      height:  100%;
      background-color: #039;
      position: absolute;
      filter: opacity(0);
  transition: .2s ease-in all
  }
  .thumb-link:hover {
      filter: opacity(0.3);
  }

  .search-pagination {
    justify-items: center;
    margin: 10px 0px 50px;
    grid-column: 1 / 5;
  }
  .search-pagination:empty {
    margin: 0px;
    padding: 0px;
}


/* ==========================================================================
   Little Mask Fixes
   ========================================================================== */
.seniorcare-mask .main-img-holder img {
  margin-top: -2px;
}
.gift-of-connection .main-img-holder img {
  margin-top: -4px;
}
.contact-customer-care .main-img-holder img {
  margin-top: -10px;
}
.showcase-contactus .main-img-holder img {
  margin-top: -10px;
}
.showcase-contactus .main-img-holder {
  margin-left: 0px;
  transform: scale(1.02);
}
.maskedimage.scp-mask .main-img-holder img {
  margin-top: -12px;
}

/* ==========================================================================
   Forms
   ========================================================================== */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
aside {
  float: right;
  max-width: 440px;
}
aside form {
  background: #eaeaea;
  border: 1px solid #f58220;
  border-width: 0 1px;
  padding: 20px 20px 0;
}
aside h4 {
  background: #f58220;
  border-radius: 8px 8px 0 0;
  color: #fff;
  margin-bottom: 0 !important;
  padding: 20px;
}
.single-download aside h4 {
  margin: 0px 0px 10px 0px;
}

aside .form-required-notice {
  background: #eaeaea;
  border: 1px solid #f58220;
  border-radius: 0 0 8px 8px;
  border-width: 0 1px 1px;
  display: block;
  font: 600 0.875rem myriad-pro, sans-serif;
  padding: 20px;
}
aside .form-required-notice em {
  color: #c00;
}
aside.asset-ungated form {
  background: none;
  border: 0;
  padding: 0;
  text-align: center;
}
.elq-label {
  display: inline-block;
  font: 600 0.875rem myriad-pro, sans-serif;
  margin-bottom: 8px;
}
.elq-required {
  color: #c00;
}
.elq-form input[type="submit"] {
  color: white;
  cursor: pointer;
  border: 2px solid var(--hamblue);
  border-radius: 12px;
  padding: 8px 13px 10px !important;
  font-weight: 600;
  line-height: 18px;
  transition: var(--basetransition);
  font-size: 18px;
  background-color: var(--hamblue);
}
.elq-form input[type="submit"]:hover {
  background-color: white;
  color: var(--hamblue) ;
}
.elq-form input[type="submit"].form-error {
  background: #ffd4a9;
  color: red;
}

.elq-form input[type="submit"][disabled] {
  cursor: default;
  opacity: 0.5;
}
.elq-form input.wp-block-button__link[type="submit"] {
  border: 2px solid #039;
  border-radius: 4px;
  color: white;
  line-height: normal;
  margin-top: 0;
  padding: 10px 24px;
  width: auto;
}
.elq-form input.wp-block-button__link[type="submit"]:hover {
  background: #039;
}
.elq-form .row {
  margin-bottom: 12px;
}
.elq-form .row:last-child {
  margin: 0;
}
.elq-form-hidden {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.elq-form-hidden.visible {
  opacity: 1;
}
.elq-form-hidden .elq-form .row:not(:last-child) {
  display: none;
}
.elq-form-hidden .elq-form .row:last-child {
  margin-top: 30px;
}

.elq-form-hidden .elq-form .row:last-child input.is-style-fill[type="submit"] {
  border: 2px solid #039;
  color: white;
}
.elq-form-hidden .elq-form .row:last-child input.is-style-fill[type="submit"]:hover {
  background: #039;
}
.elq-form-hidden .elq-form .row:last-child input.is-style-outline[type="submit"] {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.elq-form-hidden .elq-form .row:last-child input.is-style-outline[type="submit"]:hover {
  background: white;
  color: #2e2e2e;
}
.elq-label {
  display: inline-block;
  font: 600 0.875rem myriad-pro, sans-serif;
  margin-bottom: 8px;
}
.elq-required {
  color: #c00;
}
.elq-item-input,
.elq-item-select {
  border: 1px solid #f58220;
  box-shadow: inset 0 1px 2px rgba(245, 130, 32, 0.5);
  transition: border-color 200ms ease-in-out;
  width: 100%;
}
.elq-item-input:focus,
.elq-item-select:focus {
  border-color: #c05d09;
}
.elq-item-input.LV_valid_field,
.elq-item-select.LV_valid_field {
  background: rgba(0, 153, 0, 0.05) url("/wp-content/themes/hambones/library/images/check.svg") center right 10px no-repeat;
  border-color: #090;
  box-shadow: inset 0 1px 2px rgba(0, 153, 0, 0.5);
  color: #090;
}
.elq-item-input.LV_invalid_field,
.elq-item-select.LV_invalid_field {
  background: rgba(204, 0, 0, 0.05) url("/wp-content/themes/hambones/library/images/error.svg") center right 10px no-repeat;
  border-color: #c00;
  box-shadow: inset 0 1px 2px rgba(204, 0, 0, 0.5);
  color: #c00;
  padding-right: 40px;
}

.elq-item-select {
  float: none;
  font-size: 1rem;
  height: 45px;
}
.LV_validation_message {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}
.LV_validation_message.LV_valid {
  display: none;
}
.LV_validation_message.LV_invalid {
  color: #c00;
}


.page-demo-phone-quick-start-guide .wp-block-table th {
  width: 50%;
}
.page-demo-phone-quick-start-guide .wp-block-table th:first-of-type {
  width: 10px;
}

.page-sitemap h2 {
    margin-top: 40px;
}
.page-sitemap ul li ul {
    margin-bottom: 20px;
}
.page-sitemap #main {
    margin-bottom: 100px;
}

/* hub thanks */
.hub-card {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 0 32%;
  background: linear-gradient(180deg, #fff 0%, #eaeaea 100%);
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
  max-width: 280px;
}
.hub-card a {
  color: #039;
  font-size: 18px;
  text-decoration: underline;
}
.hub-card a:hover {
  text-decoration: none;
}
.hub-card img {
  border-radius: 3px 3px 0 0;
  display: block;
  height: auto;
  max-width: 100%;
}
.hub-card a.hub-title {
    font: 600 23px/1.375 myriad-pro, sans-serif;
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
}
.hub-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 24px 24px;
}

.related-articles-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0px 0px 40px 0px;
  justify-content: space-between;
}
  .hub-card p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 2em;
    }

  .hub-card:hover {
    box-shadow: 2px 2px 8px rgba(70, 70, 70, 0.3);
    cursor: pointer;
    transform: translate3d(-2px, -2px, 0);
  }
  .hub-card h1 {
    font: 600 1rem/1.375 myriad-pro, sans-serif;
  }
  .hub-card__img-wrap {
    border-radius: 4px 4px 0 0;
}
  .hub-card__text {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    padding: 20px 24px 24px;
  }


  /*related headline stuff */
.related-headline {
  display: flex;
  margin-bottom: 30px;
  text-align: left;
}
.entry-content .related-headline img {
  width: 136px;
  height: 136px;
  margin-right: 30px;
  border-radius: 50%;
  border: 6px solid var(--bluish);
}
.related-headline-header {
  align-content: center;
}
.related-headline-header p {
  margin-top: 7px;
  word-break: auto-phrase;
}
.related-headline h4 {
  font-weight: 300;
  font-size: 32px;
  margin: 0px;
  color: var(--hamblue);
}
.related-headline h4 b {
  font-weight: 600;
}
.related-assets {
  display: flex;
  justify-content: space-between;
}
.hub-card__img-wrap {
  max-height: unset;
}


/*forms and other stuff */

/*phone choice dropdown */
.phone-name,
#captel-phone-order-form-container #captel-phone-order-form-phone-name
 {
  font-size: 36px !important
}
#captel-phone-order-form-container #captel-phone-order-form-edit-phone-link,
.edit-link {
  font-size: 18px !important;
  text-decoration: underline;
  color: #039;
  display: inline-block;
}
#captel-phone-order-form-container #captel-phone-order-form-edit-phone-link:before,
.edit-link:before {
  content: 'Edit phone choice';
}
#captel-phone-order-form-container #captel-phone-order-form-edit-phone-link.active:before,
.edit-link.active:before {
  content: 'Cancel';
}
.phone-choice-banner {
  display: grid;
  grid-template-columns: 300px auto;
  column-gap: 20px;
  transition: .3s ease-out all;
}
.p840i .phone-choice-banner {
  grid-template-columns: 240px auto;
}
.p880i .phone-choice-banner {
  grid-template-columns: 260px auto;
}
.edit-choice {
  border: 2px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  max-height: 0px;
  transition: .3s ease-out all;
}
.edit-choice.active {
  border: 2px solid #999;
  max-height: 200px;
}
.switch-text {
  font-size: 18px;
  background: #039;
  color: white;
  padding: 3px 10px 5px;
}
.phone-options {
  display: flex;
  padding: 0px;
  justify-content: space-around;
}
.phone-option {
  display: flex;
  padding: 7px;
  gap: 15px;
}
.phone-thumb {
  width: 110px;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.phone-info {
  align-self: center;
}
.phone-info .title {
  font-size: 21px;
}
.phone-info a.button.primary {
  font-size: 18px;
  min-width: fit-content;
}

.captel-phones-wrap.p2400i .selected-phone,
.t-2400i .phone-thumb {
  background-image: url('https://hamiltoncaptel.com/img/content/captel-phones/captel-2400ix240.png');
}
.captel-phones-wrap.p840i .selected-phone,
.t-840i .phone-thumb {
  background-image: url('https://hamiltoncaptel.com/img/content/captel-phones/captel-840ix240.png');
}
.captel-phones-wrap.p880i .selected-phone,
.t-880i .phone-thumb {
  background-image: url('https://hamiltoncaptel.com/img/content/captel-phones/captel-880ix240.png');
}
.t-840i .phone-thumb,
.t-880i .phone-thumb {
  width: 80px;
}

.divider {
  width: 3px;
  background-color: #ddd;
}
.rounded,
.rounded img {
  border-radius: 15px;
}

.page-captioned-telephones{
  scroll-padding-top: 150px;
}
.page-demo-phone-quick-start-guide h4 {
  margin: 20px 0 10px;
}

.page-demo-phone-quick-start-guide h2 {
  margin: 45px 0 0px;
}

.page-about-hamilton-captel .about-sm {
  display: none;
}




/*misc elements */
svg#definition {
  display: none;
}
label {
  display: inline-block;
  vertical-align: top;
}
#data-applicant-phone-home,
#data-professional-phone-home,
#data-altcontact-phone {
  padding: .75rem 1rem .75rem 15px;
}
#data-applicant-phone-work,
#data-applicant-phone-mobile,
#data-professional-phone-work,
#data-professional-phone-mobile {

}
#data-applicant-phone-home::placeholder,
#data-professional-phone-home::placeholder,
#data-altcontact-phone::placeholder {
  padding: 0px;
  position: absolute;
  margin-left: -7px;
}
.maxheight400 {
  max-height: 400px;
}


.button.primary {
  font-size: 18px;
  min-width: fit-content;
  border: 2px solid #003399;
  background-color: #f58220;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 5px 8px;
  margin: 10px 0px 20px;
  text-decoration: none;;
}

  .button.primary.disabled {
      background: #999 !important;
      border-color: #333  !important;
      color: #dfdfdf  !important;
      pointer-events: none;
  }
  .button.secondary,
  .button-block.secondary a {
    border: 2px solid var(--hamblue);
    padding: 3px 15px 5px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    bottom: 15px;
    display: block;
    width: fit-content;
    transition: .2s ease-in all;
    overflow: hidden;
  }
  .button.secondary:before,
  .button-block.secondary a:before {
    content: '';
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    position: absolute;
    left: -140%;
    top: 0;
    height: 140%;
    width: 140%;
    transition: var(--basetransition);
    background-color: var(--hamblue);
    z-index: -1;
}
.button.secondary:hover,
  .button-block.secondary a:hover {
    color: white;
  }
.button.secondary:hover:before,
.button-block.secondary a:hover:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}




.certificate-grid {
  display: grid;
  grid-template-columns: auto 350px;
}
.certificate-grid .hero {
  grid-column: 1 / 3;
  grid-row: 1;
}
.certificate-grid .sidebar {
  grid-column: 2;
  grid-row: 2;
}
.certificate-grid .captel-phones-wrap {
  grid-row: 2;
  grid-column: 1;
}
.invalid .error-message {display: block}
svg.icon {
  width: 7px;
  height: 7px;
  fill: red;
  vertical-align: top;
  top: 5px;
  position: relative;
}
.order-checkbox {
  display: flex;
}
input#data-order-installation {
  margin-right: 10px;
}

/*thank you page */
.services-instructions {
  border: 1px solid #dadada;
  border-radius: 10px;
  padding-bottom: 10px !important;
}
.services-instructions p {
  margin: 0;
  font-size: 18px;
  padding: 10px 15px 0px;
}
.service-note {
  background: #039;
  color: white;
  text-align: center;
  font-size: 14px;
  border-radius: 10px 10px 0px 0px;
}
.subheadline {
  margin: 30px 0 10px;
  font-weight: 600;
}
/* .services-section {
  margin-top: 40px;
} */

/*errors */
.error-message {
  display: none;
  font-weight: bold;
  color: red;
  font-size: 14px;
  font-weight: normal;
}
.services.error select {
  border: 1px solid red;
}
.services.error .error-message {
  display: block;
}
#services-dropdown label {
  margin-bottom: 5px;
}
/*inputs and validations */

input[type="text"]:focus,
input[type="email"]:focus{
  outline: 1px dashed yellow;
}
input[type="text"]:not(:focus):not(:placeholder-shown):invalid,
input[type="email"]:not(:focus):not(:placeholder-shown):invalid {
  border-color:red;
}
input[type="text"]:not(:focus):not(:placeholder-shown):invalid ~ .error-message,
input[type="email"]:not(:focus):not(:placeholder-shown):invalid ~ .error-message {
  display: block;
}
input[type="text"]:not(:focus):not(:placeholder-shown):valid,
input[type="email"]:not(:focus):not(:placeholder-shown):valid {
  border-color: green;
}

.input-fields {
  display: flex;
  gap: 20px;
}

.input-fields > div {
  width: 100%;
  padding-bottom: 20px;
}
.input-fields > div.phoneNumber2 {
  font-size: 18px;
  padding-bottom: 5px;
}
.input-fields > div.phoneNumber3 {
  font-size: 18px;
  padding-bottom: 10px;
}
.input-fields > div.zipcode {
  width: 490px;
}
.input-fields > div.alt-phone {
  width: 450px;
}
.phoneNumber2 label,
.phoneNumber3 label {
  color: #039;
  cursor: pointer;
}
.droplabel {
  padding: 0px 1px 2px 1px;
  display: inline-flex;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #039;
  border-radius: 25px;
  position: relative;
  top: -2px;
}
.droplabel:before {
  content: '+';
  display: inline-block;
}
#data-applicant-phone-work,
#data-applicant-phone-mobile,
#data-professional-phone-work,
#data-professional-phone-mobile {
  max-height: 0px;
  overflow: hidden;
  transition: .3s ease-out all;
  padding: 0rem;
  display: block;
  border-width: 0px;
  width: 0px;
}
.phoneNumber2.active label,
.phoneNumber3.active label {
  color: black;
}
.phoneNumber2.active .droplabel:before,
.phoneNumber3.active .droplabel:before {
  content: ' ';
  display: inline-block;
}
.phoneNumber2.active #data-applicant-phone-work,
.phoneNumber3.active #data-applicant-phone-mobile,
.phoneNumber2.active #data-professional-phone-work,
.phoneNumber3.active #data-professional-phone-mobile {
  max-height: 50px;
  border-width: 1px;
  padding: .75rem 1rem .75rem 10px;
  width: 250px;
}
.phoneNumber2.active #data-applicant-phone-work::placeholder,
.phoneNumber3.active #data-applicant-phone-mobile::placeholder
.phoneNumber2.active #data-professional-phone-work::placeholder,
.phoneNumber3.active #data-professional-phone-mobile::placeholder {
  padding: 0px;
  position: absolute;
  margin-left: -7px;
}

.captel-phones-wrap .selected-phone {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
}

.phoneoption {
  display: none;
}
.phoneoption.active {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.order-details {
  display: grid;
  grid-template-columns: 190px auto;
  margin-bottom: 20px;
}
.required-text {
  font-size: 14px;
  margin-top: 20px;
}


.customer-information {
  margin-top: 40px;
}
.order-details .fieldname {
  font-weight: 600;
}
.required-services {
  margin-top: 50px;
}
#modal-content h4 {
  border-bottom: 1px solid #003399;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 24px;
  margin-top: 0;
  color: #039;
}
.radio-choices > div {
  margin-bottom: 5px;
  margin-left: 10px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  width: 20px;
  height: 20px;
}
legend {
  display: block;
  font-size: 28px;
  font-weight: 400;
  /* color: #003399; */
  padding-top: 10px;
  padding-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="file"], select, textarea {
  color: #5e5c5b;
  border: 1px solid #c7cdcd;
  background-color: #f9fafa;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
  padding: .75rem 1rem;
  margin-bottom: .25rem;
  border-radius: .5rem;
}
#ajax-form-noah-register .form-row-radio {
  gap: 6px;
  display: flex;
  margin-bottom: 7px;
}


.popout-wrapper {
  position: relative;
  display: inline-block;
  outline: none; /* Removes the focus outline */
}

/* Make the wrapper focusable without showing outline */
.popout-wrapper:focus {
  outline: none;
}

.popout {
  background-color: #003399;
  color: white;
  padding: 8px 18px;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 40px;
  border: 2px solid #039;
}

.popout:hover {
  background-color: white;
  color: #039;
}

.popmodal {
position: absolute;
left: calc(100% + 15px); /* Position to the right with a 15px gap */
top: 50%; /* Center vertically */
transform: translateY(-50%); /* Center vertically */
background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
width: 600px;
padding: 15px;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
pointer-events: none; /* Prevents flickering on hover */
}

/* Show modal on hover OR focus */
.popout-wrapper:hover .popmodal,
.popout-wrapper:focus-within .popmodal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popout-wrapper .arrow {
position: absolute;
left: -10px; /* Position arrow on the left side */
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 10px 0; /* Changed to point left-to-right */
border-color: transparent white transparent transparent;
}

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


/* ==========================================================================
   Hamilton Captel Phone Orders
   ========================================================================== */
   .page-captel-phones-order header .navigation,
   .page-captel-phones-order .pagetop .header-content #order-phone-button,
   .page-captel-phones-order  #order-phone-button {
   display: none;
   }
/*main wrap */
.captel-phones-wrap {
  padding: 75px 60px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}

/*on processing */
#ajax-form-captel-phone-order input,
#ajax-form-captel-phone-order select,
#ajax-form-captel-phone-order label {
  filter: blur(0px);
  transition: .3s ease-in all;
  outline: none;
}
#ajax-form-captel-phone-order.processing input,
#ajax-form-captel-phone-order.processing select,
#ajax-form-captel-phone-order.processing label,
#ajax-form-captel-phone-order.processing .form-row.submit a.button {
  pointer-events: none;
  color: #b3b2b2;
  background: #ebebeb;
  filter: blur(1px);
}
#ajax-form-captel-phone-order.processing label {
  background: transparent;
}
#ajax-form-captel-phone-order .loader {
  display: none;
}

#ajax-form-captel-phone-order.processing .loader {
  background: radial-gradient(circle, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ajax-form-captel-phone-order.processing .loader img {
  width: 150px;
  height: 150px;
  animation: rotating 4s linear infinite;
}

#captel-phone-order-form-container .unfilled-fields,
.unfilled-fields {
  font-size: 18px !important;
  font-style: italic;
  color: #999999;
  margin-bottom: 30px;
}
.unfilled-fields span {
  font-weight: bold;
  color: red;
}
.form-download-block {
  background: #eee;
  padding: 10px 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}


/*********************
LARGE TEXT
*********************/
.largetext h1 {
  font-size: 47px
}
.largetext .phone-name {
  font-size: 40px;
}
.largetext h2 {
  font-size: 37px
}
.largetext .textbanner p,
.largetext .entry-content p.big-and-thin {
  font-size: 35px;
}
.largetext .related-headline h4,
.largetext .bottom-cta-block h5,
.largetext h3 {
 font-size: 34px;
}
.largetext .all-phone-bottom-block {
  font-size: 32px;
}
.largetext .infog-container .text-block span {
  font-size: 27px;
}
.largetext .entry-content article.hub-card .download-title,
.largetext.page-template-page-hub .article-content h3,
.largetext.post-type-archive-download .article-content h3,
.largetext .phone-info .title,
.largetext .wpforms-container .wpforms-form .wpforms-field-label,
.largetext .wp-block-group.testimonial p.maintest {
  font-size: 24px !important;
}
.largetext .has-medium-font-size,
.largetext .bottom-cta-block p,
.largetext .searchtitle,
.largetext.page-template-page-hub .first-post p,
.largetext.post-type-archive-download .first-post p,
.largetext h6,
.largetext .popout,
.largetext .wpforms-container input[type=text],
.largetext .wpforms-container select,
.largetext .wpforms-container input[type=tel],
.largetext .wpforms-container textarea  {
  font-size: 22px !important;
}
.largetext,
.largetext .header-content,
.largetext .header-content a,
.largetext .footer-nav,
.largetext  article.hub-card .hub-card__text, .entry-content article.hub-card .hub-card__text,
.largetext .footer-nav > li > a,
.largetext p,
.largetext .wp-block-buttons>.wp-block-button .wp-block-button__link,
.largetext .top-nav li a,
.largetext .header-search,
.largetext .search-filter-component-combobox .search-filter-component-combobox__selection,
.largetext .search-filter-component-combobox input[type=text],
.largetext .infog-container .text-block,
.largetext ul li,
.largetext .searchtop .search-field,
.largetext .searchtop .search-field::placeholder,
.largetext article.hub-card .learn-more-link,
.largetext .entry-content article.hub-card .learn-more-link,
.largetext #captel-phone-order-form-container #captel-phone-order-form-edit-phone-link,
.largetext .edit-link,
.largetext .switch-text,
.largetext .button.primary,
.largetext .unfilled-fields,
.largetext  #captel-phone-order-form-container .unfilled-fields,
.largetext .wpforms-container .wpforms-form .wpforms-submit,
.largetext .search-filter-component-combobox input[type=text]::placeholder,
.largetext .post-type-archive-download .first-post .learn-more a,
.largetext .pagination-block .current,
.largetext .pagination-block a,
.largetext ol li {
  font-size: 20px !important;
}
.largetext .post-type-archive-download .first-post .learn-more a {
  margin-top: 10px;
}
.largetext .all-phone-banner a,
.largetext .single-download .wp-block-cover__inner-container p:first-child {
  font-size: 17px;
}
.largetext .cat-flag,
.largetext .pre-footer ol li p,
.largetext .pre-footer .mandatory p {
  font-size: 16px;
}
.largetext .has-small-font-size,
.largetext sub,
.largetext sup {
  font-size: 15px !important;
}
.largetext .verybottom-footer,
.largetext .verybottom-footer li a,
.largetext .pre-footer .mandatory,
.largetext .pre-footer .footnotes {
  font-size: 14px;
}
.largetext ul li {
  line-height: 28px;
}
.largetext ul.sub-menu li {
  padding: 0px;
}
.largetext .pre-footer .mandatory {
  line-height: 18px;
}
.largetext .header-content .text-size-buttons {
  padding-top: 4px;
}
.largetext .pagetop .header-content .text-size-buttons {
  padding-top: 10px;
  top: -2px;
}
.largetext  .pagetop .header-content .text-size-buttons span {
  top: -2px;
}
.largetext .header-content .text-size-buttons span {
  top: -4px;
}
.largetext .pagetop .header-content .email-address {
  width: 220px;
  padding-top: 18px;
}
.largetext .pagetop .header-content .phone-number {
  padding-top: 18px;
  width: 130px;
}
.largetext .header-content .phone-number {
  padding-top: 10px;
  width: 130px;
}
.largetext .header-content .email-address{
  padding-top: 10px;
  width: 220px;
}
.largetext .searchtop .search-field:focus-visible {
  outline-color: #039;
  outline-style: dashed;
  outline-width: thin;
}
.largetext .footer-nav {
  gap: 12px;
}
.largetext .header-content #order-phone-button {
  width: 190px;
}
.largetext .hide-header .header-content #order-phone-button {
  line-height: 20px;
}
.largetext .hide-header .header-content .email-address,
.largetext .hide-header .header-content .phone-number {
  padding-top: 11px;
}
.largetext .hide-header .header-content .phone-number {
  width: 130px;
}
.largetext .hide-header .header-content .email-address {
  width: 220px;
}
.largetext .hide-header .header-content .text-size-buttons {
  padding-top: 5px;
}

.largetext .hero p,
.largetext ol li {
 line-height: 26px;
}
.largetext.page-template-page-hub .first-post .article-content h1,
.largetext.post-type-archive-download .first-post .article-content h1 {
  font-size: 43px;
  line-height: 50px;
}
.largetext.page-template-page-hub .searchandfilter .page-width,
.largetext.post-type-archive-download .searchandfilter .page-width {
  grid-template-columns: auto auto auto auto;
}
.largetext .page-template-page-hub .article-content .download-cards .learn-more,
.largetext.post-type-archive-download  .article-content .download-cards .learn-more {
  position: relative;
  margin-top: 40px;
}
.largetext .page-template-page-hub .first-post .article-content .learn-more,
.largetext.post-type-archive-download  .first-post  .article-content .learn-more {
  position: relative;
  margin: 20px 0px
}

.largetext .all-phone-banner .phone-image {
  margin: 0px 6px;
}
.largetext .footer-nav {
  margin-left: 50px;
}

/*********************
XL TEXT
*********************/
.xltext h1 {
  font-size: 51px
}
.xltext .phone-name {
  font-size: 43px;
}
.xltext h2 {
  font-size: 42px
}
.xltext .textbanner p,
.xltext .entry-content p.big-and-thin {
  font-size: 38px;
}
.xltext .related-headline h4,
.xltext .bottom-cta-block h5,
.xltext h3 {
 font-size: 36px;
}
.xltext .all-phone-bottom-block {
  font-size: 35px;
}
.xltext .infog-container .text-block span {
  font-size: 30px;
}
.xltext .entry-content article.hub-card .download-title,
.xltext.page-template-page-hub .article-content h3,
.xltext.post-type-archive-download .article-content h3,
.xltext .phone-info .title,
.xltext .wpforms-container .wpforms-form .wpforms-field-label,
.xltext .wp-block-group.testimonial p.maintest  {
  font-size: 27px !important;
}
.xltext .has-medium-font-size,
.xltext .searchtitle,
.xltext .bottom-cta-block p,
.xltext.page-template-page-hub .first-post p,
.xltext.post-type-archive-download .first-post p,
.xltext h6,
.xltext .popout,
.xltext .wpforms-container input[type=text],
.xltext .wpforms-container select,
.xltext .wpforms-container input[type=tel],
.xltext .wpforms-container textarea,
.xltext .wpforms-container .wpforms-form .wpforms-submit,
.xltext .search-filter-component-combobox input[type=text]::placeholder,
.xltext .post-type-archive-download .first-post .learn-more a,
.xltext .pagination-block .current,
.xltext .pagination-block a,
.xltext ol li  {
  font-size: 24px !important;
}
.xltext,
.xltext .header-content,
.xltext .header-content a,
.xltext .footer-nav,
.xltext  article.hub-card .hub-card__text, .entry-content article.hub-card .hub-card__text,
.xltext .footer-nav > li > a,
.xltext p,
.xltext .wp-block-buttons>.wp-block-button .wp-block-button__link,
.xltext .top-nav li a,
.xltext .header-search,
.xltext .search-filter-component-combobox .search-filter-component-combobox__selection,
.xltext .search-filter-component-combobox input[type=text],
.xltext .infog-container .text-block,
.xltext ul li,
.xltext .searchtop .search-field,
.xltext .searchtop .search-field::placeholder,
.xltext article.hub-card .learn-more-link,
.xltext .entry-content article.hub-card .learn-more-link,
.xltext #captel-phone-order-form-container #captel-phone-order-form-edit-phone-link,
.xltext .edit-link,
.xltext .switch-text,
.xltext .button.primary,
.xltext .unfilled-fields,
.xltext  #captel-phone-order-form-container .unfilled-fields  {
  font-size: 23px !important;
}
.xltext .all-phone-banner a,
.xltext .single-download .wp-block-cover__inner-container p:first-child {
  font-size: 19px;
}
.xltext .cat-flag,
.xltext .pre-footer ol li p {
  font-size: 18px;
}
.xltext .has-small-font-size,
.xltext sub,
.xltext sup  {
  font-size: 17px !important;
}
.xltext .verybottom-footer,
.xltext .verybottom-footer li a,
.xltext .pre-footer .mandatory,
.xltext .pre-footer .footnotes,
.xltext .pre-footer .mandatory p {
  font-size: 18px;
}
.xltext .top-nav {
  grid-template-columns: 135px 170px 140px 120px;
}
.xltext .post-type-archive-download .first-post .learn-more a {
  margin-top: 10px;
}
.xltext .header-content .email-address {
  width: 270px;
}
.xltext .header-content .phone-number {
  width: 150px;
}
.xltext .header-content .text-size-buttons {
  width: 120px
}
.xltext .header-content #order-phone-button {
  width: 220px;
  padding-top: 0px;
}
.xltext .header-content .phone-number,
.xltext .header-content .email-address {
  padding-top: 10px;
}
.xltext .pagetop .header-content .phone-number,
.xltext .pagetop .header-content .email-address {
  padding-top: 15px;
}
.xltext .header-search::after {
  margin: 7px 0px 0px 7px;
}
.xltext .searchtop .search-field:focus-visible {
  outline-color: #039;
  outline-style: dashed;
  outline-width: medium;
}

.xltext .top-nav > li:last-child .sub-menu li a {
  padding-right: 60px;
}

.xltext ul li {
  padding: 0px 0px 9px 0px;
  line-height: 32px;
}
.xltext ul.sub-menu li {
  padding: 0px;
}
.xltext .hero p,
.xltext ol li  {
  line-height: 31px;
 }

.xltext .pre-footer .mandatory {
  line-height: 22px;
}
.xltext .footer-nav {
  gap: 10px;
  margin-left: 30px;
}
.xltext .header-content .text-size-buttons span {
  font-size: 0;
  top: -2px;
}
.xltext .pagetop .header-content .text-size-buttons span {
  top: -1px;
}
.xltext .header-content .text-size-buttons span::before {
  font-size: 22px;
  content: 'Size:';
}
.xltext .hide-header .header-content .email-address,
.xltext .hide-header .header-content .phone-number {
  padding-top: 10px;
}
.xltext.page-template-page-hub .first-post .article-content h1 ,
.xltext.post-type-archive-download .first-post .article-content h1 {
  font-size: 45px;
  line-height: 52px;
}
.xltext.page-template-page-hub .searchandfilter .page-width,
.xltext.post-type-archive-download .searchandfilter .page-width {
  grid-template-columns: auto auto auto auto;
}
.xltext .page-template-page-hub .article-content .download-cards .learn-more,
.xltext.post-type-archive-download .article-content .download-cards .learn-more {
  position: relative;
  margin-top: 50px;
}
.xltext .page-template-page-hub .first-post .article-content .learn-more,
.xltext.post-type-archive-download  .first-post  .article-content .learn-more {
  position: relative;
  margin: 20px 0px
}
.xltext .all-phone-banner .phone-image {
  margin: 0px 0px;
}
.page-demo-phone-quick-start-guide.xltext h1 {
  margin-top: 140px;
}

@keyframes rotating {
  from { transform: rotate(0deg);}
  to{ transform: rotate(360deg); }
}
@keyframes pop{
  0%   {transform: scale(.4);opacity: 0;}
  50%  {transform: scale(1.2);opacity: 1;}
  100% {transform: scale(1);opacity: 1;}
}
@keyframes spin {
  0% {transform: rotateY(180deg) scale(0);}
  100% {transform: rotateY(0deg) scale(1);}
}
@keyframes fadeup {
  0% {transform: translateY(150px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1;}
}
@keyframes fadedown {
  0% {transform: translateY(-150px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1;}
}
@keyframes slideleft {
  0% { transform: translateX(300px); opacity: 0 }
  100% { transform: translateX(0px); opacity: 1 }
}
@keyframes slideright {
  0% { transform: translateX(-300px); opacity: 0 }
  100% { transform: translateX(0px); opacity: 1 }
}
@keyframes circle {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 1440px) {
  .wrap {
    width: 1200px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap {
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin: 0px auto;
  }

  /*header styles */
  #inner-header {
    grid-template-columns: auto auto;
  }
  .header-content #order-phone-button {
    width: 90px;
    font-size: 13px;
    line-height: 15px;
    justify-self: right;
  }
  .header-content {
    margin-left: 10px;
    justify-content: right;
  }
  .header-content nav {
    justify-self: right;
  }
  
  .top-nav > li:hover .sub-menu {
    width: 300px;
  }
  .top-nav > li:last-child:hover .sub-menu {
    margin-left: -190px;
  }
  .largetext .header-content #order-phone-button {
    font-size: 18px;
    width: 120px;
    line-height: 19px;
  }
  .xltext .header-content #order-phone-button {
    font-size: 20px;
    width: 150px;
    line-height: 19px;
  }
  /*page styles*/
  .fullbanner {
    margin: 0px;
    padding: 14px 15px 0px;
    left: auto;
    right: auto;
    width: 100%;
  }
  .page-template-page-hub .first-post .article-content,
  .post-type-archive-download .first-post .article-content{
    padding: 15px 20px;
}
  .page-template-page-hub .first-post .article-content h2 a,
  .post-type-archive-download .first-post .article-content h2 a{
    font-size: 30px;
    line-height: 40px;
}
.page-template-page-hub .first-post p,
.post-type-archive-download .first-post p {
    font-size: 18px;
}
.page-template-page-hub .first-post.hentry,
.post-type-archive-download .first-post.hentry {
    display: grid;
    grid-template-columns: 60% 40%;
    border: 1px solid var(--hamblue);
    border-radius: 15px 10px 10px 15px;
  }
.page-template-page-hub .first-post .download-image,
.post-type-archive-download .first-post .download-image {
  grid-column: 2;
  grid-row: 1;
  background-size: contain;
  aspect-ratio: unset;
  background-repeat: no-repeat;
  background-color: #013399;
  background-position: right;
  border-right: 0;
  border-radius: 0px 10px 10px 0px;
}

.page-template-page-hub .first-post .article-content .learn-more,
.post-type-archive-download .first-post .article-content .learn-more {
  position: relative;
  margin-top: 20px;
}
  
  /*footer styles */
  #inner-footer {
      display: grid;
      justify-content: normal;
  }
  .footer-logos {
      grid-row: 2;
      margin: 50px 0 0 0px;
      display: flex;
      justify-content: space-between;
      width: 100%;
  }
  .footer-nav li {
    flex: 1 1 0;
  }
  .footer-nav li ul.sub-menu li a {
      width: auto;
  }
  
}
@media (max-width: 1160px) {
  .phoneoption.active {
      display: block;
  }
  .edit-choice.active {
      min-height: 260px;
  }
  .divider {
      width: 100%;
      height: 2px;
  }
}
@media only screen and (max-width: 1100px) {
  .socialconnectbanner-outline {
    display: none;
}
.entry-content article.hub-card {
  margin: 0px 15px;
}
.home-infographic .outlinedpeople {
  display: none;
}
.home-infographic .infographic-maincol {
  flex-basis: 100% !important;
}
.hero.homehero .wp-block-column:last-child {
  max-width: 350px;
}
.hero.is-layout-flex {
  gap: 0px;
}
.hero.homehero .wp-block-column:last-child img {
  width: 350px !important;
  height: 350px !important;
}

.page-template-page-hub .download-cards,
.post-type-archive-download .download-cards {
  grid-template-columns: 1fr 1fr;
}
section.search-section.posts-section {
  grid-template-columns: repeat(3, 1fr);
}
section.search-section h2 {
  grid-column: 1 / 4;
}
.search-pagination {
  grid-column: 1 / 4;
}
}
@media only screen and (max-width: 1000px) {
  .header-content .text-size-buttons {
    display: none;
  }
}
@media only screen and (max-width: 890px) {

  
  .header-content .phone-number {
    width: 35px;
  }
  .header-content .email-address,
  .largetext .header-content .email-address,
  .xltext .header-content .email-address {
    width: 35px;
  }
  
  .header-content .phone-number a,
  .header-content .email-address a{
    font-size: 0px !important;
  }
  .header-content .phone-number a::after {
    width: 19px;
    height: 23px;
    background-image: url(/wp-content/themes/hambones/library/images/phone-icon.svg);
    filter: brightness(4);
    content: '';
    display: inline-block;
    background-size: contain;
  }
  .header-content .email-address a::after {
    width: 33px;
    height: 23px;
    background-image: url(/wp-content/themes/hambones/library/images/email-icon.svg);
    filter: brightness(4);
    content: '';
    display: inline-block;
    background-size: contain;
  }
  .header-search {
    font-size: 0px;
  }
  .top-nav {
    grid-template-columns: 110px 140px 120px 100px;
  }
  .top-nav > li > a::after,
  .top-nav li.current_page_ancestor > a::after {
    display: none;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .largetext .header-content {
    grid-template-columns: 30px 30px 140px auto;
  }
  .xltext .header-content {
    grid-template-columns: 30px 30px 140px auto;
  }
  .xltext .header-content .phone-number {
    width: 35px;
  }
  .all-phone-banner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 250px 250px;
  }
  .all-phone-bottom-block {
    grid-column: 1 / 4;
  }
  .related-assets {
    display: block;
    justify-items: center;
  }
  .page-template-page-hub .searchandfilter .page-width,
  .post-type-archive-download .searchandfilter .page-width {
    display: block;
    margin: 0px 20px;
  }
  .page-template-page-hub .blog-container,
  .post-type-archive-download  .blog-container {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
  }
  .page-template-page-hub .searchandfilter .page-width > div,
  .post-type-archive-download .searchandfilter .page-width > div {
      margin-bottom: 10px;
  }
  .page-template-page-hub .searchandfilter,
  .post-type-archive-download .searchandfilter {
      grid-column: 1 / 3;
  }
  .page-template-page-hub .first-post.hentry,
  .post-type-archive-download .first-post.hentry{
      grid-column: 1/3;
  }

  .entry-content article.hub-card {
    margin: 0px 0px 15px 0px;
  }

  .spin .showcase_images .secondary-img .spin-before,
  .spin .showcase_images .secondary-img .spin-after {
    display: none;
  }
  section.search-section.posts-section {
    grid-template-columns: repeat(2, 1fr);
  }
  section.search-section h2 {
    grid-column: 1 / 3;
  }
  .search-pagination {
    grid-column: 1 / 3;
  }
  .search-again input.search-field {
    font-size: 18px;
    width: 200px;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .phone-choice-banner {
      display: block;
  }
  .input-fields {
      display: block;
  }
  .input-fields > div.zipcode {
      width: 100%;
  }
  .captel-phones-wrap {
      padding: 35px 20px;
  }
  .maxheight400 {
    max-height: none !important;
}
.page-about-hamilton-captel .about-sm {
  display: block;
}
.page-about-hamilton-captel .about-lg {
  display: none;
}
}
@media screen and (max-width: 768px) {
  #content {
    margin-top: 85px;
  }
  .popmodal {
    left: auto;
    /* right: calc(100% + 15px); */
    transform: translateY(-50%);
    width: 300px;
  }
  
  .popout-wrapper .arrow {
    left: auto;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }

  .header,
  .hide-header .header {
    position: absolute;
    border-bottom-width: 5px;
  }
  .text-size-buttons, .header-content #order-phone-button {
    display: none;
  }
  .hide-header .header-logo,
  .pagetop .header-logo,
  .header-logo {
    width: 150px !important;
    height: 55px !important;
    margin: 20px auto 0 !important;
    position: relative;
    left: 30px;
  }
  #inner-header,
  .hide-header #inner-header,
  .pagetop #inner-header {
    height: 40px;
    border-bottom: 0px;
  }
  .navigation nav {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .top-nav {
    display: block;
    background: white;
    padding-top: 30px;
  }
  .navigation {
    position: absolute;
    display: block;
    justify-self: unset;
    left: 0px;
    top: -270px;
    height: auto;
    width: 100%;
    padding-bottom: 0px;
    opacity: 0;
    transition: .3s ease-out all;
  }
  header .navigation.active {
    top: 45px;
    opacity: 1;
    display: block;
  }
  .top-nav > li > a {
    color: black;
    padding: 10px 40px;
    border-top: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .top-nav > li {
    height: auto;
  }
  .top-nav > li .sub-menu {
    padding: 0;
  }
  .top-nav > li > a::after,
  .top-nav li.current_page_ancestor > a::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid black;
    display: block;
    transform: rotate(-45deg);
    border-width: 0px 1px 1px 0px;
    transition: var(--basetransition);
    top: 0px;
  }
  
  .top-nav > li:hover .sub-menu {
    display: none;
}
.top-nav li.menu-item-has-children.active .sub-menu {
  display: block !important;
  margin: 0px 0px 14px 25px;
  height: auto;
  width: 280px;
  opacity: 1;
  border-bottom: 0px;
  padding-left: 8px;
  }
  .top-nav li.menu-item-has-children.active .sub-menu li a {
    color: black;
  }
  .mobile-search .search-field {
    border: none;
    padding: 10px;
    width: 100%;
  }
  .mobile-search .search-field::placeholder {
      color: black;
      font-weight: 600;
  }
  .mobile-search input.search-submit {
    display: block;
    width: 30px;
    height: 30px;
    visibility: visible;
    font-size: 0px;
    background-image: url(/wp-content/themes/hambones/library/images/search.svg);
    background-size: 20px 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
    margin: 5px 0px;
    left: 5px;
    position: relative;
  }
  .mobile-search-form {
      display: flex;
      margin: 0px 40px 0px 30px;
  }

  .mobile-search-form label {
      width: calc(100% - 30px);
  }
  .hide-header .header-content .phone-number,
  .hide-header .header-content .email-address,
  .header-content .phone-number,
  .header-content .email-address,
  .pagetop .header-content .phone-number,
  .pagetop .header-content .email-address{
    padding-top: 9px;
  }
  figure.hamburger {
    display: block;
  }
  figure.hamburger .inner {
    width: 30px;
    height: 27px;
    margin: 9px 0;
    position: relative;
    transition: var(--basetransition);
  }
  figure.hamburger .inner span {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 2px;
    background-color: white;
    transition: top 0.2s ease-in-out 0.4s, transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s, left 0.2s ease-in-out;
  }
  figure.hamburger .inner span:nth-child(1) {
    top: 0;
  }
  figure.hamburger .inner span:nth-child(2), figure.hamburger .inner span:nth-child(4) {
    top: 10px;
  }
  figure.hamburger .inner span:nth-child(3) {
    top: 20px;
  }
  figure.hamburger.colapse-spin .inner span {
    transition: top 0.2s ease-in-out, transform 0.4s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  }
  figure.hamburger.colapse-spin .inner span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  figure.hamburger.colapse-spin .inner span:nth-child(2) {
    top: 18px;
    opacity: 0;
  }
  figure.hamburger.colapse-spin .inner span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }
  figure.hamburger.colapse-spin .inner {
    margin: 2px 0px;
  }
  .mobile-search {
    display: block;
    border-top: 1px solid black;;
    background: white;
}
  .header-search {
    display: none;
  }
  .hero .wp-block-column:last-child {
    max-width: 100%;
    flex-shrink: 0;
    justify-items: center;
}
.phone-list.flipmobile {
  flex-flow: column-reverse;
}
  .fullbanner > div {
    width: 300px;
    margin: 0px auto;
}
.page-template-page-hub .first-post.hentry,
.post-type-archive-download .first-post.hentry {
  display: block;
  grid-column: 1;
  background-color: #039;
  border-radius: 15px;
}

.page-template-page-hub .download-cards,
.post-type-archive-download {
  grid-template-columns: 1fr;
}
.page-template-page-hub .searchandfilter,
.post-type-archive-download  .searchandfilter {
  grid-column: 1;
}
.page-template-page-hub .first-post .download-image,
.post-type-archive-download .first-post .download-image {
  width: 100%;
  height: 300px;
  display: block;
  border: none;
  margin-top: 10px;
  background-position: center;
}
.page-template-page-hub .first-post .article-content,
.post-type-archive-download .first-post .article-content {
  height: auto;
  border-radius: 15px;
}
.page-template-page-hub .first-post .article-content h2,
.post-type-archive-download .first-post .article-content h2 {
  margin-top: 15px;
}
.single-download .wp-block-cover,  .wp-block-cover-image {
  display: block;
  padding: 0px;
  min-height: auto !important;
}
.single-download .wp-block-cover::before {
  display: none;
}
.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
  position: relative;
}
.wp-block-cover__inner-container p, .wp-block-cover__inner-container a, .wp-block-cover__inner-container h1 {
  color: black !important;
}
.wp-block-cover__background {
  pointer-events: none;
}
.single-download .content-wrap {
  margin: 20px 0 !important;
}
.wp-block-cover .wp-block-columns {
  gap: 0px;
  margin: 0;
}
.wp-block-cover .wp-block-columns h1 {
  margin: 10px 0px 0px;
}
.wpforms-list-inline ul {
  display: block;
}
  
}

@media only screen and (max-width: 520px) {
  .wrap {
      width: 100%;
  }
  .entry-content {
    padding: 0px;
  }
  .top-nav li a {
    padding: 10px 20px;
  }
  .mobile-search-form {
    margin: 0px 20px 0px 10px;
  }
  .footer-nav {
      display: block;
  }
  .footer-nav > li {
      margin-bottom: 20px;
  }
  .all-phone-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .all-phone-bottom-block {
    grid-column: 1 / 3;
  }
  .mobile-archive-header {
    font-size: 32px;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
    display: block;
  }
  .page-template-page-hub .first-post .download-image,
  .post-type-archive-download .first-post .download-image {
    margin-top: 0;
    background-position: top;
    border-radius: 15px 15px 0 0;
  }
  .page-template-page-hub .download-cards, .post-type-archive-download .download-cards {
    grid-template-columns: 1fr;
  }
  .page-template-page-hub .searchandfilter, .post-type-archive-download .searchandfilter {
    display: block;
  }

  .page-template-page-hub .searchandfilter > div, .post-type-archive-download .searchandfilter > div {
    margin-bottom: 15px;
  }
  section.search-section.posts-section {
    grid-template-columns: repeat(1, 1fr);
  }
  section.search-section h2 {
    grid-column: 1 / 2;
  }
  .search-pagination {
    grid-column: 1 / 2;
  }
  section.search-section.pages-section article .thumbnail-img a {
    display: none;
  }
  
}
@media (max-width: 450px) {
  .phone-option {
      display: block;
  }
  .phone-thumb {
      height: 90px;
      margin: 0px auto;
  }
  .edit-choice.active {
      min-height: 450px;
  }
  .order-details {
      display: block;
  }
  .footer-logos {
    display: block;
  }
  .social-buttons {
    justify-content: left;
  }
  .verybottom-footer .wrap {
    margin-top: 10px;
    text-align: center;
  }
  .verybottom-footer li:first-of-type:before {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .hide-header .header-logo, .pagetop .header-logo, .header-logo {
    left: 0px;
  }
  .related-headline {
    display: block;
  }
  .all-phone-banner {
    display: block;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }
}