/* Enter Your Custom CSS Here */
a, a:visited {
color: #003366;
}

#site-title {
margin-bottom: 8px;
margin-bottom: 0.8rem;
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
line-height: 40px;
line-height: 4.0rem;
word-wrap: break-word;
  color: #003366;
}

.slides .slide-thumb img {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
min-width: 102%;
min-height: 500px;
}

.intro-copy-box {
background-color: #336699;
padding: 50px 0 60px 0;
padding: 5rem 0 6rem 0;
text-align: center;
}

#alt-sidebar .widget-title {
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-size: 24px;
color: #003399;
margin-bottom: 24px;
}

#sidebar .widget-title {
font-size: 18px;
font-size: 1.8rem;
line-height: 1;
margin-bottom: 20px;
margin-bottom: 2rem;
padding-bottom: 20px;
border-bottom: 1px solid #dedede;
text-transform: uppercase;
color: #003399;
}

.latest-title {
font-size: 36px;
font-size: 3.6rem;
margin-top: 35px;
margin-top: 3.5rem;
color: #006699;
margin-bottom: 20px;
}

.inner-title-wrap {
background-color: #336699;
padding: 50px 0 2px 0;
text-align: left;
margin-bottom: 20px;
}

.intro-copy-box .post-content {
color: white;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.5;
padding-top: 30px;
margin-bottom: 0;
}

body.page .intro-copy-box .entry-title {
color: white;
font-size: 48px;
font-size: 4.8rem;
}




