html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}a {background-color: transparent;}strong {font-weight: 700;}img {border-style: none;}input, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}input {overflow: visible;}select {text-transform: none;}[type="submit"] {-webkit-appearance: button;}[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}textarea {overflow: auto;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}

main {
    display: block;
    max-width: 100%;
    overflow-x: hidden;
}
.section-hero img{width: 100%;}
*,

*:after,

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

html, body {
   -webkit-text-size-adjust: 100%;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   line-height: 1.8;
   background: #fff;
   font-size: 18px;
   padding: 0px;
   margin: 0px;
   color: #666666;
}
    body{
        overflow-x: hidden;
    }
.clear {
   clear: both;
}

.center {
   text-align: center;
}

.uppercase {
    text-transform: uppercase;
 }

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    color: #002972;
}

a:hover {
    color: #e1523d;
}

p a {
    text-decoration: underline;
}

p {
    line-height: 1.8;
    margin: 0px 0px 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

p strong {
    font-weight: 700;
}

h1, h2, h3 {
    font-weight: 600;
    margin: 0px 0px 20px;
    color: #fff;
}

h1, h2 {
    line-height: 1.2;
    font-size: 56.2px;
    font-weight: 600;
    font-family: 'Montserrat', sans-erif;
    color: #000;
    margin-bottom: 35px;
}


h3 {
    line-height: 1.2;
    font-size: 24px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

img {
   vertical-align: middle;
   border-style: none;
   max-width: 100%;
   height: auto;
}


.button {
    vertical-align: middle;
    font-weight: 500;
    line-height: 64px;
    height: 64px;
    background: #23408f;
    min-width: 215px;
    font-size: 20.4px;
    display: inline-block;
    padding: 0px 30px;
    border: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
}

.button:hover{
    color: #fff;
    background: #4ce7ff;
    border-color: #4ce7ff;
}

.container {
   max-width : 100%;
   min-width : 320px;
   margin : 0px auto;
   padding: 0 40px;
}

@media (min-width : 1px) {

   .container {
       padding : 0px 20px;
   }

   
}
@media (min-width : 480px) {
   .container {
       padding : 0px 60px;
   }
}

@media (min-width: 1600px) {
 .container {
     padding: 0 85px;
 }
}

#site-header {
    padding: 32px 0 34px;
    background: #fff;
}

.site-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   column-gap: 10px;
}
.site-header>div{
    flex-grow: 1;
}
.site-logo {
    display: block;
    width: 455px;
    text-align: center;
    box-sizing: content-box;
}
.site-logo img{
    width: 100%; display: block;
}
.site-header-logo-address {
    display: flex;
    align-items: center;
    column-gap: 53px;
}
.site-header-logo-address p{
    font-size: 21px;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    color: #133453;
    line-height: 1.2;
    margin: 0;
}

.site-header-buttons {
   display: flex;
   justify-content: flex-end;
   column-gap: 22px;
   order: 3;
}

.site-header-button {
text-align: center;
}



#section-1{
    padding-top: 60px;
    padding-bottom: 68px;
}
#block-early-bird-sale {
    position: relative;

}
#block-early-bird-sale h1{
    padding-right: 450px;
    line-height: 1;
}
#block-early-bird-sale h1 span{
    color: #f05423;
}

#photo1{
    position: absolute;
    right: 0;
    bottom: -10px;
}
#block-early-bird-sale {
    position: relative;
}
#block-packages-off {
    padding: 30px 300px 30px 90px;
    border: solid 8px #23408f;
    margin-right: 200px;
}
#block-packages-off p {
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin: 0;
}
#block-packages-off p strong{
    color: #f05423; font-size: 56.2px;
    font-weight: 600;
}

#section-2{

}

