div.Copyright2 {
    margin: 10px auto;
    text-align: center;
}

.banner-caption {
    text-align: center;
    width: 215px;
    display: block;
    margin-bottom: 10px;
    color: #575757;
    font-size: 11px;
}

.ul-box {
    background: rgb(238, 238, 238);
    border-left: 6px solid #007171;
    padding: 10px;
    width: 75%;
}

.ul-box li {
    margin-left: 30px;
    line-height: 25px;
    font-weight: 600;
    color: #181818;
}

ul#checked {
    list-style-image: url(/global/images/icon/share.png);
}

.ul-box a:link {
    text-decoration: none;
    color: #181818;
}

.ul-box a:visited {
    text-decoration: none;
    color: #181818;
}

.ul-box a:hover {
    text-decoration: none;
    color: #004080;
    text-decoration: underline;
}

.roundIMG {
    width: 120px;
    height: 120px;
    border-radius: 155px;
    -webkit-border-radius: 155px;
    -moz-border-radius: 50px;
    margin: 0 auto;
}

.DocumentUrlLink {
    display: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

#pattern {
    margin-top: 2%;
}

.pattern-description {
    max-width: 65em;
}

.BigBox {
    max-width: 70em;
    margin: 20px auto;
    padding: 0.69em;
    overflow: hidden;
    border: 1px solid #007575;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 2px 0px 10px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 2px 0px 10px 0px rgba(50, 50, 50, 0.56);
    background: #F9F9F9;
}

.BigBox p {
    font-size: 1.05em;
}

div[role=main] {
    padding-bottom: 1em;
}

.col-group h1,
h2,
h3 h4 {
    font-size: 1.0em;
    color: #818181;
    text-transform: uppercase;
    color: #b28920;
    font-style: normal;
}

.col-group>div {

    padding: 1em;
    border: 1px solid #eaeaea;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 6px -6px #D5D5D5;
    -moz-box-shadow: 0px 10px 6px -6px #D5D5D5;
    box-shadow: 0px 10px 6px -6px #D5D5D5;
    margin: 0 10px 25px 0;
}



@media screen and (min-width: 44em) {
    .col-group {
        overflow: hidden;
    }

    .col-group>div {
        float: left;
        width: 50%;
    }

    .col-group>div:nth-child(odd) {
        clear: left;
    }
}

@media screen and (min-width: 64em) {
    .col-group>div {
        /*width: 25%;*/
        width: 24%;
    }

    .col-group>div:nth-child(odd) {
        clear: none;
    }
}