/* Basic */
@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
div{
    line-height:normal;
    font-size:15px;
}
p{
    line-height:normal;
    font-size:15px;
}

body {
    background: #ffffff;
    line-height: normal;
    font-size: 15px;
    min-height: 100vh !important;
    -webkit-text-size-adjust: none;
    margin: 0;
    margin-bottom: 11em;
    box-sizing: border-box;
    position:relative;
}
.invisiLink {
    display: block;
    left: 0px;
    top:0px;
    margin-top:0;
    width: 100% !important;
    position: absolute;
    height: 11em;
}
    body.is-preload *, body.is-preload *:before, body.is-preload *:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: inline-block;
}



ol, ul {
    list-style:none;
}
li{
    margin: 1em 0;
    
}
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #1b89ce;
  
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7b9d6f;
    }
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.slider-size {
    height: 200px;
}
/* Typography */
html {
    font-size: 11pt;
}

@media screen and (max-width: 1680px) {
    html {
        font-size: 11pt;
    }
}

@media screen and (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 11pt;
    }
}

body {
    background-color: #ffffff;
    color: #444444;
}

body, input, select, textarea{
    font-family: "Raleway", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.75rem !important;
    line-height: 1.65 !important;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

strong, b {
    font-weight: 900;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2rem 0;
}

header.special {
    text-align: left;
    margin-bottom: 2rem;
}

    header.special p {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 0 1.5rem 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 3rem;
    line-height: 1.2;
}

h2 {
    font-size: 2.25rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.25rem;
    font-weight:bolder;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2.75rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.25rem;
    }
}

sub {
    font-size: 0.8rem;
    position: relative;
    top: 0.5rem;
}

sup {
    font-size: 0.8rem;
    position: relative;
    top: -0.5rem;
}

blockquote {
    border-left: solid 0.5rem;
    font-style: italic;
    margin: 0 0 2rem 0;
    padding: 1rem 0 1rem 2rem;
}

