/*
Theme Name: Bayview Loan Servicing Custom Theme
Theme URI: 
Description: A custom theme for Bayview Loan Servicing.
Version: 1.0.0
Author: iGreen Marketing - Angela Williams
Author URI: http://www.igreenmarketing.com
*/

/* Styles go below */

/*!
========== INIT
*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    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
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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
}

template {
    display: none
}

[hidden] {
    display: none
}


/*!
========== BASE
*/

.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media only screen and (min-width: 480px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0, ;
    -ms-flex: 0, 1, auto;
    flex: 0, 1, auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media only screen and (min-width: 480px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.row--seperators [class*="col-"]+[class*="col-"] {
    position: relative
}

.row--seperators [class*="col-"]+[class*="col-"]:before {
    content: " ";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #dedede
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media only screen and (min-width: 480px) {
    .col-xs {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

@media only screen and (min-width: 480px) {
    .col-xs-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

@media only screen and (min-width: 480px) {
    .col-xs-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

@media only screen and (min-width: 480px) {
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width: 480px) {
    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-0 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.33333%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.66667%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%
}

@media only screen and (min-width: 480px) {
    .col-xs-offset-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.xs-mu-0 {
    margin-top: 0px
}

.xs-md-0 {
    margin-bottom: 0px
}

.xs-ml-0 {
    margin-left: 0px
}

.xs-mr-0 {
    margin-right: 0px
}

.xs-pu-0 {
    padding-top: 0px
}

.xs-pd-0 {
    padding-bottom: 0px
}

.xs-pl-0 {
    padding-left: 0px
}

.xs-pr-0 {
    padding-right: 0px
}

.xs-mu-10 {
    margin-top: 10px
}

.xs-md-10 {
    margin-bottom: 10px
}

.xs-ml-10 {
    margin-left: 10px
}

.xs-mr-10 {
    margin-right: 10px
}

.xs-pu-10 {
    padding-top: 10px
}

.xs-pd-10 {
    padding-bottom: 10px
}

.xs-pl-10 {
    padding-left: 10px
}

.xs-pr-10 {
    padding-right: 10px
}

.xs-mu-20 {
    margin-top: 20px
}

.xs-md-20 {
    margin-bottom: 20px
}

.xs-ml-20 {
    margin-left: 20px
}

.xs-mr-20 {
    margin-right: 20px
}

.xs-pu-20 {
    padding-top: 20px
}

.xs-pd-20 {
    padding-bottom: 20px
}

.xs-pl-20 {
    padding-left: 20px
}

.xs-pr-20 {
    padding-right: 20px
}

.xs-mu-30 {
    margin-top: 30px
}

.xs-md-30 {
    margin-bottom: 30px
}

.xs-ml-30 {
    margin-left: 30px
}

.xs-mr-30 {
    margin-right: 30px
}

.xs-pu-30 {
    padding-top: 30px
}

.xs-pd-30 {
    padding-bottom: 30px
}

.xs-pl-30 {
    padding-left: 30px
}

.xs-pr-30 {
    padding-right: 30px
}

.xs-mu-40 {
    margin-top: 40px
}

.xs-md-40 {
    margin-bottom: 40px
}

.xs-ml-40 {
    margin-left: 40px
}

.xs-mr-40 {
    margin-right: 40px
}

.xs-pu-40 {
    padding-top: 40px
}

.xs-pd-40 {
    padding-bottom: 40px
}

.xs-pl-40 {
    padding-left: 40px
}

.xs-pr-40 {
    padding-right: 40px
}

.xs-mu-50 {
    margin-top: 50px
}

.xs-md-50 {
    margin-bottom: 50px
}

.xs-ml-50 {
    margin-left: 50px
}

.xs-mr-50 {
    margin-right: 50px
}

.xs-pu-50 {
    padding-top: 50px
}

.xs-pd-50 {
    padding-bottom: 50px
}

.xs-pl-50 {
    padding-left: 50px
}

.xs-pr-50 {
    padding-right: 50px
}

.xs-mu-60 {
    margin-top: 60px
}

.xs-md-60 {
    margin-bottom: 60px
}

.xs-ml-60 {
    margin-left: 60px
}

.xs-mr-60 {
    margin-right: 60px
}

.xs-pu-60 {
    padding-top: 60px
}

.xs-pd-60 {
    padding-bottom: 60px
}

.xs-pl-60 {
    padding-left: 60px
}

.xs-pr-60 {
    padding-right: 60px
}

.xs-mu-70 {
    margin-top: 70px
}

.xs-md-70 {
    margin-bottom: 70px
}

.xs-ml-70 {
    margin-left: 70px
}

.xs-mr-70 {
    margin-right: 70px
}

.xs-pu-70 {
    padding-top: 70px
}

.xs-pd-70 {
    padding-bottom: 70px
}

.xs-pl-70 {
    padding-left: 70px
}

.xs-pr-70 {
    padding-right: 70px
}

.xs-mu-80 {
    margin-top: 80px
}

.xs-md-80 {
    margin-bottom: 80px
}

.xs-ml-80 {
    margin-left: 80px
}

.xs-mr-80 {
    margin-right: 80px
}

.xs-pu-80 {
    padding-top: 80px
}

.xs-pd-80 {
    padding-bottom: 80px
}

.xs-pl-80 {
    padding-left: 80px
}

.xs-pr-80 {
    padding-right: 80px
}

.xs-mu-90 {
    margin-top: 90px
}

.xs-md-90 {
    margin-bottom: 90px
}

.xs-ml-90 {
    margin-left: 90px
}

.xs-mr-90 {
    margin-right: 90px
}

.xs-pu-90 {
    padding-top: 90px
}

.xs-pd-90 {
    padding-bottom: 90px
}

.xs-pl-90 {
    padding-left: 90px
}

.xs-pr-90 {
    padding-right: 90px
}

.xs-mu-100 {
    margin-top: 100px
}

.xs-md-100 {
    margin-bottom: 100px
}

.xs-ml-100 {
    margin-left: 100px
}

.xs-mr-100 {
    margin-right: 100px
}

.xs-pu-100 {
    padding-top: 100px
}

.xs-pd-100 {
    padding-bottom: 100px
}

.xs-pl-100 {
    padding-left: 100px
}

.xs-pr-100 {
    padding-right: 100px
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.xs-block {
    display: block
}

.xs-inline {
    display: inline
}

.xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 480px) {
    .col-sm {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .row--seperators [class*="col-sm-"]+[class*="col-sm-"]:before {
        position: absolute;
        width: 2px;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
    .col-sm-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-0 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.33333%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%
    }
}

@media only screen and (min-width: 480px) and (min-width: 480px) {
    .col-sm-offset-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 480px) {
    .sm-mu-0 {
        margin-top: 0px
    }
    .sm-md-0 {
        margin-bottom: 0px
    }
    .sm-ml-0 {
        margin-left: 0px
    }
    .sm-mr-0 {
        margin-right: 0px
    }
    .sm-pu-0 {
        padding-top: 0px
    }
    .sm-pd-0 {
        padding-bottom: 0px
    }
    .sm-pl-0 {
        padding-left: 0px
    }
    .sm-pr-0 {
        padding-right: 0px
    }
    .sm-mu-10 {
        margin-top: 10px
    }
    .sm-md-10 {
        margin-bottom: 10px
    }
    .sm-ml-10 {
        margin-left: 10px
    }
    .sm-mr-10 {
        margin-right: 10px
    }
    .sm-pu-10 {
        padding-top: 10px
    }
    .sm-pd-10 {
        padding-bottom: 10px
    }
    .sm-pl-10 {
        padding-left: 10px
    }
    .sm-pr-10 {
        padding-right: 10px
    }
    .sm-mu-20 {
        margin-top: 20px
    }
    .sm-md-20 {
        margin-bottom: 20px
    }
    .sm-ml-20 {
        margin-left: 20px
    }
    .sm-mr-20 {
        margin-right: 20px
    }
    .sm-pu-20 {
        padding-top: 20px
    }
    .sm-pd-20 {
        padding-bottom: 20px
    }
    .sm-pl-20 {
        padding-left: 20px
    }
    .sm-pr-20 {
        padding-right: 20px
    }
    .sm-mu-30 {
        margin-top: 30px
    }
    .sm-md-30 {
        margin-bottom: 30px
    }
    .sm-ml-30 {
        margin-left: 30px
    }
    .sm-mr-30 {
        margin-right: 30px
    }
    .sm-pu-30 {
        padding-top: 30px
    }
    .sm-pd-30 {
        padding-bottom: 30px
    }
    .sm-pl-30 {
        padding-left: 30px
    }
    .sm-pr-30 {
        padding-right: 30px
    }
    .sm-mu-40 {
        margin-top: 40px
    }
    .sm-md-40 {
        margin-bottom: 40px
    }
    .sm-ml-40 {
        margin-left: 40px
    }
    .sm-mr-40 {
        margin-right: 40px
    }
    .sm-pu-40 {
        padding-top: 40px
    }
    .sm-pd-40 {
        padding-bottom: 40px
    }
    .sm-pl-40 {
        padding-left: 40px
    }
    .sm-pr-40 {
        padding-right: 40px
    }
    .sm-mu-50 {
        margin-top: 50px
    }
    .sm-md-50 {
        margin-bottom: 50px
    }
    .sm-ml-50 {
        margin-left: 50px
    }
    .sm-mr-50 {
        margin-right: 50px
    }
    .sm-pu-50 {
        padding-top: 50px
    }
    .sm-pd-50 {
        padding-bottom: 50px
    }
    .sm-pl-50 {
        padding-left: 50px
    }
    .sm-pr-50 {
        padding-right: 50px
    }
    .sm-mu-60 {
        margin-top: 60px
    }
    .sm-md-60 {
        margin-bottom: 60px
    }
    .sm-ml-60 {
        margin-left: 60px
    }
    .sm-mr-60 {
        margin-right: 60px
    }
    .sm-pu-60 {
        padding-top: 60px
    }
    .sm-pd-60 {
        padding-bottom: 60px
    }
    .sm-pl-60 {
        padding-left: 60px
    }
    .sm-pr-60 {
        padding-right: 60px
    }
    .sm-mu-70 {
        margin-top: 70px
    }
    .sm-md-70 {
        margin-bottom: 70px
    }
    .sm-ml-70 {
        margin-left: 70px
    }
    .sm-mr-70 {
        margin-right: 70px
    }
    .sm-pu-70 {
        padding-top: 70px
    }
    .sm-pd-70 {
        padding-bottom: 70px
    }
    .sm-pl-70 {
        padding-left: 70px
    }
    .sm-pr-70 {
        padding-right: 70px
    }
    .sm-mu-80 {
        margin-top: 80px
    }
    .sm-md-80 {
        margin-bottom: 80px
    }
    .sm-ml-80 {
        margin-left: 80px
    }
    .sm-mr-80 {
        margin-right: 80px
    }
    .sm-pu-80 {
        padding-top: 80px
    }
    .sm-pd-80 {
        padding-bottom: 80px
    }
    .sm-pl-80 {
        padding-left: 80px
    }
    .sm-pr-80 {
        padding-right: 80px
    }
    .sm-mu-90 {
        margin-top: 90px
    }
    .sm-md-90 {
        margin-bottom: 90px
    }
    .sm-ml-90 {
        margin-left: 90px
    }
    .sm-mr-90 {
        margin-right: 90px
    }
    .sm-pu-90 {
        padding-top: 90px
    }
    .sm-pd-90 {
        padding-bottom: 90px
    }
    .sm-pl-90 {
        padding-left: 90px
    }
    .sm-pr-90 {
        padding-right: 90px
    }
    .sm-mu-100 {
        margin-top: 100px
    }
    .sm-md-100 {
        margin-bottom: 100px
    }
    .sm-ml-100 {
        margin-left: 100px
    }
    .sm-mr-100 {
        margin-right: 100px
    }
    .sm-pu-100 {
        padding-top: 100px
    }
    .sm-pd-100 {
        padding-bottom: 100px
    }
    .sm-pl-100 {
        padding-left: 100px
    }
    .sm-pr-100 {
        padding-right: 100px
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .sm-block {
        display: block
    }
    .sm-inline {
        display: inline
    }
    .sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 860px) {
    .col-md {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .row--seperators [class*="col-md-"]+[class*="col-md-"]:before {
        position: absolute;
        width: 2px;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
    .col-md-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-0 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.33333%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .col-md-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%
    }
}

@media only screen and (min-width: 860px) and (min-width: 480px) {
    .col-md-offset-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 860px) {
    .md-mu-0 {
        margin-top: 0px
    }
    .md-md-0 {
        margin-bottom: 0px
    }
    .md-ml-0 {
        margin-left: 0px
    }
    .md-mr-0 {
        margin-right: 0px
    }
    .md-pu-0 {
        padding-top: 0px
    }
    .md-pd-0 {
        padding-bottom: 0px
    }
    .md-pl-0 {
        padding-left: 0px
    }
    .md-pr-0 {
        padding-right: 0px
    }
    .md-mu-10 {
        margin-top: 10px
    }
    .md-md-10 {
        margin-bottom: 10px
    }
    .md-ml-10 {
        margin-left: 10px
    }
    .md-mr-10 {
        margin-right: 10px
    }
    .md-pu-10 {
        padding-top: 10px
    }
    .md-pd-10 {
        padding-bottom: 10px
    }
    .md-pl-10 {
        padding-left: 10px
    }
    .md-pr-10 {
        padding-right: 10px
    }
    .md-mu-20 {
        margin-top: 20px
    }
    .md-md-20 {
        margin-bottom: 20px
    }
    .md-ml-20 {
        margin-left: 20px
    }
    .md-mr-20 {
        margin-right: 20px
    }
    .md-pu-20 {
        padding-top: 20px
    }
    .md-pd-20 {
        padding-bottom: 20px
    }
    .md-pl-20 {
        padding-left: 20px
    }
    .md-pr-20 {
        padding-right: 20px
    }
    .md-mu-30 {
        margin-top: 30px
    }
    .md-md-30 {
        margin-bottom: 30px
    }
    .md-ml-30 {
        margin-left: 30px
    }
    .md-mr-30 {
        margin-right: 30px
    }
    .md-pu-30 {
        padding-top: 30px
    }
    .md-pd-30 {
        padding-bottom: 30px
    }
    .md-pl-30 {
        padding-left: 30px
    }
    .md-pr-30 {
        padding-right: 30px
    }
    .md-mu-40 {
        margin-top: 40px
    }
    .md-md-40 {
        margin-bottom: 40px
    }
    .md-ml-40 {
        margin-left: 40px
    }
    .md-mr-40 {
        margin-right: 40px
    }
    .md-pu-40 {
        padding-top: 40px
    }
    .md-pd-40 {
        padding-bottom: 40px
    }
    .md-pl-40 {
        padding-left: 40px
    }
    .md-pr-40 {
        padding-right: 40px
    }
    .md-mu-50 {
        margin-top: 50px
    }
    .md-md-50 {
        margin-bottom: 50px
    }
    .md-ml-50 {
        margin-left: 50px
    }
    .md-mr-50 {
        margin-right: 50px
    }
    .md-pu-50 {
        padding-top: 50px
    }
    .md-pd-50 {
        padding-bottom: 50px
    }
    .md-pl-50 {
        padding-left: 50px
    }
    .md-pr-50 {
        padding-right: 50px
    }
    .md-mu-60 {
        margin-top: 60px
    }
    .md-md-60 {
        margin-bottom: 60px
    }
    .md-ml-60 {
        margin-left: 60px
    }
    .md-mr-60 {
        margin-right: 60px
    }
    .md-pu-60 {
        padding-top: 60px
    }
    .md-pd-60 {
        padding-bottom: 60px
    }
    .md-pl-60 {
        padding-left: 60px
    }
    .md-pr-60 {
        padding-right: 60px
    }
    .md-mu-70 {
        margin-top: 70px
    }
    .md-md-70 {
        margin-bottom: 70px
    }
    .md-ml-70 {
        margin-left: 70px
    }
    .md-mr-70 {
        margin-right: 70px
    }
    .md-pu-70 {
        padding-top: 70px
    }
    .md-pd-70 {
        padding-bottom: 70px
    }
    .md-pl-70 {
        padding-left: 70px
    }
    .md-pr-70 {
        padding-right: 70px
    }
    .md-mu-80 {
        margin-top: 80px
    }
    .md-md-80 {
        margin-bottom: 80px
    }
    .md-ml-80 {
        margin-left: 80px
    }
    .md-mr-80 {
        margin-right: 80px
    }
    .md-pu-80 {
        padding-top: 80px
    }
    .md-pd-80 {
        padding-bottom: 80px
    }
    .md-pl-80 {
        padding-left: 80px
    }
    .md-pr-80 {
        padding-right: 80px
    }
    .md-mu-90 {
        margin-top: 90px
    }
    .md-md-90 {
        margin-bottom: 90px
    }
    .md-ml-90 {
        margin-left: 90px
    }
    .md-mr-90 {
        margin-right: 90px
    }
    .md-pu-90 {
        padding-top: 90px
    }
    .md-pd-90 {
        padding-bottom: 90px
    }
    .md-pl-90 {
        padding-left: 90px
    }
    .md-pr-90 {
        padding-right: 90px
    }
    .md-mu-100 {
        margin-top: 100px
    }
    .md-md-100 {
        margin-bottom: 100px
    }
    .md-ml-100 {
        margin-left: 100px
    }
    .md-mr-100 {
        margin-right: 100px
    }
    .md-pu-100 {
        padding-top: 100px
    }
    .md-pd-100 {
        padding-bottom: 100px
    }
    .md-pl-100 {
        padding-left: 100px
    }
    .md-pr-100 {
        padding-right: 100px
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .md-block {
        display: block
    }
    .md-inline {
        display: inline
    }
    .md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .row--seperators [class*="col-lg-"]+[class*="col-lg-"]:before {
        position: absolute;
        width: 2px;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
    .col-lg-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-0 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-3 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-4 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-7 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.33333%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-10 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.66667%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-11 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) {
    .col-lg-offset-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width: 1024px) {
    .lg-mu-0 {
        margin-top: 0px
    }
    .lg-md-0 {
        margin-bottom: 0px
    }
    .lg-ml-0 {
        margin-left: 0px
    }
    .lg-mr-0 {
        margin-right: 0px
    }
    .lg-pu-0 {
        padding-top: 0px
    }
    .lg-pd-0 {
        padding-bottom: 0px
    }
    .lg-pl-0 {
        padding-left: 0px
    }
    .lg-pr-0 {
        padding-right: 0px
    }
    .lg-mu-10 {
        margin-top: 10px
    }
    .lg-md-10 {
        margin-bottom: 10px
    }
    .lg-ml-10 {
        margin-left: 10px
    }
    .lg-mr-10 {
        margin-right: 10px
    }
    .lg-pu-10 {
        padding-top: 10px
    }
    .lg-pd-10 {
        padding-bottom: 10px
    }
    .lg-pl-10 {
        padding-left: 10px
    }
    .lg-pr-10 {
        padding-right: 10px
    }
    .lg-mu-20 {
        margin-top: 20px
    }
    .lg-md-20 {
        margin-bottom: 20px
    }
    .lg-ml-20 {
        margin-left: 20px
    }
    .lg-mr-20 {
        margin-right: 20px
    }
    .lg-pu-20 {
        padding-top: 20px
    }
    .lg-pd-20 {
        padding-bottom: 20px
    }
    .lg-pl-20 {
        padding-left: 20px
    }
    .lg-pr-20 {
        padding-right: 20px
    }
    .lg-mu-30 {
        margin-top: 30px
    }
    .lg-md-30 {
        margin-bottom: 30px
    }
    .lg-ml-30 {
        margin-left: 30px
    }
    .lg-mr-30 {
        margin-right: 30px
    }
    .lg-pu-30 {
        padding-top: 30px
    }
    .lg-pd-30 {
        padding-bottom: 30px
    }
    .lg-pl-30 {
        padding-left: 30px
    }
    .lg-pr-30 {
        padding-right: 30px
    }
    .lg-mu-40 {
        margin-top: 40px
    }
    .lg-md-40 {
        margin-bottom: 40px
    }
    .lg-ml-40 {
        margin-left: 40px
    }
    .lg-mr-40 {
        margin-right: 40px
    }
    .lg-pu-40 {
        padding-top: 40px
    }
    .lg-pd-40 {
        padding-bottom: 40px
    }
    .lg-pl-40 {
        padding-left: 40px
    }
    .lg-pr-40 {
        padding-right: 40px
    }
    .lg-mu-50 {
        margin-top: 50px
    }
    .lg-md-50 {
        margin-bottom: 50px
    }
    .lg-ml-50 {
        margin-left: 50px
    }
    .lg-mr-50 {
        margin-right: 50px
    }
    .lg-pu-50 {
        padding-top: 50px
    }
    .lg-pd-50 {
        padding-bottom: 50px
    }
    .lg-pl-50 {
        padding-left: 50px
    }
    .lg-pr-50 {
        padding-right: 50px
    }
    .lg-mu-60 {
        margin-top: 60px
    }
    .lg-md-60 {
        margin-bottom: 60px
    }
    .lg-ml-60 {
        margin-left: 60px
    }
    .lg-mr-60 {
        margin-right: 60px
    }
    .lg-pu-60 {
        padding-top: 60px
    }
    .lg-pd-60 {
        padding-bottom: 60px
    }
    .lg-pl-60 {
        padding-left: 60px
    }
    .lg-pr-60 {
        padding-right: 60px
    }
    .lg-mu-70 {
        margin-top: 70px
    }
    .lg-md-70 {
        margin-bottom: 70px
    }
    .lg-ml-70 {
        margin-left: 70px
    }
    .lg-mr-70 {
        margin-right: 70px
    }
    .lg-pu-70 {
        padding-top: 70px
    }
    .lg-pd-70 {
        padding-bottom: 70px
    }
    .lg-pl-70 {
        padding-left: 70px
    }
    .lg-pr-70 {
        padding-right: 70px
    }
    .lg-mu-80 {
        margin-top: 80px
    }
    .lg-md-80 {
        margin-bottom: 80px
    }
    .lg-ml-80 {
        margin-left: 80px
    }
    .lg-mr-80 {
        margin-right: 80px
    }
    .lg-pu-80 {
        padding-top: 80px
    }
    .lg-pd-80 {
        padding-bottom: 80px
    }
    .lg-pl-80 {
        padding-left: 80px
    }
    .lg-pr-80 {
        padding-right: 80px
    }
    .lg-mu-90 {
        margin-top: 90px
    }
    .lg-md-90 {
        margin-bottom: 90px
    }
    .lg-ml-90 {
        margin-left: 90px
    }
    .lg-mr-90 {
        margin-right: 90px
    }
    .lg-pu-90 {
        padding-top: 90px
    }
    .lg-pd-90 {
        padding-bottom: 90px
    }
    .lg-pl-90 {
        padding-left: 90px
    }
    .lg-pr-90 {
        padding-right: 90px
    }
    .lg-mu-100 {
        margin-top: 100px
    }
    .lg-md-100 {
        margin-bottom: 100px
    }
    .lg-ml-100 {
        margin-left: 100px
    }
    .lg-mr-100 {
        margin-right: 100px
    }
    .lg-pu-100 {
        padding-top: 100px
    }
    .lg-pd-100 {
        padding-bottom: 100px
    }
    .lg-pl-100 {
        padding-left: 100px
    }
    .lg-pr-100 {
        padding-right: 100px
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .lg-block {
        display: block
    }
    .lg-inline {
        display: inline
    }
    .lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    height: 100vh
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    min-height: 100vh;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: -0.27px;
    text-align: left;
    color: #4a5773;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (min-width: 860px) {
    body {
        font-size: 19px;
        line-height: 27px;
        letter-spacing: -0.32px
    }
}

ul,
ol,
.list {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 30px
}

ul ul,
ol ul,
.list ul {
    margin-top: 20px;
    margin-bottom: 0;
    list-style-type: disc
}

ul a,
ol a,
.list a {
    text-decoration: underline
}

ul--links,
ol--links,
.list--links {
    list-style-type: none;
    padding-left: 0
}

ul--links a,
ol--links a,
.list--links a {
    text-decoration: none;
    word-wrap: break-word
}

ul--links a:hover,
ol--links a:hover,
.list--links a:hover {
    text-decoration: underline
}

ul--plain,
ol--plain,
.list--plain {
    list-style-type: none;
    padding-left: 0
}

li {
    margin-top: 0
}

li+li {
    margin-top: 20px
}

a {
    color: #006cd9;
    text-decoration: none;
    word-break: break-word
}

a:hover,
a:focus {
    text-decoration: underline
}

a[href^="tel:"] {
    color: #006cd9;
    text-decoration: inherit;
    white-space: nowrap
}

@media only screen and (min-width: 860px) {
    a[href^="tel:"] {
        color: inherit;
        text-decoration: none
    }
}

a[rel="external"] {
    display: inline-block;
    min-height: 28px;
    padding-left: 38px;
    background: transparent url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/external-link.png) no-repeat top left;
    background-size: 28px
}

p {
    margin-top: 0;
    margin-bottom: 0
}

p+p {
    margin-top: 20px
}

p a,
p a[href^="tel:"] {
    color: #006cd9;
    text-decoration: underline
}

@media only screen and (min-width: 860px) {
    p a,
    p a[href^="tel:"] {
        color: #006cd9
    }
}

label {
    display: block
}

.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.text-center {
    text-align: center
}

.text-sm {
    font-size: 12px
}

.text-lg {
    font-size: 24px
}

.text-darker {
    color: #002d5c
}

.trademark {
    vertical-align: super;
    font-size: 10px
}

.nowrap {
    white-space: nowrap
}

_:-ms-fullscreen,
:root .main-container {
    display: block
}


/*!
========== COMPONENTS
*/

.heading {
    margin: 0;
    padding-bottom: 10px;
    font-family: "Merriweather", Georgia, serif;
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: -0.44px;
    text-align: center;
    color: #002d5c
}

@media only screen and (min-width: 860px) {
    .heading {
        font-size: 48px;
        line-height: 65px;
        letter-spacing: -1px
    }
}

.heading--secondary {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.5px
}

@media only screen and (min-width: 860px) {
    .heading--secondary {
        font-size: 32px;
        line-height: 46px;
        letter-spacing: -0.67px
    }
}

.heading--tertiary {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.44px;
    text-align: inherit
}

@media only screen and (min-width: 860px) {
    .heading--tertiary {
        font-size: 24px;
        line-height: 33px;
        letter-spacing: -0.5px
    }
}

.heading--sm {
    font-size: 19px;
    line-height: 27px;
    letter-spacing: -0.4px;
    text-align: left
}

@media only screen and (min-width: 860px) {
    .heading--sm {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: -0.44px
    }
}

@media only screen and (min-width: 860px) {
    .heading--lg {
        font-size: 64px;
        line-height: 85px
    }
}

.heading--center {
    text-align: center
}

.heading--left {
    text-align: left
}

@media only screen and (min-width: 860px) {
    .heading--md-left {
        text-align: left
    }
}

.heading--ko {
    color: #fff
}

.button {
    display: inline-block;
    min-width: 170px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7368421052631579;
    letter-spacing: -0.2955555617809296px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1e8935;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #35a94e), color-stop(50%, #1e8935));
    background: linear-gradient(to left, #35a94e 50%, #1e8935 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    -webkit-transition: background 400ms ease;
    transition: background 400ms ease;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button:hover,
.button:focus {
    background-position: left bottom;
    text-decoration: none
}

.button__icon {
    top: -1px;
    margin-right: 8px
}

.button--hollow {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 21px;
    padding-right: 21px;
    color: #002d5c;
    border: 2px solid #35a94e;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #1e8935));
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, #1e8935 50%);
    background-size: 200% 100%;
    background-position: right bottom
}

.button--hollow:hover,
.button--hollow:focus {
    color: #fff
}

.icon {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    vertical-align: middle
}

.icon--block {
    margin-bottom: 20px
}

.icon--cta {
    display: block;
    margin-bottom: 20px
}

@media only screen and (min-width: 860px) {
    .icon--cta {
        display: inline-block;
        margin-bottom: 0
    }
}

.icon--close {
    width: 30px;
    height: 30px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/close.png)
}

.icon--computer {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/computer.png)
}

.icon--document {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/documents.png)
}

.icon--dollar {
    height: 20px;
    width: 20px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/dollar.png)
}

.icon--download {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/download.png)
}

.icon--escrow {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/escrow.png)
}

.icon--email {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/email.png)
}

.icon--expand {
    width: 30px;
    height: 30px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/expand.png)
}

.icon--external-link {
    height: 28px;
    width: 28px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/external-link.png)
}

.icon--question {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/question.png)
}

.icon--form-check {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/form-check.png)
}

.icon--hardship {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/hardship.png)
}

.icon--heart {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/heart.png)
}

.icon--headset {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/headset.png)
}

.icon--honor {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/honor.png)
}

