/***
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    # General
    # Colors
    # Typography
    # Mobile Menu
    # Header
    # Page Section / Hero
    # Image Blocks
    # Testimonial Block
    # Simple Map
    # Footer
    # Page Title
    # Parallax
    # Gravity Forms
    # Old Browsers
***/



/*
    ====================~
   <| GENERAL
    ====================~
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    min-width: 100px;
    min-height: 100vh;
    height: 100%;
}

html {
    min-width: 100px;
    font: normal 16px sans-serif;
    font-size: calc(1em + 1vw);
    height: 100%;
}

#container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 50em) {
    html {
        font-size: 2vw;
    }
}

@media screen and (min-width: 75em) {
    html {
        font-size: 1.5em;
    }
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

ul,
nav,
ul li,
nav li {
    list-style: none;
}

a {
    text-decoration: none;
    opacity: 0.75;
}

a.btn,
.gform_wrapper .gform_footer input.button
    {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: #3f51b5;
    opacity: 1;
    padding: 0.5em 0.8em;
    margin: 1.75em 0;
    transition: all 0.25s ease-in-out 75ms;
    -webkit-transition: all 0.25s ease-in-out 75ms;
    -moz-transition: all 0.25s ease-in-out 75ms;
    -ms-transition: all 0.25s ease-in-out 75ms;
    -o-transition: all 0.25s ease-in-out 75ms;
}

a.btn.btn-clear,
.gform_wrapper .gform_footer input.button {
    background-color: transparent;
    background-color: rgba(255,255,255,0.18);
    border: 2px solid #fff;
    border: 2px solid rgba(255,255,255,0.5);
    box-shadow: 1px 1px 12px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    min-height: 2.5em;
}

a.btn.btn-clear:hover,
.gform_wrapper .gform_footer input.button:hover {
    background-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(0, 0, 05, 0.075);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.15);
}

a.btn.btn-clear::after{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.8em;
    line-height: 2.5em;
    font-size: 0.9em;
    right: 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.15s ease-in-out 375ms;
    -webkit-transition: all 0.15s ease-in-out 375ms;
    -moz-transition: all 0.15s ease-in-out 375ms;
    -ms-transition: all 0.15s ease-in-out 375ms;
    -o-transition: all 0.15s ease-in-out 375ms;
}

a.btn.btn-clear:hover::after {
    padding-left:5px;
}

a.btn.btn-clear:hover::before{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 0.09) 96%, rgba(255, 255, 255, 0.07) 97%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 0.09) 96%, rgba(255, 255, 255, 0.07) 97%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 0.09) 96%, rgba(255, 255, 255, 0.07) 97%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-animation: slideThroughRight 0.3s 1 normal forwards 100ms;
    -moz-animation: slideThroughRight 0.3s 1 normal forwards 100ms;
    -o-animation: slideThroughRight 0.3s 1 normal forwards 100ms;
    animation: slideThroughRight 0.3s 1 normal forwards 100ms;
}

a.btn.btn-arrow::after {
    display: none;
    padding-right: 0;
}

hr {
    width: 12em;
    max-width: 100%;
    height: 3px;
    background-color: #3f51b5;
    border: 0;
    margin: 1.75em auto;
}

.spacer {
    display: block;
    height: 1.75em;
}

.spacer.half {
    height: 0.85em;
}

.budgeleft { 
    position: relative;
    left: 1em;
}

.budgeright { 
    position: relative;
    right: 1em;
}

.list-flex li {
    display: -ms-flexbox;
    display: flex;
}

.list-flex-align-center li {
    align-items: center;
}

.list-flex-align-start li {
    align-items: flex-start;
}

.list-flex-align-end li {
    align-items: flex-end;
}

.list-flex-justify-start li {
    justify-content: flex-start;
}

.list-flex-justify-center li {
    justify-content: center;
}

.list-flex-justify-end li {
    justify-content: flex-end;
}

@media (min-width: 767px){
    .budgeleft-md { 
        position: relative;
        left: 1em;
    }
    .budgeright-md { 
        position: relative;
        right: 1em;
    }
}

@media screen and (min-width: 1400px){
    .flex-lg-start {
        justify-content: flex-start !important;
    }
    .flex-lg-end {
        justify-content: flex-end !important;
    }
}

@keyframes slideThroughRight {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
    100% {
        transform: translateX(101%);
        -webkit-transform: translateX(101%);
        -moz-transform: translateX(101%);
        -ms-transform: translateX(101%);
        -o-transform: translateX(101%);
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div, a {
    word-wrap: break-word;
    max-width: 100%;
}

@media (min-width: 200px){
    h1, h2, h3,
    h4, h5, h6,
    p, span, div, a {
        word-wrap: normal;
    }
    a.btn.btn-arrow::after {
        display: inline-block;
    }
    a.btn.btn-arrow {
        padding-right: 3em;
    }
}

/*
    ====================~
   <| COLORS 
    ====================~
*/

