/* 
@font-face {
	font-family: 'Garet';
	src: url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/OT/Garet-Book.otf') format('opentype'),
		url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/TT/Garet-Book.ttf') format('truetype'),
		url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/Web/Garet-Book.woff') format('woff'),
		url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/Web/Garet-Book.woff2') format('woff2');
	font-display: block;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wght" 300;

}
@font-face {
	font-family: 'Garet';
	src: url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/OT/Garet-Heavy.otf') format('opentype'),
		url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/TT/Garet-Heavy.ttf') format('truetype'),
		url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/Web/Garet-Heavy.woff2') format('woff'),
		url('https://mypowerparking.com/wp-content/themes/mpp/fonts/Garet/Web/Garet-Heavy.woff') format('woff2');
	font-display: block;
	font-weight: 900;
	font-style: normal;
	font-variation-settings: "wght" 850;
} */

:root {
    --power-blue: #183b6d;
}
body {
    background-color: #f7f8f8;
    font-family: "Montserrat", sans-serif;
}
.header__logo {
    width: 100%;
    display: flex;
    justify-content: center;
}
.header::before {
    content: "";
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: var(--power-blue);
    z-index: -1;
}
.content {
    border-radius: 35px;
    border: none;
}
.content__main {
    border-right: none;
}
.content__heading {
    border-bottom:0;
    background: none;
    min-height: 185px;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.content__secondary .content__heading h3 {
    font-size: 25px;
    font-weight: 400;
    color: var(--power-blue);
}
.content__main .content__heading h2,
.content__secondary .content__heading h2 {
    font-size: 33px;
    font-weight: 800;
    color: var(--power-blue);
}
body.scrolling .content__headings{
    display: flex;
    flex-direction: row-reverse;
}
.content__secondary .content__heading h2:first-child{
    display:none;
}
.content__padding{
    padding-left: 20px;
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 20px;
    position: relative;
}
.content__padding.things-to-know h4 {
    margin-bottom: 10px;
}
.content__padding h4,
#form__section-apply-components,
button[name="button"] {
    background-color: var(--power-blue);
    color: white;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    position: relative;
}
#form__section-apply-components,
button[name="button"] {
    text-align: center;
    border: none;
}
.form__section--shipping-information{
    padding-top:0;
}
.form__section--shipping-information .form__section-heading{
    display:none;    
}
.form__section--shipping-information > div:not(.form__fields-name){
    display:none;
}
.content__padding div {
    columns:2;
}
.content__padding div p {
    flex: 50%;
    margin-bottom:10px;
    line-height:1;
}
.shopping-cart-text {
    padding-left: 20px;
    padding-right: 20px !important;

}
.shopping-cart-text h2 {
    background-color: #efeff0;
    margin: 0px;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 300;
    color: #7f838d;
}
#summary {
    position: relative !important;
    top: 0px !important;
    padding-top: 0px;
}
.plan__summary-table {
    background-color: #efeff0;
    padding: 40px 20px;
    padding-top: 30px;
}
.plan__summary-table #todays-charge {
    color: black;
    font-size: 22px;
    border-top: 0px;
    height: 50px;
}
.plan__summary-table #todays-charge td {
    padding: 0px;
    vertical-align: middle;
}
.content__padding > * {
    margin: 10px 0px;
}
.form__field:has(> button[name="button"]) {
    width: 100%;
}
button[name="button"]:hover,
#form__section-apply-components:hover {
    background-color: #102748;
}
.content__padding::before,
section#summary::before {
    content: "";
    height: calc(100% + 10px);
    width: 2px;
    position: absolute;
    background-color: #7f838d;
    left: -22px;
    top: 0px;
}
.form__section--customer-information{
    padding-bottom:0;
}
.form__section--customer-information h3 {
    display: none;
}
.content__main .form__section--configure-plan {
    padding-top: 0px;
}
.content__secondary .content__heading::before {
    content: "";
    background-image: url(https://mypowerparking.com/wp-content/themes/mpp/chargify/assets/pp-lightning-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
}
.content__padding.amenities h4,
.content__padding.things-to-know h4 {
    padding-left: 65px;
}
.content__padding.amenities h4::before {
    background-image: url(https://mypowerparking.com/wp-content/themes/mpp/chargify/assets/pp-ammenities-icon.png);
}
.content__padding.things-to-know h4::before {
    background-image: url(https://mypowerparking.com/wp-content/themes/mpp/chargify/assets/pp-things-icon.png);
}
.content__padding.amenities h4::before,
.content__padding.things-to-know h4::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 50px;
    top: 0px;
    left: 15px;
}
.vehicle-info-checkbox-wrapper{
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    margin-bottom: 25px;
}
#summary + div{
    display:none!important;
}
.park-later-text{
    position: relative !important;
    top: 0px !important;
    padding-top: 0px;
}
.plate-notification {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--power-blue);
}
.plate-notification::before {
    content: "";
    background-image: url(https://mypowerparking.com/wp-content/themes/mpp/chargify/assets/pp-car-icon.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    top: 0px;
    left: 0px;
    display: inline-block;
}
.form__section--terms-submit {
    padding-top: 0px;
}
.form__section--terms-submit .form__field {
    margin-top: 0px;
}
.btn-success {
    background-color: var(--power-blue);
    border: none;
}
.btn-success:hover {
    background-color: var(--power-blue);
    border: none;
}
#productTypeDropdown{
    margin-bottom:25px;
    padding:10px;
    width:100%;
}
.form__button--primary[disabled]{
    background-color: gray;
    border-color: gray;
}
tr#summary-recurring-charges {
    display: none;
}

@media (max-width: 992px){
    .plan__summary.is_stuck {
        display: none;
    }
    .shopping-cart-text {
        display: none;
    }
    .content__heading {
       display: flex !important; 
    }
    .content__secondary .content__heading::before {
        left: unset;
        right: 30px;
    }
    .content__heading {
        padding-right: 140px;
    }
}
@media (max-width: 560px){
    .content__secondary .content__heading::before {
        display: none;
    }
    .content__heading {
        padding: 0 25px;
    }
}

@media (min-width: 992px){
    .content__main{
        width:50%;
        left:0;
        right:0;
        padding-right: 60px;
    }
    .content__secondary{
        width:50%;
        left:0;
        right:0;
        padding-left: 30px;
    }
    .content{
        flex-direction:row-reverse;
    }
    .content__padding{
        padding-right: 90px;
    }
}

@media (min-width: 481px) and (max-width: 991px) {

    body.scrolling .content__secondary {
        left: 0px;
        right: 0px;
        position: relative;
    }
    .content__secondary .content__heading {
        display: block;
    }
}

@media (max-width: 480px) {
    .content__secondary .content__heading {
        display: block;
    }
    body.scrolling .content__secondary .plan__summary {
        padding: 0px;
    }
    body.scrolling .content__secondary {
        position: relative !important;
        top: unset;
        left: unset;
        right: unset;
        z-index: 1;
        -webkit-transform: unset;
    }
}