.icon--left-arrow {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/arrow-right.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon--right-arrow {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/arrow-right.png)
}

.icon--howto {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/howto.png)
}

.icon--information {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/information.png)
}

.icon--lock {
    width: 13px;
    height: 13px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/lock.png)
}

.icon--lang {
    width: 12px;
    height: 12px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/lang.png)
}

.icon--pdf {
    width: 23px;
    height: 30px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/file-pdf.png)
}

@media only screen and (min-width: 860px) {
    .icon--pdf {
        width: 37px;
        height: 48px
    }
}

.icon--close {
    width: 30px;
    height: 30px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/close.png)
}

.icon--num-1 {
    height: 48px;
    width: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/num-1.png)
}

.icon--num-2 {
    height: 48px;
    width: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/num-2.png)
}

.icon--num-3 {
    height: 48px;
    width: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/num-3.png)
}

.icon--phone {
    width: 28px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/phone.png)
}

.icon--question {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/question.png)
}

.icon--resources {
    width: 48px;
    height: 48px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/resources.png)
}

.icon--search {
    width: 30px;
    height: 30px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/search.png)
}

.icon--search-ko {
    width: 40px;
    height: 40px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/search-alt.png)
}

.icon--with-text {
    top: -1px;
    margin-right: 6px
}

a .icon {
    margin-top: -1px;
    margin-right: 10px
}

