﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

p a {
    color: blue
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

u {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #292929;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.4em;
    background: #D0D0D0;
}

#wrapper {
    position: relative;
    max-width: 64rem;
    margin: 1.875rem auto 0;
    border-top: .312rem solid #008194;
    padding: 1.875rem 4.375rem 4.375rem;
    background-color: #fff;
    overflow: hidden;
    -moz-box-shadow: #666 0 .125rem .187rem;
    -webkit-box-shadow: #666 0 .125rem .187rem;
    box-shadow: #666 0 .125rem .187rem;
    overflow: hidden;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 1.812rem;
    padding: 0 1.875rem;
    margin: 0;
    line-height: 1.4em;
}
header h6{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    
}
header h6 a{
    margin: 0;
    padding-left: 1.25rem;
    height: 5.625rem;
    padding-top: .937rem;
    padding-right: 93px
}
@-moz-document url-prefix() {
    header h6 a{
    margin: 0;
    padding-left: 1.25rem;
    height: 91px;
    padding-top: .937rem;
    padding-right: 5.812rem
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
     header h6 a{
    margin: 0;
    padding-left: 1.25rem;
    height: 91px;
    padding-top: .937rem;
    padding-right: 5.812rem
}
}
h4 {
    font-size: 1rem;
    margin-bottom: 1.25em;
    border-bottom: thin solid #008194;
    margin-left: -1.875rem;
    padding-left: 1.875rem;
    margin-right: -.937rem;
    padding-right: .937rem;
    padding-bottom: .312rem;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0
}

aside h4:nth-of-type(2),
aside h4:nth-of-type(3) {
    margin-top: 1.25rem;
}

h5 {
    font-size: .75rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.4em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

h5 + p a {
    color: blue;
}

h5 + p {
    font-size: .75rem;
    line-height: 1.25rem;
}

h6 a {
    font-size: 1rem;
    line-height: 3.75rem;
    margin-bottom: .937rem;
    margin-right: 0;
    padding-right: 3.125rem;
    padding-bottom: 0;
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #D22630;
    z-index: 100;
    color: #fff;
    margin: 0 -6.375rem 0 0;
}

h6 a {
    position: relative;
    color: #FFFFFF;
}

h6 a span {
    margin-left: 12%;
    font-size: 1.437rem;
    position: relative;
    top: .125rem;
}

h6 a:after {
    background-color: #D22630;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 1px;
    content: '';
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    -o-transition: height 0.3s, opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
}

h6 a:hover {
    text-decoration: none;
}

h6 a:hover:after {
    height: .125rem;
    -moz-transform: translateY(.312rem);
    -ms-transform: translateY(.312rem);
    -webkit-transform: translateY(.312rem);
    transform: translateY(.312rem);
    opacity: 1;
}


h6 + p {
    float: right;
    margin-right: -.937rem;
}

ul {
    padding: 0 0 0 1.25rem;
    margin-bottom: 1.25em;
    list-style-type: none
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 4.5px;
    height: 4.5px;
    border-radius: 8px;
    background: #000;
    margin-left: -15px;
    top: 8px;
}

@-moz-document url-prefix() {
    ul li:before {
        content: "";
        float: left;
        position: relative;
        width: 4px;
        height: 4px;
        border-radius: 8px;
        background: #000;
        margin-left: -15px;
        top: 8px;
    }
}



header {
    margin: 0 -4.375rem;
    font-size: .75rem;
    min-height: 1.25em;
    position: relative;
}

header section:nth-of-type(1) {
    width: 18.75rem;
    margin: 0 0 1.875rem 4.375rem;
    float: left;
}

header section:nth-of-type(1) a {
    display: block;
    width: 18.75rem;
}

header section:nth-of-type(2) {
    width: calc(100% - 29.375rem);
    float: right;
    margin-right: 4.375rem;
}

header section:nth-of-type(3) {
    margin: 1.875rem 0;
    position: relative;
}

element:nth-of-type(1) {
    border-bottom: .125rem solid #008194;
    border-top: .125rem solid #008194;
    max-height: 25rem;
    height: 25rem;
    display: block;
    margin: 0 4.375rem;
}

element:nth-of-type(2) {
    display: block;
    background: rgba(0, 129, 148, 0.8);
    text-shadow: #333333 0 1px .125rem;
    color: #FFFFFF;
    z-index: 1;
    padding: .937rem 0 .937rem 5%;
    bottom: 0;
    width: 80%;
    position: absolute;
    left: 0;
    -moz-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
    -webkit-transition: background-color 0.75s ease;
    transition: background-color 0.75s ease;
}

element:nth-of-type(2):hover {
    background: #008194;
}

element p {
    font-size: .937rem;
    margin: 0 0 .187rem 0;
    padding: 0 1.875rem;
    line-height: 1.4em;
}

header p {
    margin: 0
}


article section {
    height: 1380px;
    min-height: 0;
    max-height: none;
    width: -moz-calc(66.66% - .937rem);
    width: -webkit-calc(66.66% - .937rem);
    width: calc(66.66% - .937rem);
    margin-top: 0;
    padding: 1.875rem;
    float: left;
    margin: 0;
    border: thin solid #BFBFBF;
}

article section p {
    margin: 0
}


article aside {
    height: 1380px;
    min-height: 0;
    max-height: none;
    width: -moz-calc(33.33% - .937rem);
    width: -webkit-calc(33.33% - .937rem);
    width: calc(33.33% - .937rem);
    border: thin solid #BFBFBF;
    float: right;
    padding: 1.875rem;
    font-size: .75rem;
    line-height: 1.25rem;
}

nav {
    margin-bottom: 1.25rem;
    display: block;
}

nav p {
    display: inline-block;
    float: left;
    width: 16.66667%;

    color: #008194;
    font-size: 1.875rem;
    line-height: 1.625rem;
}

nav p a {
    position: relative;
    position: relative;
    display: inline-block;
    color: #008194;
}

nav p a:after {
    background: #008194;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 1px;
    content: '';
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    -o-transition: height 0.3s, opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
}

nav p a:hover {
    outline: 0;
}

nav p a:hover:after {
    -moz-transform: translateY(.312rem);
    -ms-transform: translateY(.312rem);
    -webkit-transform: translateY(.312rem);
    transform: translateY(.312rem);
    height: 1px;
    opacity: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

address img {
    width: 8rem;
    height: auto;
    margin: 0 0 .125rem;
}

footer {}

menu {
    display: block;
    margin: 0;
    float: none;
    padding: 0;
}

footer > a {
    background-color: #00605E;
    max-width: 11.25rem;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

footer > a:after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 1px;
    content: '';
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    -o-transition: height 0.3s, opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    background: #00605E;
}

footer > a:hover:after {
    -moz-transform: translateY(.312rem);
    -ms-transform: translateY(.312rem);
    -webkit-transform: translateY(.312rem);
    transform: translateY(.312rem);
    height: .125rem;
    opacity: 1;
}

@media only screen and (max-width:63.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    a {
        font-weight: bold;
    }

    header {
        margin: 0 0 .625rem;
        font-size: .75rem;
        min-height: 1.25em;
        position: relative;
    }

    header section:nth-of-type(1) {
        width: auto;
        margin: 0 auto;
        display: block;
        float: none;
    }

    header section:nth-of-type(1) a {
        display: block;
        width: 18.75rem;
        margin: 0 auto 0;

    }

    header section:nth-of-type(2) {
        width: auto;
        float: none;
        margin-right: 0;
        padding: .625rem 0;
    }

    header section:nth-of-type(3) {
        margin: 0;
        position: relative;
    }

    element:nth-of-type(1) {
        border-bottom: .125rem solid #008194;
        border-top: .125rem solid #008194;
        max-height: 25rem;
        height: auto;
        display: block;
        margin: 0 0;
    }

    element:nth-of-type(2) {
        display: block;
        background: rgba(0, 129, 148, 0.8);
        text-shadow: #333333 0 .062rem .125rem;
        color: #FFFFFF;
        z-index: 1;
        padding: .625rem;
        bottom: 0;
        width: auto;
        position: static;
        left: 0;
        -moz-transition: background-color 0.75s ease;
        -o-transition: background-color 0.75s ease;
        -webkit-transition: background-color 0.75s ease;
        transition: background-color 0.75s ease;
    }

    element p {
        font-size: .937rem;
        margin: 0 0 .187rem 0;
        padding: 0 1.875rem;
        line-height: 1.4em;
    }

    header p {
        margin: 0
    }

    article section {
        height: auto;
        min-height: 0;
        max-height: none;
        width: auto;
        width: auto;
        width: auto;
        margin-top: 0;
        padding: .625rem;
        float: none;
        margin: 0;
        border: thin solid #BFBFBF;
    }

    article section p {
        margin: 0 0 .625rem;
    }


    article aside {
        height: auto;
        min-height: 0;
        max-height: none;
        width: auto;
        width: auto;
        width: auto;
        border: thin solid #BFBFBF;
        float: none;
        padding: .625rem;
        font-size: .75rem;
        line-height: 1.25rem;
        margin-top: .625rem;
    }

    menu {
        display: none;
    }

    nav {
        margin-bottom: .625rem;
        display: block;
    }

    nav p {
        display: inline-block;
        float: left;
        width: auto;
        color: #008194;
        font-size: 1.875rem;
        line-height: 1;
        margin-right: 1.25rem;
        margin-bottom: 0;

    }

    nav p a {
        display: block;

    }

    h4 {
        margin: 0 0 .625rem;
        padding: 0;
        font-size: .875rem;
    }

    aside h4:nth-of-type(2),
    aside h4:nth-of-type(3) {
        margin-top: 0;
    }

    h1 {
        font-size: 1.5rem;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    ul {
        margin-top: 0;
        margin-bottom: .625rem;
    }

    h6 a {
        font-size: .875rem;
        line-height: 2.5rem;
        margin-bottom: .625rem;
        margin: 0 0 0 0;
        padding: 0;
    }

    h6 a span {
        margin-left: 1%;
        font-size: 1.25rem;
        position: relative;
        top: .187rem;
    }

    h6 + p {
        float: none;
        margin-right: 0;
    }

    element p {
        padding: 0 0;
    }
        header h6{
    position: static;
    right: 0;
    bottom: 0;
    margin: 0;
    
}
header h6 a{
    margin: 0;
    padding: 5px;
    height: auto
}
}

@media only screen and (max-width:29.937rem) {
    h1 {}
}
