/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

.merger-notice html, .merger-notice body, .merger-notice div, .merger-notice span, .merger-notice applet, .merger-notice object, .merger-notice iframe,
.merger-notice h1, .merger-notice h2, .merger-notice h3, .merger-notice p,
.merger-notice a,
.merger-notice b, .merger-notice u, .merger-notice i, .merger-notice center,
dl, dt, dd, .merger-notice ol, .merger-notice ul, .merger-notice li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.merger-notice ol, .merger-notice ul {
    list-style: none;
}

.cboxIframe {
    border: 5px solid #1FBF7E;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    height: 99%;
    max-width: 100%;
}

#colorbox {
    z-index: 9999;
    max-width: 100%;
}

#cboxWrapper {
    max-width: 100%;
}

#cboxContent {
    max-width: 100%;
    text-align: center;
}

#cboxLoadedContent {
    max-width: 100%;
    overflow: hidden !important;
}

#text {
    clear: both;
}

#text p:not(:first-of-type) {
    margin-top: 1em;
}

.centered {
    text-align: center;
}

.merger-notice {
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0% 5%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
}

.merger-notice .logo {
    width: 50%;
    float: left;
    text-align: center;
}

@media (max-width: 768px) {
    .merger-notice .logo {
        width: 100%;
        float: none;
        max-width: 300px;
        margin: auto;
    }
    #oic-logo {
        padding: 0;
    }
}

.logo img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin-top: auto;
    
}

#oic-logo {
    padding: 40px 0;
    box-sizing: border-box;
}

#merger-links {
    margin-top: 40px;
}

#merger-links li, 
#merger-links li a:visited,
#merger-links li a:active,
#merger-links li a {
    display: inline;
    color: #00B0ED;
    text-decoration: none;
}

#merger-links li:not(:last-of-type) {
    margin-right: 80px;
}

#merger-links li:last-of-type {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    #merger-links li {
        display: block;
    }
    #merger-links li:not(:last-of-type) {
        margin-right: 0;
    }
    #merger-links li:not(:first-of-type) {
        margin-top: 20px;
    }
}

button#cboxClose {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 60px;
    border: none;
}

.merger-notice h1 {
    clear: both;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
}
 