#columnRight {
    width: 20%;
    float: left;
    min-height: 550px;
    background-color: rgba(87, 191, 179, 0.48);
    margin-top: 25px;
    border-radius: 15px;
    padding: 6px 2% 10px;
}
#sidebar {
    border-left: 1px dotted #999;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    float: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0px;
    min-height: 800px;
    width: 100%;
}
#sidebar div.sidebarSection {
    border-bottom: 1px dotted #999;
    padding-left: 10%;
    padding-bottom: 25px;
}
div.sidebarSection>ul {
    padding-left: 0;
}
div.sidebarSection ul li {
    list-style: none;
    margin-bottom: 5px;
}
div.sidebarSection>ul ul {
    padding-left: 15px;
}
#columnRight div.sidebarSection ul li a {
    color: #999;
    text-decoration: none;
    font-size: 13px;
}
.sidebarSection p {
    font-size: 13px;
}
div#contactFormWrapper .row {
    margin: 0 0 11px;
    padding: 0;
    font-size: 14px;
}
div#contactFormWrapper .row label {
    width: 100%;
    float: left;
    clear: both;
}
div#contactFormWrapper .row input[type="text"],
div#contactFormWrapper .row textarea {
    width: 92%;
    padding: 5px 3%;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
div#contactFormWrapper .row textarea {
    min-height: 90px;
}
