.header {background-color: #000000; padding: 15px}
.site-title {color: #ffffff}
body.site {background-color: #ffffff}
.body .container {background-color: rgba(23, 208, 232, 0.02);}
#content {background-color: #ffffff}
.sidebar-nav > div:nth-child(1) h3 {color: #0D7280;text-align: center; padding-top: 10px}
.sidebar-nav > div:nth-child(1) {
    background-color: rgba(23, 208, 232, 0.40);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
div.banner-module {background-color: #0a5e69; padding:30px; margin-bottom: 10px;}
div.banner-module h2 {color: #ffffff}
div.custom-module {padding: 5px 15px 15px 15px}
h2 {color: #0D7280}
.center-me {text-align: center}
.fweight600 {font-weight: 600}
.fstyleI {font-style: italic}
.fcwhite {color: #ffffff}