.module-hero[data-type=half-card] .bg-container {
    position: absolute;
}
.mobile_footerLogo {display: none}
@media (max-width: 468px){
    .foot-menu-row {
        padding: 0 !important;
    }
    .mobile_footerLogo {
        display: block;
        width: 180px;
    }
    .foot-menu-row .col-sm-3 {
        display: none;
    }
    .module-hero[data-type=half-card] .hero-container .hero-slider .inner-container {
        max-width: 320px !important;
    }
}
@media (max-width: 768px){
    h2.color-primary {
        text-align: center;
    }
    body, p, .typo-body-primary, .typo-body-secondary {
        font-size: 100% !important;
    }
    .homeAboutBlock .typo-body-primary {
        font-size: 120%;
    }
    .foot-menu-row {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    a.btn.btn-default.btn-long {
        max-width: 400px !important;
        font-size: 100%;
        padding: 15px 17px;
    }
    .symbol.diamond.size-large img {
        width: 120px!important;
        height: auto!important;
        text-align: center;
    }
    .symbol-cell {
        text-align: center;
        margin-bottom: 20px;
    }
    .innerIconCols .h4 {
        text-align: center;
    }
    .homeAboutBlock p, .homeAboutBlock .typo-body-primary, .homeAboutBlock .typo-body-secondary, .innerIconCols p, .innerIconCols .typo-body-primary, .innerIconCols .typo-body-secondary {
        text-align: center;
    }
    .panel-heading [role=button] {
        font-size: 18px;
        line-height: 24px;
    }
    .panel-group .panel-heading, .panel-body {
        float: left;
        width: 100%;
    }
    .panel-group span.section-title {
        width: calc(100% - 30px) !important;
        float: left;
    }
    .homeEnd {
        font-size: 120% !important;
        margin-bottom: 20px;
    }
    
    .module-hero[data-type=half-card] .bg-container {
        position: absolute;
        height: 280px;
    }
    .hero-container, .module-hero .hero-slider {
        height: 280px !important;
    }
    .module-hero[data-type=half-card] .hero-container .hero-slider .inner-container p{
        line-height: 24px;
    }
    .module-hero[data-type=half-card] .hero-container .hero-slider .container {
        height: 280px !important;
    }
    .module-hero[data-type=half-card] .hero-container .hero-slider .inner-container {
        padding: 10px 20px;
        background-color: rgba(255,255,255,0.7);
        float: left;
        vertical-align: bottom;
        max-width: 390px;
        position: absolute;
        bottom: 0;
        left: 30px;
    }
        
    .module-hero[data-type=half-card] .hero-container .hero-slider .inner-container h2{
        line-height: 30px;
    }
    .module-hero .container{

    }
    
    .foot-bottom{
        padding-top: 10px;
    }
    .foot-bottom .left-cell {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width:1024){
    .foot-menu-row {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
