h1 {
    font-family: myriad-pro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0
}

h2 {
    font-family: myriad-pro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 .3em;
    text-transform: uppercase
}

p {
    line-height: 1.4
}

html {
    font-family: myriad-pro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #000;
    min-height: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

a {
    text-decoration: underline
}

.site-container {
    width: 100%;
    max-width: 2000px;
    min-width: 320px;
    margin: 0px auto;
}

main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0
}

.main__inner {
    max-width: 2000px;
    margin: 0 auto
}

.footer {
    float: left;
    width: 100%;
    background-color: #a3cecc;
    padding: 2em 1em 2em 1em
}

.footer__left {
    float: left;
    font-size: 1.1em
}

.footer__right {
    float: right;
    font-size: .9em
}

.footer__inner {
    margin: 0 auto;
    max-width: 1400px
}

.footer p {
    display: inline-block;
    margin: 0;
    color: #263c4c
}

@media screen and (max-width:845px) {
    .footer__left,
    .footer__right {
        width: 100%;
        text-align: center
    }
}

.header {
    float: left;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 2em 1em 2em 1em
}

    .header img {
        max-width: 281px
    }

.hero {
    float: left;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width:600px) {
    .hero {
        height: 200px
    }
}

.columns {
    float: left;
    width: 100%;
    min-height: 280px;
    background-color: #263c4c;
    padding: 2em 0
}

.columns__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row
}

.columns .container {
    width: 33.33%;
    text-align: center;
    padding: 0 1.6em
}

@media screen and (max-width:945px) {
    .columns .container {
        width: 50%
    }
}

@media screen and (max-width:600px) {
    .columns .container {
        width: 100%;
        margin-bottom: 2em;
        margin-top: 2em
    }
}

.columns .container:first-child {
    border-right: 2px solid #a3cecc
}

@media screen and (max-width:600px) {
    .columns .container:first-child {
        border-right: 0
    }
}

.columns .container:last-child {
    border-left: 2px solid #a3cecc
}

@media screen and (max-width:945px) {
    .columns .container:last-child {
        width: 100%;
        border-left: 0;
        margin-top: 2em
    }
}

.columns h2 {
    color: #a3cecc
}

.columns p {
    color: #FFF
}

.columns .contact {
    float: left;
    width: 100%;
    padding: 1.6em 0;
    border-top: 2px solid #a3cecc;
    border-bottom: 2px solid #a3cecc;
    margin-top: 1em
}

    .columns .contact a,
    .columns .contact p {
        font-family: 'Galderglynn Esquire W001412726', 'Galderglynn Esquire W00 Book', BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.2;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        color: #FFF;
        margin: 0 0 1em
    }

    .columns .contact a {
        font-family: 'Galderglynn Esquire W001412726', 'Galderglynn Esquire W00 Book', BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.2;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 0
    }

        .columns .contact a:hover {
            text-decoration: underline
        }

.slider {
    width: 85%;
    min-height: 200px;
    position: relative
}

@media screen and (max-width:945px) {
    .slider {
        min-height: 300px
    }
}
@media screen and (max-width:600px) {
    .slider {
        min-height: 200px
    }
}

.slider__container {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:945px) {
    .slider__container {
        margin-bottom: 2em
    }
}

.slider li {
    transition: all .2s;
    transition-delay: 0;
    transition-timing-function: ease-in-out;
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #a3cecc
}

    .slider li.slide__active {
        opacity: 1
    }

.slider__controls {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0px;
}

    .slider__controls button {
        background-color: transparent;
        border: 0;
        padding: 0
    }

        .slider__controls button:first-child {
            float: left
        }

        .slider__controls button:last-child {
            float: right
        }

        .slider__controls button svg {
            min-height: 30px;
            width: auto
        }

.slider__indicators {
    position: absolute;
    bottom: -2em;
    display: block;
    flex-direction: row;
        left: 0px;
        width: 100%;
        text-align:center;
}

    .slider__indicators li {
        width: 15px;
        height: 15px;
        margin: 0 5px;
        background-color: #a3cecc;
        border-radius: 50%;
        display:inline-block;
    }

        .slider__indicators li.active {
            background-color: #FFF
        }