code {
    border-radius: 4px;
    border: solid 1px;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

    pre code {
        display: block;
        line-height: 1.75;
        padding: 1rem 1.5rem;
        overflow-x: auto;
    }   

input, select, textarea {
    color: #555555;
}

a {
    color: #1b89ce;
}

strong, b {
    color: #555555;
}

h1, h2, h3, h4, h5, h6 {
    color: #555555;
}

blockquote {
    border-left-color: rgba(0, 0, 0, 0.25);
}

code {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.25);
}
tr {
   /* display: flex;
    flex-flow: row wrap;*/
}
    /* Inner */
    .inner {
        margin: 1px auto !important;
        width: 75rem !important;
        max-width: 100% !important;
    }

    @media screen and (max-width: 1280px) {
        .inner {
            padding-top: 45px;
        }
    }

    @media screen and (max-width: 736px) {
        .inner {
            padding-top: 0;
        }
    }

    @media screen and (max-width: 480px) {
        .inner {
            width: 25rem;
        }
    }

    label {
        display: block;
        font-size: 1em;
        font-weight: 600;
        margin: 0 0 1rem 0;
    }

    textarea {
        padding: 0.75rem 1rem;
    }

    ::-webkit-input-placeholder {
        opacity: 1.0;
    }

    :-moz-placeholder {
        opacity: 1.0;
    }

    ::-moz-placeholder {
        opacity: 1.0;
    }

    :-ms-input-placeholder {
        opacity: 1.0;
    }

    label {
        color: #555555;
    }

    textarea {
        background-color: rgba(0, 0, 0, 0.075);
        border-color: rgba(0, 0, 0, 0.25);
    }

    ::-webkit-input-placeholder {
        color: #bbbbbb !important;
    }

    :-moz-placeholder {
        color: #bbbbbb !important;
    }

    ::-moz-placeholder {
        color: #bbbbbb !important;
    }

    :-ms-input-placeholder {
        color: #bbbbbb !important;
    }

    * {
        box-sizing: border-box;
    }


    .dateline {
        overflow: hidden;
        text-align: center;
    }

        .dateline > span {
            position: relative;
            display: inline-block;
        }

            .dateline > span:before, .dateline > span:after {
                content: '';
                position: absolute;
                top: 50%;
                border-bottom: 1px solid;
                width: 591px; /* half of limiter*/
                margin: 0 20px;
            }

            .dateline > span:before {
                right: 100%;
            }

            .dateline > span:after {
                left: 100%;
            }

    .calendar {
        height: 250px;
        width: 30%;
        /*border: thin groove #bbbbbb;*/
        border-radius: 2px;
        float: left;
        padding: 0 10px;
        text-align: center;
    }

    .row {
        margin: 0 -5px;
        padding-bottom: 20px;
    }
        /* Clear floats after the columns */
        .row:after {
            content: "";
            display: table;
            clear: both;
        }



    /* Highlights */
    .highlights {
        width: 100%;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-align-items: -moz-stretch;
        -webkit-align-items: -webkit-stretch;
        -ms-align-items: -ms-stretch;
        align-items: center;
        justify-content: center;
    }
        .highlights h4 {
            margin-top:0 !important;
        }
        .highlights > * {
            -moz-flex-shrink: 1;
            -webkit-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1;
            -moz-flex-grow: 0;
            -webkit-flex-grow: 0;
            -ms-flex-grow: 0;
            flex-grow: 0;
        }

        .highlights > * {
            width: 25%;
        }

        .highlights > * {
            width: 25%;
        }

        .highlights > :nth-child(-n + 4) {
            padding-top: 0;
        }

        .highlights > :nth-last-child(-n + 4) {
            padding-bottom: 0;
        }

        .highlights > :nth-child(4n + 1) {
            padding-left: 0;
        }

        .highlights > :nth-child(4n) {
            padding-right: 0;
        }

        .highlights > :nth-child(4n),
        .highlights > :nth-child(3n) {
            width: 25%;
        }

    @media screen and (max-width: 980px) {
        .highlights > * {
            width: 50%;
        }

        .highlights > * {
            padding: 1rem;
            width: calc(25% + 0.6666666667rem);
        }

        .highlights > :nth-child(-n + 3) {
            padding-top: 1rem;
        }

        .highlights > :nth-last-child(-n + 3) {
            padding-bottom: 1rem;
        }

        .highlights > :nth-child(3n + 1) {
            padding-left: 1rem;
        }

        .highlights > :nth-child(3n) {
            padding-right: 1rem;
        }

        .highlights > :nth-child(3n + 1),
        .highlights > :nth-child(3n) {
            padding: 1rem;
            width: calc(50% + 1rem);
        }

        .highlights > * {
            padding: 1rem;
            width: calc(50% + 1rem);
        }

        .highlights > :nth-child(-n + 2) {
            padding-top: 0;
        }

        .highlights > :nth-last-child(-n + 2) {
            padding-bottom: 0;
        }

        .highlights > :nth-child(2n + 1) {
            padding-left: 0;
        }

        .highlights > :nth-child(2n) {
            padding-right: 0;
        }

        .highlights > :nth-child(2n + 1),
        .highlights > :nth-child(2n) {
            width: calc(50% + 0rem);
        }

        .highlights .content {
            padding: 2rem;
        }
    }

    @media screen and (max-width: 736px) {
        .highlights > * {
            width: 100%;
        }

        .highlights > * {
            padding: 1rem;
            width: calc(25% + 0.6666666667rem);
        }

        .highlights > :nth-child(-n + 3) {
            padding-top: 1rem;
        }

        .highlights > :nth-last-child(-n + 3) {
            padding-bottom: 1rem;
        }

        .highlights > :nth-child(3n + 1) {
            padding-left: 1rem;
        }

        .highlights > :nth-child(3n) {
            padding-right: 1rem;
        }

        .highlights > :nth-child(3n + 1),
        .highlights > :nth-child(3n) {
            padding: 1rem;
            width: calc(100% + 2rem);
        }

        .highlights > * {
            padding: 1rem;
            width: calc(50% + 1rem);
        }

        .highlights > :nth-child(-n + 2) {
            padding-top: 1rem;
        }

        .highlights > :nth-last-child(-n + 2) {
            padding-bottom: 1rem;
        }

        .highlights > :nth-child(2n + 1) {
            padding-left: 1rem;
        }

        .highlights > :nth-child(2n) {
            padding-right: 1rem;
        }

        .highlights > :nth-child(2n + 1),
        .highlights > :nth-child(2n) {
            padding: 1rem;
            width: calc(100% + 2rem);
        }

        .highlights > * {
            padding: 1rem;
            width: calc(100% + 2rem);
        }

        .highlights > :nth-child(-n + 1) {
            padding-top: 0;
        }

        .highlights > :nth-last-child(-n + 1) {
            padding-bottom: 0;
        }

        .highlights > :nth-child(1n + 1) {
            padding-left: 0;
        }

        .highlights > :nth-child(1n) {
            padding-right: 0;
        }

        .highlights > :nth-child(1n + 1),
        .highlights > :nth-child(1n) {
            width: calc(100% + 1rem);
        }
    }

    @media screen and (max-width: 480px) {
        .highlights {
            width: 100%;
            display: flex;
        }

            .highlights > * {
                padding: 1rem;
                width: calc(25% + 0.6666666667rem);
            }

            .highlights > :nth-child(-n + 3) {
                padding-top: 1rem;
            }

            .highlights > :nth-last-child(-n + 3) {
                padding-bottom: 1rem;
            }

            .highlights > :nth-child(3n + 1) {
                padding-left: 1rem;
            }

            .highlights > :nth-child(3n) {
                padding-right: 1rem;
            }

            .highlights > :nth-child(3n + 1),
            .highlights > :nth-child(3n) {
                padding: 1rem;
                width: calc(100% + 2rem);
            }

            .highlights > * {
                padding: 1rem;
                width: calc(50% + 1rem);
            }

            .highlights > :nth-child(-n + 2) {
                padding-top: 1rem;
            }

            .highlights > :nth-last-child(-n + 2) {
                padding-bottom: 1rem;
            }

            .highlights > :nth-child(2n + 1) {
                padding-left: 1rem;
            }

            .highlights > :nth-child(2n) {
                padding-right: 1rem;
            }

            .highlights > :nth-child(2n + 1),
            .highlights > :nth-child(2n) {
                padding: 1rem;
                width: calc(100% + 2rem);
            }

            .highlights > * {
                padding: 1rem;
                width: calc(100% + 2rem);
            }

            .highlights > :nth-child(-n + 1) {
                padding-top: 0;
            }

            .highlights > :nth-last-child(-n + 1) {
                padding-bottom: 0;
            }

            .highlights > :nth-child(1n + 1) {
                padding-left: 0;
            }

            .highlights > :nth-child(1n) {
                padding-right: 0;
            }

            .highlights > :nth-child(1n + 1),
            .highlights > :nth-child(1n) {
                width: calc(100% + 1rem);
            }
    }

    .highlights .content {
        background: #ffffff;
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025);
        text-align: left;
    }

    * {
        box-sizing: border-box;
    }
    /* Create four equal columns that floats next to each other */
    .column {
        width: 25%;
        height: 200px !important;
        text-align: center;
    }

    @media screen and (max-width: 480px) {
        .column {
            justify-content: left;
            height: 120px;
        }

            .column img {
                height: 72px;
                width: 82px;
            }

            .column h3 {
                font-size: 10px;
                text-align: center;
            }
    }

    /* Actions */
    ul.actions {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        cursor: default;
        list-style: none;
        margin-left: -1rem;
        padding-left: 0;
    }

        ul.actions li {
            padding: 0 0 0 1rem;
            vertical-align: middle;
        }

        ul.actions.special {
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            width: calc(100% + 1rem);
        }

        ul.actions.stacked {
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 0;
        }

            ul.actions.stacked li {
                padding: 1.3rem 0 0 0;
            }

                ul.actions.stacked li:first-child {
                    padding-top: 0;
                }

        ul.actions.fit {
            width: calc(100% + 1rem);
        }

            ul.actions.fit li {
                -moz-flex-grow: 1;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
                -moz-flex-shrink: 1;
                -webkit-flex-shrink: 1;
                -ms-flex-shrink: 1;
                flex-shrink: 1;
                width: 100%;
            }

                ul.actions.fit li > * {
                    width: 100%;
                }

            ul.actions.fit.stacked {
                width: 100%;
            }

    @media screen and (max-width: 480px) {
        ul.actions:not(.fixed) {
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 0;
            width: 100% !important;
        }

            ul.actions:not(.fixed) li {
                -moz-flex-grow: 1;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
                -moz-flex-shrink: 1;
                -webkit-flex-shrink: 1;
                -ms-flex-shrink: 1;
                flex-shrink: 1;
                padding: 1rem 0 0 0;
                text-align: center;
                width: 100%;
            }

                ul.actions:not(.fixed) li > * {
                    width: 100%;
                }

                ul.actions:not(.fixed) li:first-child {
                    padding-top: 0;
                }

                ul.actions:not(.fixed) li input[type="submit"],
                ul.actions:not(.fixed) li input[type="reset"],
                ul.actions:not(.fixed) li input[type="button"],
                ul.actions:not(.fixed) li button,
                ul.actions:not(.fixed) li .button {
                    width: 100%;
                }

                    ul.actions:not(.fixed) li input[type="submit"].icon:before,
                    ul.actions:not(.fixed) li input[type="reset"].icon:before,
                    ul.actions:not(.fixed) li input[type="button"].icon:before,
                    ul.actions:not(.fixed) li button.icon:before,
                    ul.actions:not(.fixed) li .button.icon:before {
                        margin-left: -0.5rem;
                    }
    }



    /* Wrapper */
    .wrapper {
        padding: 8rem 0 6rem 0;
        position: relative;
        z-index: 1;
    }

    @media screen and (max-width: 1280px) {
        .wrapper {
            padding: 4rem 0 2rem 0;
        }
    }

    @media screen and (max-width: 736px) {
        .wrapper {
            padding: 3rem 0 1rem 0;
        }
    }

    @media screen and (max-width: 480px) {
        .wrapper {
            padding: 2rem 0 0.1rem 0;
        }
    }

    @media (max-width: 480px) {
        .space {
            display: block;
            width: 460px;
            padding-bottom: 9em;
        }
    }

    @media (max-width: 767px) {
        .space {
            display: block;
            width: 757px;
            padding-bottom: 7em;
        }
    }

    @media (max-width: 1280px) {
        .space {
            width: 1000px;
            padding-bottom: 6em;
        }
    }

    td {
        padding-right: 5em;
        width: 100%;
    }

    @media screen and (max-width: 1280px) {
        td {}
            padding-bottom: 2rem;
        }
    }

    @media screen and (max-width: 767px) {
        tr, td {
            display: block;
            padding-bottom: 2rem;
        }
    }

    @media screen and (min-width: 480px) {
        td {
            display: block;
            padding-bottom: 2rem;
        }
    }

    hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        width: 100%;
        margin: 6px 0 4px 0 !important;
    }

    /* CTA */
    #cta {
        background-color: #ffffff;
        color: rgba(255, 255, 255, 0.75);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        z-index: 1;
    }

        #cta .inner {
            position: relative;
            z-index: 3;
        }

            #cta .inner p {
                color: #111111;
            }

    @media screen and (max-width: 980px) {
        #cta {
            background-attachment: scroll;
        }
    }
    /* Header */