.block-how-it-works {
    background: #192858;
    padding: 27px 24px;
}
.block-how-it-works-heading {
    background: #f05423;
    padding: 22px 20px;
    margin-bottom: 45px;
}
.block-how-it-works-heading h2{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 44px;
}
.block-how-it-works-steps {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}
.block-how-it-works-steps >div{
    flex-grow: 1;
    width: 20%;
}
.block-how-it-works-steps >div p{
    color: #fff;
    font-size: 21px;
    font-family: 'Cabin', sans-serif;
    line-height: 1.4;
    margin: 0;
}
.block-how-it-works-step-icon {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.block-how-it-works-step-head {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.block-how-it-works-step-head span{
    display: flex;
    width: 69px;
    height: 69px;
    justify-content: center;
    align-items: center;
    background: #00a2ff;
    color: #fff; font-size: 44px; font-weight: 600;
    border-radius: 100%;
}
.block-how-it-works-steps >div .block-how-it-works-step-head p {
    font-size: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

#section-3 {
    padding: 65px 0 0 0;
}

.block-offers {
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
}
.block-offers>div{
    border: solid 8px #23408f;
    padding: 20px 25px 40px 25px;
    text-align: center;
    flex-grow: 1;
    width: 45%;
}
.block-offer-heading {
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.block-offer-photo {
    width: auto;
}

.block-offer-heading h3 {
    color: #ed1c24;
    font-size: 56px;
    margin: 0;
    font-weight: 600;
}
.block-offer-heading p,
.block-offer-description p {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}
.block-offer-heading .block-offer-heading-large {
    font-size: 45px;
    line-height: 1;
}
.block-offer-description {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

#section-4 {
    padding-top: 70px;
    padding-bottom: 80px;
}

.block-pool-packages {
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
}
.block-pool-packages>div {
    border: solid 8px #f05423;
    border-top: 0;
    text-align: center;
    min-width: 570.5px;
    flex-grow: 1;
    width: 40%;
}
.block-pool-package-title {
    border-top: solid 8px #f05423;
    border-bottom: solid 8px #f05423;
    background: #f05423;
}    
.block-pool-package-title p {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    padding: 25px 0;
    position: relative;
}
.upgraded:after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 54px;
    background: url(images/upgraded1.svg) no-repeat center top;
    background-size: 240px 54px;
    position: absolute;
    width: 100%;
    bottom: -38px;
    left: 0;
}
.block-pool-package-green .upgraded:after {
    background: url(images/upgraded2.svg) no-repeat center top;
    background-size: 240px 54px;
}
.block-pool-package-description {
    padding: 50px 40px 40px 40px;
}
.block-pool-package-inclusions {
    font-size: 30px;
    text-align: left;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: solid 7px #f05423;
    padding-bottom: 35px;
    min-height: 285px;
}

.block-pool-package-regular-price {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0px;
}
.block-pool-package-sale-price {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px;
    color: #23408f;
}

.block-pool-package.block-pool-package-red,
.block-pool-package.block-pool-package-red .block-pool-package-inclusions{
    border-color: #ed1c24;
    background: #efbaa6;
}
.block-pool-package-red .block-pool-package-title {
    border-top: solid 8px #ed1c24;
    border-bottom: solid 8px #ed1c24;
    background: #ed1c24;
}  
.block-pool-package-red .block-pool-package-description{
    background: #efbaa6;
}

.block-pool-package.block-pool-package-teal,
.block-pool-package.block-pool-package-teal .block-pool-package-inclusions{
    border-color: #027f8c;
    background: #adced5;
}
.block-pool-package-teal .block-pool-package-title {
    border-top: solid 8px #027f8c;
    border-bottom: solid 8px #027f8c;
    background: #027f8c;
}  
.block-pool-package-teal .block-pool-package-description{
    background: #adced5;
}

.block-pool-package.block-pool-package-green,
.block-pool-package.block-pool-package-green .block-pool-package-inclusions{
    border-color: #728010;
    background: #c7cc9d;
}
.block-pool-package-green .block-pool-package-title {
    border-top: solid 8px #728010;
    border-bottom: solid 8px #728010;
    background: #728010;
}  
.block-pool-package-green .block-pool-package-description{
    background: #c7cc9d;
}

.block-pool-package.block-pool-package-orange,
.block-pool-package.block-pool-package-orange .block-pool-package-inclusions{
    border-color: #f25321;
}
.block-pool-package-orange .block-pool-package-title {
    border-top: solid 8px #f25321;
    border-bottom: solid 8px #f25321;
    background: #f25321;
}  
.block-pool-package-orange .block-pool-package-description{
    background: #fdd9c5;
}

.block-pool-package.block-pool-package-blue,
.block-pool-package.block-pool-package-blue .block-pool-package-inclusions{
    border-color: #192858;
}
.block-pool-package-blue .block-pool-package-title {
    border-top: solid 8px #192858;
    border-bottom: solid 8px #192858;
    background: #192858;
}  
.block-pool-package-blue .block-pool-package-description{
    background: #bfbed6;
}

.block-pool-package.block-pool-package-fullwidth-blue{
    border-color: #192858;
}
.block-pool-package-fullwidth-blue .block-pool-package-title {
    border-top: solid 8px #192858;
    border-bottom: solid 8px #192858;
    background: #192858;
}  
.block-pool-package-fullwidth-blue .block-pool-package-description {
    background: #ffffff;
    padding: 30px 40px 40px 40px;
    text-align: left;
}
.block-pool-package-fullwidth-blue .block-pool-package-description p{
    margin-bottom: 0;
}

.block-pool-package.block-pool-package-fullwidth-gray{
    border-color: #192858;
}
.block-pool-package-fullwidth-gray .block-pool-package-title {
    border-top: solid 8px #192858;
    border-bottom: solid 8px #192858;
    background: #192858;
}  
.block-pool-package-fullwidth-gray .block-pool-package-description{
    background: #ededed;
}


.block-pool-package.block-pool-package-fullwidth-green {
    margin-top: 40px;
}
.block-pool-package.block-pool-package-fullwidth-gray{
    margin-top: 20px;
}
.block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description,
.block-pool-package.block-pool-package-fullwidth-green .block-pool-package-description {
    padding: 40px 50px 40px 50px;
}
.block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description p,
.block-pool-package.block-pool-package-fullwidth-green .block-pool-package-description p{
    text-align: left;
    font-size: 26px;
    margin: 0;
    line-height: 1.7;
}
.block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description p a{
    text-decoration: none; color: inherit;
}
.block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description{
    display: flex    ;
        justify-content: center;
}

.block-sale-hours {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 45px;
    margin-top: 40px;
}
.block-sale-hours >div{
    flex-grow: 1;
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px 50px 50px;
}

.block-sale-hours >div:first-child {
    background: #00a2ff;
    border: solid 8px #23408f;
}
.block-sale-hours >div:last-child{
    background: #f05423;
    border: solid 8px #192858;
}
.block-sale-hours >div h3{
    font-size: 45px; line-height: 1.2;
    color: #fff;
    
    margin-bottom: 30px;
}
.block-sale-hours >div p{
    font-size: 30px; line-height: 1.2;
    color: #fff;
}
.block-sale-hours >div p:last-child{
    margin-bottom: 0;
}
.block-sale-hours >div p a{
    color: inherit;
    text-decoration: none;
}
.block-act-fast {
    padding-top: 45px;
}
.block-act-fast h2{
    margin-bottom: 20px;
}
.block-act-fast p{
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
}

#contact {
    background: #192858;
    padding-top: 70px;
    padding-bottom: 40px;
}
#contact h2 {
    color: #fff;
    font-size: 57px;
    margin-bottom: 30px;
    font-weight: 700;
}

