.bp_480 .clear {
    clear: both;
}

.bp_768 .clear {
    clear: none;
}

.module_tile {
    overflow: hidden;
    min-height: 380px;
    margin-bottom: 25px;
}

.module_tile div {
    overflow: hidden;
}

.module_tile .module_tile_inner,
.module_tile .text_container_inner {
    height: 100%;
}

.module_tile .topline_container {
    position: absolute;
    top: 0;
    height: 40px;
    max-width: 100%;
}

.module_tile .element {
    height: 100%;
    margin-top: 40px;
}

.module_tile .text_container_inner {
    background-color: #fff;
}

.module_tile .overlay_container,
.module_tile .image {
    height: 100%;
    overflow: hidden;
}

.module_tile .image .coverimage {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.module_tile .imagezoom_hover.coverimage {
    display: block;
    height: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.module_tile .imagezoom_hover.hovered.coverimage {
    height: 110% !important;
    max-height: 110% !important;
    margin-left: -5%;
    margin-top: -5%;
    width: 110% !important;
    max-width: 110% !important;
}

.iphone .imagezoom_hover.coverimage,
.ipad .imagezoom_hover.coverimage,
.apple.safari .imagezoom_hover.coverimage {
    max-width: none;
    max-height: none;
}

.iphone .imagezoom_hover.hovered.coverimage,
.ipad .imagezoom_hover.hovered.coverimage,
.apple.safari .imagezoom_hover.hovered.coverimage {
    max-height: none !important;
    max-width: none !important;
}

.module_tile .topline_container .topline {
    display: inline-block;
    font-family: "Merriweather Regular", Georgia, serif;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    background-color: #002446;
}

.module_tile .overlay_container {
    overflow: hidden;
    cursor: pointer;
}

.module_tile .overlay_container .overlay_container_inner {
    background: url("../../../Images/bg-overlay-px.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 0 30px 40px;
    color: #fff;
}

.module_tile .overlay_container .overlay_title {
    background: url("../../../Images/icon-plus.png") no-repeat left center;
    background-size: 40px 40px;
    font-family: "Roboto Condensed Medium", Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 40px 0 40px 60px;
}

.module_tile .overlay_container .overlay_text a {
    color: #c6c6c6;
}

/****************************** BP 768 ******************************/
.bp_768 .module_tile .element {
    margin-top: 40px;
}

.bp_768 .module_tile .topline_container {
    height: 40px;
}

.bp_768 .module_tile .topline_container .topline {
    font-size: 20px;
    padding: 10px 30px;
}

.bp_768 .module_tile .overlay_container .overlay_title {
    font-size: 20px;
}

/****************************** /BP 768 ******************************/
/****************************** BP 1024 ******************************/
.bp_1024 .module_tile .element {
    margin-top: 55px;
}

.bp_1024 .module_tile .topline_container {
    height: 55px;
}

.bp_1024 .module_tile .topline_container .topline {
    font-size: 25px;
    padding: 15px 30px;
}

/****************************** /BP 1024 ******************************/