body {
    padding-top: 3.25rem;
    font-size: 15px;
}

        body:before {
            content: ' ';
            /*background-image: url(../Media/Capitol/capitol.jpg);*/
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            display: block;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0.05;
           
        }

    #header {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: inline-block;
        /*background-image: url(../images/finance-header-bg.png);*/
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        height: 12.25rem !important;
        left: 0;
        line-height: 3.25rem !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;

        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        #header a {
            display: inline-block;
            align-items: center
        }

        #header > .logo {
            padding-top: 10px;
            float: left;
            top: 10px;
        }

    @media screen and (max-width: 736px) {
        #header > menu > a {
            padding: 0 0.5rem;
            height: auto;
            width: auto;
        }

        #header > menu:last-child {
            margin-left: 0.25rem;
            padding-left: 1rem;
        }

        #header > nav > a:last-child {
            padding-right: 1rem;
        }
    }

    @media screen and (max-width: 980px) {
        body {
            padding-top: 44px;
        }

        #header {
            height: 44px;
            line-height: 44px;
            height: auto;
            width: auto;
        }
    }

    @media screen and (max-width: 480px) {
        #header {
            min-width: 320px;
            height: auto;
            width: auto;
        }
    }

    /* Main */
    #main .content {
        background: #ffffff !important;
        border-radius: 4px;
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025) !important;
        margin-bottom: 2rem !important;
        padding: 3rem !important;
    }

    @media screen and (max-width: 980px) {
        #main .content {
            padding: 2rem;
        }
    }

    @media screen and (max-width: 480px) {
        #main .content {
            padding: 1.5rem;
        }
    }

    /* Menu */
    .menu {
        background-color: transparent;
        overflow: auto;
    }
        .menu a {
            float: right;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 20px;
        }

            .menu a:hover {
                color: #1b89ce;
            }

    @media screen and (max-width: 786px) {

        .menu {
            padding-top: 4.9em;
            background-color: transparent;
            position: absolute;
            width: 100%;
            overflow: hidden;
        }

            .menu #nav {
                display: block;
            }

            .menu a {
                background-image: url('../images/menu-bg.png');
                background-color: #2e555c;
                color: white;
                text-decoration: none;
                font-size: 15px;
                text-align: center;
                font-weight: 700;
                display: flex;
                height: 6px;
            }

                .menu a.icon {
                    float: right;
                }

                .menu a:hover {
                    background-color: #2e555c;
                    color: red;
                }
    }

    @media screen and (max-width: 480px) {

        .menu {
            padding-top: 5.5em;
            background-color: transparent;
            position: absolute;
            width: 100%;
            overflow: hidden;
        }

            .menu #nav {
                display: block;
            }

            .menu a {
                background-image: url('../images/menu-bg.png');
                background-color: #2e555c;
                color: white;
                text-decoration: none;
                font-size: 15px;
                text-align: center;
                font-weight: 700;
                display: flex;
                height: 6px;
            }

                .menu a.icon {
                    float: right;
                }

                .menu a:hover {
                    background-color: #2e555c;
                    color: red;
                }
    }

