@import url(//fonts.googleapis.com/css?family=Julius+Sans+One);

html {
    width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}
body, div, h1, h2, h3, h4, h5, form, a, p, ul, ol, li, img, textarea, input, select, option {
    font: 100% BlinkMacSystemFont,"San Francisco", "Roboto", "Segoe UI", sans-serif;
    margin: 0;
    padding: 0;
    color: #5c5c5c;
    list-style: none;
    text-decoration: none;
}
body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
    color: #B6CDDB;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.line {
    clear: both;
    border-bottom: solid 1px #5A89A6;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
#wrapper {
   
    background: #B6CDDB;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#wrapper img.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: -1;
}
#header {
    box-sizing: border-box;
    background: #000;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.1));
    padding: 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 800;
}
#header.content {
    background: transparent;
    overflow: hidden;
    height: 150px;
}
#header.content .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #B6CDDB;
    transform: skewY(2deg);
    transform-origin: top right;
}
#header a.menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 24px;
    font-size: 200%;
    color: #fff;
}
#header img {
    height: 64px;
    vertical-align: middle;
}
#header ul {
    position: relative;
    box-sizing: border-box;
    padding-right: 84px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#header li {
    font-size: 110%;
    display: inline-block;
    margin: 0;
    padding: 8px 20px;
    text-transform: uppercase;
}
#header li:first-child {
    margin-left: 0;
}
#header li span.logo {
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    font: 250% "Julius Sans One", sans-serif;
    color: #fff;
    text-align: center;
}
#header li a {
    color: #fff;    
}
#header li a.active {
    text-decoration: underline;
}
#menu {
    box-sizing: border-box;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 40px 32px 6px 32px;
    text-align: center;
    border-bottom: solid 1px #B6CDDB;
    z-index: 999;
    transition: .5s all;
}
#menu.show {
    top: 0;
}
#menu li {
    font-size: 150%;
    margin: 4px 0;
    padding: 4px 0 6px 0;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
}
#menu li:last-child {
    border-bottom: none;
}
#menu li a:hover {
    text-decoration: none;    
}
#menu p.menuhead {
    position: absolute;
    top: 9px;
    left: 32px;
    font-size: 200%;
}
#menu a.close {
    position: absolute;
    top: 8px;
    right: 32px;
    font-size: 200%;
}
#main {
    box-sizing: border-box;
    background: #003366;
    height: 100%;
    width: 100%;
}
#main h1 {
    font: 400% "Julius Sans One", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #B6CDDB;
}
#main h2 {
    font-size: 180%;
    color: #fff;
    text-shadow: 1px 1px 3px #B6CDDB;
}
.section {
    background: #B6CDDB;
    box-sizing: border-box;
    text-align: center;
    border-top: solid 1px #fff;
}
.section:first-child {
    background: url(../img/pexels-photo-220096.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center right;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    border-top: none;
}
.section:first-child i {
    font-size: 300%;
    color: #fff;
}
.section div.sub {
    box-sizing: border-box;
    width: 50%;
    margin: auto;
    padding: 32px;  
}
.section:first-child div.sub {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    border-top: none;
}
.section div.split {
    box-sizing: border-box;
    float: left;
    width: 50%;   
    padding: 0 32px 32px 32px;
    text-align: left;
}
.section div.split.center {
    text-align: center;
}
.section div.split.center i {
    font-size: 200%;
}
.section div.split img {
    padding-top: 16px;
    max-width: 100%;
}
.section p {
    color: #fff;
    font-size: 125%;
}
p.sectionheader{
    font: 250% "Julius Sans One", sans-serif;
}
.section p.sectionsub {
    font: 150% BlinkMacSystemFont,"San Francisco", "Roboto", "Segoe UI", sans-serif;
    display: block;
    margin-top: 8px;
}
.section.content {
    background: #fff;
    display: block;
    text-align: left;
    padding-top: 75px;
    height: auto;
    min-height: 100%;
}
.section.content p {
    color: #5c5c5c;
}
.section.content div.sub {
    display: block;
    height: auto;
    width: 75%;
    margin-top: 65px;
    padding-bottom: 54px;
}
.section.content p.break {
    padding: 0 16px 32px 0;
    border-bottom: solid 1px #ddd;
    display: inline-block;
}
.section.content p.icons a {
    font-size: 60%;
    display: inline-block;
    text-align: center;
    margin: 4px 4px 0 4px;
}
.section.content p.icons span {
    font-size: 250%;
}
.section.content div.sub div.category {
    box-sizing: border-box;
    border: solid 1px #ddd;
    padding: 8px;
    margin: 12px 0;
}
.section.content div.sub div.category table {
    border-collapse: collapse;
}
.section.content div.sub div.category td.cattitle:first-child {
    width: 70px;
}
.section.content .cattitle {
    font-size: 180%;
    color: #B6CDDB;
}
.section.content .cattitle p {
    font-size: 70%;
}
.section.content .cattitle span {
    font-size: 100%;
}
.section.content i {
    font-size: 90%;
    color: #B6CDDB;
}
.section.content i.fa-stack-1x {
    color: #fff;
}
.section.content i.fa-stack-2x {
    font-size: 200%;
}
#main .section.content h1, #main .section.content h2 {
    color: #B6CDDB;
    text-shadow: none;
}
.section.content div.sub div.quote {
    box-sizing: border-box;
    padding-bottom: 12px;
    margin: 16px 0;
    border-top: solid 1px #ddd;
}
.section.content div.sub div.quote p.person {
    box-sizing: border-box;
    background: #B6CDDB;
    padding: 6px 12px;
    color: #fff;
    line-height: 100%;
}
.section.content div.sub div.quote p.person span {
    font-size: 75%;
}
.section.content div.sub div.quote p.person img {
    border-radius: 50%;
    float: left;
    margin: -40px 16px 0 0;
}
.section.content div.sub div.quote p.pull {
    display: inline-block;
    padding: 12px 12px 32px 12px;
}
.section.content div.sub div.quote p.pull i {
    font-size: 150%;
    padding: 12px;
}
#contact {
    text-align: center;
    padding: 32px;
}
#contact li {
    font-size: 125%;
    display: inline-block;
    margin-bottom: 16px;
    word-break: break-word;
}
#contact li a {
    display: inline-block;
    width: 275px;
    max-width: 100%;
    padding: 8px 0;
    border: solid 1px #B6CDDB;
    border-radius: 5px;
}
#contact li a:hover {
    text-decoration: none;
    color: #aaa;
    border: solid 1px #aaa;
}
#contact li i {
    font-size: 150%;
    padding-top: 4px;
    vertical-align: bottom;
}
#footer {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    padding: 8px;
    text-align: center;
    background: #fff;
    border-top: solid 1px #D2DFE7;
}
#footer p.logo {
    height: 100%;
}
#footer p.logo span {
    display: inline-block;
    font: 100% "Julius Sans One", sans-serif;
    padding-top: 8px;
}
#footer img {
    vertical-align: top;
    height: 100%;
}