/* general color */
html {
    color: #555;
}

a {
    color: #333;
}

a.btn {
    background-color: #3f51b5;
}

a.btn.light {
    color: #fff;
}

a.btn.dark {
    color: #111;
}

hr {
    background-color: #3f51b5;
}


/* header color */
.bcm-flex-header {
    background: #fff;
}

/* nav color */
.bcm-flex-nav a {
    color: #000;
    transition: color 0.25s ease-in-out 75ms;
    -webkit-transition: color 0.25s ease-in-out 75ms;
    -moz-transition: color 0.25s ease-in-out 75ms;
    -ms-transition: color 0.25s ease-in-out 75ms;
    -o-transition: color 0.25s ease-in-out 75ms;
}

.bcm-flex-nav a:hover {
    color: #444;
}

@media (min-width:1139px){
    .bcm-flex-nav > ul > li.active {
        border-color: transparent;
    }
    .bcm-flex-nav>ul>li.active > a {
        color: #000;
    }
}

/*
    Page Section colors
*/
.primary-accent-bg {
    background: #333;
}

.primary-accent-bg,
.primary-accent-bg * {
    color: #fff !important;
}

.primary-accent-color {
    color: #333;
}

/*
    ====================~
   <| TYPOGRAPHY
    ====================~
*/

section p {
    max-width: 50em;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 1.75em;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro',
    sans-serif;
}

h1,
h2,
h3,
.heading {
    font-size: 1.2em;
}

h1,
h2,
.heading {
    font-weight: bold;
}

h3,
h4,
h5,
h6,
.sub-heading {
    font-weight: 300;
}

.sub-heading { 
    font-size: 1.1em;
    margin: 0.65em 0;
}

.heading {
    margin: 0.5em 0 1.5em;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.capital {
    text-transform: capitalize;
}

.text-center,
.text-center * {
    text-align: center !important;
}

.text-right,
.text-right * {
    text-align: right !important;
}

.text-left,
.text-left * {
    text-align: left !important;
}

.text-justify,
.text-justify * {
    text-align: justify !important;
}

.text-smaller {
    font-size: 1em;
}

blockquote {
    border: 2px solid #222;
    border-width: 2px 0px;
    padding: 1em;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.25em 0;
    color: #25539B;
}

html blockquote {
    text-align: center !important;
}

blockquote p {
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
}

@media (min-width: 575px){
    section p {
        text-align: left;
    }
    blockquote {
        padding: 1.25em 3em;
        font-size: 1.5em;
        margin: 1.5em 0;
    }
}

@media (min-width: 767px){
    .text-center-md,
    .text-center-md * {
        text-align: center !important;
    }

    .text-right-md,
    .text-right-md * {
        text-align: right !important;
    }

    .text-left-md,
    .text-left-md * {
        text-align: left !important;
    }
    .text-justify-md,
    .text-justify-md * {
        text-align: justify !important;
    }
    .text-justify-md blockquote,
    .text-center-md blockquote,
    .text-right-md blockquote,
    .text-left-md blockquote {
        text-align: center !important;
    }
}

@media (min-width: 1140px) {
    .text-center-lg,
    .text-center-lg * {
        text-align: center !important;
    }
    .text-right-lg,
    .text-right-lg * {
        text-align: right !important;
    }
    .text-left-lg,
    .text-left-lg * {
        text-align: left !important;
    }
}

/*
    ====================~
   <| MOBILE MENU
    ====================~
*/

.bcm-flex-nav,
.bcm-menu-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.bcm-flex-nav.desktop {
    display: none;
}

.bcm-flex-nav li {
    display: none;
    align-items: center; 
}

.bcm-flex-nav.bcm-active li {
    display: block;
}

.bcm-flex-nav a {
    padding: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.bcm-flex-nav li{
    width: 100%;
    text-align: left;
    justify-content : flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.035);
    padding: 0.75em;
    background: #fff;
    position: relative;
}

.bcm-flex-nav ul ul {
    position: absolute;
    top: -99999px; 
    left: -99999px;
    margin: 0.75em 0 0;
}

.bcm-flex-nav ul ul li {
    padding: 0.75em 0;
    font-size: 0.8em;
    font-weight: normal;
    border-bottom: 0px;
}

a.bcm-burger{
    opacity: 1;
    display: inline-block;
}

a.bcm-burger .icon {
    margin: 0.45em 0 0.75em;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    padding: 0;
    display: block;
}

a.bcm-burger {
    background: #f5f5f5;
    padding: 0.75em 0.65em 0.15em;
    border: 1px solid rgba(0, 0, 0, 0.025);
    border-radius: 5px;
    /* margin: 0.75em 0; */
    cursor: pointer;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.025);
}

