/* Columns */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.col20 {
    width: calc(19% - 4px);
    padding: 10px;
}

.col25 {
    width: calc(24.6% - 4px);
}

.col30 {
    width: 31%;
    padding: 10px;
}

.col70 {
    width: 69%;
    padding: 10px;
}
.col60 {
    width: 59%;
    padding: 10px;
}
.col50 {
    width: 48%;
    padding: 10px;
}
.col40 {
    width: 38%;
    padding: 10px;
}
.spaced {
    justify-content: space-between;
}

		.flexcenter {
		    align-items: flex-start;
		}

        .aligncenter {
            align-items: center;
        }
		
		.flexmoretop {
		align-items: flex-start;
    align-content: flex-start;
}

@media screen and (max-width: 768px) {
    .col50,
    .col30,
    .col70,
    .col60,
    .col40,
    .col20,
    .col25 {
        width: 100%;
    }

    .alias-pcontent img {
        display: block;
        margin: auto;
        float: none !important;
    }
    .hide_mobile {
        display: none !important;
    }

    .align-left,
    .align-right,
    .align-center {
        display: block !important;
        margin: auto !important;
        float: none !important;
    }
    .section--inner.container.section--light.fix-hover {
        padding-top: 0px !important;
    }
    #ple_column-0 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    #ple_column-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-overlap-container:has(.header-a, .header-b, .header-c, .header-d, .header-e, .header-f, .header-g, .header-h) .section__bg--light-4 .section--inner::before {
        box-shadow: none;
    }
}

p.text {
    width: 100%;
    border-bottom: 1px solid #000000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
p.text span.line {
    background: #ffffff;
    padding: 0 10px;
}

.blog-singlepost__content img {
    width: 100%;
}

.section--light .navigation-a .navigation__item:hover {
    background-color: #bba898;
}

.section--light .navigation-a .navigation__list--sub .navigation__item:hover>.navigation__item--link {
    background-color: #bba898;
}

.books .cta__button {
    display: inline-block;
}

.bievenu a.cta__button.component__button--1.piwik_ignore {
    display: inline;
}
/*
.section--light .banner-a .banner__title {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.section--light .banner-a .banner__subtitle {
        background-color: white;
    padding: 5px;
    border-radius: 10px;
}*/

@media (min-width: 1200px) {
    .container-fluid .banner-a .banner__text-wrapper {
        background-color: white;
            padding: 20px;
    border-radius: 10px;
    }
}

h3.component__title.banner__title, p.component__subtitle.banner__subtitle {
    color: #071D41 !important;
}

.section--dark .socialmedia__link {
    color: #F6DD28;
}

.section--light .cta__button.component__button--2 {
    color: #fff;
    background-color: #0C1D42;
    border: 2px solid #0C1D42;
}

.section--light .cta__button.component__button--2 {
    color: #fff;
    background-color: #0C1D42;
    border: 2px solid #0C1D42;

}

.section--light .cta__button.component__button--2:hover {
    color: #1A2634;
    background-color: #f6fbff;
    border: 2px solid #0C1D42;
}

.section--dark .editable h1, .section--dark .editable h2, .section--dark .editable h3, .section--dark .editable h4, .section--dark .editable h5, .section--dark .editable h6 {
    color: #F6DD28;
}

.section--light .copyright__link {
    color: #0C1D42;
}

.darkblue {
    color: #0C1D42;
}

.section--light .breadcrumb__item a {
color: #0C1D42;
}

.section.single-locations-1 .section--dark .locations-a .list .location__address:before {
border-color: #F6DD28;
    color: #F6DD28;
}

.section.single-locations-1 .section--dark .locations-a .list .location__phone:before {
    border-color: #F6DD28;
    color: #F6DD28;
}


input#location-search.map-search__zip::placeholder {
    content: "Enter your zip code";
}

.mobileHeader-logoImg {
    min-height: 100px;
}

.section--light .copyright__link:hover, .section--light #copyright__link:hover {
    color: #1A2634;
}