/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */



/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Arimo";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/ZS0wkeOZuckNE3boyLYNt6CWcynf_cDxXwCLxiixG1c.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Arimo";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/4x7GlnDRx9FKnMrqORHWMQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Arimo";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/UnXpojilM3XslYxUnWuVe3YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Arimo";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/_K7sg-ijHdmkwPzV9FiqaL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/fonts/BP5K8ZAJv9qEbmuFp8RpJUyuTvcJPSUMXo8_04ke-FA.woff) format('woff');
  font-style: italic;
  font-weight: 400;
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4666667;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/images/01.jpg);
  background-color:#333;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 22px;
}

/* Anchor Links */
a {
  color: #0270E0;
}
a:hover, a:focus {}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 999px) and (min-width: 768px){
  h1 {
    line-height: 1.75;
  }
}
h2 {
  font-size: 1.6rem;
  line-height: 1.22727272727;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.10526315789;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.61538461538;
}

h5 {
  font-size: 1rem;
  line-height: 1.4;
}

h6 {
  font-size: .9rem;
  line-height: 1.3125;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
ol, ul{
  margin:0;
  padding:0;
}
ol, ul, li {
  padding-left: 10px;
  margin-left: 10px;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  background-color: transparent;
  height: 20px;
  margin: 0 0 20px;
  clear: both;
  border: 1px solid #CCC;
  border-width: 0 0 1px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {}

.disable-focus-styles :focus {
  outline: none;
}
.dnd-section,
.content-wrapper,
.page-center{
  padding-left: 300px;
  margin:0 auto;
}

.dnd-section > div,
.inner-wrap{
  padding: 60px 40px 140px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 4px #000;
  -moz-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
}

@media only screen and (max-width: 1299px) and (min-width: 1000px) {
  .dnd-section,
  .content-wrapper,
  .page-center{
    padding-left: 240px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  body{
    line-height:1.42857142857;
  }
  .dnd-section,
  .content-wrapper,
  .page-center{
    padding-left: 180px;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
  p{
    margin-bottom: 20px;
  }

}
@media(min-width: 768px) and (max-width: 1530px){
  .dnd-section > div,
  .inner-wrap {
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
  .dnd-section,
  .content-wrapper,
  .page-center{
    padding-left: 0;
  }
  .dnd-section > div,
  .inner-wrap{
    padding: 20px;
  }
  .dnd-section,
  .content-wrapper,
  .page-center{
    margin-top: 10px;
    margin-bottom: 10px;
  }

}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font: bold 11px/18px Arial, Helvetica, sans-serif;
  color: #FFF;
  padding: 5px 15px 2px;
  border-radius: 0;
}

.hs-button:hover {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  margin-bottom: 4px;
}

.hs-form  .hs-error-msgs label {
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 4px;
  border: 1px solid #CCC;
  background: #FFF;
  height: 26px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: 100%;
  font: 13px/16px Arial, Helvetica, sans-serif;
  color: #333;
  border-radius: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  border-color: #FF9900;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  margin-left: 4px;
  color: #000;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.imgCenter,
.imgRight,
.imgLeft {
  padding: 4px;
  border: 1px solid #CCC;
  margin: 10px auto;
  display: block;
}
.imgRight {
  float: right;
  max-width: calc(40% + 10px);
  margin: 10px 0 10px 15px;
}
.imgLeft {
  float: left;
  max-width: calc(40% + 10px);
  margin: 10px 15px 10px 0;
}
.imgCenter {
  max-width: -webkit-calc(100% - 10px);
  max-width: -moz-calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.clearAll {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  line-height: 0.1;
  width: 0;
  height: 0;
  content: ' ';
}
.cm-page p,
.cm-page h1,
.cm-page h2,
.cm-page h3,
.cm-page h4,
.cm-page h5,
.cm-page h6{
  margin:0;
}
ul.gallery-02,
ul.gallery-03,
ul.gallery-04,
ul.gallery-05 {
  padding: 0;
  margin: -30px 0 0 -30px;
  list-style: none;
}
ul.gallery-03 li {
  padding: 0;
  margin: 30px 0 0 30px;
  list-style: none;
  width: -webkit-calc(33.333333333% - 30px);
  width: -moz-calc(33.333333333% - 30px);
  width: calc(33.333333333% - 30px);
  text-align: center;
  display: inline-block;
  margin-right: -3.5px;
  vertical-align: top;
}
ul.gallery-03 li a {
  text-decoration: none;
}
ul.gallery-04 li {
  padding: 0;
  margin: 30px 0 0 30px;
  list-style: none;
  float: left;
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: center;
}
ul.gallery-04 li a {
  text-decoration: none;
}
ul.gallery-02 li {
  padding: 0;
  margin: 30px 0 0 30px;
  list-style: none;
  float: left;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  text-align: center;
}
ul.gallery-02 li a {
  text-decoration: none;
}
ul.gallery-04 h3,
ul.gallery-03 h3,
ul.gallery-02 h3,
ul.gallery-01 h3{
  margin:0;
}
.image-gallery-grp {
  padding-bottom: 22px;
}
.pool-design-grp {
  padding-bottom: 22px;
}
.pool-design-grp h3 {
  margin: 0;
}
.body-container-wrapper{
  display: block;
  min-height: calc(100vh - 70px);
  position: relative;
}

.cm-website-page .field > label {
  padding: 3px 0;
  margin: 0;
  list-style: none;
  float: left;
  width: -webkit-calc(40% - 5px);
  width: -moz-calc(40% - 5px);
  width: calc(40% - 5px);
  clear: left;
  margin: 0;
}
.cm-website-page .field > .input {
  padding: 3px 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 60%;
}
.cm-website-page .field {
  margin-bottom: 0;
}
.cm-website-page .hs-submit .actions{
  width: 60%;
  margin-left: 40%;
  padding: 3px 0;
  clear: both;
  text-align:center;
}
.cm-website-page .widget-type-form {
  max-width: 500px;
  margin: 0 auto;
}
/* .cm-website-page form {
max-width: 400px;
} */
.cm-website-page .field textarea {
  height: 90px;
}
.cm-website-page form .field select:focus {
  border-color: #FF9900;
}

.cm-home-page .dnd-section {
  max-width: 100%;
  padding: 0;
}
.cm-home-page .dnd-section > div {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.herobody {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -webkit-calc(100vh - 70px);
  min-height: -moz-calc(100vh - 70px);
  min-height: calc(100vh - 70px);  
  position: relative;
  z-index: 2;
}

.slogan {
  color: #FFF;
  max-width: 860px;
  text-align: center;
  padding-left:10px;
  padding-right:10px;
  margin: auto;
}
.slogan h1 {
  color: #FFF;
  line-height: 1.25em;
  -webkit-text-shadow: 0 0 4px #000;
  -moz-text-shadow: 0 0 4px #000;
  text-shadow: 0 0 4px #000;
  font-size: 40px;
}
.slogan h2 {
  color: #FFF;
  line-height: 1.25em;
  -webkit-text-shadow: 0 0 4px #000;
  -moz-text-shadow: 0 0 4px #000;
  text-shadow: 0 0 4px #000;
  font-size: 30px;
  font-style: italic;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .herobody {
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);  
  }
  .slogan {
    margin:0;
  }
}
.home-page-slider-grp {
  position: fixed !important;
  left: 0;
  top:0;
  bottom:0;
  right: 0;
  height: 100vh;
}
.home-page-slider-grp .slick-track {
  height:100vh;
}
.home-page-slider-grp img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.home-page-slider-grp * {
  outline:none;
}
.home-page-slider-grp .slick-arrow {
  display: none !important;
}
.home-page-slider-grp .slick-slide img {
  display: none;
}
.home-page-slider-item {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.address {
  float: left;
  width: 50%;
}
.map {
  float: right;
  width: 50%;
  border: 5px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding-bottom: 1px;
}
.map iframe {
  max-width: 100%;
  vertical-align: middle;
}
.map small a {
  color: #0000FF;
  text-align: left;
}
.address * {
  margin: 0;
}
.address {
  padding-top: 44px;
}
.map-grp {
  padding-bottom: 22px;
}
.cm-contact-page form {
  max-width:100%;
}
.cm-website-page form .hs-error-msgs,
.cm-website-page form .hs_error_rollup{
  clear:both;
}
.cm-website-page form .inputs-list:first-child {
  padding-top: 2px;
}
.cm-website-page form .inputs-list {
  margin: 0 0 0px;
  width: 100%;
  padding-left: 0;
}
.cm-website-page form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left: 5px;
  margin-bottom: 2px;
}
.cm-website-page form .inputs-list label {
  margin: 0;
  line-height: inherit;
}
.cm-website-page form .hs-input[type=checkbox],
.cm-website-page form .hs-input[type=radio] {
  margin: 3px 7px 3px 0px;
  line-height: normal;
}
.cm-website-page form .inputs-list > li:last-child {
  margin-bottom: 0;
}
.cm-website-page .hs-submit .actions {
  text-align:center;
}
.image-with-lightbox {
  padding-bottom:22px;
}
.cm-website-page .hs-oembed__starter {
  padding-bottom: 22px;
}
.cm-website-page .hs-oembed__starter>:first-child {
  position: relative;
  height: 315px;
  width: 100%;
  display: block;
}
.retails-store-area {
  background: #FFFF9F;
  text-align: center;
  padding: 20px 10px;
  border: 2px solid #00ADEF;
  margin-bottom: 22px;
}
body .mfp-counter {
  width: 60px;
  text-align: right;
}
.hs-testimonial-section-one .dnd-section {
  padding-left: 0;
}
.hs-testimonial-section-one {
  padding-top: 307px;
}
.hs-testimonial-section-one .dnd-section > div {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.body-container .dnd-section[class*="force-full-width"] {
  max-width: none !important;
}
.testimonails-grp {
  background-color: lightblue;
  text-align: center;
  line-height: 22px;
}
.broadly-review-aggregate {
  font-size: 130%;
  margin: 0px 8px 16px 8px;
}
.broadly-review-aggregate-star-inner {
  line-height: 1.4em;
  vertical-align: middle;
}
.broadly-review-aggregate-star svg{
  height: 1.2em;
  width: 1.2em;
  margin-right: -3.5px;
}
.broadly-review-aggregate-star image {
  width: 1.2em;
  height: 1.2em;
}
.broadly-review-aggregate-title {
  padding-left: 5px;
}
.broadly-review {
  position: relative;
  margin: 8px;
  border-top: 1px solid #eeeeee;
  padding: 16px 0 8px 0;
  line-height: 1.3;
}

.broadly-review-avatar {
  float: left;
  overflow: hidden;
}

.broadly-review-avatar img {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
}
.broadly-review-main {
  margin-left: 64px;
}
span.broadly-review-author {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
}
.broadly-review-body {
  margin: 8px 0;
}
.broadly-review-body p {
  margin: 0;
}
.broadly-review-via {
  float: right;
  line-height: 1.2em;
}
.broadly-clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.broadly-review-rating-star{
  line-height: 1.4em;
  vertical-align: middle;
}
.broadly-review-rating-star svg {
  height: 1.2em;
  width: 1.2em;
  margin-right: -2.5px;
}
.broadly-review-rating-star image {
  width: 1.2em;
  height: 1.2em;
}
.four_star .star-img:nth-child(5){
  display:none;
}
.three_star .star-img:nth-child(5),
.three_star .star-img:nth-child(4){
  display:none;
}
.two_star .star-img:nth-child(5),
.two_star .star-img:nth-child(4),
.two_star .star-img:nth-child(3){
  display:none;
}
.one_star .star-img:nth-child(5),
.one_star .star-img:nth-child(4),
.one_star .star-img:nth-child(3),
.one_star .star-img:nth-child(2){
  display:none;
}
.pools-grp .item {
  width: 24.3902%;
  padding-left: 20px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pools-grp {
  padding-bottom: 20px;
}


ul.gallery-05 li {
  padding: 0;
  margin: 30px 0 0 30px;
  list-style: none;
  float: left;
  width: -webkit-calc(20% - 30px);
  width: -moz-calc(20% - 30px);
  width: calc(20% - 30px);
  text-align: center;
}
ul.gallery-05 li h3 {
  font-size: 13px;
  line-height: 21px;
}
.glossary {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #fff;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
}
.glossary-item:nth-child(1) {
  background: #fff;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.glossary-item:nth-child(1) .glossary-item-left {
  padding: 5px 10px;
}
.glossary-item:nth-child(1) .glossary-item-right {
  background: #fff;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.glossary-item-left {
  float: left;
  margin: 0;
  list-style: none;
  border-top: 1px solid #fff;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  clear: both;
}
.glossary-item-right {
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  padding: 5px;
  float: left;
  margin: 0;
  list-style: none;
  border-top: 1px solid #fff;
}
.glossary-item-left img {
  max-width: -webkit-calc(100% - 4px);
  max-width: -moz-calc(100% - 4px);
  max-width: calc(100% - 4px);
  background: #FFF;
  padding: 2px;
  margin-bottom: 4px;
  box-shadow: 0 0 4px #000;
  -moz-box-shadow: 0 0 4px #000;
  -webkit-box-shadow: 0 0 4px #000;
}
.glossary-item-right ul li {
  padding-left: 7px;
  margin-left: 7px;
}
.glossary{
  margin-bottom:22px;
}
body .closebutton {
  background: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/images/close.png);
}
.cm-website-page .field > label > span:first-child {
  margin-right: 4px;
}
.cm-website-page .hs-form-required{
  margin-left:0;
}
.hs-employment-section-one .widget-type-header {
  padding: 28px 0 10px 0;
  text-align: center;
}
.hs-employment-section-one .widget-type-header h1 {
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 27.6px;
  text-align: center;
  padding: 5px 8px;
  margin: 0;
}
.hs-employment-section-one .widget-type-linked_image {
  text-align: center;
  padding: 28px 8px 5px 8px;
}
.hs-employment-section-one .hs-richtext h3 {
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  margin: 5px 0;
  padding: 0;
  font-size: 20px;
}

.hs-employment-section-one form {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: normal;
}

.hs-employment-section-one fieldset {
  max-width: 100% !important;
}

.hs-employment-section-one fieldset .hs-form-field {
  padding: 8px 0;
  margin: 0;
}

.hs-employment-section-one fieldset .hs-form-field .hs-input {
  padding: 10px;
  border-radius: 6px;
  font-family: Verdana,Geneva,sans-serif;
  font-weight: normal;
  height: auto;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 0;
}

.hs-employment-section-one fieldset .hs-form-field > label {
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  color: #000000;
  line-height: 1.3em;
  padding: 0 0 2px;
  margin: 0;
}

.hs-employment-section-one fieldset .hs-form-field.hs_address {
  padding-bottom: 0;
}

.hs-employment-section-one fieldset .hs-form-field.hs_present_address {
  padding-bottom: 0;
}

.hs-employment-section-one fieldset .hs-form-field select.hs-input {
  height: 38px;
}

.hs-employment-section-one .inputs-list {
  margin: 0;
}

.hs-employment-section-one .inputs-list:first-child {
  padding: 0;
}

.hs-employment-section-one .hs_valid_driver_s_license_ .hs-form-radio {
  width: 25%;
  float: left;
  display: inline;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 6px;
}
.hs-employment-section-one .hs-form-radio label {
  margin: 0;
  cursor: pointer;
}
.hs-employment-section-one .hs-form-radio input[type=radio] + span {
  position: relative;
}

.hs-employment-section-one .hs-form-radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0 .3em 0 0;
  font-size: 100%;
}

.hs-employment-section-one .hs-form-radio input[type=radio] + span:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  box-shadow: inset 0 0 0 10px #fff;
  transition: box-shadow 0.4s, color 0.4s;
  vertical-align: middle;
  visibility: visible;
  color: white;
  line-height: 1em;
  margin: -1px .4em 1px 1px;
  border: 1px solid #aaa;
  border-radius: 50%;
}

.hs-employment-section-one .hs-form-radio input[type=radio]:checked:focus + span:before {
  background: black;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3), inset 0 0 0 2px #fff;
}

.hs-employment-section-one .hs-form-radio input[type=radio]:checked + span:before {
  background: #666;
  box-shadow: inset 0 0 0 3px #fff;
}
.hs-employment-section-one .hs-form-radio {
  font-family: Verdana,Geneva,sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  color: #000000;
  margin-left: 0;
  margin-bottom: 6px;
}

.hs-employment-section-one .hs-richtext h4 {
  font-size: 18px;
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 21.6px;
  margin: 5px 0;
  padding: 0;
}

.hs-employment-section-one .inputs-list {
  overflow: hidden;
}

.hs-employment-section-one .hs-richtext h5 {
  font-size: 16.2px;
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 19.44px;
  margin: 5px 0;
  padding: 0;
}

.hs-employment-section-one .hs_do_you_have_a_high_school_diploma_or_ged_ .hs-form-radio {
  margin: 0;
  float: left;
  display: inline;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
  padding: 0;
}

.hs-employment-section-one fieldset .hs-form-field textarea.hs-input {
  min-height: 98px;
}

.hs-employment-section-one .hs_degree_earned_select_the_highest_degree_earned_ li.hs-form-radio {
  display: inline;
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}

.hs-employment-section-one .hs-richtext p {
  font-family: Verdana,Geneva,sans-serif;
  color: #000000;
  font-size: 11.7px;
  line-height: 15.221px;
  white-space: normal!important;
  padding: 0;
}

.hs-employment-section-one .hs-richtext ol {
  margin: 0;
  white-space: normal!important;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 13px;
  padding-left: 16.900px;
}

.hs-employment-section-one .hs-richtext ol li {
  padding: 0;
  margin: 0;
  margin-top: 6.500px;
}

.hs-employment-section-one .hs-richtext {
  font-family: Verdana,Geneva,sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  color: #000000;
  line-height: 1.3em;
}

.hs-employment-section-one .hs-button {
  background-color: #1c4587;
  border-color: #193E79;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed',Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  border-radius: 4px;
  padding: 11.200px 20px;
  margin: 48px 0px 8px;
}

.hs-employment-section-one .hs-button:hover {
  background-color: #193E79;
  border-color: #193E79;
}
.hs-employment-section-one .hs-error-msgs li {
  margin: 0;
}
.hs-employment-section-one .hs-form .hs-error-msgs label {
  padding: 0 5px;
  margin: 0;
  border-radius: 4px;
  margin-top: 2px;
  background-color: #b91f1f;
  color: white;
  font-family: Verdana,Geneva,sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16.9px;
}
.hs-employment-section-one form,
.hs-employment-section-one .widget-type-header,
.hs-employment-section-one .widget-type-linked_image{
  background-color:#f5f6f9;
}
.hs-employment-section-one fieldset .hs-form-field select.hs-input {
  color: #cccccc;
}
.hs-employment-section-one fieldset .hs-form-field select.hs-input option {
  color: #444;
  background-color: #fff;
  font-family: Arial,Helvetica,sans-serif;
}
.hs-employment-section-one fieldset .hs-form-field select.hs-input option[value=""]{
  color:#cccccc;
}
.hs-employment-section-one .hs-form .hs-form-required {
  font-weight: bold;
  color: #8b0000;
  margin-left:4px;
}
.hs-website-section-one sup {
  font-size: 62%;
  font-weight: normal;
  margin-left: 2px;
}
.hs-form .hs-error-msgs li {
  margin-left: 0;
  padding-left: 0;
  padding-top:5px;
}

@media only screen and (max-width: 1299px) and (min-width: 1000px){
  .pools-grp .item{
    width:32.2917%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px){
  .body-container-wrapper {
    min-height: calc(100vh - 60px);
  }
  .pool-design-grp,
  .image-gallery-grp,
  .map-grp,
  .image-with-lightbox,
  .cm-website-page .hs-oembed__starter{
    padding-bottom: 20px;
  }
  .address {
    padding-top: 40px;
  }
  .retails-store-area,
  .glossary{
    margin-bottom:20px;
  }
  .hs-testimonial-section-one {
    padding-top: 288px;
  }
  .pools-grp .item {
    width: 47.8261%;
  }
  .cm-website-page .hs-submit .actions {
    text-align: left;
    margin-left: calc(40% - 5px);
  }

}
@media (max-width: 900px){
  body .mfp-arrow-left {
    left: 0;
    margin-top: -40px;
  }
}
@media (min-width: 768px){
  ul.gallery-05 li:nth-child(5n+6) {
    clear: left;
  }

}
@media (max-width: 767px){
  ul.gallery-05 li:nth-child(2n+3) {
    clear: left;
  }
  .hs-website-section-one p {
    word-break: break-word;
  }
  .body-container-wrapper {
    min-height: 100%;
    margin-bottom: 0;
  }
  .herobody {
    display: flex;
    padding-top: 160px;
    min-height: 0;
  }
  .slogan {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0 20px;
  }
  .slogan h1 {
    font-size: 25px;
  }
  .slogan h2 {
    font-size: 18px;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .herobody {
      height: auto;
    }
  }
  .cm-home-page .dnd-section {
    margin:0;
  }
  ul.gallery-04 li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .cm-testimonial-page .dnd-section {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.gallery-05 li {
    padding: 0;
    margin: 30px 0 0 30px;
    list-style: none;
    float: left;
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    text-align: center;
  }
  .hs-employment-section-one .widget-type-header {
    padding-top: 5px;
  }

  .hs-employment-section-one .widget-type-linked_image {
    padding: 8px;
  }
  .hs-employment-section-one fieldset .hs-form-field {
    width: 100% !important;
    float: none;
  }
  .hs-employment-section-one fieldset .hs-form-field .hs-input {
    width: 100% !important;
  }

  .hs-employment-section-one fieldset .hs-form-field .input {
    margin-right: 0 !important;
  }
  .pools-grp .item {
    position: static !important;
    float: none !important;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .map {
    float: none;
    width: 100%;
  }
  .hs-employment-section-one .hs-button {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .hs-employment-section-one .hs_degree_earned_select_the_highest_degree_earned_ li.hs-form-radio {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin: 5px 0;
  }
  .hs-employment-section-one .hs_valid_driver_s_license_ .hs-form-radio {
    width: 100%;
    float: none;
    display: block;
  }
  .hs-testimonial-section-one {
    padding-top: 316px;
  }




}
@media (max-width: 479px){
  .glossary-item-left {
    width: 100%;
    float: none;
  }
  .glossary-item-right {
    width: 100%;
    float: none;
  }
  ul.gallery-03 {
    text-align: center;
  }
  ul.gallery-03 li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .hs-employment-section-one fieldset .hs-form-field .hs-input {
    width: 100% !important;
  }
  .hs-employment-section-one fieldset .hs-form-field .input {
    margin-right: 0 !important;
  }
  .cm-website-page .field>label {
    width: 100%;
    float: none;
  }
  .cm-website-page .field>.input {
    width: 100%;
    float: none;
  }
  .cm-website-page .hs-submit .actions {
    margin-left: 0;
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 30px;
  z-index: 5000;
  right: 0;
}
/* .header-wrap {
min-height: 215px;
} */
.header__logo {
  float: left;
  text-align: center;
  padding: 10px 0;
  z-index: 10000;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -600px;
}
.custom-menu-primary {
  float: right;
  width: -webkit-calc(100% - 330px);
  width: -moz-calc(100% - 330px);
  width: calc(100% - 330px);
  padding: 0px 10px 0 20px;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.header .phone {
  float: left;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -600px;
  clear: left;
  top: 110px;
}
.phone h2 {
  font: bold 12px/25px 'Lato', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}
.phone h1,.phone h1 a {
  font: bold 27px/30px 'Lato', sans-serif;
  color: #00ADEF;
  text-decoration: none;
  -webkit-text-shadow: 0 0 4px #000;
  -moz-text-shadow: 0 0 4px #000;
  text-shadow: 0 0 4px #000;
  margin: 0;
}
.NavigationTrigger {
  display:none;
}
body:before {
  content: '';
  display: block;
  background: rgba(51,51,51,0.5);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,0)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.cm-full-page .header__logo,
.cm-full-page .header .phone{
  width: 260px;
  left: 0;
  margin-left: 0;
}

@media (max-width: 1299px) and (min-width:1000px){
  .header__logo {
    margin-left: -480px;
    width: 240px;
  }
  .header .phone {
    margin-left: -480px;
    width: 240px;
  }
  .custom-menu-primary {
    width: -webkit-calc(100% - 255px);
    width: -moz-calc(100% - 255px);
    width: calc(100% - 255px);
    padding: 0 5px 0 10px;
  }

}

@media (max-width: 999px) and (min-width:768px){
  .header__logo {
    margin-left: -360px;
    width: 180px;
  }
  .header .phone {
    margin-left: -360px;
    width: 180px;
    top:90px;
  }
  .custom-menu-primary {
    width: -webkit-calc(100% - 195px);
    width: -moz-calc(100% - 195px);
    width: calc(100% - 195px);
    padding: 0 5px 0 10px;
  }
  .phone h2 {
    font-size: 10px;
    line-height: 20px;
  }
  .phone h1, .phone h1 a {
    font-size: 23px;
  }

}

/* Mobile Styles */

@media (max-width: 767px) {
  .NavigationTrigger {
    float: right;
    width: 60px;
    height: 60px;
    background: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/images/nav.png) right no-repeat;
    right: 50%;
    margin-right: -210px;
    display: block;
    text-indent: -9999px;
    position: relative;
    cursor:pointer;
    z-index: 99999;
  }
  .custom-menu-primary {
    float: none;
    width: 100%;
    display: none;
  }
  .header__logo {
    float: none;
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 0;
    position: relative;
  }
  .header__logo a {
    float: left;
    width: 200px;
    left: 50%;
    margin-left: -246px;
    position: relative;
    padding: 5px 0;
  }
  .header__logo img {
    width: 127.77px !important;
  }
  .header .phone {
    float: none;
    text-align: center;
    margin: 0;
    left: 0;
    padding: 80px 0 0;
    width: 100%;
    position: static;
    top: 0;
  }
  .custom-menu-primary > div {
    background: rgba(51, 51, 51, 0.8);
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    padding: 60px 0 0;
    width: 420px;
    left: 50%;
    margin-left: -215px;
    position:relative;
    max-height: calc(100vh);
    overflow-y: auto;
  }
  .header-main {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(51,51,51,0.5);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,0)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
  }
  .header {
    position: relative;
    padding-bottom: 0;
  }
  .cm-full-page .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    z-index: 5000;
  }

  .cm-full-page .header__logo,
  .cm-full-page .header .phone {
    width: 100%;
  }
  .cm-full-page .header__logo a {
    margin-left: -210px;
  }
  .cm-full-page .header__logo {
    text-align: left;
  }

}
@media (max-width: 479px){
  .header__logo a {
    margin-left: -186px;
  }
  .NavigationTrigger {
    margin-right: -150px;
  }
  .custom-menu-primary > div {
    width: 300px;
    margin-left: -155px;
  }
  .cm-full-page .header__logo a {
    margin-left: -150px;
  }
  .slogan {
    max-width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {}
.footer__copyright {}

.footer {
  position: relative;
  z-index: 100;
}
.footerContent {
  float: right;
  width: -webkit-calc(100% - 535px);
  width: -moz-calc(100% - 535px);
  width: calc(100% - 535px);
  text-align: right;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 20px;
}
.footerContent p {
  margin: 0;
}
.FooterLogos {
  float: left;
  width: 535px;
  padding: 5px;
}
.FooterLogos a {
  float: left;
  text-decoration: none;
}
.FooterLogos img {
  padding: 5px;
}

#TenSteps {
  position: fixed;
  right: 0;
  bottom: 65px;
  padding: 20px 30px;
  z-index: 4800;
  margin: 0 auto;
}
#TenSteps .background {
  background: rgba(51, 51, 51, 0.7);
  padding: 10px;
  position: relative;
}
#TenSteps a, #TenSteps a:visited {
  text-decoration: none;
  display: block;
  padding-right: 140px;
}
#TenSteps h2 {
  font: normal 16px/22px "Lato",sans-serif;
  margin:0;
}
#TenSteps p {
  background: rgb(253,152,3);
  background: -moz-linear-gradient(top, rgba(253,152,3,1) 0%, rgba(226,137,44,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,152,3,1)), color-stop(100%,rgba(226,137,44,1)));
  background: -webkit-linear-gradient(top, rgba(253,152,3,1) 0%,rgba(226,137,44,1) 100%);
  background: -o-linear-gradient(top, rgba(253,152,3,1) 0%,rgba(226,137,44,1) 100%);
  background: -ms-linear-gradient(top, rgba(253,152,3,1) 0%,rgba(226,137,44,1) 100%);
  background: linear-gradient(to bottom, rgba(253,152,3,1) 0%,rgba(226,137,44,1) 100%);
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  color: #FFF;
  font: normal 15px/24px 'Roboto Condensed', sans-serif;
  font-style: italic;
  padding: 1px 15px 3px;
  margin: 0;
  margin-top: 5px;
  position: relative;
}
#TenSteps p:after {
  background: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/images/icon-download.png) center no-repeat;
  height: 15px;
  padding: 15px;
  content: '';
  display: inline;
}
#TenSteps .background:after {
  background: url(https://8292341.fs1.hubspotusercontent-na1.net/hubfs/8292341/raw_assets/public/DenscotPools_August2020/images/cover-perfect-pool.png) right bottom no-repeat;
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  right: -15px;
  width: 179px;
  height: 216px;
}

@media(max-width: 999px) and (min-width: 768px){
  .FooterLogos {
    width: 390px;
  }
  .FooterLogos img {
    max-height: 44px;
    width: auto;
  }
  .footerContent {
    width: -webkit-calc(100% - 392px);
    width: -moz-calc(100% - 392px);
    width: calc(100% - 392px);
  }

}

@media(max-width: 767px){
  .FooterLogos {
    float: none;
    width: 100%;
  }
  .footerContent {
    float: none;
    width: 100%;
    text-align: center;
  }
  .FooterLogos a {
    float: none;
  }
  #TenSteps {
    position: relative;
    max-width: 340px;
    right: auto;
    padding: 150px 30px 20px;
    bottom: auto;
  }

}

