/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Proxima Nova W01, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #43525a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: flex
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: flex
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0
}

@media print,
screen and (min-width:40em) {
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 {
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1 {
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6 {
        flex-wrap: wrap
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7 {
        flex-wrap: wrap
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8 {
        flex-wrap: wrap
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width:40em) {
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:40em) {
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1 {
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width:64em) {
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none!important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none!important
    }
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none!important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none!important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none!important
    }
}

@media screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none!important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none!important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.hide-for-portrait,
.show-for-landscape {
    display: block!important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: rem-15;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Proxima Nova W01, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}



.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}





.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}





.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}



@media print,
screen and (min-width:40em) {
    .h1,
    h1 {
        font-size: 3rem
    }
    .h2,
    h2 {
        font-size: 2.5rem
    }
    .h3,
    h3 {
        font-size: 1.9375rem
    }
    .h4,
    h4 {
        font-size: 1.5625rem
    }
    .h5,
    h5 {
        font-size: 1.25rem
    }
    .h6,
    h6 {
        font-size: 1rem
    }
}



hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}





blockquote {
    margin: 0 0 rem-15;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "\2014   "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    font-weight: 400
}

code,
kbd {
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.show-for-print {
    display: none!important
}

@media print {
    * {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>*,
.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.form-error,
.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

.form-error.is-visible {
    display: block
}

.hs-form fieldset {
    max-width: none!important
}

form {
    margin: 0 0 20px;
    padding-bottom: 20px
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

input.action,
input.hs-button {
    padding: 10px 20px;
    border: none;
    margin: 10px;
    margin-left: 0;
    text-transform: uppercase;
    display: inline-block;
    background: #1ca0ff;
    border: 1px solid #1ca0ff;
    color: #fff;
    font-size: .7rem
}

input.action:focus,
input.hs-button:focus {
    outline: 0
}

input.action:hover,
input.hs-button:hover {
    background: #fff;
    border: 1px solid #1ca0ff;
    color: #1ca0ff
}

form ul {
    list-style: none
}

.middleColumn {
    display: block;
    clear: left
}

#Sidebar .middleColumn {
    margin: 0;
    display: inline
}

div.tab .field .middleColumn {
    clear: none!important;
    margin: 0!important;
    width: auto
}

.middleColumn .middleColumn {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.middleColumn .message {
    margin: 0
}

select {
    width: auto
}

.typography label {
    display: block;
    font-weight: 700;
    margin: 0 0 20px;
    color: #777;
    font-size: 14px
}

label.right {
    display: inline
}

ul.optionset {
    margin: 0;
    overflow: hidden
}

ul.optionset li {
    margin: 6px 0;
    clear: both
}

ul.optionset li input {
    float: left;
    margin: 0 6px
}

ul.optionset li label {
    margin: 0
}

.map {
    background: #1ca0ff
}

.map .land {
    fill: #fff;
    fill-opacity: .4;
    stroke: #1ca0ff;
    stroke-opacity: 1;
    stroke-width: .5
}

.map .land:hover {
    fill: #b5e0ff;
    stroke: #fff;
    stroke-opacity: 1;
    stroke-width: 1;
    cursor: pointer
}

span.address {
    display: block;
    padding: 10px 0
}

span.address,
span.address p {
    font-size: .9rem
}

.row--spacing {
    margin-bottom: -10px
}

@media print,
screen and (min-width:40em) {
    .row--spacing {
        margin-bottom: -15px
    }
}

.row--spacing>.column,
.row--spacing>.columns {
    margin-bottom: 10px
}

@media print,
screen and (min-width:40em) {
    .row--spacing>.column,
    .row--spacing>.columns {
        margin-bottom: 15px
    }
}

.o-frame {
    position: relative;
    overflow: hidden
}

.o-frame:before {
    content: "";
    display: block;
    padding-top: 75%
}

.o-frame--21-9:before {
    padding-top: 42.85714%
}

.o-frame--16-9:before {
    padding-top: 56.25%
}

.o-frame--4-3:before {
    padding-top: 75%
}

.o-frame--3-2:before {
    padding-top: 66.66667%
}

.o-frame--2-1:before {
    padding-top: 50%
}

.o-frame--1-1:before {
    padding-top: 100%
}

.o-frame__el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.o-frame__el--mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    flex-direction: column;
    text-align: center
}

.c-carousel {
    white-space: no-wrap;
    overflow: hidden
}

.c-carousel__track {
    display: flex
}

.c-carousel__slide {
    position: relative;
    width: 100vw
}

.c-carousel__slide--inactive {
    opacity: .2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.c-carousel__content {
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center
}

.c-carousel__slice {
    position: relative;
    height: 100%;
    display: flex
}

.c-carousel__slice:before {
    position: absolute;
    left: 50%;
    transform: scaleX(.3);
    transform-origin: 0 0;
    z-index: 1
}

.c-carousel__slice>* {
    align-self: flex-end;
    z-index: 2;
    margin-bottom: 10%
}

.c-carousel__overlay {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-carousel__overlay>* {
    align-self: flex-end;
    z-index: 2;
    margin-bottom: 10%
}

.c-carousel__bg {
    position: absolute;
    top: 0;
    left: 50vw;
    width: 50vw;
    height: 100%
}

.c-carousel__dots {
    list-style: none
}

.c-carousel__dot {
    display: inline-block;
    background-color: #231f20
}

.c-carousel__dot span {
    display: none
}

.c-carousel__dot+.c-carousel__dot {
    margin-left: 1rem
}

.c-carousel__dot--active {
    pointer-events: none
}

.c-carousel__dot--active,
.c-carousel__dot:hover {
    cursor: pointer;
    background-color: #1ca0ff
}

.c-carousel__dot--active:before,
.c-carousel__dot:hover:before {
    border-bottom-color: #1ca0ff
}

.c-carousel__dot--active:after,
.c-carousel__dot:hover:after {
    border-top-color: #1ca0ff
}

.c-vid {
    width: 100%;
    height: 100%
}

.c-site-message {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: #222;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:39.99875em) {
    .c-site-message {
        top: 50px
    }
}

.c-site-message a,
.c-site-message a:link,
.c-site-message a:visited {
    color: inherit
}

.c-site-message a:hover {
    border-bottom: 1px dotted currentColor
}

@media screen and (max-width:39.99875em) {
    .c-site-message {
        font-size: .9rem;
        top: 50px
    }
}

@media print,
screen and (min-width:40em) {
    .c-site-message {
        position: relative;
        top: 60px;
        height: 30px;
        margin-bottom: 15px;
        z-index: 4
    }
}

@media print,
screen and (min-width:64em) {
    .c-site-message {
        position: relative;
        top: 90px
    }
}


@media screen and (max-width:39.99875em) {
    [type=checkbox]+label,
    [type=radio]+label {
        display: flex!important
    }
    .nav-btn {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    ul.logo {
        margin: 0 1rem 0 0;
        padding: 0;
        list-style: none
    }
    ul.logo li {
        display: flex;
        width: 200px
    }
}

@media screen and (min-width:40em) {
    .wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block
    }
    .wrapper.nav {
        position: fixed;
        background: #fff;
        z-index: 9!important;
        box-shadow: inset 0 -7px 1px -7px rgba(0, 0, 0, .2);
        transition: height .3s
    }
    .wrapper.nav .sub {
        height: 0;
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .11);
        background: #1ca0ff
    }
    .wrapper.nav .sub nav {
        position: relative
    }
    .wrapper.nav .sub nav ul {
        transition: top .3s;
        position: absolute;
        top: -190px;
        z-index: 8;
        width: 100%;
        text-align: center
    }
    .wrapper.sticky {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .11);
        background: #fff
    }
    .wrapper.sticky .sub {
        height: 60px
    }
    nav ul.logo {
        margin: 0;
        float: left
    }
    nav ul.logo li {
        display: flex
    }
    nav ul.logo li a img {
        height: 45px;
        transition: height .3s;
        margin-top: 25px
    }
    nav ul.logo--mob {
        float: right
    }
    nav ul.main-navigation {
        margin: 0;
        float: right;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        height: 90px;
        transition: height .3s
    }
    nav ul.main-navigation li.bookend {
        display: flex;
        height: 100%
    }
    nav ul.main-navigation li {
        text-transform: uppercase;
        display: inline
    }
    nav ul.main-navigation li a {
        color: #43525a;
        height: 100%;
        float: left;
        padding: 1rem 2px;
        line-height: 1;
        font-size: .8rem;
        transition: height .3s, line-height .3s
    }
    nav ul.main-navigation li a:hover {
        color: #999
    }
    nav ul.main-navigation li a.login-btn {
        display: flex;
        align-items: center;
        margin-left: 0
    }
    nav ul.main-navigation li a.login-btn,
    nav ul.main-navigation li i.search-btn {
        float: left;
        padding: 0 15px;
        font-size: .8rem;
        color: #fff;
        transition: height .3s, line-height .3s
    }
    nav ul.main-navigation li i.search-btn {
        background: #43525a
    }
    nav ul.main-navigation li .nav-global-btn {
        display: flex;
        align-items: center;
        background: #231f20;
        height: 100%;
        float: left;
        padding: 0 15px;
        font-size: .8rem;
        color: #fff;
        transition: height .3s, line-height .3s;
        margin-left: 0
    }
    nav ul.main-navigation li .nav-global-btn :hover {
        cursor: pointer
    }
    nav ul.main-navigation li.current a {
        color: #1ca0ff
    }
    nav ul.main-navigation li:first-child a {
        padding-left: 0
    }
    nav ul.main-navigation span.search {
        background: #43525a;
        float: left;
        padding: 0;
        line-height: 90px;
        font-size: .8rem;
        position: relative;
        transition: height .3s, line-height .3s;
        color: #fff
    }
    nav ul.main-navigation span.search input {
        display: none;
        float: left;
        width: 140px;
        margin-left: 10px;
        padding: 0 5px 0 15px;
        line-height: 30px;
        outline: none;
        border: none;
        background: none;
        transition: line-height .3s;
        background: hsla(0, 0%, 100%, .5);
        font-size: .8rem;
        margin-bottom: 0;
        height: 30px;
        box-shadow: none;
        border-radius: 15px
    }
    nav ul.main-navigation span.search input::-webkit-input-placeholder,
    nav ul.main-navigation span.search textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: .7
    }
    nav ul.main-navigation span.search input:-moz-placeholder,
    nav ul.main-navigation span.search textarea:-moz-placeholder {
        color: #fff;
        opacity: .7
    }
    nav ul.main-navigation span.search button {
        margin: 0;
        padding: 0 10px;
        float: left;
        outline: none;
        border: none;
        background: none;
        transition: height .3s
    }
    nav ul.main-navigation span.search button:focus {
        outline: 0
    }
    nav ul.main-navigation span.search form {
        display: flex;
        align-items: center;
        padding-bottom: 0;
        height: 100%
    }
    nav ul.sub-navigation {
        margin: 0;
        text-align: center
    }
    nav ul.sub-navigation li {
        display: inline
    }
    nav ul.sub-navigation li a {
        color: #fff;
        height: 60px;
        float: none;
        padding: 0 20px 0 10px;
        line-height: 60px;
        font-size: .8rem
    }
    nav ul.sub-navigation li a:hover {
        color: #43525a
    }
    nav.sticky ul.logo li a img {
        height: 30px;
        transition: height .3s;
        margin-top: 15px
    }
    nav.sticky ul.main-navigation {
        display: flex;
        height: 60px
    }
    nav.sticky ul.main-navigation li .nav-global-btn {
        height: 100%
    }
    nav.sticky ul.sub-navigation {
        top: 0!important
    }
    nav.search ul.main-navigation span.search {
        background: #80b505
    }
    nav.search ul.main-navigation span.search input {
        display: block
    }
    nav.search ul.main-navigation span.search button:hover {
        opacity: .5
    }
    nav.search ul.logo li a {
        width: auto
    }
}

.nav-global {
    background: #231f20
}

.nav-global-btn-list {
    background: #231f20;
    width: 100%;
    text-align: center;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-global-btn-list li {
    list-style: none
}

.nav-global-btn-list li a {
    background: #231f20;
    color: #fff;
    padding: 0 20px 0 10px;
    font-size: .8rem
}

.nav-global-btn-list li a:hover {
    color: #ccc
}

.header.main-content {
    height: 500px
}

.header.main-content .block.white {
    height: auto
}

.header.main-content .header-content {
    margin-top: 200px!important
}

.header.main-content .header-content .main-section-header {
    padding-bottom: 25px
}

.main-section-header {
    text-align: center;
    margin-top: 0;
    padding: 0
}

.sublist {
    margin-bottom: 30px;
    margin-top: 20px
}

.sublist li {
    padding: 15px
}

.sublist li a:hover {
    opacity: .5
}

.sublist .icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px
}

.sublist .button {
    display: none
}

.sublist.threechild .icon {
    margin-left: 0
}

hr {
    border: 1px solid #43525a;
    border-bottom: 0 solid #43525a
}

section.block .row {
    padding-top: 20px;
    padding-bottom: 20px
}

section.block .row:first-child {
    padding-top: 0
}

section.block .row:last-child {
    padding-bottom: 0
}

section.block.s-slider .row:first-child {
    padding-top: 0
}

.block.white {
    background: #fff!important;
    padding-top: 20px;
    padding-bottom: 20px
}

.block.white.twitter {
    border-top: 1px solid #ddd;
    padding-top: 35px;
    padding-bottom: 40px
}

.block.white .icon {
    margin-top: 20px
}

.block.white .icon.twitter {
    margin: 0
}

.block.white.s-slider .icon {
    margin-top: 0
}

.block.white.border {
    border-bottom: 1px solid #ddd
}

.block.white.hasBgImage .row {
    padding: 100px 0
}

.block.white.hasBgImage .columns {
    background: #fff
}

.block.white.hasBgImage .columns:first-child {
    padding-top: 50px
}

.block.white.hasBgImage .columns:last-child {
    padding-bottom: 20px
}

.block.white.offset {
    padding-top: 150px
}

.header .block.white .icon {
    margin-top: 0
}

.block.half-header {
    padding-top: 200px;
    padding-bottom: 60px
}

.block.blue {
    background-color: #1ca0ff
}

.block.blue h1,
.block.blue h2,
.block.blue h3,
.block.blue h4,
.block.blue h5,
.block.blue p {
    color: #fff
}

.block.grey {
    background-color: #43525a
}

.block.grey .row {
    background-color: #fff
}

.block.light-grey {
    background-color: #ebecec
}

.block.light-grey .row {
    background-color: #fff
}

.block.warm-grey {
    background-color: #636364
}

.block.warm-grey .row {
    background-color: #fff
}

.half-block {
    display: block;
    width: 100%;
    float: left
}

.text.green {
    color: #00856f
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder,
::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

.header {
    height: 720px;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.header .videoholder {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    background-color: #43525a
}

.header .videoholder video {
    z-index: 1
}

.header .videoholder .overlay,
.header .videoholder video {
    min-height: 100%;
    min-width: 100%;
    height: auto!important;
    width: auto!important;
    position: absolute;
    left: 0;
    top: 0
}

.header .videoholder .overlay {
    background: url(../images/video-cover.png);
    z-index: 2
}

.header>.row {
    display: flex;
    height: 100%;
    align-items: center
}

.header .video-container-single {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-grow: 1
}

.header .video-container-single video {
    width: 100%;
    height: auto;
    z-index: 4
}

.header .video-container-single i.fa-play {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 150px;
    z-index: 7;
    font-size: 30px;
    color: #fff
}

.header .video-container-single:hover i.fa-play {
    opacity: 1
}

.header .video-container-single.playing {
    background-size: 0 0
}

.header .video-container-single.playing i.fa-play {
    display: none
}

.header .video-container-single.disabled {
    cursor: default
}

.header .header-content-single {
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap
}

.header .header-content-single--left {
    display: flex;
    flex: 0 0 50%;
    background: #fff;
    overflow: hidden
}

.header .header-content-single--right {
    background: #fff;
    align-items: center;
    display: flex;
    flex: 0 0 50%
}

.header .header-content-single--under {
    background: #fff;
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex: 0 0 100%;
    margin-top: 20px
}

.header .header-content-single--under .inner {
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap
}

.header .header-content-single--under .inner h3 {
    flex: 0 0 100%;
    height: 24px
}

.header .header-content-single--under .inner p:first-of-type {
    flex: 0 0 80%;
    height: calc(100% - 24px)
}

.header .header-content-single--under .inner p:last-of-type {
    text-align: right;
    flex: 0 0 20%;
    height: calc(100% - 24px)
}

.header .header-content-single .inner {
    padding: 40px
}

.header .header-content-single .inner p:last-child {
    margin-bottom: 0
}

.header .header-content-single .inner-left {
    flex: 0 0 80%
}

.header .header-content-single .inner-right {
    align-self: center;
    padding-left: 30px
}

@media screen and (max-width:39.99875em) {
    .header .header-content-single--left {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 300px;
        margin-top: 10px
    }
    .header .header-content-single--right {
        flex: 0 0 100%;
        max-width: 100%
    }
    .header .header-content-single--under .inner {
        padding: 0 10px;
        flex-flow: column wrap
    }
    .header .header-content-single--under .inner h3,
    .header .header-content-single--under .inner p:first-of-type,
    .header .header-content-single--under .inner p:last-of-type {
        flex: 1;
        text-align: center
    }
    .header .header-content-single .inner {
        padding: 20px 10px
    }
}

.header .header-content {
    position: relative;
    z-index: 3
}

.header .header-produce h1,
.header .header-produce h2 {
    display: inline-block
}


.header .block.white {
    padding: 50px;
    height: 100%;
    min-height: 350px
}

.header .header-content {
    margin-top: 100px!important
}

ul.Tweets {
    margin: 0
}

ul.Tweets li.Tweet {
    list-style: none
}

a.button {
    padding: 10px 20px;
    border: none;
    margin: 10px;
    margin-left: 0;
    text-transform: uppercase;
    font-size: .7rem;
    display: inline-block
}

a.button:focus {
    outline: 0
}

a.button.blue {
    background: #00856f;
    border: 1px solid #00856f;
    color: #fff;
    font-size: .7rem
}

a.button.green {
    background: #00856f;
    border: 1px solid #00856f;
    color: #fff;
    font-size: .7rem
}

a.button.blue:hover {
    background: #fff;
    border: 1px solid #00856f;
    color: #00856f
}

a.button.green:hover {
    background: #fff;
    border: 1px solid #00856f;
    color: #00856f
}

a.button.green.on-grey {
    background: #00856f;
    box-shadow: inset 0 0 0 1px #00856f;
    color: #fff;
    margin-right: 0;
    margin-top: 20px
}

a.button.green.on-grey:hover {
    background: #43525a;
    box-shadow: inset 0 0 0 1px #00856f;
    color: #00856f
}


img.circle,
p.circle img {
    border-radius: 50%;
    margin-bottom: 20px
}

img.right {
    margin-left: 20px;
    margin-bottom: 20px
}

.video-container {
    position: relative;
    background-image: url(/assets/splash/comapc-hold.jpg)!important;
    background-size: cover;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-container:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.video-container.playing {
    line-height: 0
}

.video-container.playing:before {
    opacity: 1
}

.video-container-inner {
    padding: 50px;
    text-align: center
}

.video-container-inner .fa {
    padding: 18px 17px 20px 23px;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 30px;
    height: 65px;
    width: 65px
}

.video-container-inner .fa:hover {
    color: #1ca0ff;
    cursor: pointer
}

.video-container-inner h3 {
    margin-top: 0;
    font-style: italic;
    color: #fff;
    font-size: 1.3rem;
    line-height: 27px
}

.video-container-inner h6 {
    color: #fff;
    text-transform: uppercase
}

.vimeo-video {
    width: 100%;
    height: 350px
}

.icon {
    height: 70px;
    margin-bottom: 20px
}

.icon.left {
    margin-right: 20px
}

.solution-slider {
    margin-top: 2rem
}

.solution-slider li {
    opacity: .5;
    cursor: pointer
}

.solution-slider li img {
    height: 80px;
    margin-bottom: 20px
}

.solution-slider li.active,
.solution-slider li:hover {
    opacity: 1
}

.solution-slider li.active h6 {
    color: #1ca0ff
}

.static-solution-slider {
    margin: 40px 0 0
}

.static-solution-slider li {
    opacity: 1;
    cursor: pointer
}

.static-solution-slider li img {
    margin-bottom: 20px;
    height: 80px
}

.static-solution-slider li:hover {
    opacity: .5
}

.solution-slider-line {
    position: relative;
    display: inline;
    float: left;
    width: 100%;
    height: 30px;
    text-align: center
}

.solution-slider-line:before {
    content: "";
    position: absolute;
    display: block;
    height: 19px;
    border-bottom: 1px solid #1ca0ff;
    z-index: 5;
    width: 100%
}

.solution-slider-line .selector {
    transition: left .3s ease-in-out;
    position: absolute;
    left: 8.33%;
    top: 10px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 1px solid #1ca0ff;
    z-index: 6;
    background: #fff
}

.solution-slider-content-left,
.solution-slider-content-right {
    padding-bottom: 40px
}

.solution-slider-content-left .icon {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 20px
}

.solution-slider-content-left h3 {
    display: inline-block;
    font-size: 1.7rem
}

.s-slider h2,
.s-slider h3 {
    margin-bottom: 0
}

.s-slider h3 {
    margin-top: 45px
}

.work-with-us {
    background: url(../images/bgs/work-with-us-2.jpg) no-repeat 50% fixed;
    background-size: cover;
    height: 720px;
    padding: 200px 0;
    z-index: 1
}

.work-with-us h2 {
    color: #fff
}

.work-with-us p {
    font-size: .9rem
}

.work-with-us .block.white {
    padding: 40px;
    height: 350px
}

.video-container--wwu {
    background-image: url(../images/bgs/work-with-us-2-thumb.jpg)!important
}

ul.benefits {
    margin-top: 0
}

ul.benefits li {
    list-style: none;
    margin: 15px 0;
    font-size: 1.05rem;
    text-align: center
}

.testimonial .row {
    padding: 0!important;
    margin-top: 30px
}

.testimonial .row .columns {
    background: #43525a!important
}

.testimonial .quote {
    background: #43525a;
    padding: 50px!important;
    padding-top: 50px!important
}

.testimonial .quote h5 {
    font-style: italic;
    color: #fff
}

.testimonial .quote h6 {
    color: #fff;
    text-transform: uppercase
}

.testimonial .quote .quote-mark {
    width: 50px;
    color: #636364;
    display: block
}

.testimonial .quote a.button.blue:hover,
.testimonial .quote a.button.green:hover {
    background: #43525a
}

.our-customers .vimeo-video {
    width: 99.8%;
    height: 245px
}

.our-customers .fa-play {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.our-customers .fa-play:hover {
    color: #1ca0ff;
    cursor: pointer
}

.our-customers .container {
    background: #fff;
    padding: 20px 0 10px 30px;
    border: 1px solid #ccc;
    float: left;
    width: 100%
}

.our-customers .container .first {
    width: 88%;
    float: left
}

.our-customers .container .second {
    width: 12%;
    float: left
}

.our-customers-video {
    background: #43525a;
    text-align: center;
    color: #fff;
    width: 100%
}

ul.job-listings li {
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 50px
}

ul.job-listings li .date {
    font-size: .8rem;
    color: #b3b3b3
}

ul.job-listings li .description {
    font-size: .9rem;
    margin-bottom: 10px
}

ul.job-listings li .tag {
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px
}

ul.job-listings li .tag.green {
    color: #1ca0ff
}

ul.awards-list {
    margin-top: 30px
}

ul.awards-list li {
    padding-left: 15px;
    padding-right: 15px
}

section.footer {
    background: #231f20;
    padding: 50px 0
}

.compac-login-btn,
.sign-up-btn {
    float: right
}

.compac-form-btn {
    background: #80b505;
    border: 1px solid #80b505;
    color: #fff;
    font-size: .7rem;
    padding: 15px 20px;
    text-transform: uppercase
}

.compac-form-btn:hover {
    background: #fff;
    border: 1px solid #80b505;
    color: #80b505
}

.terms-right {
    text-align: right
}

nav ul.footer-navigation {
    display: inline;
    margin: 0
}

nav ul.footer-navigation li {
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    vertical-align: top
}

nav ul.footer-navigation li a {
    color: #fff;
    float: left;
    padding: 0;
    font-size: .7rem;
    margin-bottom: 10px
}

nav ul.footer-navigation li a:hover {
    color: #1ca0ff
}

nav ul.footer-navigation li ul {
    display: block;
    margin: 0
}

nav ul.footer-navigation li ul li {
    text-transform: none;
    display: block;
    margin: 10px 0
}

nav ul.footer-navigation li ul li a {
    color: #ccc;
    padding: 0;
    font-size: .7rem;
    width: 100%
}

nav ul.footer-navigation li ul li a:hover {
    color: #fff
}

.footer button {
    padding: 10px 20px;
    border: none;
    margin: 10px;
    margin-left: 0;
    text-transform: uppercase;
    font-size: .9rem
}

.footer button:focus {
    outline: 0
}

.footer button.green {
    font-size: .7rem;
    background: #231f20;
    border: 1px solid #80b505;
    color: #80b505;
    margin-right: 0;
    margin-top: 0
}

.footer button.green:hover {
    border: 1px solid #80b505
}

.footer button.green.active,
.footer button.green:hover {
    background: #80b505;
    color: #fff
}

.footer button.white {
    font-size: .7rem;
    background: #231f20;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.footer button.white:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #43525a
}

.footer button.blue {
    font-size: .7rem;
    background: #231f20;
    border: 1px solid #1ca0ff;
    color: #1ca0ff;
    margin-right: 0;
    margin-bottom: 0
}

.footer button.blue:hover {
    background: #1ca0ff;
    border: 1px solid #1ca0ff;
    color: #fff
}

.footer button.submit {
    margin-top: 0;
    float: right
}

.compacu-btn {
    display: block;
    float: right
}

.terms {
    font-size: .7rem;
    color: #43525a
}

.terms a {
    color: #43525a;
    margin-left: 15px
}

.terms a:hover {
    color: #fff
}

.social-media {
    text-align: right;
    float: right;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.social-media i {
    margin-left: 15px;
    color: #fff;
    font-size: 1.4rem
}

.social-media i:hover {
    color: #1ca0ff
}

.contact-us-form div.submitted-message {
    font-size: 1.2rem
}

.newsletter-signup-section div.submitted-message {
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: right
}

form.newsletter-signup {
    clear: both;
    display: none
}

form.newsletter-signup input {
    padding: 10px 15px;
    margin-bottom: 8px;
    font-size: .8rem;
    width: 100%;
    border: 1px solid #80b505;
    background: #231f20;
    text-align: right;
    color: #fff
}

form.newsletter-signup input.hs-button {
    width: auto;
    float: right;
    margin: 0 0 20px
}

form.newsletter-signup input:focus {
    outline: none!important;
    border: 1px solid #80b505;
    background: #231f20
}

form.newsletter-signup label {
    display: none
}

form.newsletter-signup ul.hs-error-msgs label {
    display: block;
    color: #fff;
    font-size: 14px
}

.newsletter-error {
    color: #f3254d;
    display: none;
    margin: 5px 0
}

.newsletter-error p {
    margin-bottom: 0;
    font-size: .9rem
}

.newsletter-error a.close {
    float: right;
    margin-bottom: 15px
}

.newsletter-success {
    margin: 5px 0;
    color: #80b505;
    display: none
}

.newsletter-success p {
    margin-bottom: 0;
    font-size: .9rem
}

.newsletter-success a.close {
    float: right;
    margin-bottom: 15px
}

button.global-btn,
button.global-btn.active {
    float: right;
    display: block
}

button.global-btn.active {
    background: #fff;
    color: #43525a
}

.global-btn-list {
    display: block;
    background: #fff;
    float: right;
    padding: 15px
}

.global-btn-list li {
    display: inline-block;
    float: right
}

.global-btn-list li a {
    font-size: .8rem;
    padding: 5px
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
    nav ul.main-navigation {
        margin-left: 15px;
        height: 60px
    }
    nav ul.main-navigation li a {
        font-size: .6rem
    }
    nav ul.main-navigation span.search {
        padding: 0;
        font-size: .6rem
    }
    nav ul.main-navigation li a.login-btn {
        padding: 0 5px;
        font-size: .6rem
    }
    nav ul.main-navigation li .nav-global-btn {
        padding: 0 6px;
        font-size: .6rem
    }
    nav ul.main-navigation span.search input {
        width: 120px
    }
    nav.search ul.main-navigation li a {
        padding: 0 7px
    }
    nav ul.sub-navigation {
        margin: 0
    }
    nav ul.sub-navigation li a {
        height: 40px;
        padding: 0 4px;
        line-height: 40px;
        font-size: .6rem
    }
    nav ul.logo li a img {
        margin-top: 0;
        height: 60px
    }
    .nav-global-btn-list {
        width: auto;
        margin: 0
    }
    .nav-global-btn-list li {
        list-style: none;
        display: inline-block
    }
    .nav-global-btn-list li a {
        background: #231f20;
        display: inline-block;
        color: #fff;
        height: 40px;
        padding: 0 4px;
        line-height: 40px;
        font-size: .6rem
    }
    .nav-global-btn-list li a:hover {
        color: #ccc
    }
    .header p {
        font-size: .9rem
    }
    .header p:last-of-type {
        margin-bottom: 0
    }
    .header .header-content {
        margin-top: 90px!important
    }
    .header .block.white {
        padding: 30px 40px;
        height: auto
    }
    .owl-carousel {
        margin-bottom: 20px
    }
    .video-container {
        height: auto
    }
    .video-container-inner {
        padding: 20px
    }
    .video-container-inner h3 {
        font-size: 1.6rem
    }
    .video-container-inner .fa {
        margin-bottom: 20px
    }
    .header .videoholder video {
        width: 100%!important;
        height: 100%!important
    }
    .testimonial .quote {
        padding: 20px!important
    }
    .testimonial h5 {
        font-size: 1rem
    }
    .testimonial h6 {
        font-size: .7rem
    }
    .work-with-us {
        height: auto;
        padding: 50px 0
    }
    nav ul.footer-navigation {
        display: none
    }
    section.footer {
        text-align: center
    }
    section.footer button,
    section.footer nav.global-select {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
    section.footer nav.global-select {
        float: none
    }
    form.newsletter-signup {
        margin-bottom: 0;
        padding-bottom: 0
    }
    form.newsletter-signup input {
        width: 71%;
        display: inline-block
    }
    .social-media {
        text-align: center
    }
    .compac-login-btn,
    .sign-up-btn {
        float: none
    }
    .sign-up-btn {
        margin-top: 40px!important
    }
    .terms-right {
        text-align: center
    }
    .global-btn-list,
    button.global-btn,
    button.global-btn.active {
        float: none;
        display: inline-block
    }
    .global-btn-list {
        margin: 0!important;
        width: 60%
    }
    .global-btn-list li {
        float: none
    }
    .global-btn-list li a {
        padding: 10px
    }
    .global-btn-list.active {
        float: none;
        display: inline-block
    }
    .footer button.submit {
        float: none;
        width: 60%
    }
    form.newsletter-signup input {
        width: 60%
    }
    .footer button.green {
        margin-top: 0!important
    }
    .compacu-btn {
        display: block;
        float: none
    }
}

@media screen and (max-width:39.99875em) {
    .column,
    .columns {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .header .block.white {
        padding: 0;
        height: auto
    }
    .header .block.white h2 {
        margin-bottom: 25px;
        font-size: 2rem
    }
    .header .block.white h5 {
        font-size: 1rem;
        line-height: 1.2rem
    }
    .header {
        height: auto;
        text-align: center;
        margin-bottom: 0
    }
    .header .header-content {
        margin-top: 0
    }
    .header .header-content .header-produce {
        padding-top: 40px;
        padding-bottom: 0
    }
    .block.white {
        padding: 0
    }
    .block.white.offset {
        padding-top: 100px
    }
    .video-container {
        height: auto
    }
    .video-container-inner {
        padding: 30px 20px
    }
    .video-container-inner .fa {
        margin: 0
    }
    .video-container-inner h3 {
        font-size: 1.3rem;
        margin-top: 10px;
        line-height: 1.5rem
    }
    .video-container-inner h6 {
        margin-bottom: 0
    }
    .vimeo-video {
        width: 100%;
        height: 250px
    }
    .s-slider {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .s-slider h2,
    .s-slider h3 {
        margin-bottom: 0
    }
    .work-with-us {
        background: none
    }
    .work-with-us,
    .work-with-us .block.white {
        height: auto;
        padding: 0
    }
    .solution-slider {
        margin-top: 0
    }
    .solution-slider h6 {
        display: none
    }
    section.block .row {
        padding-top: 20px;
        padding-bottom: 20px
    }
    section.block .row:first-child {
        padding-top: 0
    }
    section.block .row:last-child {
        padding-bottom: 20px
    }
    .benefits h3 {
        margin-bottom: 50px
    }
    .benefits ul {
        margin-top: 0;
        margin-bottom: 0
    }
    .benefits ul li {
        list-style: none;
        margin: 15px 0;
        font-size: 1.05rem
    }
    .testimonial .quote {
        padding: 20px!important;
        padding-top: 20px!important
    }
    .testimonial .quote h5 {
        font-size: 1rem
    }
    .testimonial .quote h6 {
        font-size: .8rem
    }
    .icon {
        width: 50px
    }
    .half-block {
        margin-top: 20px
    }
    .solution-slider-content-left,
    .solution-slider-content-right {
        padding-bottom: 0
    }
    .s-slider h3 {
        margin-top: 0
    }
    section.footer {
        text-align: center
    }
    section.footer button,
    section.footer nav.global-select {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
    section.footer nav.global-select {
        float: none
    }
    .social-media {
        text-align: center
    }
    .compac-login-btn,
    .sign-up-btn {
        float: none
    }
    .terms-right {
        text-align: center
    }
    .global-btn-list,
    button.global-btn,
    button.global-btn.active {
        float: none;
        display: inline-block
    }
    .global-btn-list {
        margin: 0!important;
        width: 80%
    }
    .global-btn-list li {
        float: none
    }
    .global-btn-list li a {
        padding: 10px
    }
    .global-btn-list.active {
        float: none;
        display: inline-block
    }
    .footer button.submit {
        float: none;
        width: 70.5%
    }
    form.newsletter-signup {
        margin-bottom: 0;
        padding-bottom: 0
    }
    form.newsletter-signup input {
        width: 71%;
        display: inline-block
    }
    .compacu-btn {
        display: block;
        float: right
    }
    .header .header-content {
        margin-top: 65px!important
    }
    .main-navigation {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        list-style: none;
        background: #43525a;
        margin-left: 0
    }
    .bookend,
    .link {
        width: 250px
    }
    .login-btn {
        height: 60px;
        background: #3a464d
    }
    .login-btn,
    .search {
        width: 100%;
        display: flex;
        padding: 8px 12px
    }
    .search {
        background: #80b505
    }
    .search form {
        width: 100%;
        display: flex;
        margin: 0;
        padding: 0
    }
    .search input {
        height: 30px;
        border: none;
        padding-left: 5px;
        background: none;
        font-size: .7rem;
        color: #fff;
        text-transform: uppercase;
        box-shadow: none;
        margin-bottom: 0
    }
    .search button.search-btn {
        background: none;
        color: #fff;
        margin: 0!important;
        width: 25px;
        padding: 0 10px
    }
    .link a {
        display: block;
        padding: 1rem;
        background: #43525a;
        color: #fff;
        font-size: .7rem;
        text-decoration: none;
        transition: color .2s, background-color .5s;
        border-bottom: 1px solid #3a464d;
        text-transform: uppercase
    }
    .link a:hover {
        background: #231f20
    }
    .link.login-btn a {
        border-bottom: 0
    }
    .search-form {
        padding-bottom: 0!important;
        margin-bottom: 0!important
    }
    .site-wrap {
        min-height: 100%;
        min-width: 100%;
        background-color: #fff;
        position: relative;
        top: 0;
        bottom: 100%;
        left: 0;
        z-index: 1
    }
    .nav-trigger {
        position: absolute;
        clip: rect(0, 0, 0, 0)
    }
    label[for=nav-trigger] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        height: 61px;
        width: 100%;
        cursor: pointer;
        background: #fff;
        background-size: contain;
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 15px;
        color: #43525a;
        border-bottom: 1px solid #ccc;
        margin-left: 0!important
    }
    label[for=nav-trigger].active {
        background: hsla(0, 0%, 100%, .6);
        height: 100%
    }
    .nav-trigger+label,
    .site-wrap {
        transition: left .1s
    }
    .nav-trigger:checked+label {
        left: 250px
    }
    .nav-trigger:checked~.site-wrap {
        left: 250px;
        box-shadow: 0 0 0 1px #000
    }
    #contact-form .row {
        margin-left: -1rem;
        margin-right: -1rem
    }
    #contact-form .row select {
        width: 100%
    }
    body {
        overflow-x: hidden
    }
}

ul.contact-us,
ul.row {
    list-style: none
}

ul.contact-us {
    margin: 0;
    padding: 0
}

.header p:last-of-type {
    margin-bottom: 0
}