a.bcm-burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #222;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

a.bcm-burger span:nth-child(1) {
    top: 0px;
}

a.bcm-burger span:nth-child(2),
a.bcm-burger span:nth-child(3) {
    top: 8px;
}

a.bcm-burger span:nth-child(4) {
    top: 16px;
}

a.bcm-burger.active span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

a.bcm-burger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.bcm-burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.bcm-burger.active span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.bcm-flex-header.do-sticky,
.js .bcm-flex-header.do-sticky.force-sticky,
.js .bcm-flex-header.do-sticky.is-sticky {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.has-more-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 0.95em;
    top: auto;
    color: inherit;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.has-more-icon.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (max-width: 1140px){
    .bcm-flex-nav.bcm-active .bcm-menu-items {
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -webkit-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        -moz-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        -o-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        animation: navSlideDown 0.3s 1 normal forwards 100ms;
        border-top: 1px solid rgba(0, 0, 0, 0.035);
        margin-top: 0em;
        width: 100%;
    }
    .has-children.show-children>ul {
        position: relative;
        left: auto;
        top: auto;
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -webkit-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        -moz-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        -o-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        animation: navSlideDown 0.3s 1 normal forwards 100ms;
    }
    .bcm-flex-nav li:last-child {
        border-bottom: none;
    }
}
/*
.bcm-flex-nav .bcm-menu-items {
    -webkit-animation: navSlideUp 0.3s 1 normal forwards 100ms;
    -moz-animation: navSlideUp 0.3s 1 normal forwards 100ms;
    -o-animation: navSlideUp 0.3s 1 normal forwards 100ms;
    animation: navSlideUp 0.3s 1 normal forwards 100ms;
}
*/

@media (min-width: 300px){
    .bcm-flex-nav .burger {
        position: absolute;
        top: 1.33em;
        right: 1.33em;
        margin: 0;
    }
    .bcm-flex-nav,
    .bcm-menu-items
    {
        width: 100%;
    }
}


@media (min-width: 1139px) {
    .js .bcm-flex-header.do-sticky.is-sticky {
        position: fixed;
    }
    html.js .bcm-flex-header.do-sticky {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: -88px;
        /*
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        */
    }

    .bcm-flex-nav > ul > li {
        height: 96px;
        border-bottom: 5px solid transparent;
    }

    html .bcm-flex-header.is-sticky {
        margin-top: 0px !important;
    }

    .bcm-flex-nav,
    .bcm-menu-items {
        flex-direction: row;
        align-items: center;
    }
    .bcm-flex-nav li,
    .bcm-flex-nav.bcm-active li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    a.bcm-burger,
    a.bcm-burger.active {
        display: none;
    }
    .bcm-menu-items,
    .bcm-flex-nav.bcm-active .bcm-menu-items {
        border-top: 0px;
        width: auto;
    }
    .bcm-flex-nav a {
        padding: 0.25em 1.1em;
        font-size: 0.7em;
        position: relative;
        top: 2px;
    }
    .bcm-flex-nav li {
        padding: 0;
        border: 0;
        text-align: center;
        justify-content: center;
        background: transparent;
        white-space: nowrap;
    }

    .bcm-flex-nav.desktop {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 73px;
    }

    .bcm-flex-nav.mobile {
        display: none;
    }

    .bcm-flex-nav ul ul li { 
        text-align: left;
        justify-content: flex-start;
        padding: 0.5em 0;
    }

    
    .bcm-flex-nav ul ul li a {
        font-weight: normal;
    }

    .has-more-icon { display: none !important; }

    .has-children:hover > ul {
        position: absolute;
        background: #fff;
        top: 100%;
        margin-top: 5px;
        padding: 0.5em;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        /** left: auto;
        0px is more reliable in safari
        **/
        left: 0px;

        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -webkit-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        -moz-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        -o-animation: navSlideDown 0.3s 1 normal forwards 100ms;
        animation: navSlideDown 0.3s 1 normal forwards 100ms;
    }

    /** Hack for IE **/
    .IE11 .bcm-header-grid .flex-row.space-between {
        justify-content: flex-start;
    }

    .IE11 .bcm-flex-header .container .row .flex:nth-child(2){
        width: 100%;
    }

    .IE11 .bcm-flex-nav.desktop { 
        display: block !important;
        position: relative;
        top: -12px;
    }

    .IE11 .bcm-flex-nav li li {
        white-space: pre-wrap;
    }
    

    .IE11 .bcm-flex-nav ul ul,
    .IE11 .has-children:hover>ul {
        display:none;
        position: absolute;
        top: 100%;
        left: 0px;
        max-width: 175px;
        margin: 0;
        max-height: auto !important;
        height: auto !important;
        overflow: visible !important;
        opacity: 1 !important;
        -o-opacity: 1 !important;
        -moz-opacity: 1 !important;
        -webkit-opacity: 1 !important;
        margin-top: -6px;
    }

    .IE11 .has-children:hover>ul {
        display: block;
    }

    /** Safari 9.1 Hax **/
    .Safari601\.7 .bcm-flex-nav li,
    .Safari601-7 .bcm-flex-nav li {
        white-space: normal;
    }
}

@keyframes navSlideDown {
    0% { 
        max-height: 0px;
        opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        max-height: 1000px;
        opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
    }
    100% {
        opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
    }
}

/*
    ====================~
   <| HEADER
    ====================~
*/

@media (min-width: 1139px){
    .bcm-header-grid {
        display: -ms-flexbox;
        display: flex;
        max-width: 50em;
        margin: 0 auto;
    }
}

@media (min-width: 250px){
    #bcm-logo { 
        min-width: 108px;
    }
}

