#page {
    padding-top: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    width: 100%;
}
#page .container {
    background: white;
}
#page .main-column{
    padding: 0 50px;
}
#page .out-row{
    margin-left: -50px;
    margin-right: -50px;
}
#page .header-2barcolor{
    background-image: linear-gradient(bottom, #ffffff 50%, #5b5b5b 50%);
    background-image: -o-linear-gradient(bottom, #ffffff 50%, #5b5b5b 50%);
    background-image: -moz-linear-gradient(bottom, #ffffff 50%, #5b5b5b 50%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 50%, #5b5b5b 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 50%, #5b5b5b 50%);
}
#page .logo-area{
    padding-top: 17px;
    padding-bottom: 15px;
}
#page .xs-bottom-border{
    border-bottom: solid 1px #b1b1b1;
}
#page .emerging-contaminants-content h1,
#page .emerging-contaminants-content .multiple_titles_modifier h2{
    display: table;
    min-width: 180px;
    border-bottom: solid 1px #cacdce;
    font-size: 26px;
    line-height: 36px;
    font-family: "BrandonTextBlackItalic";
    color: #45bbff;
}
#page .emerging-contaminants-content h2,
#page .emerging-contaminants-content .multiple_titles_modifier h3{
    color: #45bbff;
    font-family: "BrandonTextBoldItalic";
    font-size: 14px;
    line-height: 17px;
}
#page .emerging-contaminats-image{
    border-radius: 12px;
    width: 100%;
}
#page .emerging-contaminants-content a,
#page .multirow a{
    display: table;
    color: #45bbff;
    font-family: "BrandonTextBold";
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}
#page .emerging-contaminants-content a:hover,
#page .multirow a:hover{
    color: #000000;
    text-decoration: underline;
}
#page .bottom-footer{
    background: #5b5b5b;
    color: white;
    padding: 25px 0 35px 0;
    font-size: 13px;
    font-family: "BrandonTextRegular";
}
#page .left-footer{
    color: #45bbff;
    border-right: 1px solid #cacdce;
    margin-top: 20px;
}
#page input,
#page textarea{
    border: none;
    border-radius: 5px;
}
#page input[type=text],
#page input[type=tel],
#page input[type=email],
#page input[type=number]{
    padding-left: 10px;
}
.nicescroll-rails{
    border-radius: 20px;
    padding: 0 4px 0 5px;
}
.nicescroll-rails > div{
    left: 3px;
}
.documentBkg {
    background: url("../images/icons/docBkg.png") no-repeat 0 25px;
    display: block;
    height: 32px;
    color: #000;
    min-height: 80px;
}
#page a.documentBkg:hover {
    color: #000;
}

@media (min-width: 768px){
    #page .sm-bottom-border{
        border-bottom: solid 1px #b1b1b1;
    }
}
@media (min-width: 992px) {
    #page .md-bottom-border{
        border-bottom: solid 1px #b1b1b1;
    }
}