/* Color Scheme:dark blue - #0C1231
logo blue - #243796
logo red  - #EE1D23
cream     - #EFF1FB
text-box  - #DEE2F7 */

.text-red {
    color: #EE1D23;
}

.text-blue {
    color: #243796;
}

.text-dark-blue {
    color: #0C1231;
}

body {
    color: #0C1231;
    font-family: "GandhiSans";
    font-size: .9em;
}

h2, h3, h4 {
    /* color: #203083;
    */
    color: #0C1231;
}

h1 {
    border-bottom: 2px solid #243796;
    color: #0C1231;
}

/* LINKS */
/* Default browser styles (from Firefox, similar in most browsers) */
a {
    color: #0C1231;
    text-decoration: underline;
}

a:link {
    color: #0C1231;
}

a:visited {
    color: #0C1231;
}

a:active {
    color: #EE1D23;
}

/* Add your own styles for hover _and_ focus styles */
a:hover, a:focus {
    color: #EE1D23;
}

/* Remove dotted outline clicked links - Keeps outline on focus */
a:active, a:hover {
    outline: none;
}

.image, .image2 {
    border: 1px solid #EE1D23;
    height: auto;
    margin: 10px;
    width: 65%;
}

img:hover {
    cursor: pointer;
}
.image {
    float: right;
}

.image2 {
    float: left;
}

.sd-thumb {
    border: 1px solid #EE1D23;
    width: auto;
    margin: 10px;
    display: inline-block;
    height: 150px;
}

#header {
    background-color: rgba(255, 255, 255, .35);
    padding: 5px 75px;
}

#header a {
    text-decoration: none;
}

#header .logo {
    float: left;
    height: 100px;
    width: auto;
}

#header h1 {
    border: none;
    color: #203083;
    font-family: "GandhiSans-Bold";
    position: relative;
    font-size: 2.5em;
    top: 0;
    left: 10px;
}

#content {
    background: rgba(239, 241, 251, 1);
    box-shadow: 0 .5em 2em #0C1231;
    margin: 1px auto 0 auto;
    position: relative;
    width: 960px;
    min-height: 800px;
    z-index: 0;
}

#content .page-body, .page-right-column {
    float: left;
    padding: 10px 20px 268px 20px;
    position: inherit;
}

#content .page-body {
    width: 632px;
}

#content .page-right-column {
    text-align: center;
    width: 248px;
}

#content .navList {
    margin: 10px 0;
    width: 100%;
}

.navList .navListHeader {
    background-color: #0C1231;
    color: #EFF1FB;
    font-size: 1.25em;
    padding: 5px 15px;
    text-transform: uppercase;
}

#content .navList ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#content .navList ul ul {
    text-indent: 1em;
}

#content .navList li a {
    color: #0C1231;
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

#content .navList ul li a:hover {
    background: #0C1231;
    color: #EFF1FB;
}

#content .navList ul li a:hover:before {
    width: 100%;
}

#footer {
    background: #DEE2F7;
    border-top: 1px solid #bfc4e1;
    min-height: 200px;
    position: absolute;
    bottom: 0;
    width: inherit;
}

#footer a {
    text-decoration: none;
}

#footer img {
    float: right;
    margin: 20px 60px;
    height: 160;
    border: 2px solid #243796;
}

#footer ul {
    float: left;
    margin: 20px 10px;
    list-style-type: none;
    padding: 0;
    width: 30%;
}

#footer ul lh {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    text-decoration: underline;
}

#footer ul li {
    display: inline;
    float: left;
    text-indent: 1em;
    width: 50%;
}

.navigation {
}

.sd-faq-answer {
    margin: 0 1.25em;
}

#partnersList li div {
    background: #FFFFFF;
    border: 2px solid #243796;
    margin: 10px;
    text-align: center;
    width: 225px;
    height: 100px;
}

#partnersList li {
    display: inline;
    float: left;
    width: 50%;
}

.partnerLogo {
    height: auto;
    margin: auto;
    max-width: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Opera, Chrome, and Safari */
}

.contactDetail {
    text-indent: 2em;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.sd-aerostat {
    border: 1px solid #0C1231;
    font-size: 1em;
    width: 100%;
}

.sd-aerostat > tbody > tr {
    border-bottom: 1px solid #0C1231;
    background: #DEE2F7;
}

.sd-aerostat > tbody > tr:nth-child(odd) {
    background: #bfc4e1;
}

.sd-aerostat th {
    background: #0C1231;
    color: #DEE2F7;
    padding: 5px;
    text-align: center;
}

.sd-aerostat td {
    color: #0C1231;
    padding: 5px;
    text-align: center;
}

.sd-form input {
    display: inline;
    width: 250px;
}

.sd-form textarea {
    display: block;
    width: 500px;
}

.sd-form .sd-button {
    width: 100px;
}

#sd-copyright {
    font-size: 0.75em;
    margin: 10px;
    margin-top: 0;
}