#contact p {
    color: #fff;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 45px;
}
#contact p a{
    color: inherit; text-decoration: none;
}

.contact-form-wrap .input-control{
    margin-bottom: 10px;
}

.contact-form-wrap .input-control input[type="text"],
.contact-form-wrap .input-control input[type="email"],
.contact-form-wrap .input-control select,
.contact-form-wrap .input-control textarea{
    display: block;
    color: #666;
    border-radius: 0;
    margin-bottom: 0px !important;
    border: 0;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
    height: 55px;
    padding: 0px 20px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Montserrat", serif;
    outline: none;
}
.contact-form-wrap .input-control select{
    background: #fff url(images/dropdown-arrow.png) no-repeat right 14px center;
}
.contact-form-wrap .input-control textarea{
    padding: 18px 20px;
    height: 150px;
}
.contact-form-wrap .input-control input[type="submit"] {
    margin: 2px auto 0 !important;
    display: block;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding: 0;
    width: 298px;
    line-height: 74px;
    height: auto;
    border: 0 !important;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background: #00a2ff;
    -webkit-appearance: none;
    border-radius: 0px;
}
.contact-form-wrap .input-control input[type="submit"]:hover{
    background: #f05423;
    border-color: #f05423;
}
.input-control.input-recaptcha {
    float: left;
}
.input-control.input-submit {
    float: right;
}
#free-guide {
    max-width: 615px;
    margin: 0 auto 10px;
    position: relative;
}
.input-control label {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 14px;
    text-align: left;
    margin: 12px 0px 8px 0;
    line-height: 17px;
    display: block;
}
#main-form-notification,
.main-form-notification {
     display: none;
     margin: 0px 0px 10px 0px;
}
#main-form-notification > .status-error,
.main-form-notification > .status-error,
#main-form-notification > .error,
.main-form-notification > .error  {
    border-left: 5px solid #db1f1f;
    line-height: 24px;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #dd4b39;
}
#main-form-notification > .success,
.main-form-notification > .success  {
    border-left: 5px solid #007e27;
    line-height: 24px;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #00c23c;
}
#main-form-loader,
.main-form-loader  {
     background : rgba(0, 0, 0, 0.50);
     position : absolute;
     display : none;
     height : 100%;
     width : 100%;
     left : 0px;
     top : 0px;
}
.lds-ring {
     display: block;
     position: absolute;
     width: 64px;
     height: 64px;
     left : 45%;
     top : 50%;
     margin : -32px -32px 0px 0px;
}
.lds-ring div {
     box-sizing: border-box;
     display: block;
     position: absolute;
     width: 51px;
     height: 51px;
     margin: 6px;
     border: 6px solid #fff;
     border-radius: 50%;
     animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
}
@keyframes lds-ring {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}


