#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleRight {
    display: none;
}

.Popup_title {
    display: inline-block;
    background: #ffffff;
    padding-right: 1em;
}

    .Popup_title .titleContainer {
        display: inline-block;
    }

    .Popup_title img {
        float: left;
        width: 3.714em;
        margin-right: 1em;
        margin-bottom: 1em;
    }

    .Popup_title h2 {
        float: left;
        line-height: 2.85em;
    }

#Popup_container {
    margin-top: 2.13em;
    border-top: 1px solid #a7a9ac;
}

.Popup_title {
    margin-top: -2.13em;
}

#popup_content p, #popup_content h3 {
    line-height: 2em;
}

#cboxLoadedContent {
    overflow: hidden !important;
}

#colorbox #cboxClose {
    width: 60px;
    height: 60px;
    top: -3.5em !important;
    right: -4.2em !important;
    background-size: 50px 50px;
}

    #colorbox #cboxClose:hover {
        background-size: 50px 50px;
    }


