@import "reset.css";

/*******************************************
:--- Defaults ---:
*******************************************/

.auto_margin {
    margin: 0 auto;
}

.clearboth {
    clear: both;
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

/*******************************************
:--- General ---:
*******************************************/

div,
article,
section,
header,
footer,
nav,
li {
    position: relative;
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #fff;
    color: #333;
    font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
}

::-moz-selection {
    background: #ff0;
    color: #333;
}

::selection {
    background: #ff0;
    color: #333;
}

* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 1em;
    margin: 0 0 20px 0;
}

p.quote {
    font-size: 13px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

a {
    color: #000d74;
}

a:hover {
    color: #000d74;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000d74;
    margin: 0 0 1em 0;
    font-weight: 700;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

address {
    font-size: .9em;
}

/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
    background: #000d74;
    padding: 20px 0;
}

header.site-header .site-logo {
    display: block;
    max-width: 420px;
}

/*******************************************
:--- Page Title ---:
*******************************************/

.page-title {
    background: #f0f0f0;
    margin: 0 0 40px;
    padding: 30px 0;
}

.page-title h1 {
    margin: 0;
}

/*******************************************
:--- Basic Page Content ---:
*******************************************/

.basic-content {
    margin-bottom: 60px;
}

.basic-content ul {
    margin: 0 0 2em 2em;
}

.basic-content ul li {
    margin: 0 0 1em;
    border-bottom: 1px solid #EEE;
    line-height: 1.25em;
    padding: 10px 0 15px;
    list-style: disc;
}

.basic-content ul li:last-of-type {
	border-bottom: 0;
    margin: 0;
}

.basic-content .table-wrap {
	overflow-x: auto;
}

.basic-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

.basic-content table th {
	background-color: #000d74;
	border: 1px solid #ffffff;
	color: #fff;
	padding: 1em;
}

.basic-content table td {
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	color: #000;
	padding: 1em;
}

.basic-content table caption {
	font-size: 0.8em;
	margin: 1em 0 0;
}


/*******************************************
:--- Footer ---:
*******************************************/
footer.page-footer {
    background: #000d74;
    color: #FFF;
    font-size: 14px;
    padding: 50px 0;
}

footer.page-footer .footer-logo {
    display: block;
    max-width: 500px;
}

footer.page-footer a {
    color: #6CADDF;
}

footer.page-footer hr {
    border-top: 1px solid rgba(255, 255, 255, .25);
    margin: 20px 0;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

/* Large Displays */
@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 767px) {}

@media (max-width: 640px) {}

@media (max-width: 480px) {}

@media (max-width: 320px) {}


/*******************************************
:--- IE ---:
*******************************************/
.ie7 .chat {
    display: none;
}

.ie7 .print_mark,
.ie7 .useful-links {
    margin-top: 30px;
}