.lang-bar {
    background-color: #002d5c
}

.lang-bar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width: 990px) {
    .lang-bar__link {
        line-height: 30px
    }
}

.lang-bar__icon {
    width: 12px;
    height: 12px;
    margin-right: 5px
}

@media only screen and (min-width: 990px) {
    .lang-bar__icon {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }
}

.main-header {
    position: relative;
    z-index: 100;
    width: 100%
}

.main-header__wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2955555617809296px;
    color: #fff;
    background-color: #048;
    -webkit-transition: height 200ms cubic-bezier(0.77, 0.2, 0.05, 1), overflow 0ms ease;
    transition: height 200ms cubic-bezier(0.77, 0.2, 0.05, 1), overflow 0ms ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    z-index: 105
}

@media only screen and (min-width: 990px) {
    .main-header__wrapper {
        height: auto;
        padding-top: 20px;
        padding-bottom: 18px
    }
}

.main-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 990px) {
    .main-header__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.main-header__logo {
    display: block;
    height: 50px
}

.main-header__logo img {
    height: 100%;
    width: auto
}

@media only screen and (min-width: 990px) {
    .main-header__logo {
        height: 82px
    }
}

.main-header__link {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: inherit;
    text-decoration: none
}

@media only screen and (min-width: 990px) {
    .main-header__link {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 17px;
        padding-right: 17px;
        line-height: 40px
    }
}

.main-header__link--login {
    min-width: 0;
    margin-left: auto
}

@media only screen and (min-width: 990px) {
    .main-header__link--login {
        margin-left: 0
    }
}

@media only screen and (min-width: 1px) and (max-width: 989px) {
    .main-header__link--login {
        margin-right: 16px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        font-weight: 600;
        background: none
    }
    .main-header__link--login .icon {
        display: none
    }
    .main-header__link--login:hover,
    .main-header__link--login:focus {
        background: none
    }
}

.main-header__link-text {
    position: relative;
    display: inline-block
}

.main-header__link-text:before,
.main-header__link-text:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    width: 0;
    height: 2px
}

