@font-face {
    font-family: 'Sosa';
    src: url("font/sosa.fe41befacaa5.woff") format('woff'), url("font/sosa.360110a58709.ttf") format('truetype'), url("font/sosa.ae6611e0c96e.svg") format('svg'), url("font/sosa.bc28a97fd0f0.eot") format('eot');
    font-weight: normal;
    font-style: normal;
}

.icon
{
    font-family: 'Sosa';
}


/* Defaults */
html {
    background: none;
}

body {
    font: normal 12px 'Quicksand', 'Arial Rounded MT', 'Arial', Helvetica, sans-serif;
    color: #333;
}

a {
    color: #003352;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border-top: 1px dotted #3b647e;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    margin: 20px 0;
}


/* Headings */
h1 {
    font: 400 24px 'Quicksand', 'Arial Rounded MT', 'Arial', Helvetica, sans-serif;
    color: #003352;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

h2 {
    font: normal 22px 'Quicksand', 'Arial Rounded MT', 'Arial', Helvetica, sans-serif;
    color: #bfa26a;
    letter-spacing: -1px;
}

h3 {
    font: normal 18px 'Quicksand', 'Arial Rounded MT', 'Arial', Helvetica, sans-serif;
    color: #003352;
}

h3.quote {
    font-style: italic;
}

h3.quote strong {
    font-style: normal;
    margin-top: 10px;
    display: block;
}

h3.quote span {
    font-weight: bold;
    color: #bfa26a;
}

h3.quote span:first-of-type {
    margin-right: 10px;
}

h3.quote span:last-of-type {
    margin-left: 10px;
}


/* Structure */

div#wrap {
    width: auto;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
}


/* Clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
    zoom: 1;
}


/* Header */
section#header {
    width: 100%;
    background: white;
    position: relative;
    z-index: 10;
}

section#header header {
    width: 1024px;
    margin: 0px auto;
    padding-top: 20px;
}


/* Styles for header headings */

header h1 {
    margin-top: 0;
    float: left;
}

header h2 {
    color: #003352;
    float: right;
    text-align: right;
    font-size: 28px;
    margin: 40px 0 0 0;
}

header h2 span {
    color: #c0a36b;
}

header h2 a {
    color: #003352;
}


/* Main navigation */

nav {
    padding: 0;
    background: #bfa26a;
    border-radius: 5px;
    overflow: hidden;
    position: realtive;
    z-index: 5;
}

ul#main-nav {
    padding-left: 0px;
    margin: 0;
}

ul#main-nav li {
    list-style: none;
    float: left;
    margin: 0px;
}

ul#main-nav li:first-child {
    margin-left: 0px;
}

ul#main-nav a {
    display: block;
    text-decoration: none;
    padding: 15px 20px 16px 20px;
    color: #333;
}

ul#main-nav li:first-of-type a {
    padding: 6px 10px 8px 10px;
    font-size: 26px;
}

ul#main-nav a:hover,
ul#main-nav a.selected {
    color: #fff;
    background: #003352;
}


/* Content */

section#content {
    width: auto;
    background: #fff;
    padding: 2% 0px 2% 0px;
    font: normal 14px 'Quicksand', 'Arial Rounded MT', 'Arial', Helvetica, sans-serif;
}

article.profile {
    clear: left;
}

article.profile img {
    float: left;
    margin: 0 15px 15px 0;
}

article.profile div {
    margin-left: 300px;
}

/* the homepage banner */

div.homepage-banner {
    padding: 20px;
    border-radius: 5px;
    background: url("images/banner-filler.a695741fee61.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    position: relative;
}

div.homepage-banner h1,
div.homepage-banner h2 {
    -webkit-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    -moz-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    -ms-text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    color: #fff;
}

div.homepage-banner h1 {
    font-size: 20px;
    line-height: 125%;
}

div.homepage-banner h2 {
    font-size: 20px;
}

div.homepage-banner a.button {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);

    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform: 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}

div.homepage-banner a.button:hover,
div.homepage-banner a.button:focus {
    opacity: 1;

    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

div.homepage-banner div.twocol:first-child a.button:hover,
div.homepage-banner div.twocol:first-child a.button:focus {

}

/* position at the base of the banner */

div.homepage-banner .twocol {
    position: absolute;
    bottom: 20px;
}

/* the first column is left aligned */

div.homepage-banner .twocol:first-child {
    left: 20px;
}

/* the second column is right aligned... */

div.homepage-banner .twocol:first-child + .twocol {
    right: 10px;
    width: 32%;
}


/* column rules */

div.twocol {
    width: 45%;
    float: left;
}

div.twocol + .twocol {
    margin-left: 10%;
}

div.twocol img {
    display: block;
    margin-bottom: 30px;
}

div.threecol {
    width: 31%;
    float: left;
    margin-right: 3%;
}

div.threecol:nth-of-type(3) {
    margin-right: 0;
}

.map {
    height: 560px;
    width: 100%;
}

/* Footer */
footer {
    margin: 0;
    border-radius: 5px;
    padding: 35px 20px;
    clear: both;
    background: #003352;
    background: -webkit-linear-gradient(top, #003352, #00243a);
    background: -moz-linear-gradient(top, #003352, #00243a);
    background: linear-gradient(top, #003352, #00243a);
    color: #fff;
}

footer h3 {
    color: #fff;
    margin-top: 0;

}

footer h3.quote {
        font-size: 14px;
        line-height: 150%;
}

footer h3 strong {
    float: right;

}

footer ul {
    padding-left: 15px;
}

footer ul,
footer p {
    font-size: 14px;
}

footer .threecol a {
    color: #fff;
    display: block;
}

footer .threecol a:hover,
footer .threecol a:focus {
    text-decoration: none;
    opacity: 0.8;
}

footer div.threecol.quote {
    padding-top: 35px;
}

p.credit {
    text-align: center;
    color: #00314f;
    margin-top: 20px;
    line-height: 165%;
}

p.credit a {
    color: #00314f;
    font-weight: bold;
}

.checklist {
    list-style-image: url("images/green-tick.2c98cfb236bb.png");
}

.checklist li {
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 40px;
}
