/* ///////////////////////////////////////////   HEADER   /////////////////////////////////////////// */

#ground {
    background: #fff !important;
}

#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
    overflow: visible;
    word-wrap: break-word;
}

#logo {
    margin: 0 10px 0 0px;
    padding: 0;
    float: left;
}

#header {
    margin: auto;
    max-width: 1188px;
    margin-top: 10px;
}

#header img {
    position: relative;
    float: left;
    clear: left;
    margin-top: 10px;
    display: inline;
}

#pvc {
	margin: 10px;
	clear: both;
	font-size: 48px;
	font-family: Times New Roman;
	color: black
}

#pvc span {
    font-size: 48px;
}

#pah {
	line-height: 35px;
	margin: 10px;
	clear: both;
	font-size: 28px;
	font-family: Times New Roman;
	color: #35C0E2;
	font-weight: bold;
}

#pah span {
    font-size: 28px;
}

.site-background {
    background: #fff !important;
}


@media (max-width: 1199px) {

    #header {
        max-width: 1188px;
    }

}

@media (max-width: 520px) {

	#header img {
		width: 100%;
	}

    #pvc span {
        font-size: 37px;
    }

}


/* ///////////////////////////////////////////   FOOTER   /////////////////////////////////////////// */

#footer {
    border: 0;
    background-color: #fff;
    padding: 20px;
}

#bottom_links {
    color: #444;
    font-size: 11px;
    display: none;
}

#top_quick_links ul, #bottom_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom_links ul li {
    display: inline;
    border-left: 1px solid #444;
    padding: 0px 10px;
}



/*   SECOND FOOTER   */

#fundstrip {
    background-color: #82EBFD;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
}

#fundstrip > div {
    margin: auto;
    /*width: 960px;*/
    width: auto;
}

#fundstrip p {
    color: #51929D;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding-top: 13px;
    vertical-align: middle;
}

#fundstrip img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