.main-header__link-text:before {
    left: 0;
    -webkit-transition: width 0s ease, background 300ms ease;
    transition: width 0s ease, background 300ms ease
}

.main-header__link-text:after {
    right: 0;
    background: #fff;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease
}

.main-header__nav-item--active .main-header__link-text:before {
    width: 100%;
    background: #fff
}

@media only screen and (min-width: 990px) {
    .main-header__link:hover .main-header__link-text:before,
    .main-header__link:focus .main-header__link-text:before {
        width: 100%;
        background: #fff;
        -webkit-transition: width 300ms ease;
        transition: width 300ms ease
    }
    .main-header__link:hover .main-header__link-text:after,
    .main-header__link:focus .main-header__link-text:after {
        width: 100%;
        background: transparent;
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease
    }
}

@media (hover: none) {
    .main-header__link:hover .main-header__link-text:before,
    .main-header__link:focus .main-header__link-text:before {
        display: none
    }
    .main-header__link:hover .main-header__link-text:after,
    .main-header__link:focus .main-header__link-text:after {
        display: none
    }
}

.main-header__menu {
    display: block;
    position: relative;
    color: inherit;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (min-width: 990px) {
    .main-header__menu {
        display: none
    }
}

.main-header__menu-bar {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 0;
    -webkit-transform-origin: 21px 0px;
    transform-origin: 21px 0px;
    -webkit-transition: background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.main-header__menu-bar:nth-child(1) {
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.main-header__menu-bar:nth-child(2) {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.main-header__menu-bar:nth-child(3) {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    margin-bottom: 0
}

.main-header__nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    margin-top: 60px;
    background-color: #048;
    -webkit-transition: height 400ms ease, overflow 0ms ease 400ms;
    transition: height 400ms ease, overflow 0ms ease 400ms;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden
}

@media only screen and (min-width: 990px) {
    .main-header__nav {
        position: relative;
        height: auto;
        width: auto;
        margin-top: 0;
        margin-left: auto;
        overflow: visible;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit
    }
}

.main-header__nav-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-top: 84px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    list-style: none
}

@media only screen and (min-width: 990px) {
    .main-header__nav-list {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-header__nav-item {
    position: relative;
    opacity: 0;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1)
}

.main-header__nav-item:nth-last-child(2) {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.main-header__nav-item:nth-last-child(3) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.main-header__nav-item:nth-last-child(4) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.main-header__nav-item:nth-last-child(5) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

@media only screen and (min-width: 990px) {
    .main-header__nav-item {
        height: 40px;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (min-width: 990px) {
    .main-header__nav-item--bordered {
        margin-left: 13px;
        margin-right: 30px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.main-header__searchfield {
    position: absolute;
    top: 60px;
    left: 0;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 105;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms, height 0ms ease 400ms, -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms;
    transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms, height 0ms ease 400ms, -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms;
    transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms, transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms, height 0ms ease 400ms;
    transition: opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms, transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms, height 0ms ease 400ms, -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1) 200ms;
    overflow: hidden
}

@media only screen and (min-width: 990px) {
    .main-header__searchfield {
        top: 0;
        height: auto;
        padding-top: 28px;
        padding-bottom: 32px;
        background-color: #006cd9;
        z-index: 101;
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: top 300ms ease;
        transition: top 300ms ease;
        -webkit-transition-delay: 0;
        transition-delay: 0
    }
}

.main-header__form {
    position: relative;
    margin-top: 30px
}

@media only screen and (min-width: 990px) {
    .main-header__form {
        margin-top: 0;
        padding-left: 163px;
        padding-right: 163px
    }
}

.main-header__search-input {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 35px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.main-header__search-input:placeholder {
    color: #fff
}

.main-header__search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.main-header__search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.main-header__search-input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.main-header__search-input::placeholder {
    color: #fff;
    opacity: 1
}

.main-header__search-input:focus {
    outline: 0
}

.main-header__search-icon {
    position: relative;
    top: 0;
    right: 0;
    background-color: transparent;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/search-alt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease
}

@media only screen and (min-width: 990px) {
    .main-header__search-icon {
        display: block;
        width: 83px;
        height: 40px
    }
}

.main-header__open-search {
    position: absolute;
    opacity: 1
}

.main-header__search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 990px) {
    .main-header__search-button {
        right: 164px
    }
}

.main-header--search-open .main-header__search-icon {
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/close.png);
    background-size: 30px 30px
}

.main-header--search-open .main-header__searchfield {
    top: 100%;
    opacity: 1
}

.main-header--search-open .main-header__close-search {
    opacity: 1
}

.main-header--search-open .main-header__open-search {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.main-header--search-open .main-header__nav-list:before {
    content: " ";
    position: absolute;
    right: 42px;
    top: 0;
    width: 60px;
    height: 85px;
    background-color: #006cd9
}

.nav-open {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

.nav-open .main-header__menu-bar {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open .main-header__menu-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2)
}

.nav-open .main-header__menu-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open .main-header__nav {
    height: 100vh;
    overflow: auto
}

.nav-open .main-header__searchfield {
    height: 86px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: height 0ms ease, opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: height 0ms ease, opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: height 0ms ease, opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: height 0ms ease, opacity 200ms cubic-bezier(0.77, 0.2, 0.05, 1), transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 200ms cubic-bezier(0.77, 0.2, 0.05, 1)
}

.nav-open .main-header__nav-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.nav-open .main-header__nav-item:nth-child(1) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.nav-open .main-header__nav-item:nth-child(2) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.nav-open .main-header__nav-item:nth-child(3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.nav-open .main-header__nav-item:nth-child(4) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
    .main-content {
        margin-top: 0px;
    }
}

.main-footer {
    background-color: #f5f5f5
}

.main-footer__content {
    padding-top: 30px;
    padding-bottom: 40px
}

@media only screen and (min-width: 1024px) {
    .main-footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 26px;
        padding-bottom: 29px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-footer__logo {
    display: block;
    height: 70px
}

.main-footer__logo img {
    height: 100%;
    width: auto
}

.main-footer__nav {
    padding-top: 35px
}

@media only screen and (min-width: 1024px) {
    .main-footer__nav {
        padding-top: 0
    }
}

.main-footer__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-footer__item {
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (min-width: 1024px) {
    .main-footer__item {
        margin-left: 24px;
        text-align: center
    }
}

.main-footer__list {
    -webkit-columns: 2;
    columns: 2
}

@media only screen and (min-width: 480px) {
    .main-footer__list {
        -webkit-columns: 3;
        columns: 3
    }
}

@media only screen and (min-width: 860px) {
    .main-footer__list {
        -webkit-columns: 5;
        columns: 5
    }
}

@media only screen and (min-width: 1024px) {
    .main-footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-columns: normal;
        columns: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-footer__link {
    display: inline-block;
    padding-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-decoration: none;
    color: #006cd9
}

.main-footer__link:hover {
    text-decoration: underline
}

@media only screen and (min-width: 860px) {
    .main-footer__link {
        padding-bottom: 0
    }
}

.main-footer__copyright {
    background-color: #002d5c
}

.main-footer__copyright p {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1866666823625565px;
    color: #fff
}

@media only screen and (min-width: 1024px) {
    .main-footer__copyright p {
        padding-top: 10px;
        padding-bottom: 15px
    }
}

.main-footer__copyright a {
    color: inherit;
    text-decoration: underline
}

.marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #048;
    color: #fff;
    text-align: center
}

@media only screen and (min-width: 860px) {
    .marquee {
        min-height: 140px;
        padding-top: 13px;
        padding-bottom: 50px
    }
}

.marquee__copy {
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 860px) {
    .marquee__copy {
        font-size: 28px;
        line-height: 41px
    }
}

.marquee--md {
    min-height: 95px;
    padding-bottom: 38px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/interior-waves.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 100% 47px
}

@media only screen and (min-width: 860px) {
    .marquee--md {
        min-height: 250px;
        padding-top: 43px;
        padding-bottom: 115px;
        background-size: 100% 100px
    }
}

.marquee--lg {
    min-height: 180px;
    padding-top: 22px;
    padding-bottom: 60px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/interior-waves.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 100% 47px
}

@media only screen and (min-width: 860px) {
    .marquee--lg {
        min-height: 429px;
        padding-top: 93px;
        padding-bottom: 180px;
        background-size: 100% 125px
    }
}

@media only screen and (min-width: 860px) {
    .marquee--lg-compressed {
        min-height: 345px;
        padding-top: 40px;
        padding-bottom: 145px
    }
}

.marquee--animate {
    position: relative;
    background-image: none;
    overflow: hidden
}

.marquee--animate:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 47px;
    width: 5760px;
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/waves-full.png);
    background-position: 0% 100%;
    background-repeat: repeat-x;
    -webkit-animation: wave 20s cubic-bezier(0.47, 0.23, 0.68, 0.84) infinite;
    animation: wave 20s cubic-bezier(0.47, 0.23, 0.68, 0.84) infinite
}

@media only screen and (min-width: 860px) {
    .marquee--animate:after {
        height: 125px
    }
}

@-webkit-keyframes wave {
    from {
        background-position: 0% 100%
    }
    to {
        background-position: 100% 100%
    }
}

@keyframes wave {
    from {
        background-position: 0% 100%
    }
    to {
        background-position: 100% 100%
    }
}

.breadcrumbs {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #f5f5f5
}

@media only screen and (min-width: 860px) {
    .breadcrumbs {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8571428571428572;
    letter-spacing: -0.2333333px;
    color: #4a5773;
    white-space: nowrap
}

.breadcrumbs__item:after {
    content: "/";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.breadcrumbs__item:first-child {
    padding-left: 0
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs__crumb {
    position: relative;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    text-decoration: none
}

.breadcrumbs__crumb:hover {
    text-decoration: underline
}

.breadcrumbs__crumb--current {
    color: inherit
}

.breadcrumbs__crumb--current:hover {
    text-decoration: none
}

.section {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 860px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section--plain-list .section__list {
    padding-left: 0;
    list-style-type: none
}

.section--compressed {
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (min-width: 860px) {
    .section--compressed {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 860px) {
    .section--compressed-md {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.section--shadow {
    -webkit-box-shadow: inset 0 60px 60px -60px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 60px 60px -60px rgba(0, 0, 0, 0.1)
}

.section--dark {
    background-color: #048;
    color: #fff
}

.section--dark a,
.section--dark a[href^="tel:"] {
    color: inherit
}

.section--dark a[href^="tel:"] {
    text-decoration: none
}

.section--light {
    background-color: #f5f5f5
}

.section--center {
    text-align: center
}

.section--pull-up {
    padding-top: 0
}

@media only screen and (min-width: 860px) {
    .section--pull-up {
        padding-top: 0
    }
}

@media only screen and (min-width: 860px) {
    .section--breath-bottom-lg {
        padding-bottom: 76px
    }
}

.section--breath-bottom-sm {
    padding-bottom: 10px
}

.section__copy {
    margin: 0
}

.section__seperator {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
    width: 100%;
    background-color: #dedede
}

@media only screen and (min-width: 860px) {
    .section__seperator {
        margin-top: 0;
        margin-bottom: 0;
        height: 100%;
        width: 2px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.alert {
    position: relative;
    color: #002d5c;
    text-align: center;
    line-height: 1.4210526315789473;
    background-color: #d3f7e5
}

.alert__content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (min-width: 860px) {
    .alert__content {
        padding-top: 27px;
        padding-bottom: 26px
    }
}

.alert__dismiss {
    position: absolute;
    top: 0;
    right: -9px;
    padding: 2px 9px;
    font-size: 32px;
    line-height: 1;
    color: #005288;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width: 860px) {
    .alert__dismiss {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.alert--announcement {
    background-color: #fff;
    color: #002d5c
}

.alert--callout {
    background-color: #002d5c;
    color: #fff
}

.alert[data-dismissable] .alert__content {
    padding-top: 30px
}

@media only screen and (min-width: 860px) {
    .alert[data-dismissable] .alert__content {
        padding-top: 23px;
        padding-bottom: 23px;
        padding-left: 50px;
        padding-right: 50px
    }
}

.alert a {
    color: inherit;
    white-space: nowrap
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #4a5773;
    text-decoration: none;
    background-color: #fff;
    border-top: 6px solid #1e8935;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1)
}

.box:hover,
.box:focus {
    text-decoration: none
}

@media only screen and (min-width: 860px) {
    .box:hover,
    .box:focus {
        -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
        box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }
}

.box--info {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    background-color: #f5f5f5;
    border-color: #006cd9
}

@media only screen and (min-width: 860px) {
    .box--info {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.box--info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
}

.box--error {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    background-color: #f5f5f5;
    border-color: #eb0000
}

@media only screen and (min-width: 860px) {
    .box--error {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px
    }
}

.box--error:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
}

.box--full {
    height: 100%
}

.box--plain {
    border-top: none
}

.box--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 860px) {
    .box--cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.box__heading {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-family: "Merriweather", Georgia, serif;
    font-weight: 900;
    font-size: 19px;
    line-height: 1.4285714285714286;
    letter-spacing: -0.4375px;
    text-align: left;
    color: #002d5c
}

@media only screen and (min-width: 860px) {
    .box__heading {
        font-size: 21px
    }
}

.box__copy {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.box__download {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-top: 24px;
    padding-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dedede
}

@media only screen and (min-width: 860px) {
    .box__download {
        height: 66px;
        margin-top: 30px;
        padding-top: 20px
    }
}

.box__download:after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 0;
    height: 30px;
    width: 30px;
    background: transparent url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/download.png) no-repeat center center;
    background-size: contain
}

@media only screen and (min-width: 860px) {
    .box__download:after {
        width: 48px;
        height: 48px
    }
}

.box__download-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box__download-name {
    font-size: 14px;
    line-height: 1
}

@media only screen and (min-width: 860px) {
    .box__download-name {
        font-size: 16px
    }
}

.box__download-size {
    font-size: 11px;
    line-height: 1
}

.rollup {
    border-bottom: 1px solid #dedede
}

.rollup__trigger {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal
}

@media only screen and (min-width: 860px) {
    .rollup__trigger {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.rollup__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f5f5f5
}

@media only screen and (min-width: 860px) {
    .rollup__cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.rollup__cta a {
    text-decoration: none
}

.rollup__cta a:hover {
    text-decoration: underline
}

.rollup__cta a+a {
    margin-left: 50px
}

.rollup__sub-heading {
    display: none;
    margin-top: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4210526315789473;
    letter-spacing: -0.3166667px;
    color: #4a5773
}

@media only screen and (min-width: 860px) {
    .rollup__sub-heading {
        display: block
    }
}

.rollup__button {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 0;
    font-family: "Merriweather", Georgia, serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.44px;
    text-align: inherit;
    color: #002d5c;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: padding 200ms ease-out;
    transition: padding 200ms ease-out
}

.rollup__button:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    right: auto;
    width: 30px;
    height: 30px;
    background: transparent url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/expand.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out
}

@media only screen and (min-width: 860px) {
    .rollup__button:after {
        top: 10px
    }
}

@media only screen and (min-width: 860px) {
    .rollup__button:hover {
        padding-left: 70px
    }
}

@media (hover: none) {
    .rollup__button:hover {
        padding-left: 50px
    }
}

.rollup__button[aria-expanded="true"]:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.rollup__icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px
}

@media only screen and (min-width: 860px) {
    .rollup__icon {
        width: 48px;
        height: 48px
    }
}

.rollup__target {
    display: none;
    padding-bottom: 30px
}

.rollup__target--cta {
    padding-bottom: 0
}

@media only screen and (min-width: 860px) {
    .rollup__target {
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 860px) {
    .rollup--lg .rollup__trigger {
        padding-top: 29px;
        padding-bottom: 28px
    }
}

.rollup--lg .rollup__button {
    padding-left: 0;
    padding-right: 40px
}

@media only screen and (min-width: 860px) {
    .rollup--lg .rollup__button {
        padding-right: 70px;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: -0.5px
    }
}

.rollup--lg .rollup__button:after {
    top: 10px;
    left: auto;
    right: 0;
    background: transparent url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/chevron.png) no-repeat center center;
    background-size: 100%
}

@media only screen and (min-width: 860px) {
    .rollup--lg .rollup__button:after {
        top: 2px;
        width: 48px;
        height: 48px
    }
}

@media only screen and (min-width: 860px) {
    .rollup--lg .rollup__button:hover {
        padding-left: 20px
    }
}

@media (hover: none) {
    .rollup--lg .rollup__button:hover {
        padding-left: 0
    }
}

.rollup--lg .rollup__button[aria-expanded="true"]:after {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form {
    position: relative
}

.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.cta .button:hover,
.cta .button:focus {
    text-decoration: none
}

@media only screen and (min-width: 860px) {
    .cta {
        padding-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cta a+a,
.cta a+.button,
.cta .button+a,
.cta .button+.button {
    margin-top: 15px
}

@media only screen and (min-width: 860px) {
    .cta a,
    .cta .button {
        margin-left: 15px;
        margin-right: 15px
    }
    .cta a+a,
    .cta a+.button,
    .cta .button+a,
    .cta .button+.button {
        margin-top: 0
    }
}

.cta--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.cta--left a,
.cta--left .button {
    margin-left: 0;
    margin-right: 0
}

.cta--left a+a,
.cta--left a+.button,
.cta--left .button+a,
.cta--left .button+.button {
    margin-right: 15px
}

@media only screen and (min-width: 860px) {
    .cta--stacked {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cta--stacked a,
.cta--stacked .button {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (min-width: 860px) {
    .cta--stacked a+a,
    .cta--stacked a+.button,
    .cta--stacked .button+a,
    .cta--stacked .button+.button {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

.fieldset {
    margin: 0;
    padding: 0;
    border: none
}

.input {
    width: 100%;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4210526315789473;
    letter-spacing: -0.3166666924953461px;
    text-align: left;
    color: #4a5773;
    border: none;
    border-bottom: 2px solid #dedede;
    background-color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.input::-webkit-input-placeholder {
    color: inherit
}

.input:-ms-input-placeholder {
    color: inherit
}

.input::-ms-input-placeholder {
    color: inherit
}

.input::placeholder {
    color: inherit
}

.input:focus {
    outline: 1px dotted #002d5c
}

.input-group {
    position: relative;
    margin-bottom: 50px
}

.input-group__label {
    position: absolute;
    top: 9px;
    left: 0;
    line-height: 1;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
    pointer-events: none
}

.input-group__icon {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-group__button {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.input-group--label-up .input-group__label {
    top: -14px;
    font-size: 11px
}

.input-group__helper {
    display: inline-block;
    font-size: 13px
}

.input-group--error .input-group__helper {
    color: #eb0000
}

.input-group--error .input {
    background-color: #ffe5e5;
    border-color: #eb0000
}

.input-group--error .radio {
    background-color: #ffe5e5
}

.input-group--error .radio__label:before {
    background-color: #ffe5e5;
    border-color: #eb0000
}

.input-group--error .text-area textarea {
    background-color: #ffe5e5;
    border-color: #eb0000
}

.input-group--prepend .input-group__input {
    padding-left: 40px
}

.input-group--prepend .input-group__label {
    left: 40px
}

.input-group--prepend .input-group__button {
    left: 0
}

.input-group--prepend .input-group__icon {
    left: 0
}

.input-group--append .input-group__input {
    padding-right: 40px
}

.input-group--append .input-group__button {
    right: 0
}

.input-group--append .input-group__icon {
    right: 0
}

.input-group--alone {
    margin-bottom: 0
}

.video {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3)
}

.video--placeholder {
    padding-bottom: 56.9%;
    background-color: #9b9b9b
}

.video--placeholder:after {
    content: "Video Placeholder";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.prevnext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prevnext__link {
    position: relative;
    display: block;
    min-height: 30px;
    margin-left: auto;
    padding-right: 40px;
    text-align: right;
    text-decoration: none;
    line-height: 30px
}

.prevnext__link:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background: transparent url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/arrow-right.png) no-repeat center right;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 860px) {
    .prevnext__link:after {
        width: 48px;
        height: 48px
    }
}

@media only screen and (min-width: 860px) {
    .prevnext__link {
        min-height: 48px;
        padding-right: 68px;
        line-height: 1.4210526315789473;
        -webkit-transition: padding 300ms ease;
        transition: padding 300ms ease
    }
    .prevnext__link:hover {
        padding-right: 88px
    }
}

.prevnext__link--prev {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 0;
    text-align: left
}

@media only screen and (min-width: 860px) {
    .prevnext__link--prev {
        padding-left: 68px
    }
    .prevnext__link--prev:hover {
        padding-left: 88px
    }
}

.prevnext__link--prev:after {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.prevnext__content {
    display: none
}

@media only screen and (min-width: 860px) {
    .prevnext__content {
        display: block
    }
}

.tabnav__tabs {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 860px) {
    .tabnav__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.tabnav__tab {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    background: transparent;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.tabnav__tab:hover,
.tabnav__tab:focus {
    text-decoration: underline;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#f5f5f5));
    background: linear-gradient(-180deg, #fff 50%, #f5f5f5 100%)
}

.tabnav__tab--active {
    border-bottom: 8px solid #35a94e
}

.tabnav__tab--active:hover,
.tabnav__tab--active:focus {
    text-decoration: none;
    background: none
}

.tabnav__tab--active:before {
    content: "Current Page: ";
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.tabnav__select {
    position: relative;
    height: 60px;
    width: 100%
}

.tabnav__select:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    padding: 6px;
    border: solid #35a94e;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-64%) rotate(45deg);
    transform: translateY(-64%) rotate(45deg)
}

@media only screen and (min-width: 860px) {
    .tabnav__select {
        display: none
    }
}

.tabnav__select-node {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: none;
    color: #006cd9;
    font-weight: inherit
}

.tabnav__select-node::-ms-expand {
    display: none
}

.select {
    position: relative
}

.select:focus {
    outline: 1px dotted #002d5c
}

.select:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-block;
    padding: 4px;
    border: solid #4a5773;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-64%) rotate(45deg);
    transform: translateY(-64%) rotate(45deg)
}

.select select::-ms-expand {
    display: none
}

.radio__label {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-right: 60px;
    line-height: 32px;
    cursor: pointer;
    color: #4a5773
}

@media only screen and (min-width: 860px) {
    .radio__label {
        padding-right: 120px
    }
}

.radio__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #ccc;
    border-radius: 100%;
    background: transparent
}

.radio__label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #1e8935;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.radio__input {
    position: absolute;
    left: -9999px
}

.radio__input:checked+.radio__label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.radio__input:focus+.radio__label:before {
    outline: 1px dotted
}

.text-area {
    height: 100%;
    min-width: 100%
}

.text-area__text-box {
    width: 100%;
    min-height: 230px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4210526315789473;
    letter-spacing: -0.3166666924953461px;
    text-align: left;
    color: #4a5773;
    border: 2px solid #dedede;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.text-area__text-box:focus {
    outline: 1px dotted #002d5c
}

.checkmark__grad {
    width: 48px;
    height: 48px
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: url(#blueGrad);
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards, grad 0.4s ease-in-out 0.4s forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards, grad 0.4s ease-in-out 0.4s forwards
}

.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0px 0px 0px url(#blurGrad);
    box-shadow: inset 0px 0px 0px url(#blurGrad);
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
}

@-webkit-keyframes grad {
    0% {
        stroke-width: 2
    }
    100% {
        stroke-width: 94%
    }
}

@keyframes grad {
    0% {
        stroke-width: 2
    }
    100% {
        stroke-width: 94%
    }
}

.jump-link {
    background-color: #f5f5f5;
    border: 1px solid #dedede
}

.jump-link:focus,
.jump-link:active {
    left: 5px;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto
}


/*!
========== SPECIFICS
*/

.by-the-numbers {
    background-image: url(http://bayviewloan.sitepreviewdemo.com/wp-content/uploads/btn-wave.png);
    background-position: center bottom;
    background-size: 170% 100%
}

@media only screen and (min-width: 860px) {
    .by-the-numbers {
        background-size: 100% 100%
    }
}