﻿@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;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 61.25rem;
    margin: 1rem auto;
    border: none;
    padding: 0 1.875rem;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 .937rem #888;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    font-size: 2.375rem;
    color: #fff;
    position: absolute;
    bottom: 40%;
    left: 20%;
    margin: 0 auto;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

h1 span {
    font-size: 1.375rem;
    font-weight: 500;
}

h2 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 .625rem;
}

h3 {
    font-size: 2.375rem;
    line-height: 1;
    margin: 0 0 1.562rem;
}

h4 {

    font-size: 2.375rem;
    line-height: 1;
    margin: 0 0 1.562rem;

}

h5 {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 1.562rem;
    color: #333;
}

h6 {
    font-size: 2.625rem;
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

ul {
    margin: .937rem 0 1.25rem;
    list-style: disc;
}

ul li {
    margin-bottom: .625rem;
}


ol {
    outline-style: none;
    margin: 0 0 4.5rem;
    padding: 0;
}

ol li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: .875rem;
    color: #333;
}

ol li:nth-of-type(1) {
    padding-right: .437rem;
}

ol li:nth-of-type(2) {
    padding-left: .437rem;
}

ol li:nth-of-type(1) a:before {
    display: inline-block;
    font-family: 'fontawesome', sans-serif;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f168';
    margin-right: .312rem;
}

ol li:nth-of-type(2) a:before {
    display: inline-block;
    font-family: 'fontawesome', sans-serif;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0e1';
    margin-right: .312rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    position: relative
}


header > a {
    display: block;
    margin: 1.25rem 0;
    max-width: 14.687rem;
}

nav {
    margin: 0 -1.875rem;
    position: relative;
}

nav > a {
    background-color: rgba(239, 239, 239, 0.9);
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .875rem;
}

nav > a span {
    font-size: 1rem;
    background: #005091;
    max-width: 6.875rem;
    display: block;
    margin: 0 auto;
    padding: .75rem;
    color: #fff;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    border-radius: .25rem;
}

nav a:hover {
    text-decoration: none;
}

nav a span:hover {
    background: #003968;
    text-decoration: none;
    box-shadow: none;
}

article > p img {
    display: inline-block;
    position: relative;
    max-width: 3.125rem;
    top: .937rem;
    margin-right: 1.25rem;
}

article > p:nth-of-type(1) {
    margin: 3.75rem 0;
}

article > p:nth-of-type(2) {
    margin: 0 0 1.875rem;
}

section {
    margin: 3.75rem -1.875rem;
    padding: 3.75rem 1.875rem;
    background-color: #005091;
    color: #fff;
}

aside:nth-of-type(1) {
    width: 49%;
    float: left;
}

aside:nth-of-type(2) {
    width: 48%;
    float: right;
}

aside p i {
    width: 2.625rem;
    -webkit-flex: 0 0 2.625rem;
    -ms-flex: 0 0 2.625rem;
    flex: 0 0 2.625rem;
    margin-right: .312rem;
    font-size: 1.5rem;
    color: #fff;
    float: left;
    margin-bottom: 3.75rem;
    position: relative;
    top: .625rem;
}

aside p {
    margin-bottom: 1.25rem;
}

aside:nth-of-type(1) p:nth-of-type(4) i {
    margin-bottom: 5.625rem;
}

aside:nth-of-type(1) p:nth-of-type(4) {
    margin-bottom: 4.375rem
}

aside:nth-of-type(2) p:nth-of-type(4) i {
    margin-bottom: 150px;
}

aside:nth-of-type(2) p:nth-of-type(5) i {
    margin-bottom: 6.25rem;
}

#wrapper > article > section > aside:nth-child(3) > p:nth-child(9) span {
    font-size: 19px;
    letter-spacing: -1px
}

aside p span {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.8
}

element {
    position: relative;
    background: rgba(0, 0, 0, 0.09);
    border-radius: .25rem;
    display: block;
    padding: 1.25rem;
    margin: 0 0 3.75rem;
}

element p:nth-of-type(1) span {
    font-size: 1.25rem;
    font-weight: 600
}

element > a {
    background: #005091;
    color: #fff;
    font-size: .875rem;
    max-width: 9.812rem;
    display: block;
    border-radius: .25rem;
    margin: 1.25rem 0 .625rem;
    display: block;
    padding: .937rem 1.187rem;
    line-height: 1;
    font-weight: 700
}

element > a:hover {
    background: #003968;
    text-decoration: none;
    box-shadow: none;
}

element > img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 14.375rem;
}

