.text-right {
    text-align: right;
}

.text-center {
    text-align: center
}

.container {
    padding-left: 2em;
    padding-right: 2em;
}

p {
    margin-bottom: 2em;
}

p a {
    color: #2baae1;
}

h2 {
    text-transform: uppercase;
}

iframe {
    min-height: 360px;
    max-width: 100%;
    width: 100%;
}

h1 {
    font-size: 2.4em;
    font-weight: 800;
    margin-bottom: 1em;
}

.btn {
    padding: 0.6em 2em 0.8em;
    background-color: transparent;
    border-radius: 5px;
    font-weight: 800;
    transition: background 0.2s ease-in;
}

.btn.white {
    border: 2px solid #fff;
    color: #fff;
}

.btn.white:hover {
    background-color: #fff;
    color: #003b64;
}

.header {
    padding: 2em 0;
}

.header .columns .column:last-child {
    text-align: right;
}

.header a.location-button {
    background-color: #003b64;
    color: #fff;
    padding: 0.8em 2em;
    display: inline-block;
    transition: background 0.2s ease-in;
}

.header a.location-button:hover {
    background-color: #2baae1;
}

.header .columns {
    align-items: center;
}

h3.cta {
    color: #003b64;
    font-size: 1.5em;
    font-weight: 800;
    text-align: center;
    padding: 20px;
    border: 3px dashed #003b64;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.cta span {
    font-weight: 200;
    font-size: .8em;
    color: #4a4a4a;
    font-style: italic;
}

.intro {
    background-color: #003b64;
    padding: 3em 0 2em;
}

.intro h1,
.intro p {
    color: #fff;
}

.intro h1 {
    margin-bottom: 0.5em;
}

.intro p {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 2em;
}

.intro .pad {
    padding-right: 5em;
}

.intro .btn {
    display: inline-block;
    margin-top: 3em;
}

.locations {
    padding: 3em 0;
}

.locations h2 {
    font-size: 2em;
    font-weight: bold;
    color: #003b64
}



.locations p {
    margin-top: 2em;
}

.locations p a {
    background-color: #003b64;
    color: #fff;
    padding: 0.8em 2em;
    display: inline-block;
    margin-top: 2em;
    transition: background 0.2s ease-in;
}

.locations p a:hover {
    background-color: #2baae1;
}

.locations p a i {
    margin-right: 1em;
}

.whybuys {
    background-color: #2baae1;
    padding: 3em 0;
}

.whybuys h2,
.whybuys li,
.whybuys p {
    color: #fff;
}

.whybuys h2 {
    font-size: 2em;
    font-weight: bolder;
}

.whybuys img {
    max-width: 600px;
    width: 100%;
}

.intro ul {
    list-style: disc;
    padding-left: 40px;
    margin-top: 2em;
}

.intro ul li {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    color: #fff;
}

form {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    text-align: center;
    justify-content: flex-end;
}

form input[type="text"] {
    border-radius: 5px;
    padding: 1em;
    border: none;
    font-size: 15px;
    margin-bottom: 2em;
}

form input[type="submit"] {
    padding: 0.8em 1em;
    background-color: #003b64;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    width: 30%;
    transition: background 0.2s ease-in;
}

form h4 {
    font-size: 2em;
    color: #fff;
    font-size: 2em;
    font-weight: bolder;
    margin-bottom: 1em;
}

.columns.gallery .column {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.products {
    padding: 3em;
}

.products h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 2em;
    color: #003b64;
}

.products a {
    color: #003b64;
}

.products p span {
    color: red;
}

.products ul li {
    padding: 3em;
    display: flex;
    flex-direction: column;
}

.products ul li img {
    max-height: 200px;
    display: block;
    margin-bottom: 1.5em;
}

.formBuilder {
  max-width: 100% !important;
  width: 100% !important;
}

.pool-bottom-image {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 400px;
}

#form .formBuilder.formElementsModule.js-form-container.blockLabels.enter_ani_none.none {
  width: 100%;
  max-width: 100%;
}


@media (max-width: 768px) {
    .container {
        padding: 0 2em;
    }

    .locations .columns .column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
