.clearfix,
.view-content,
.container,
.row,
.mobile-grid {
    *zoom: 1;
}

.clearfix:before,
.view-content:before,
.container:before,
.row:before,
.mobile-grid:before,
.clearfix:after,
.view-content:after,
.container:after,
.row:after,
.mobile-grid:after {
    content: " ";
    display: table;
}

.clearfix:after,
.view-content:after,
.container:after,
.row:after,
.mobile-grid:after {
    clear: both;
}

/* Grid */
.container {
    margin: auto;
    max-width: 1140px;
    width: 95%;
}

.flex-container,
.flex-view .view-content {
    margin: 0 auto;
    width: 95%;
    max-width: calc(1140px + 2em);
}

@media (min-width: 38em) {
    .flex-container,
    .flex-view .view-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.flex-item,
.flex-view .views-row {
    padding: 0 1em;
    margin-bottom: 2em;
}

@media (min-width: 38em) {
    .flex-item,
    .flex-view .views-row {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin-bottom: 0;
    }
}

.row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4em 0;
}

.row.first {
    padding-top: 0;
}

.onesixth,
.onefifth,
.onefourth,
.onethird,
.onehalf,
.twothirds,
.threefourths {
    margin-bottom: 2em;
}

.mobile-grid .onethird,
.mobile-grid .onehalf,
.mobile-grid .twothirds {
    float: left;
    margin: 0 5% 0 0;
}

.mobile-grid .onethird {
    width: 30%;
}

.mobile-grid .onehalf {
    width: 47.5%;
}

.mobile-grid .twothirds {
    width: 65%;
}

.last {
    margin-right: 0 !important;
    /* Get rid of last column's extra margin */
}

.split-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.split-grid .onesixth,
.split-grid .onethird,
.split-grid .twothirds,
.split-grid .onefourth,
.split-grid .onefifth,
.split-grid .threefourths,
.split-grid .onehalf {
    padding: 1em;
    width: 100%;
}

@media (min-width: 38em) {
    .wrap {
        width: 95%;
    }

    /*** GRID ***/
    .onesixth,
    .onethird,
    .twothirds,
    .onefourth,
    .onefifth,
    .threefourths,
    .onehalf {
        float: left;
        margin: 0 5% 0 0;
    }

    .opposite {
        float: right;
    }

    .onesixth:nth-of-type(3),
    .onefifth:nth-of-type(3),
    .onefourth:nth-of-type(2) {
        margin-right: 0;
    }

    .onethird,
    .onesixth,
    .onefifth {
        width: 30%;
    }

    .twothirds {
        width: 65%;
    }

    .threefourths {
        width: 73.75%;
    }

    .threefourths+.onefourth {
        width: 21.25%;
    }

    .onehalf,
    .onefourth {
        width: 47.5%;
    }

    /* push columns to the center */
    .skipsixth {
        margin-left: 17.5%;
    }

    .skipthird {
        margin-left: 35%;
    }

    .skipfourth {
        margin-left: 26.25%;
    }

    .middle-collapse>.twothirds,
    .middle-collapse>.onethird {
        float: none;
        width: 100%;
        margin: 0;
    }

    /* Split grid */
    .split-grid .onesixth,
    .split-grid .onethird,
    .split-grid .twothirds,
    .split-grid .onefourth,
    .split-grid .onefifth,
    .split-grid .threefourths,
    .split-grid .onehalf {
        margin: 0;
        padding: 2em;
        float: none;
    }
    .split-grid .onethird,
    .split-grid .onesixth,
    .split-grid .onefifth {
        width: 33.333333333%;
    }
    .split-grid .twothirds {
        width: 66.666666667%;
    }
    .split-grid .threefourths {
        width: 75%;
    }
    .split-grid .threefourths+.onefourth {
        width: 25%;
    }
    .split-grid .onehalf,
    .split-grid .onefourth {
        width: 50%;
    }
}