footer {
    width: 100%;
    position: absolute;
    height: auto;
    /*background-color: #111111 !important;*/
    background-color: #313a43;
    /*color: #fff;*/
    color: lightgray;
    margin: 1em 0 0 0 !important;
    padding-bottom: 1em;
}
    /*footer*/
#footer {
  
  
}

        #footer input, #footer select, #footer textarea {
            color: #111111;
        }
    #footer p {
        height: 112.5px;
        line-height: 1.5em !important;
    }
    #footer a {
        color: #1b89ce;
       
    }
    #footer li {
        margin-bottom: -1.2em;
    }
    #footer ul {
        padding-top: 1px;
        height: 112.5px !important; 
        line-height:1.5em !important;
    }
        #footer strong, #footer b {
            color: #fff;
        }

        #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
            color: #fff;
        }
    #footer h4 {
        margin-bottom: 0 !important;
    }
        #footer blockquote {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        #footer code {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

        #footer hr {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        #footer input[type="submit"]:hover,
        #footer input[type="reset"]:hover,
        #footer input[type="button"]:hover,
        #footer button:hover,
        #footer .button:hover {
            box-shadow: inset 0 0 0 1px #1b89ce;
            color: #1b89ce !important;
        }

            #footer input[type="submit"]:hover:active,
            #footer input[type="reset"]:hover:active,
            #footer input[type="button"]:hover:active,
            #footer button:hover:active,
            #footer .button:hover:active {
                background-color: rgba(206, 27, 40, 0.25);
            }

        #footer input[type="submit"].primary,
        #footer input[type="reset"].primary,
        #footer input[type="button"].primary,
        #footer button.primary,
        #footer .button.primary {
            box-shadow: none;
            background-color: #1b89ce;
            color: #ffffff !important;
        }

            #footer input[type="submit"].primary:hover,
            #footer input[type="reset"].primary:hover,
            #footer input[type="button"].primary:hover,
            #footer button.primary:hover,
            #footer .button.primary:hover {
                background-color: #e2212f;
                box-shadow: none;
            }

                #footer input[type="submit"].primary:hover:active,
                #footer input[type="reset"].primary:hover:active,
                #footer input[type="button"].primary:hover:active,
                #footer button.primary:hover:active,
                #footer .button.primary:hover:active {
                    background-color: #b71824;
                }

        #footer label {
            color: #ffffff;
        }

        #footer textarea {
            background-color: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

            #footer input[type="text"]:focus,
            #footer input[type="password"]:focus,
            #footer input[type="email"]:focus,
            #footer input[type="tel"]:focus,
            #footer input[type="search"]:focus,
            #footer input[type="url"]:focus,
            #footer select:focus,
            #footer textarea:focus {
                border-color: #1b89ce;
                box-shadow: 0 0 0 1px #1b89ce;
            }

        #footer select option {
            color: rgba(255, 255, 255, 0.5);
            background-color: #111111;
        }

        #footer ::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        #footer :-moz-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        #footer ::-moz-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        #footer :-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.4) !important;
        }

        #footer ul.alt li {
            border-top-color: rgba(255, 255, 255, 0.25);
        }

        #footer table tbody tr {
            border-color: rgba(255, 255, 255, 0.25);
        }

            #footer table tbody tr:nth-child(2n + 1) {
                background-color: rgba(255, 255, 255, 0.075);
            }

        #footer table th {
            color: #ffffff;
        }

        #footer table thead {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        #footer table tfoot {
            border-top-color: rgba(255, 255, 255, 0.25);
        }

        #footer table.alt tbody tr td {
            border-color: rgba(255, 255, 255, 0.25);
        }

        #footer .highlights .content {
            background: #111111;
            box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025);
        }

        #footer .iconlinks .content {
            background: #111111;
            box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025);
        }

            #footer .iconlinks .content .credit strong {
                color: #1b89ce;
            }

    #footer a {
        /*color: #fff;*/
        color: lightgray;
        text-decoration: none;
    }

            #footer a:hover {
                color: #1b89ce;
            }

        #footer .content {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
        }

            #footer .content section {
                width: 25%;
            }

                #footer .content section:first-child {
                    width: 50%;
                    padding-right: 4rem;
                }

                #footer .content section:last-child {
                    padding-left: 4rem;
                }

    @media screen and (max-width: 1280px) {
        #footer {
            padding: 4rem 0 2rem 0;
         
        }
    }

    @media screen and (max-width: 980px) {
        #footer .content {
            -moz-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
         
        }

            #footer .content section {
                width: 50%;
            }

                #footer .content section:first-child {
                    width: 100%;
                    padding-right: 0;
                }
    }

    @media screen and (max-width: 736px) {
        #footer {
            padding: 3rem 0 1rem 0;
       
        }

            #footer .content section {
                width: 100%;
            }

                #footer .content section:last-child {
                    padding-left: 0;
                }
    }

    @media screen and (max-width: 480px) {
        #footer {
            padding: 2rem 0 0.1rem 0;
          
        }
    }

    /* Grid */
    .grid-container {
        display: grid;
        background-color: #111111;
        padding: 20px;
        position: absolute;
        bottom: 0;
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-gap: 1rem;
    }

        .grid-container > div {
            display: inline-block;
            background-color: #111111;
            text-align: left;
            padding: 10px 0;
            font-size: 20px;
            color: white;
            margin-left: 30%;
        }

        .grid-container h3, .grid-container h4 {
            color: #ffffff;
        }

        .grid-container a {
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
        }

            .grid-container a:hover {
                color: #1b89ce;
            }

    .item1 {
        grid-row: 1;
        grid-template-rows: auto;
    }

    .wrap-collabsible {
        margin-bottom: 1rem 0;
    }

    input[type='checkbox'] {
        display: none;
    }

    .lbl-toggle {
        display: block;
        font-weight: bold;
        font-size: 1.8rem;
        text-transform: uppercase;
        text-align: left;
        padding: 1rem;
        color: #ffffff;
        background: #42616b;
        cursor: pointer;
        border-radius: 7px;
        transition: all 0.25s ease-out;
    }

        .lbl-toggle:hover {
            color: #bbbbbb;
        }
    .collapsible-content {
        max-height: 0px;
        overflow: hidden;
        transition: max-height .1s ease-in-out;
    }

    .toggle:checked + .lbl-toggle + .collapsible-content {
        max-height: 100vh;
    }

    .toggle:checked + .lbl-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .collapsible-content .content-inner {
        background: #ffffff;
        border-bottom: 1px solid rgba(250, 224, 66, .45);
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding: 1rem 1rem;
    }

    .collapsible-content li {
        list-style-type: disc;
        margin-left: 30px;
    }
    /*Timeline Begin*/
    .cd-horizontal-timeline {
        opacity: 0;
        margin: 2em auto;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'mobile';
            display: none;
        }

        .cd-horizontal-timeline.loaded {
            /* show the timeline after events position has been set (using JavaScript) */
            opacity: 1;
        }

        .cd-horizontal-timeline .timeline {
            position: relative;
            height: 100px;
            width: 90%;
            max-width: 800px;
            margin: 0 auto;
        }

        .cd-horizontal-timeline .events-wrapper {
            position: relative;
            height: 100%;
            margin: 0 40px;
            overflow: hidden;
        }

            .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
                /* these are used to create a shadow effect at the sides of the timeline */
                content: '';
                position: absolute;
                z-index: 2;
                top: 0;
                height: 100%;
                width: 20px;
            }

            .cd-horizontal-timeline .events-wrapper::before {
                left: 0;
                background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
                background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
            }

            .cd-horizontal-timeline .events-wrapper::after {
                right: 0;
                background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
                background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
            }

        .cd-horizontal-timeline .events {
            /* this is the grey line/timeline */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 49px;
            height: 2px;
            /* width will be set using JavaScript */
            background: #dfdfdf;
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
        }

        .cd-horizontal-timeline .filling-line {
            /* this is used to create the green line filling the timeline */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #7b9d6f;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -ms-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

        .cd-horizontal-timeline .events a {
            position: absolute;
            bottom: 0;
            z-index: 2;
            text-align: center;
            font-size: 1.3rem;
            padding-bottom: 15px;
            color: #383838;
            /* fix bug on Safari - text flickering while timeline translates */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

            .cd-horizontal-timeline .events a::after {
                /* this is used to create the event spot */
                content: '';
                position: absolute;
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -5px;
                height: 12px;
                width: 12px;
                border-radius: 50%;
                border: 2px solid #dfdfdf;
                background-color: #f8f8f8;
                -webkit-transition: background-color 0.3s, border-color 0.3s;
                -moz-transition: background-color 0.3s, border-color 0.3s;
                transition: background-color 0.3s, border-color 0.3s;
            }

    .no-touch .cd-horizontal-timeline .events a:hover::after {
        background-color: #7b9d6f;
        border-color: #7b9d6f;
    }

    .cd-horizontal-timeline .events a.selected {
        pointer-events: none;
    }

        .cd-horizontal-timeline .events a.selected::after {
            background-color: #7b9d6f;
            border-color: #7b9d6f;
        }

    .cd-horizontal-timeline .events a.older-event::after {
        border-color: #7b9d6f;
    }

    @media only screen and (min-width: 1100px) {
        .cd-horizontal-timeline {
            margin: 6em auto;
        }

            .cd-horizontal-timeline::before {
                /* never visible - this is used in jQuery to check the current MQ */
                content: 'desktop';
            }
    }

    .cd-timeline-navigation a {
        /* these are the left/right arrows to navigate the timeline */
        position: absolute;
        z-index: 1;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 34px;
        width: 34px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        /* replace text with an icon */
        overflow: hidden;
        color: transparent;
        text-indent: 100%;
        white-space: nowrap;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

        .cd-timeline-navigation a::after {
            /* arrow icon */
            content: '';
            position: absolute;
            height: 16px;
            width: 16px;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background: url(../img/cd-arrow.svg) no-repeat 0 0;
        }

        .cd-timeline-navigation a.prev {
            left: 0;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

        .cd-timeline-navigation a.next {
            right: 0;
        }

    .no-touch .cd-timeline-navigation a:hover {
        border-color: #7b9d6f;
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed;
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px;
        }

    .no-touch .cd-timeline-navigation a.inactive:hover {
        border-color: #dfdfdf;
    }

    .cd-horizontal-timeline .events-content {
        position: relative;
        width: 100%;
        margin: 2em 0;
        overflow: hidden;
        -webkit-transition: height 0.4s;
        -moz-transition: height 0.4s;
        transition: height 0.4s;
    }

        .cd-horizontal-timeline .events-content li {
            position: absolute;
            z-index: 1;
            width: 100%;
            left: 0;
            top: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            padding: 0 5%;
            opacity: 0;
            -webkit-animation-duration: 0.4s;
            -moz-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-timing-function: ease-in-out;
            -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        }

            .cd-horizontal-timeline .events-content li.selected {
                /* visible event content */
                position: relative;
                z-index: 2;
                opacity: 1;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
                -webkit-animation-name: cd-enter-right;
                -moz-animation-name: cd-enter-right;
                animation-name: cd-enter-right;
            }

            .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-name: cd-enter-left;
                -moz-animation-name: cd-enter-left;
                animation-name: cd-enter-left;
            }

            .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-direction: reverse;
                -moz-animation-direction: reverse;
                animation-direction: reverse;
            }

            .cd-horizontal-timeline .events-content li > * {
                max-width: 800px;
                margin: 0 auto;
            }

        /*.cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 1.0rem;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        line-height: 1.2;
    }*/

        .cd-horizontal-timeline .events-content em {
            display: block;
            font-style: italic;
            margin: 10px auto;
        }

            .cd-horizontal-timeline .events-content em::before {
                content: '- ';
            }

        .cd-horizontal-timeline .events-content p {
            font-size: 1.4rem;
            color: #959595;
        }

        .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
            line-height: 1.6;
        }

    @media only screen and (min-width: 768px) {
        .cd-horizontal-timeline .events-content h2 {
            font-size: 7rem;
        }

        .cd-horizontal-timeline .events-content em {
            font-size: 2rem;
        }

        .cd-horizontal-timeline .events-content p {
            font-size: 1.8rem;
        }
    }

    @-webkit-keyframes cd-enter-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

    @-moz-keyframes cd-enter-right {
        0% {
            opacity: 0;
            -moz-transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0%);
        }
    }

    @keyframes cd-enter-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    @-webkit-keyframes cd-enter-left {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

    @-moz-keyframes cd-enter-left {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0%);
        }
    }

    @keyframes cd-enter-left {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }
    }
* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.img-responsive1
 {
    display: block;
    max-width: 75%;
    height: auto;
    width: 75%;
    margin-top: -5px;
    float: left;
}

.img-responsive2 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding-right: 15px;
    width: 45%;
}

.img-responsive3 {
    display: block;
    /*max-width: 75%;*/
    height: auto;
    /*width: 75%;*/
    margin-top: 10px;
    margin-left: -30px;
    float: left;
}