#site-footer {
    position: relative;
    z-index: 9;
}

#site-copyright {
    background: #fff;
    padding: 40px 0px 34px;
    color: #000;
    text-align: center;
    position: relative;
}

#site-copyright a {
    color: #000;
    text-decoration: underline;
}

#site-copyright a:hover {
    color: #000;
}

#site-copyright p {
    line-height: 1;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

#site-copyright p br {
    display: none;
}
#site-scroll-top {
    cursor: pointer;
    border: 0;
    text-align: center;
    display: block;
    width: 28px;
    margin: 0 auto;
}


@media (min-width:640px){
.container{padding:0 25px}
}
@media (min-width:1024px){
.container{padding:0;width:940px}
}
@media (min-width:1280px){
.container{width:1190px; width: 100%; padding: 0 150px;}
}

@media only screen and (min-width:1601px) and (max-width:1920px) {
	.container{padding: 0 100px;}
}

@media only screen and (min-width:1367px) and (max-width:1600px) {
	.container{padding: 0 50px;}
}
@media only screen and (max-width: 1366px) {
	.container{padding: 0 50px;}
}

@media only screen and (min-width:1153px) and (max-width:1280px) {
	.container {padding: 0 40px; width: 100%;}
    .block-pool-packages>div{min-width: 40%;}
}

