@charset "UTF-8";
.SBW {
    display: none;
}
body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image:url('img/azure_blue_bkgr.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: contain;
    font-family: 'Inria Serif', serif;
}
#wrapper {
    margin: 0 auto 0 auto;
    width: 990px;
    max-width: 100%;
    text-align: left;
}
#header {
    margin-top: .5rem;
}
#container {
	float: left;
	width: 700px;
	margin: 0 15px 0 0;
}
#RENOVATION #container {
	float: none;
	width: 991px;
	margin: 0 15px 0 0;
}
#RENOVATION h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    width: 60%;
}
.navigation {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#postcon {
    margin: 0;
    padding: 0 2rem 0 2rem;
    background: #d9fefb;
}
.main-content {
    padding: 20px 20px;
}
.sidebar {
	float: right;
	width: 269px;
	color: #FFFFFF;
	background: #1d1d8b;
    padding: 1rem 0 1rem 0;
    text-align: center;
}
.sidebar div {
    margin: 1rem 0 3rem 0;
}

.sidebar img {
    max-width: 237px;
    padding-bottom: .5rem
}
.sidebar a {
    text-align: center !important;
    font-size: 1.2rem;
}
.sidebar a:link,
.sidebar a:visited {
	color: #47D1A2;
	text-decoration: none;
}
.sidebar a:hover,
.sidebar a:active {
	color: #fff;
}
footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
footer p {
    color: #fff;
    font-size: .75rem;
}
#footer-tou p {
    margin-top: 2rem;
    text-align: center !important;
}
.site-info {
   width: 100%;
   max-width: 100%;
   margin: 6rem 0 0 0;
   text-align: center;
}
.bottom-links a:link,
.bottom-links a:visited {
	color: #fff;
	font-size: 16px !important;
	padding: 0 20px 0 0;
    text-decoration: none;
}
.bottom-links a:hover {
	color: #47D1A2;
	box-shadow: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #0606dc;
    text-align: center;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    margin: 0;
    color: #0606dc;
    font-weight: bold;
}
p, h6, ul li, ol li {
	color: #000080;
	font-size: 1rem;
  	line-height: 1.4;
    text-align: left;
}
.navigation ul li {
    list-style-type: none;
    display: inline;
    padding: 0 .45rem 0 .45rem;
}
.navigation a:link, .navigation a:visited {
	color: #fff;
	font-size: .9rem;
	letter-spacing: .03em;
    text-decoration: none;
}
.navigation a:hover,
.navigation a:focus {
	color: #007acc;
}
a {
    transition: 1s ease;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.left {
	text-align: left;
}
.float-right, .alignright {
	float: right;
	padding: .5rem 0 1rem 1.5rem;
}
.float-left, .alignleft {
	float: left;
	padding: .5rem 1.5rem 1rem 0;
}
.vert-space-12 {
	height: 12px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 36px;
}
.vert-space-48 {
	height: 48px;
}
.vert-space-60 {
	height: 60px;
}
.blue {
    color: #0606dc;
}
img {
    max-width: 100%;
}
.sidebar img {
    max-width: 237px;
}
.sidebar a {
    text-align: center !important;
    font-size: 1.2rem;
}
.sidebar a:link,
.sidebar a:visited {
	color: #47D1A2;
	text-decoration: none;
}
.sidebar a:hover,
.sidebar a:active {
	color: #fff;
}

.clear {
	clear: both;
}




@media (max-width: 1024px) {
    
    #container, .sidebar {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .sidebar {
        padding-top: 3rem;
    }
    .sidebar img {
        margin: 0 auto;
        max-width: 300px;
        display: block;
    }
    
}