/* Testing responsiveness */
/*body {*/
    /*background: DeepSkyBlue !important;*/
/*}*/

.secondary-navigation-wrapper .lvl2 > li .subpage-icon {
    width: 17%;
}

.secondary-navigation-wrapper .lvl3 {
    width: 75%;
}

.contentImageTwoCol {
    padding-bottom: 50px;
}

.contentImageTwoCol .imageCol {
    padding-top: 120px;
}

.contentImageThreeCol {
    display: table;
    width:100%;
}

.contentImageThreeCol [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top;
    background: no-repeat bottom right;
    background-size: contain;
    padding-bottom: 50px;
}

.contentImageThreeCol [class*="col-"] {
    background-position: bottom center;
}

/* --------------------------- */
/* --------- Footer ---------- */
/* --------------------------- */


.footer-contacts h2 {
    font-size: 40px;
}

.footer-contacts .person-image {
    background: no-repeat center;
}


.footer-contacts .contact-person:before {
    display: none;
}

.footer-contacts .contact-person {
    margin-top: 0;
    padding-top: 0;
    border: 0 none;
    border-left: 1px solid rgba(174, 174, 178, 0.4);
}

.homepage-layout > .middle:after {
    content: '';
    visibility: visible;
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 60%;
    border-left: 1px solid;
    border-right: 1px solid;
}