address {
    font-style: normal;
    position: relative;
    margin-bottom: 1.875rem;
}


figure {
    width: 13.125rem;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    float: left;
}


menu {
    padding: 1.25rem 1.875rem;
    ;
    margin: 0;
    background: rgba(0, 0, 0, 0.09);
    float: right;
    width: 73%;
    border-radius: .25rem;
    height: 16.562rem
}

iframe {
    margin: 3.75rem -1.875rem 0;
    display: block;
    width: 107%;
    height: 25rem;
}


footer {
    margin: 0 -1.875rem;
    padding: 5rem 1.875rem;
    display: block;
    background-color: #005091;
}

footer > a {
    background: #fff;
    color: #333;
    font-size: .875rem;
    max-width: 9.812rem;
    display: block;
    border-radius: .25rem;
    margin: 1.25rem 0 .625rem;
    display: block;
    padding: .937rem 1.187rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 auto;
}

footer a:hover {
    color: #005091;
    text-decoration: none;
}

@media only screen and (max-width:61.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        box-shadow: none;
        font-size: .875rem;

    }

    header > a {
        margin: .625rem 0;
    }

    nav {
        margin: 0 -.625rem;
        padding: 0 .625rem
    }

    nav > a {
        position: static;
        margin: 0;
        padding: .625rem;
    }

    article {
        margin: 0;
        padding: .625rem;
    }

    article > p:nth-of-type(1) {
        margin: 1.25rem 0;
        padding: 0;
        line-height: 1;
        top: 0;
    }

    article > p:nth-of-type(1) img {
        top: 0;
        margin-right: .937rem;
    }

    article > p:nth-of-type(1) strong {
        position: relative;
        top: -.937rem;
        line-height: 1;

    }

    article > p:nth-of-type(2) {
        margin: .625rem 0;
    }

    section {
        margin: .937rem -.625rem;
        padding: .625rem;
    }


    aside:nth-of-type(1),
    aside:nth-of-type(2) {
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }


    aside p span {
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        line-height: 1.8;
    }

    #wrapper > article > section > aside:nth-child(3) > p:nth-child(9) span {
        font-size: 1rem;
        letter-spacing: normal;
    }

    aside p i,
    aside:nth-of-type(1) p:nth-of-type(4) i,
    aside:nth-of-type(2) p:nth-of-type(4) i,
    aside:nth-of-type(2) p:nth-of-type(5) i {
        width: 1.25rem;
        -webkit-flex: 0 0 2.625rem;
        -ms-flex: 0 0 2.625rem;
        flex: 0 0 2.625rem;
        margin-right: .312rem;
        font-size: 1.125rem;
        color: #fff;
        float: left;
        margin-bottom: .625rem;
        position: relative;
        top: .312rem;
    }




    aside:nth-of-type(1) p:nth-of-type(4),
    aside p {
        margin-bottom: .625rem
    }

    element {
        margin: 0 -.625rem .625rem;
        height: auto;
        padding: .625rem;
    }

    element > img {
        display: block;
        position: static;
        float: none;
        max-width: 6.25rem;
    }


    address {
        width: auto;
        float: none;
        display: block;
        margin: 0 0 .625rem;
    }

    figure {
        float: none;
        margin: 0 -.625rem;
        display: block;
        width: auto;
        background: #E6F3FC;
    }

    figure img {
        text-align: center;
        display: block;
        max-width: 9.375rem;
        margin: 0 auto .625rem;
    }

    menu {
        width: auto;
        float: none;
        height: auto;
        margin: 0 -.625rem;
        padding: .625rem;
    }

    iframe {
        display: block;
        margin: 0 -.625rem;
        padding: 0;
        width: 104%;
        display: block;
    }

    footer {
        margin: 0;
        padding: .625rem;
    }

    ol {
        margin: 0 0 .625rem;
    }


    h1 {
        position: static;
        margin: .625rem 0;
        color: #333;
        font-size: 1.5rem;
    }

    h1 span {
        font-size: 1.125rem;
    }

    h2 {
        font-size: .937rem;
        margin: 0 0 .625rem;
        line-height: 1;
    }

    h3,
    h4,
    h5 {
        font-size: 1rem;
        margin: 0 0 .625rem;
    }

    h6 {
        font-size: 1.5rem;
        margin: 0 0 .625rem;
    }

    ul {
        margin-left: 0;
        padding: 0 0 0 1.375rem;
        margin: 0 0 .625rem;
    }

    a {
        font-weight: bold;
    }
}

@media only screen and (max-width:29.937rem) {}