@media only screen and (min-width: 768px) and (max-width: 1152px) {
    h1, h2{font-size: 45px;}
	.container {padding: 0 40px; width: 100%;}
    .site-header{display: block;}
    .site-logo{margin: 0 auto;}
    .site-header>div{width: 100%;}
    .site-header-logo-address{display: block;}
    .site-header-logo-address p{text-align: center; padding-top: 10px;}
    .site-header-buttons{display: block; padding-top: 20px;}
    #section-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #block-early-bird-sale h1 {
        padding-right: 0;
    }
    #photo1 {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0 auto 30px;
        display: block;
    }
    #block-packages-off {
        padding: 30px 30px 30px 30px;
        margin-right: 0;
    }
    .block-how-it-works{padding-bottom: 50px;}
    .block-how-it-works-steps{row-gap: 50px;}
    .block-how-it-works-steps >div{width: 40%;}
    .block-offers{gap: 20px;}
    .block-offer-heading {        min-height: 110px;}
    .block-offer-heading h3{font-size: 46px;}
    .block-offer-heading p, .block-offer-description p {font-size: 22px;}
    .block-offer-heading p br, .block-offer-description p br{display: none;}
    .block-offer-heading .block-offer-heading-large {
        font-size: 28px;}
    .block-pool-package-title p{    padding: 15px 15px; font-size: 35px;}
    .block-pool-package-inclusions {
        font-size: 22px;
        line-height: 1.4;
    }
    .block-pool-packages{gap: 20px;}
    .block-pool-packages>div{min-width: 0; width: 40%;}
    .block-pool-package-description {
        padding: 30px 20px 40px 20px;
    }
    .block-pool-package-regular-price {
        font-size: 30px;
    }
    .block-pool-package-sale-price {
        font-size: 36px;
    }
    .upgraded:after, .block-pool-package-green .upgraded:after{background-size: 200px;}
    .block-sale-hours >div{ padding: 30px 25px 40px 25px;}
    .block-sale-hours{    column-gap: 20px;}
    .block-sale-hours >div p {
        font-size: 20px;
    }
    .block-sale-hours >div h3 {
        font-size: 35px;}
    .block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description p, 
    .block-pool-package.block-pool-package-fullwidth-green .block-pool-package-description p{
        font-size: 20px;
    }
    #contact{padding-top: 40px;}
}


 @media only screen and (max-width: 767px) {
 	.container{padding: 0 20px;}
     #site-copyright p br {
        display: block;
    }
    
     #site-header {
        padding: 25px 0 25px;
        height: auto; border-bottom: 0;
     }
     .site-header {
        display: block;
        text-align: center;
        height: auto;
    }
    .site-header-logo-address{
        display: block;
    }
    .site-header>div{
        width: 100%;
    }
    .site-logo {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .site-header-buttons {
        display: block;
    }
    .site-header-button {
        padding-top: 20px;
    }


    #site-scroll-top {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 auto;
    }
    #contact {
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .input-control.input-submit {
        float: none;
    }
    h1, h2{
        font-size: 44px;
    }
    #section-1 {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    #block-early-bird-sale h1 {
        padding-right: 0;
    }
    #photo1{
        bottom: 0;
        display: block;
        margin-bottom: 30px;
        position: relative;
    }

    #block-packages-off {
        padding: 20px 20px 30px 20px;
        margin-right: 0;
    }
    #block-packages-off p {
        font-size: 7.5vw;
    }
    #block-packages-off p strong{
        font-size: 10.5vw;
    }
    .block-how-it-works-heading h2{
        font-size: 36px;
    }
    .block-how-it-works-steps{
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .block-how-it-works-steps >div{
        width: 100%; margin-bottom: 50px;
    }
    .block-how-it-works-steps >div:last-child{
        margin-bottom: 30px;
    }
    .block-how-it-works-steps >div .block-how-it-works-step-head p br{
        display: none;
    }
    .block-offers{
        display: block;
    }
    .block-offers>div{
        width: 100%; margin-bottom: 30px;
    }
    .block-offer-heading p br,
    .block-offer-description p br{
        display: none;
    }

    #section-4 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .block-pool-packages>div{
        min-width: 100%;
    }
    .block-pool-package-description {
        padding: 30px 20px 20px 20px;
    }
    .block-pool-package-inclusions {
        font-size: 26px;
    }
    .block-pool-package-regular-price {
        font-size: 34px;
    }
    .block-pool-package-sale-price {
        font-size: 40px;}
    .block-pool-package-description.upgraded-description {
        padding-top: 55px;
    }
    .block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description, .block-pool-package.block-pool-package-fullwidth-green .block-pool-package-description {
        padding: 30px 30px 40px 30px;
    }
    .block-pool-package.block-pool-package-fullwidth-gray .block-pool-package-description p, .block-pool-package.block-pool-package-fullwidth-green .block-pool-package-description p{
        font-size: 24px;
    }
    .block-sale-hours{display: block;}
    .block-sale-hours >div{
        width: 100%;
        margin-bottom: 30px; padding: 40px 40px 50px 40px;
    }
    .block-sale-hours >div p {
    font-size: 28px;}
}