/****************************************************************************
 * Row
 ****************************************************************************/
 .row {
    max-width: 80rem;
 }

 @media screen and (min-width:64em){
    .has_seperator {
        position: relative;
        padding-left: 6rem;
    }
    .has_seperator:after {
        width: 4px;
        content: '';
        position: absolute;
        left: 4rem;
        top: 0rem;
        bottom: 2rem;
        background-color: #006633;
    }
}


.bg_image_section > .slider_wrapper {opacity: 0.25;}

/****************************************************************************
 * Iframe Wrapper
 ****************************************************************************/
.iframe_wrapper {
    margin-bottom: 0;
}
