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

Name:     "A & C Pools" master styles
Designer: Bohnsack Design
Date:     07, 2025 v1.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* black */
/* white */
/* blue1 */
/* blue2 */
/* blue3 */
/* blue4 */
/* blue5 */
/* blue6 */
/* gray 1 */
/* gray 2 */
/* gray 3 */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// 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: 'Work Sans', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
/* headers */
h1 {
  font-size: 400%;
  font-weight: 200;
  color: #0087c4;
  padding: 15px 0;
  margin: 0;
  line-height: 100%;
  text-align: center;
  overflow: hidden;
}
#home h1 {
  font-size: 250%;
  padding: 30px 0;
}
h2 {
  font-size: 200%;
  font-weight: 200;
  color: #0087c4;
  padding: 0 0 10px 0;
  margin: 0;
  overflow: hidden;
}
h2.as-h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 400%;
  font-weight: 200;
  color: #0087c4;
  padding: 15px 0;
  margin: 0;
  line-height: 100%;
  text-align: center;
  overflow: hidden;
}
#home h2.as-h1 {
  padding: 50px 0;
}
h2 a {
  text-decoration: underline;
  color: #000000;
}
h3 {
  font-size: 200%;
  color: #008ccb;
  font-weight: 800;
  margin: 10px 0;
}
h4 {
  color: #68cadb;
  font-size: 125%;
  font-weight: 800;
  margin: 10px;
}
#home h4 {
  color: #0087c4;
}
h5 {
  color: #68cadb;
  font-size: 110%;
  font-weight: 300;
  color: #b4e4ec;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h6 {
  color: #68cadb;
  font-size: 100%;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #0e76bc;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  outline: 0;
}
a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #0087c4;
}
a img {
  border: none;
}
b {
  font-weight: bold;
}
hr {
  border-top: 1px solid #ffffff;
  margin: 30px 0 50px 0;
}
ul {
  padding: 5px 0 5px 0;
}
ul li {
  list-style: none;
  background: url(../images/bullet.png) no-repeat 3px 5px;
  background-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
.pull-right {
  margin: 0 0 30px 15px;
  float: right;
  max-width: 50%;
}
.pull-left {
  margin: 0 15px 15px 0;
  float: left;
  max-width: 50%;
}
iframe.map {
  width: 100%;
  border: 2px solid #ffffff;
  height: 300px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Bootstrap Overrides 
//////////////////////////////////////////////////
----------------------------------------------- */
.card {
  border: none;
  background-color: #0e76bc;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.card-header:first-child {
  background-color: #0e76bc;
  color: #0087c4;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 130%;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.card-deck .card-header:first-child {
  margin: 0 -15px 0 -15px;
}
.card-deck .card-body {
  padding-left: 5px;
  padding-right: 5px;
}
blockquote {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 135%;
  color: #b4e4ec;
  font-style: italic;
  padding: 15px 0 15px 25px;
  border-left: 6px solid #8b8b8b;
}
.table tr td {
  border-top: 1px solid #8b8b8b;
}
.divider {
  border-top: 6px solid #8b8b8b;
  margin-top: 30px;
  padding-bottom: 30px;
}
.highlight {
  color: #68cadb;
  padding: 10px 0;
}
/* Accordions */
#accordion .card {
  margin-bottom: 15px;
}
#accordion .card-header {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 15px 0 0;
}
#accordion .card-header div {
  background: url(../images/arrow-down-white.png) no-repeat 100% 50%;
  background-size: 12px;
  padding: 10px 35px 10px 15px;
}
#accordion .card-header:hover {
  background-color: #e7f7f9;
  cursor: pointer;
}
.table .table {
  background-color: #0e76bc;
}
.table tr td {
  border-top: none;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #e7f7f9;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
a.down-btn {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  position: fixed;
  bottom: -5px;
  left: 50%;
  opacity: 0;
  background: url(../images/arrow-down-white.png) 50% 50% no-repeat #68cadb;
  background-size: 35%;
  text-indent: -9999px;
  -webkit-border-radius: 100px 100px 0 0;
  border-radius: 100px 100px 0 0;
  z-index: 0;
}
a.down-btn.visible {
  opacity: 0.6;
  z-index: 1000;
}
a.down-btn.visible:hover {
  opacity: 1;
}
a.top-btn {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  position: fixed;
  bottom: -5px;
  left: 50%;
  opacity: 0;
  background: url(../images/arrow-up-white.png) 50% 50% no-repeat #68cadb;
  background-size: 35%;
  text-indent: -9999px;
  -webkit-border-radius: 100px 100px 0 0;
  border-radius: 100px 100px 0 0;
  z-index: 0;
}
a.top-btn.visible {
  opacity: 0.6;
  z-index: 1000;
}
a.top-btn.visible:hover {
  opacity: 1;
}
a.btn {
  border: none;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  background-color: #0087c4;
  padding: 10px 20px;
  margin: 5px 0;
  text-decoration: none;
  font-size: 150%;
  line-height: normal;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
a.btn:hover {
  background-color: #68cadb;
  color: #ffffff;
}
a.btn-block {
  display: block;
  text-transform: uppercase;
}
a.btn-primary {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 18px;
  color: #ffffff !important;
}
a.btn-secondary {
  font-family: 'Work Sans', sans-serif;
  padding: 8px 10px 6px 10px;
  font-size: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-group {
  margin-bottom: 30px;
}
.btn-group a {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #b4e4ec;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 5px;
  color: #008ccb;
}
.btn-group a:hover {
  background-color: #e7f7f9;
  color: #008ccb;
}
a.btn.current {
  background-color: #68cadb !important;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Main Header
//////////////////////////////////////////////////
----------------------------------------------- */
header {
  background-color: #ffffff;
}
.logo img {
  padding: 10px;
}
/* Social Buttons */
.social-links {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 1000;
}
.social-links a {
  display: block;
  width: 50px;
  overflow: hidden;
  text-align: right;
}
.social-links a img {
  margin: 0 -5px 5px 0;
  -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;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
}
.social-links a img:hover {
  margin: 0 0 5px 0;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Main Navigation
//////////////////////////////////////////////////
----------------------------------------------- */
a.toggleMenu {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 150%;
  background: url(/images/logo.png) no-repeat 10px 10px;
  background-size: 250px;
  text-indent: -9999px;
  padding: 20px;
  text-decoration: none;
  background-color: #ffffff;
}
a.toggleMenu:hover {
  background-color: #e7f7f9;
}
/* Main Navigation*/
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}
nav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 120%;
}
nav ul li {
  text-align: left;
  background-image: none;
}
nav ul li a {
  color: #0087c4;
  padding: 5px 10px;
  display: block;
}
nav ul li a:hover {
  color: #000000;
}
/* style the first level slightly different */
nav > ul {
  text-align: right;
}
nav > ul > li {
  margin: 0 10px;
}
nav > ul > li:hover {
  background-color: #ffffff;
}
nav > ul > li a {
  border-top: solid #ffffff 5px;
}
nav > ul > li:hover a {
  border-top: solid #68cadb 5px;
}
nav > ul > li > a {
  text-transform: uppercase;
  padding: 30px 0px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
nav ul li ul li {
  background-color: #68cadb;
  border-top: 1px solid #008ccb;
}
nav ul li ul li a {
  color: #ffffff;
}
nav ul li ul li a:hover {
  color: #ffffff;
  background-color: #008ccb;
}
nav ul li ul li ul li {
  background-color: #68cadb;
}
nav ul li ul li ul li ul li {
  background-color: #68cadb;
}
/* nav highlight indicator */
ul > li.active-item a {
  border-top: solid #68cadb 5px;
}
ul > li.active-item ul > li > a {
  border-top: none;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 10px 5px 40px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #b4e4ec;
  border: 1px solid #757575;
}
a.file:hover {
  background-color: #8b8b8b;
  text-decoration: none;
}
a.pdf {
  background: url(../images/bullet-pdf.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
a.csv {
  background: url(../images/bullet-csv.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
a.doc {
  background: url(../images/bullet-doc.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
a.xls {
  background: url(../images/bullet-xls.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
a.link {
  background: url(../images/bullet-link.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
a.download {
  background: url(../images/bullet-download.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
a.video {
  background: url(../images/bullet-video.png) no-repeat 10px 50% #0e76bc;
  background-size: 20px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Home 
//////////////////////////////////////////////////
----------------------------------------------- */
#home .hero-image {
  height: 50vh;
  position: relative;
}
.hero-footer {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  border-bottom: 5px solid #008ccb;
}
.awards {
  background: url(/images/icon-ribbon.png) no-repeat #0e76bc 25px 17px;
  background-size: 50px;
  padding: 15px 15px 15px 90px;
  color: #ffffff;
  line-height: normal;
}
.awards h3 {
  color: #ffffff;
  margin: 0;
  font-size: 175%;
}
.icons {
  background: url(/images/bg1.png) #0087c4;
  padding: 15px 0 30px 0;
  border-bottom: 5px solid #008ccb;
}
.icons a {
  display: block;
  padding: 15px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-size: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.icons a:hover {
  opacity: 0.8;
}
.icons a img {
  padding: 0 50px;
}
.pics img {
  padding-bottom: 15px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Interior Pages 
//////////////////////////////////////////////////
----------------------------------------------- */
.interior .hero-image {
  height: 50vh;
}
.bg1 {
  background-color: #ffffff;
  padding: 50px 0;
}
.bg2 {
  background-color: #e7f7f9;
  padding: 50px 0;
}
.bg3 {
  background-color: #b4e4ec;
  padding: 50px 0;
}
.bg4 {
  background-color: #68cadb;
  padding: 50px 0;
}
.bg4 a {
  color: #008ccb;
}
.bg4 a:hover {
  color: #ffffff;
}
.two-column {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Footer 
//////////////////////////////////////////////////
----------------------------------------------- */
footer {
  text-align: center;
  margin: 30px 0 0 0;
  background: url(/images/bg1.png) #0087c4;
  color: #ffffff;
  font-size: 125%;
  padding: 30px 0 30px 0;
  line-height: normal;
}
footer .social {
  text-align: center;
}
footer .social a {
  display: inline-block;
  width: 50px;
  margin: 5px;
  opacity: 0.7;
}
footer .social a img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
footer .social a:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.copyright {
  text-align: center;
  padding: 30px 30px 60px 30px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Forms 
//////////////////////////////////////////////////
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea {
  border: #68cadb solid 2px;
  padding: 10px 10px;
  margin: 0 5px 10px 0;
  background-color: #e7f7f9;
  color: #000000;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #ffffff;
}
select {
  color: #ffffff;
  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 #e7f7f9;
  background-size: 14px;
  width: 200px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  color: #FFF;
  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 #b4e4ec;
  background-size: 14px;
}
input[type=submit] {
  background-color: #0087c4;
  padding: 7px 15px 7px 15px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 150%;
  letter-spacing: 1px;
  height: 46px;
}
input[type=submit]:hover {
  background-color: #68cadb;
}
label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Pool Package Anim //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
.headline1,
.headline2,
.headline3,
.headline4,
.headline5 {
  opacity: 0;
  padding: 30px 0 0 0;
  color: #757575;
  animation: headlineAnim 1s forwards;
  -webkit-animation: headlineAnim 1s forwards;
  -moz-animation: headlineAnim 1s forwards;
  -o-animation: headlineAnim 1s forwards;
  -ms-animation: headlineAnim 1s forwards;
  text-align: center;
}
.headline1 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari and Chrome */
}
.headline2 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari and Chrome */
}
.headline3 {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
  /* Safari and Chrome */
}
.headline4 {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
  /* Safari and Chrome */
}
.headline5 {
  animation-delay: 16s;
  -webkit-animation-delay: 16s;
  /* Safari and Chrome */
}
@keyframes headlineAnim {
  0% {
    opacity: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    margin: -30px 0 30px 0;
  }
}
@-moz-keyframes headlineAnim {
  /* Firefox */
  0% {
    opacity: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    margin: -30px 0 30px 0;
  }
}
@-webkit-keyframes headlineAnim {
  /* Safari and Chrome */
  0% {
    opacity: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    margin: -30px 0 30px 0;
  }
}
@-o-keyframes headlineAnim {
  /* Opera */
  0% {
    opacity: 0;
    margin: 0;
  }
  100% {
    opacity: 1;
    margin: -30px 0 30px 0;
  }
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (lg)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /*header:before {content:"Desktop (lg)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  nav > ul > li > a {
    font-size: 90%;
  }
  h2 {
    font-size: 275%;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Laptop (md)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 992px) {
  /*header:before {content:"Laptop (md)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  header {
    position: relative;
    z-index: 2000;
  }
  header .container {
    max-width: 100%;
  }
  .nav-container {
    padding: 0;
  }
  nav > ul > li > a {
    padding: 10px;
    font-size: 80%;
    border-top: none;
  }
  nav ul li:hover a {
    background-color: #b4e4ec !important;
    border-top: none;
  }
  nav ul li a:hover {
    background-color: #b4e4ec !important;
    border-top: none;
  }
  /* nav highlight indicator */
  ul > li.active-item a {
    border-top: none;
    background-color: #68cadb;
  }
  ul > li.active-item ul > li > a {
    border-top: none;
  }
  #home h1 {
    font-size: 150%;
    padding: 15px 0;
  }
  .awards {
    font-size: 85%;
  }
  .icons a img {
    padding: 0 20px;
  }
  .icons a {
    font-size: 100%;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Tablet (sm)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*header:before {content:"Tablet(sm)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  .not-front header {
    height: 40vh;
    min-height: 250px;
  }
  .pull-right {
    max-width: 100%;
  }
  .pull-left {
    max-width: 100%;
  }
  h1 {
    font-size: 300%;
  }
  h2 {
    font-size: 200%;
  }
  h2.as-h1 {
    font-size: 200%;
    padding: 30px 0 15px 0;
  }
  h2.as-h1 {
    font-size: 200%;
    padding: 30px 0 15px 0;
  }
  .bg1,
  .bg2,
  .bg3,
  .bg4 {
    padding: 15px 0;
  }
  .two-column {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Phone (xs)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 576px) {
  /*header:before {content:"Phone(xs)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 85%;
  }
}
