﻿.banner-fixed-height-image-section.parallax-enabled{
    background-attachment: fixed !important;
    background-size: auto 50% !important;
}
.banner-fixed-height-image-section-outer {
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-attachment: unset !important;
}
.banner-fixed-height-image-section-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.banner-fixed-height-image-section-content {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.banner-fixed-height-image-section-content:last-child{
    margin-bottom: 0;
}
.banner-fixed-height-headline,
.banner-fixed-height-text-content {
    width: 70%;
}
    .banner-fixed-height-text-content p,
    .banner-fixed-height-text-content h1,
    .banner-fixed-height-text-content h2,
    .banner-fixed-height-text-content h3,
    .banner-fixed-height-text-content h4,
    .banner-fixed-height-text-content a {
        margin: 10px 0;
    }
@media only screen and (max-width: 1150px) {
    .banner-fixed-height-headline,
    .banner-fixed-height-text-content {
        width: 80%;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-fixed-height-headline,
    .banner-fixed-height-text-content {
        width: 100%;
    }
}

/*Alignments*/
@media only screen and (min-width: 1024px) {
    .image-banner-desktop-alignment-left {
        float: left;
        text-align: left;
    }
    .image-banner-desktop-alignment-center {
        display: inline-block;
    }
    .image-banner-desktop-alignment-right {
        float: right;
        text-align: right;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 501px) {
    .image-banner-tablet-alignment-left {
        float: left;
        text-align: left;
    }
    .image-banner-tablet-alignment-center {
        display: inline-block;
    }
    .image-banner-tablet-alignment-right {
        float: right;
        text-align: right;
    }
    .banner-fixed-height-image-section-content {
        margin-bottom: 10px;
    }
    .banner-fixed-height-image-section-content:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 500px) {
    .image-banner-mobile-alignment-left {
        float: left;
        text-align: left;
    }
    .image-banner-mobile-alignment-center {
        display: inline-block;
    }
    .image-banner-mobile-alignment-right {
        float: right;
        text-align: right;
    }
    .banner-fixed-height-image-section-content {
        margin-bottom: 5px;
    }
    .banner-fixed-height-image-section-content:last-child {
        margin-bottom: 0;
    }
}

/*Overrides for height set to auto*/
.height-type-auto .banner-fixed-height-image-section-outer,
.height-type-auto .banner-fixed-height-image-section-inner {
    height: auto !important;
}