@media(max-width: 479px){
  #TenSteps .background:after {
    right: -5px;
  }
  #TenSteps {
    padding-left: 10px;
    padding-right: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
}

.blog-header {
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  padding: 0 0 20px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 10px 0;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 10px;
  margin-top:10px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  color: #000;
}

.blog-recent-posts {
  margin-top: 20px;
  padding: 20px 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 10px;
  text-decoration: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}

.comment-date { font-size: 13px; text-align: left; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .post-item-inner{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .post-item-inner .span4,
.post-item .post-item-inner .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .post-item-inner .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 999px){
  .blog-index.span9 {
    width: 100%;
    display: block;
  }
  .blog-sidebar.span3 {
    display: block;
    width: 100%;
  }

}
@media(max-width: 767px){
  .post-item .post-item-inner {
    display: block;
  }
  .post-item .post-item-inner .span8 {
    display: block;
    width: 100%;
  }
  .featured-image-wrapper.span4 {
    display: block;
  }
  .featured-image-wrapper.span4 img {
    margin-bottom: 10px;
  }
  .blog-recent-posts__list {
    display: block;
  }
  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
  z-index:1;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 26vw;
  font-weight: bold;
  color: #bdc1c5;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 16rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.form-container {
  max-width: 500px;
}
.form-container .hs-form-field {
  margin-bottom:10px;
}
.form-container .hs-button {
  margin-top:10px;
  margin-bottom:10px;
}
.form-input-validation-message ul,
.form-input-validation-message ul li {
  padding-left: 0;
  margin-left: 0;
}
input#hs-pwd-widget-password {
  max-width: 500px;
  display: block;
  height: 26px !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
p.header {
  position: static !important;
  background-color: transparent !important;
  padding: 0 !important;
}

@media(max-width:999px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .form-container,
  input#hs-pwd-widget-password{
    max-width: 100%;
  }
  .systems-page .success {
    min-width:100%;
  }
}