.bcm-logo-wrap { 
    padding: 0.5em 0;
}

.bcm-flex-header {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}


/*
    ====================~
   <| Page Section / Hero
    ====================~
*/

.page-section {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 8em;
    position: relative;
}

.page-section.auto-height {
    min-height: 1px;
    min-height: auto;
}

.page-section.page-section-padded {
    padding: 2em 0;
}

.page-section.page-section-padded-top {
    padding: 2em 0 0;
}

.page-section.hero .container {
    text-align: center;
}

.page-section.hero.light h1,
.page-section.hero.light h3,
.page-section.hero.light p,
.page-section.hero.light a,
.page-section.hero.light div
    {
    color: #fff;
}

.page-section.hero.light h1,
.page-section.hero.light h3,
.page-section.hero.light p {
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.page-section.hero.light h1 {
    font-size: 1em;
    line-height: 1.4;
}

.page-section.hero.light h3 {
    font-size: 0.9em;
    line-height: 1.4;
}

.page-section.hero.light p {
    font-size: 0.7em;
}

.page-section.hero .branding { 
    padding: 1em;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    margin-top: 165px;
    width: 100%;
    position: relative;
}

.page-section.hero .branding-msg {
    max-width: 14em;
}

.page-section.hero .branding-logo img {
    width: 50vh;
    min-width: 8em;
    max-width: 11em;
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.page-section.hero .branding-msg {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.18);
    border: 2px solid #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 1em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: bold;
    align-self: flex-start;
}

.page-section.page-section-angled {
    padding: 2em 0 3em;
    padding-top: 100px;
    padding-top: calc(10vh + 2em);
}

.page-section.page-section-angled .page-section-angled-border svg {
    position: absolute;
    height: 100px;
    height: 10vh;
    width: 100%;
}

.page-section.page-section-angled .page-section-angled-border.top svg
{
    transform: rotate(180deg);
    top: -2px;
}

.page-section.page-section-angled .page-section-angled-border.bottom svg {
    bottom: -2px;
}
.scroll-to-bottom {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 115px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 2px solid #fff;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    font-size: 1.1em;
    border-radius: 99999px;
    -webkit-border-radius: 99999px;
    -moz-border-radius: 99999px;
    -ms-border-radius: 99999px;
    -o-border-radius: 99999px;
}

.scroll-to-bottom i {
    transition: transform 0.25s ease-in-out 100ms;
    -webkit-transition: transform 0.25s ease-in-out 100ms;
    -moz-transition: transform 0.25s ease-in-out 100ms;
    -ms-transition: transform 0.25s ease-in-out 100ms;
    -o-transition: transform 0.25s ease-in-out 100ms;
}

.scroll-to-bottom:hover i {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}




@media (min-width: 1139px){
    .scroll-to-bottom { 
        display: block;
    }
    .page-section.hero .branding {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    .page-section.full-screen {
        height: 100vh;
        min-height: 625px;
    }

}

@media (min-width: 350px) {
    .page-section.hero .branding {
        margin-top: 125px;
    }
    .page-section.hero.light h1 {
        font-size: 1.4em;
        line-height: 1.4;
    }

    .page-section.hero.light h3 {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .page-section.hero.light p {
        font-size: 0.8em;
    }

}

@media (min-width: 775px) {
    .page-section.hero .branding {
        margin-top: 100px;
    }
    .page-section.hero .branding-logo img {
        position: relative;
        top: auto;
        left: auto;
    }
}

@media (max-height: 645px) and (min-width: 1139px) {
    .page-section.hero .btn {
        margin: 0.5em;
    }
}

@media (max-height: 750px) and (min-width: 1139px) {
    .page-section.hero .branding {
        margin-top: 0px;
    }
}

@media (max-width: 800px){
    .page-section.hero .branding {
        justify-content: center !important;
    }

    .page-section.hero .branding .branding-msg {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
    }
}

@media (max-width: 800px) {
    .page-section.hero .branding {
        justify-content: center !important;
    }
}

/*
    ====================~
   <| IMAGE BLOCKS
    ====================~
*/

.image-block {
    position: relative;
    overflow: hidden;
    background-color: #1892E8;
    margin-bottom: 0.86em;
}

.image-block a {
    opacity: 1 !important;
}

.image-block::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.4em;
    background: rgb(21, 204, 233);
    background: -moz-linear-gradient(left, rgba(21, 204, 233, 1) 0%, rgba(24, 146, 232, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(21, 204, 233, 1) 0%, rgba(24, 146, 232, 1) 100%);
    background: linear-gradient(to right, rgba(21, 204, 233, 1) 0%, rgba(24, 146, 232, 1) 100%);
}

.image-block:hover .image-block-img {
    transition: filter 0.25s ease-in-out 75ms;
    -webkit-transition: filter 0.25s ease-in-out 75ms;
    -moz-transition: filter 0.25s ease-in-out 75ms;
    -ms-transition: filter 0.25s ease-in-out 75ms;
    -o-transition: filter 0.25s ease-in-out 75ms;
}

.image-block .image-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease-in-out 75ms;
    -webkit-transition: background-color 0.25s ease-in-out 75ms;
    -moz-transition: background-color 0.25s ease-in-out 75ms;
    -ms-transition: background-color 0.25s ease-in-out 75ms;
    -o-transition: background-color 0.25s ease-in-out 75ms;
    background-color: rgba(0, 0, 0, 0.175);
}

.image-block .image-block-overlay * {
    color: #fff;
}

.image-block .image-block-button {
    display: none;
    margin-top: 0.3em;
    bottom: 1.5em;
    border: 3px solid #fff;
    padding: 0.70em 1.1em;
    font-size: 0.85em;
    opacity: 1;
    font-weight: bold;
    background-color: rgba(55,55,55,0.2);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.10);
}

.image-block-button i {
    font-size: 0.8em;
    margin: 0 0 0 1em;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease-in-out 250ms;
    -webkit-transition: transform 0.25s ease-in-out 250ms;
    -moz-transition: transform 0.25s ease-in-out 250ms;
    -ms-transition: transform 0.25s ease-in-out 250ms;
    -o-transition: transform 0.25s ease-in-out 250ms;
}

.image-block:hover .image-block-button {
    background-color: #1892E8;
    transition: background-color 0.25s ease-out 150ms;
    -webkit-transition: background-color 0.25s ease-out 150ms;
    -moz-transition: background-color 0.25s ease-out 150ms;
    -ms-transition: background-color 0.25s ease-out 150ms;
    -o-transition: background-color 0.25s ease-out 150ms;
}

.image-block.active .image-block-button { 
    display: none;
}

.image-block.active .image-block-overlay,
.image-block:hover .image-block-overlay {
    background-color: rgba(0,0,0,0.5);
}

.image-block.active .image-block-img,
.image-block:hover .image-block-img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.image-block:hover .image-block-button i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.image-block .image-block-title {
    background: -moz-linear-gradient(left, rgba(24, 146, 232, 1) 0%, rgba(24, 146, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 146, 232, 1) 0%, rgba(24, 146, 232, 0) 100%);
    background: linear-gradient(to right, rgba(24, 146, 232, 1) 0%, rgba(24, 146, 232, 0) 100%);
    width: 100%;
    text-align: center !important;
    padding: 1em 0;
    font-weight: bold;
}

.image-block .image-block-title span {
    padding: 0.25em;
}

@media (min-width: 300px){
    .image-block .image-block-title span {
        border: 2px solid #fff;
        border-width: 2px 0px;
    }
}

@media (min-width: 400px){
    .image-block .image-block-button {
        display: inline;
    }
}

@media (min-width: 767px){
    .image-block { 
        margin-bottom: 0px;
    }
}

@media (min-width: 1000px){
    .image-block .image-block-button {
        position: absolute;
        margin-top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}


/*
    ====================~
   <| TESTIMONIAL BLOCKS
    ====================~
*/

.testimonial-block .section-header {
    margin-bottom: 1em;
}

@media (min-width: 767px){
    .testimonial-block .section-header {
        padding-right: 3em;
    }
}

/*
    ====================~
   <| SIMPLE MAP
    ====================~
*/

.simple-map {
    width: 100%;
    height: 450px;
}

/*
    ====================~
   <| FOOTER
    ====================~
*/

.bcm-footer {
    background-color: #1B3B6D;
    padding: 2em 0.5em;
}

.bcm-footer,
.bcm-footer * {
    color: #A0C1F2;
}

.bcm-footer a {
    color: #fff;
}

.sub-footer {
    background-color: #15305B;
    padding: 0.75em;
    font-size: 0.7em;
}

.sub-footer,
.sub-footer * {
    color: #5071A4;
}

/*
    ====================~
   <| PAGE TITLE
    ====================~
*/

.page-title {
    padding-top: 96px;
    height: 20em;
    max-height: 75vh;
}

.page-title .scroll-to-bottom {
    display: none;
    bottom: 50px;
}

@media (min-height: 650px){
    .page-title .scroll-to-bottom {
        display: block;
    }
}

/*
    ====================~
   <| PARALLAX
    ====================~
*/

.parallax { 
    height: 12em;
    max-height: 90vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
 }


/*
    ====================~
   <| GRAVITY FORMS
    ====================~
*/

.gform_wrapper .top_label .gfield_label {
    color: #035279;
    font-size: 0.9em;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea,
select {
    border-color: #E8E8E8;
    border-width: 1px;
    border-style: solid;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.13);
    color: #9C9D9E;
    padding: 0.5em 0.8em !important;
    font-size: 0.85em !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
textarea:focus,
select:focus {
    border-bottom: 2px solid #0696D9 !important;
    transition: border 0.15s ease-in 75ms;
    -webkit-transition: border 0.15s ease-in 75ms;
    -moz-transition: border 0.15s ease-in 75ms;
    -ms-transition: border 0.15s ease-in 75ms;
    -o-transition: border 0.15s ease-in 75ms;
    outline: none !important;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #9C9D9E !important;
}

 /*
    ====================~
   <| OLD BROWSERS
    ====================~
*/

/**
    Create some fallbacks for old browsers
    that don't support cool features
    so it at least works. 
    Yuck.
**/

.no-cssanimations .animate.active,
.no-cssanimations .animate,
.no-cssanimations .animate.active > div,
.no-cssanimations .animate > div,
.no-cssanimations .animate-this {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.no-flexbox .bcm-header-topbar {
    height: auto !important;
}

.no-flexbox .is-sticky.do-sticky.bcm-flex-header,
.no-flexbox .force-sticky.do-sticky.bcm-flex-header {
    min-height: 275px;
    max-height: auto !important;
    overflow: visible !important;
}

.no-flexbox .hero-1 {
    padding-top: 1em !important;
}

.no-flexbox .goog-te-gadget { max-width: 200px !important; }

.no-flexbox .bcm-footer .widget h4:after { display: none; }

.no-flexbox .bcm-footer .widget { margin: 40px 0 !important; }

.no-flexbox a.btn {
    display: inline-block !important;
    margin: 25px auto !important;
    max-width: 450px !important;
}

.no-flexbox .row.carousel,
.no-flexbox .carousel {
    max-width: 550px !important;
    margin: 0 auto !important;
}

.no-flexbox .simple-map,
.no-flexbox hr.divider {
    display: none !important;
}

.no-flexbox div,
.no-flexbox section,
.no-flexbox ul,
.no-flexbox li,
.no-flexbox a,
.no-flexbox header,
.no-flexbox footer,
.no-flexbox main,
.no-flexbox aside {
    position: relative !important;
    text-align: center !important;
    max-width: 1140px;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    z-index: 1 !important;
}

.no-flexbox section.page-section-padded > div.row-wrap > div.row > div > div {
    margin: 30px 0 !important;
}

.no-flexbox.js body.force-sticky,
.no-flexbox body.force-sticky {
    padding-top: 0px !important;
}

.no-flexbox section p {
    max-width: 100% !important;
}

.no-flexbox * {
    text-align: center !important;
}

.no-flexbox .bcm-nav,
.no-flexbox .bcm-nav ul,
.no-flexbox .bcm-nav ul li {
    height: auto !important;
}

.no-flexbox .bcm-flex-nav,
.no-flexbox .bcm-flex-nav,
.no-flexbox .bcm-burger,
.no-flexbox .header-force-sticky-spacer {
    display: none !important;
}

.no-flexbox  .mobile.bcm-flex-nav {
    display: block !important;
}

.no-flexbox .bcm-flex-nav>ul>li {
    height: 30px;
    display: block !important;
    float: left !important;
    width: auto !important;
}

.no-flexbox .bcm-flex-nav { position: relative; }

.no-flexbox .bcm-flex-nav>ul { 
    margin: 15px auto !important;
    width: auto !important;
    margin: 20px auto !important;
    display: inline-block !important;
}

.no-flexbox .angled-bg-section, .no-flexbox .page-section-angled-border {
    display: none !important;
}

.no-flexbox .scroll-to-bottom {
    display: none !important;
}

.no-flexbox .image-block .image-block-button {
    position: relative;
    margin: 50px 0;
    left: auto;
    display: inline-block;
    transform: none !important;
}

/** Out of Date Browser Overlay **/
.no-flexbox .ood-browser {
    position: fixed !important;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background: #e84e18;
    color: #fff;
    font-size: 16px;
    max-width: 100% !important;
    padding: 20px !important;
    text-align: left !important;
    padding-right: 250px !important;
}

.ood-browser,
.no-flexbox .ood-browser.hidden,
.ood-browser.hidden {
    display: none !important;
}

.ood-browser * {
    color: #fff; 
}

.ood-browser a {
    text-decoration: underline;
    display: inline-block !important;
    width: auto !important;
}

.no-flexbox .ood-browser {
    display: block;
}

.ood-browser .close-ood {
    text-decoration: none !important;
    border: 1px solid #fff;
    padding: 12px 25px;
    margin: 15px auto !important;
    display: inline-block !important;
    width: 225px !important;
    position: absolute !important;
    top: 0px;
    right: 15px;
}