@media screen and (max-width:1439px) {
    .section div.sub {
        width: 75%;
    }
}
@media screen and (max-width:1023px) {
    .section div.sub {
        width: 95%;
    }
    #header li {
        padding: 8px 16px;
    }
}
@media screen and (max-width:799px) {
    body {
        font-size: 80%;
    }
    #header ul {
        text-align: left;
    }
    #header li {
        padding: 8px 0;
    }
    #header li a {
        display: none;
    }
    #header li span.logo {
        display: block;
    }
    #header li:first-child a {
        display: inline;
    }
    #header a.menu {
        display: block;
    }
    .section div.sub {
        padding: 16px 8px;
    }
    .section div.split {
        padding: 0 16px 32px 16px;
    }
    .section.content div.sub div.category td.cattitle:first-child {
        width: 55px;
        vertical-align: top;
    }
}
@media screen and (max-width:470px) {
    #main .section.content h1 {
        font-size: 300%;
    }
    #main h2 {
        font-size: 150%;
    }
    #header.content {
        height: 75px;
        background: #B6CDDB;
    }
    #header.content .bg {
        display: none;
    }
    #header li span.logo {
        font-size: 200%;
        top: 16px;
    }
    #header img {
        height: 40px;
    }
    .section div.split {
        float: none;
        width: 100%;
        text-align: center;
    }    
    .section.content div.sub {
        width: 95%;
        margin-top: 0;
    }   
    .mobile {
        display: none;
    }
}
@media screen and (max-width:374px) {
    #header a.menu {
        top: 8px;
        right: 12px;
    }
    #header li span.logo {
        font-size: 150%;
        top: 16px;
    }
}