/* LESS Document */
/*-----------------------------------------------

Name:     "AZ Health Pool" master styles
Designer: Bohnsack Design
Date:     08-2024 v2.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* white */
/* black */
/* teal */
/* orange */
/* off white */
/* blue */
/* yellow */
/* gray */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// HTML5 Rules //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Site-Wide Styles //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
}
/* headers */
h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #008bcc;
  padding: 50px 0 25px 0;
  margin: 0 0 20px 0;
  position: relative;
  text-align: center;
}
h1:not(.hero):after,
h2.as-h1:not(.hero):after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 5px;
  width: 100px;
  border-top: 2px solid #f6b43f;
}
h2 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
  color: #009A82;
  font-weight: 200;
}
h2.as-h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #008bcc;
  padding: 50px 0 25px 0;
  margin: 0 0 20px 0;
  position: relative;
  text-align: center;
  font-weight: 500;
}
h2.rule:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 5px;
  width: 100px;
  border-top: 2px solid #f6b43f;
}
h3 {
  font-size: 1.3em;
  color: #009A82;
  font-weight: 500;
  padding: 15px 0 0 0;
}
h4 {
  font-size: 1.2em;
  color: #009A82;
  font-weight: 500;
  padding: 15px 0 0 0;
}
h5 {
  color: #009A82;
  font-size: 2em;
}
h6 {
  color: #009A82;
  text-align: center;
}
h6:before,
h6:after {
  border-top: 2px solid #cccccc;
  /*border-bottom: 4px solid @color8;*/
  content: "";
  display: inline-block;
  height: 0.1em;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.15em;
}
h6:before {
  right: 0.2em;
  margin-left: -50%;
}
h6:after {
  left: 0.2em;
  margin-right: -50%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1.hero {
  background: #e0d68f;
  background: linear-gradient(165deg, #e0d68f 0%, #ffffff 51%, #40aed2 100%);
  text-align: center;
  padding: 30px;
}
.temp-landing {
  background: #e0d68f;
  background: linear-gradient(165deg, #e0d68f 0%, #ffffff 51%, #40aed2 100%);
  text-align: center;
  padding: 30px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.temp-landing img {
  max-width: 300px;
  margin-bottom: 30px;
}
.temp-landing h3 {
  color: #008bcc;
}
a,
button {
  text-decoration: underline;
  color: #008bcc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
a:hover,
button:hover {
  color: #009A82;
  cursor: pointer;
}
a,
button:focus,
a:active {
  outline: none;
  color: #008bcc;
  border: none;
}
a img,
button {
  border: none;
}
blockquote {
  font-size: 120%;
  font-style: italic;
  color: #009A82;
  padding: 15px 0;
}
b,
strong {
  font-weight: bold;
  font-weight: 700;
}
hr {
  height: 1px;
  border-top: 1px solid #cccccc;
  margin: 50px 0;
}
/* bullet lists */
ul {
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: left;
}
ul li {
  list-style: none;
  background: url(/images/bullet.png) no-repeat 5px 12px;
  background-size: 6px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
ul.bullet-seals li {
  background: url("/images/icon-check-seal.svg") no-repeat 0px 0px;
  background-size: 28px;
  padding: 2px 0 2px 35px;
  margin: 0;
}
ul.striped li {
  background-image: none;
  background-color: #fbf8eb;
  margin: 0;
  padding: 2px 7px;
}
ul.striped li:nth-child(even) {
  background-image: none;
  background-color: #ffffff;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
header {
  z-index: 200;
  font-size: 1.1em;
  background-color: #009A82;
}
.main-content {
  padding-bottom: 50px;
  line-height: 2em;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
background colors
//////////////////////////////////////////////////
----------------------------------------------- */
.teal {
  background-color: #009A82;
  color: #ffffff;
  padding: 0px 0 70px 0;
}
.teal h2 {
  color: #ffffff;
}
.teal h3,
.teal h4,
.teal h5,
.teal h6 {
  color: #f6b43f;
}
.orange {
  background-color: #B44526;
  color: #ffffff;
  padding: 0px 0 70px 0;
}
.yellow h2 {
  color: #ffffff;
}
.yellow h3,
.yellow h4,
.yellow h5,
.yellow h6 {
  color: #f6b43f;
}
.off-white {
  background-color: #fbf8eb;
  color: #ffffff;
  padding: 0px 0 70px 0;
}
.blue {
  background-color: #008bcc;
  color: #ffffff;
  padding: 0px 0 70px 0;
}
.blue h2 {
  color: #ffffff;
}
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
  color: #f6b43f;
}
.home .panel.bg-lines {
  background: url("/images/bg-lines2.png");
  padding: 50px 0;
  border-top: 3px solid #ffffff;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
background images
//////////////////////////////////////////////////
----------------------------------------------- */
.image1 {
  background: url("/images/pics/couple-hiking.webp") no-repeat 50% 50% #f6b43f;
  background-size: cover;
  min-height: 250px;
}
.image2 {
  background: url("/images/pics/dentist.webp") no-repeat 50% 50% #f6b43f;
  background-size: cover;
  min-height: 250px;
}
.image3 {
  background: url("/images/pics/health-workers.webp") no-repeat 50% 50% #f6b43f;
  background-size: cover;
  min-height: 250px;
}
.image4 {
  background: url("/images/pics/looking-at-you.webp") no-repeat 50% 50% #f6b43f;
  background-size: cover;
  min-height: 250px;
}
.image5 {
  background: url("/images/pics/binoculars.webp") no-repeat 50% 50% #f6b43f;
  background-size: cover;
  min-height: 250px;
}
.image6 {
  background: url("/images/pics/self-photo.webp") no-repeat 50% 0% #f6b43f;
  background-size: cover;
  min-height: 250px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
panels
//////////////////////////////////////////////////
----------------------------------------------- */
.home .panel {
  background-color: #fbf8eb;
}
.home .panel h1 {
  margin: 0 0 20px 0;
}
.hero-panel {
  background: url("/images/hero-home.webp") no-repeat 50% 50%;
  background-size: cover;
}
.hero-panel-v2 {
  background: url("/images/hero-home-v2.webp") no-repeat 50% 50%;
  background-size: cover;
}
.hero-text {
  padding: 100px 0;
}
.hero-text h1,
.hero-text h2.as-h1 {
  padding: 0;
}
.hero-text h1:after {
  display: none;
}
.hero-text a {
  text-shadow: none;
}
.solutions .hero-panel {
  background: url("/images/hero-focus.webp") no-repeat 75% 50%;
  background-size: cover;
}
.solutions .hero-text {
  text-shadow: none;
}
.partners .hero-panel {
  background: url("/images/hero-piggy.webp") no-repeat 60% 50%;
  background-size: cover;
}
.partners .hero-text {
  text-shadow: none;
}
.faqs .hero-panel {
  background: url("/images/hero-surprise.webp") no-repeat 50% 25%;
  background-size: cover;
}
.faqs .hero-text {
  text-shadow: none;
}
.brokers .hero-panel {
  background: url("/images/hero-stethoscope-heart.webp") no-repeat 25% 25%;
  background-size: cover;
}
.brokers .hero-text {
  text-shadow: none;
}
.contact .hero-panel {
  background: url("/images/hero-memories.webp") no-repeat 50% 50%;
  background-size: cover;
}
.contact .hero-text {
  text-shadow: none;
}
.about .hero-panel {
  background: url("/images/hero-memories.webp") no-repeat 50% 50%;
  background-size: cover;
}
.about .hero-text {
  text-shadow: none;
}
.main-panel {
  padding: 0 0 50px 0;
}
.icons {
  padding: 30px 0;
  line-height: 1.2em;
  font-size: 1.1em;
}
.icons img {
  padding: 0 15px;
}
.plan-icons img {
  max-width: 175px;
}
.plan-icons h5 {
  margin-top: -35px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Section Page Styles 
//////////////////////////////////////////////////
----------------------------------------------- */
.partner-logos img {
  max-width: 200px;
  max-height: 95px;
  margin: auto;
}
img.shadow {
  border-bottom: 10px solid transparent;
  -webkit-border-image: url(../images/bg-pics.png) 0 0 20 0 stretch;
  /* Safari 5 */
  -o-border-image: url(../images/bg-pics.png) 0 0 20 0 stretch;
  /* Opera */
  border-image: url(../images/bg-pics.png) 0 0 20 0 stretch;
}
/* toggles */
.toggles h3 {
  background: url(/images/plus-minus.gif) no-repeat 99% 2px #009A82;
  background-size: 40px;
  padding: 10px 30px 10px 10px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggles h3:hover {
  background-color: #008bcc;
}
.toggles h3.open {
  background: url(/images/plus-minus.gif) no-repeat 99% -38px #008bcc;
  border-radius: 5px 5px 0 0;
}
.toggles div {
  display: none;
  padding: 0 15px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}
.nav-in-this-section li {
  padding: 0;
  margin: 0 0 5px 0;
  background-image: none;
}
.nav-in-this-section li a {
  display: block;
  background-color: #008bcc;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 125%;
}
.nav-in-this-section li a:hover {
  background-color: #009A82;
}
.card {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border: none;
}
.card-body img {
  width: auto;
  padding: 15px 0 30px 0;
}
.card-text {
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0;
  font-size: 0.9em;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  padding: 5px 15px 5px 33px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  font-size: 0.8em;
}
a.file:hover {
  background-color: #009A82;
}
a.pdf {
  background: url(/images/bullet-pdf.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
a.csv {
  background: url(/images/bullet-csv.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
a.doc {
  background: url(/images/bullet-doc.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
a.xls {
  background: url(/images/bullet-xls.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
a.link {
  background: url(/images/bullet-link.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
a.download {
  background: url(/images/bullet-download.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
a.video {
  background: url(/images/bullet-video.png) no-repeat 10px 50% #008bcc;
  background-size: 16px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
a.down-btn {
  width: 50px;
  height: 70px;
  background: url(/images/arrow-down.svg) 0% 0% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
}
a.down-btn:hover {
  background-position: 0% 100%;
}
a.btn {
  border: none;
  display: inline-block;
  font-weight: 500;
  padding: 10px 25px;
  margin: 5px 0;
  text-decoration: none;
  font-size: 125%;
  line-height: normal;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  white-space: normal;
  background-color: #008bcc;
  text-transform: uppercase;
}
a.btn:hover {
  color: #ffffff !important;
  background-color: #009A82;
}
a.btn:focus,
a.btn:active {
  outline: none !important;
  border: none !important;
  -moz-outline-style: none !important;
}
a.btn-default {
  display: inline-block;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
footer 
//////////////////////////////////////////////////
----------------------------------------------- */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fbf8eb;
}
.home .footer {
  background-color: #ffffff;
}
.footer a {
  display: block;
}
.footer img {
  margin: auto;
}
.footer-links a {
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  font-weight: 500;
  font-size: 1.1em;
}
.footer-links a:not(:first-child):before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0;
  width: 50px;
  border-top: 1px solid #fbf8eb;
}
.copyright {
  background-color: #ffffff;
  font-size: 0.75em;
  padding: 30px;
}
.home .copyright {
  background-color: #fbf8eb;
}
.copyright .design-by {
  font-size: 1px;
  text-indent: -9999px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Forms 
//////////////////////////////////////////////////
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
textarea {
  border: #ffffff solid 2px;
  padding: 10px 10px;
  margin: 0 5px 10px 0;
  background-color: #fbf8eb;
  color: #000000;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #ffffff;
}
input[type=checkbox] {
  margin: 0 10px;
}
select {
  color: #000000;
  border: 0 !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url(/images/arrow-down-white.png) 95% 50% no-repeat #009A82;
  background-size: 14px;
  width: 200px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  padding: 7px;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
select:hover {
  background: url(/images/arrow-down-white.png) 95% 50% no-repeat #B44526;
  background-size: 14px;
}
button,
input[type=submit] {
  background-color: #008bcc;
  padding: 5px 25px;
  margin: 10px 0;
  text-decoration: none;
  line-height: normal;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 150%;
  letter-spacing: 1px;
  display: inline-block;
}
button:hover,
input[type=submit]:hover {
  background-color: #009A82;
  color: #ffffff;
}
label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}
.form-list label {
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (xl)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (min-width: 992px) {
  /* header:before {content:"Desktop (xl)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Laptop (lg)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 992px) {
  /* header:before {content:"Laptop (lg)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  header {
    background-color: #ffffff;
  }
  .plan-icons .card-deck {
    flex-flow: column;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Tablet (md)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  /* header:before {content:"Tablet(md)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 15px;
  }
  .hero-text {
    padding: 30px 0;
  }
  h1 {
    font-size: 1.5em;
  }
  h2.as-h1 {
    font-size: 1.5em;
  }
  .main-panel {
    padding: 0 0 30px 0;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Phone (sm)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 576px) {
  /* header:before {content:"Phone(sm)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 13px;
  }
  header {
    font-size: 1em;
    letter-spacing: normal;
  }
  .footer img {
    padding-bottom: 30px;
  }
}