@media (min-width: 60em) {
    .onesixth {
        width: 12.5%;
    }

    .onefifth {
        width: 16%;
    }

    .onefourth {
        width: 21.25%;
    }

    .onesixth:nth-of-type(3),
    .onefifth:nth-of-type(3),
    .onefourth:nth-of-type(2) {
        margin-right: 5%;
    }

    .middle-collapse>.twothirds {
        float: left;
        width: 65%;
        margin-right: 5%;
    }
    .middle-collapse>.onethird {
        float: left;
        width: 30%;
        margin-right: 5%;
    }
    .middle-collapse .last {
        margin-right: 0;
    }

    .split-grid .onesixth {
        width: 16.666666667;
        margin: 0;
    }
    .split-grid .onefifth {
        width: 20%;
        margin: 0;
    }
    .split-grid .onefourth {
        width: 25%;
        margin: 0;
    }
}


/* Split Grid colors styles */
.split-grid-left {
    background: rgba(255, 255, 255, 0.1);
}

.split-grid-right {
    background: rgba(0, 0, 0, 0.05);
}


/* Standard Styles */

body {
    font-family: 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
    color: #777779;
}


/* Font Stacks */

p,
li {
    font-size: 1em;
    line-height: 1.25em;
}

@media (min-width: 45em) {
    p,
    li {
        font-size: 1.125em;
        line-height: 1.25em;
    }
}

h1,
h2,
h3 {
    line-height: 1.2;
    font-family: "fira sans", system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2em;
    color: #425363;
}

@media (min-width: 45em) {
    h1 {
        font-size: 2.75em;
    }
}

@media (min-width: 90em) {
    h1 {
        font-size: 3.5em;
    }
}

h2 {
    font-size: 1.5em;
    color: #00a5b5;
}

@media (min-width: 45em) {
    h2 {
        font-size: 2em;
    }
}

@media (min-width: 90em) {
    h2 {
        font-size: 2.5em;
    }
}

h3 {
    font-size: 1.25em;
    color: #00839b;
}

@media (min-width: 45em) {
    h3 {
        font-size: 1.5em;
    }
}

@media (min-width: 90em) {
    h3 {
        font-size: 1.75em;
    }
}

a {
    background: transparent;
    color: #00a5b5;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a.btn,
.btn>a {
    font-weight: normal;
}

.btn {
    color: #425363;
    background-color: #eeeff0;
    line-height: 1.1;
    text-align: center;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    padding: .5em 1em;
    vertical-align: middle;
}

.btn:hover {
    background-color: #d3d6d8;
    text-decoration: none;
    transition: background-position 0.1s linear;
}

.btn[disabled],
.btn.disabled {
    cursor: default;
    background: #eeeff0;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.btn-primary,
.form-submit,
input[type=submit] {
    color: #fff !important;
    background-color: #00a5b5;
}

.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled],
.form-submit:hover,
.form-submit.disabled,
.form-submit[disabled],
input[type=submit]:hover,
input[type=submit].disabled,
input[type=submit][disabled] {
    background-color: #00a5b5;
}

.btn-large {
    font-size: 1.25em;
    padding: .5em 1em;
}

.btn-small {
    font-size: .875em;
    padding: .25em .75em;
}

.btn-mini {
    font-size: .75em;
    padding: .125em .5em;
}


/* Helpers */

.intro {
    font-size: 1.5em;
}

.aligncenter {
    display: block;
    float: none !important;
    /* for IE8 */
    margin: 0 auto !important;
    /* for IE8 */
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.no-border {
    border: none;
}

.mt {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}

.nomt {
    margin-top: 0;
}

.mb {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.nomb {
    margin-bottom: 0;
}

.nopad {
    padding: 0;
}


/* Standard Style Classes */

.text-white {
    color: #fff;
}

.text-small {
    font-size: .85em;
}

.white-img {
    border: 1px solid #eeeff0;
}

.text-shadow {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

.box-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .05em;
}