@charset "UTF-8";

.map-valelab {
    width: 500px;
    height: 335px;
}

body,
html {}

#mainmenu_container {
    display: none
}

@media (min-width:768px) {
    #mainmenu_container {
        display: flex
    }
}

@media (min-width:768px) and (max-width:1023px) {
    [data-component=offcanvas] {
        display: none
    }

    .offcanvas_menu-tablet [data-component=offcanvas] {
        display: inline-block
    }

    .offcanvas_menu-tablet #mainmenu_container {
        display: none !important
    }
}

@media (min-width:1024px) {
    [data-component=offcanvas] {
        display: none
    }

    .offcanvas_menu-desktop [data-component=offcanvas] {
        display: inline-block
    }

    .offcanvas_menu-desktop #mainmenu_container {
        display: none !important
    }
}

@media (min-width:768px) {
    .logo-area-menu-below .custom_area_col {
        text-align: right
    }

    .logo-area-menu-below .custom_area_col .widget_search {
        float: right;
        text-align: center
    }

    .logo-area-menu-below.fixto-fixed .custom_area_col {
        order: 2;
        width: auto
    }

    .logo-area-menu-below.fixto-fixed .custom_area_col,
    .logo-area-menu-below.fixto-fixed .logo_col {
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .logo-area-menu-below.fixto-fixed .main_menu_col {
        order: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

#mainmenu_container {
    display: none
}

@media (min-width:768px) {
    #mainmenu_container {
        display: flex
    }
}

ul.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 1;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute
}

ul.dropdown-menu li {
    display: block;
    position: relative;
    color: #000;
    transition: all .4s;
    overflow: hidden;
    padding: .85rem
}

ul.dropdown-menu li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
    position: relative
}

ul.dropdown-menu li.menu-item-has-children>a:after,
ul.dropdown-menu li.page_item_has_children>a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    color: inherit;
    font-size: .8em;
    box-sizing: border-box;
    width: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 1em;
    opacity: .9
}

ul.dropdown-menu li.menu-item-has-children.hover>a:after,
ul.dropdown-menu li.menu-item-has-children:hover>a:after,
ul.dropdown-menu li.page_item_has_children.hover>a:after,
ul.dropdown-menu li.page_item_has_children:hover>a:after {
    content: "\f0d8"
}

ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children.hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children>a:after,
ul.dropdown-menu li.menu-item-has-children li.page_item_has_children.hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.page_item_has_children:hover>a:after,
ul.dropdown-menu li.menu-item-has-children li.page_item_has_children>a:after,
ul.dropdown-menu li.page_item_has_children li.menu-item-has-children.hover>a:after,
ul.dropdown-menu li.page_item_has_children li.menu-item-has-children:hover>a:after,
ul.dropdown-menu li.page_item_has_children li.menu-item-has-children>a:after,
ul.dropdown-menu li.page_item_has_children li.page_item_has_children.hover>a:after,
ul.dropdown-menu li.page_item_has_children li.page_item_has_children:hover>a:after,
ul.dropdown-menu li.page_item_has_children li.page_item_has_children>a:after {
    content: "\f0da";
    right: 0;
    z-index: 1
}

ul.dropdown-menu li.hover,
ul.dropdown-menu li.hover>ul,
ul.dropdown-menu li:hover,
ul.dropdown-menu li:hover>ul {
    opacity: 1;
    height: auto;
    overflow: visible
}

ul.dropdown-menu ul {
    margin-left: 0;
    left: 0;
    padding-left: 1em;
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    transition: all .2s linear;
    opacity: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .11);
    border-radius: 2px;
    background-color: #fff
}

ul.dropdown-menu ul li {
    border-top: 0;
    color: #6B7C93;
    line-height: 120%;
    font-weight: 600;
    position: relative;
    padding: 0;
    font-size: 14px
}

ul.dropdown-menu ul li:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: rgba(128, 128, 128, .2);
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: exclusion
}

ul.dropdown-menu ul li:last-of-type:after {
    display: none
}

ul.dropdown-menu:after,
ul.dropdown-menu:before {
    content: " ";
    display: table
}

ul.dropdown-menu ul li.hover,
ul.dropdown-menu ul li:hover {
    background-color: #F8F8F8;
    color: #000
}

ul.dropdown-menu ul li a {
    padding: .75rem 1.5rem
}

ul.dropdown-menu ul ul {
    left: 100%;
    top: 0
}

a[data-menu-toggler] {
    display: block;
    top: 0;
    right: 0;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    color: #fbd3d9;
    text-align: right;
    background: #1bc2a2
}

.navbar.active .offcanvas_menu {
    display: block;
}

.nav {
    display: none;

}

@media (max-width: 600px) {
    .nav {
        display: block;

    }

    .map-valelab {
        width: 90vw;
        height: 30vh
    }

    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {}



    .nav>.nav-links {
        display: inline;
        float: right;
        font-size: 18px;

    }

    .nav>.nav-links>a {
        display: inline-block;
        padding: 20% 10px 13px 10px;
        text-decoration: none;
        color: #d8d8d8;
        font-weight: 800;
    }

    .nav>li>a {
        color: #fbd3d9;
        font-size: larger;
        text-decoration: none;
        padding: 5%;
        font-weight: 800;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #629CA6;
        height: 0;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 0;
        left: 0;
    }

    .nav>#nav-check {
        display: none;
    }

    .nav>.nav-links>ul {
        margin-top: 30%;
        text-align: center;
    }

    .nav>.nav-links>ul>li {
        display: block;
        padding: 5%;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0;
    }

    .nav>#nav-check:checked~.nav-links {
        height: calc(100vh - 20vh);
        overflow-y: auto;
    }
}

.offcanvas_menu {
    display: none;
}

.iub__us-widget {
    display: none !important
}

@media (min-width:768px) {
    ul.dropdown-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static
    }

    ul.dropdown-menu>li>a {
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    ul.dropdown-menu>li.hover>a,
    ul.dropdown-menu>li:hover>a {
        color: #195452
    }

    ul.dropdown-menu>li>ul {
        left: .85rem
    }

    ul.dropdown-menu li ul {
        position: absolute;
        padding-left: 0;
        min-width: 200px;
        z-index: 10;
        transition: none;
        top: 100%
    }

    ul.dropdown-menu li ul ul.open-reverse:after,
    ul.dropdown-menu li ul ul:before {
        content: " ";
        width: 5px;
        height: 100%;
        background: 0 0;
        position: absolute;
        z-index: -1
    }

    ul.dropdown-menu li ul ul {
        margin-left: 5px;
        top: 0
    }

    ul.dropdown-menu li ul ul:before {
        display: block;
        float: left;
        margin-left: -5px
    }

    ul.dropdown-menu li ul ul.open-reverse {
        right: 100%;
        left: auto;
        top: 0;
        margin-right: 5px;
        margin-left: 5px
    }

    ul.dropdown-menu li ul ul.open-reverse:before {
        display: none
    }

    ul.dropdown-menu li ul ul.open-reverse:after {
        display: block;
        top: 0;
        right: -5px
    }

    a[data-menu-toggler] {
        display: none
    }

    ul.main-menu>li.menu-item-has-children>a:after,
    ul.main-menu>li.page_item_has_children>a:after {
        vertical-align: middle;
        position: relative;
        right: 0;
        margin-left: -.2em;
        margin-top: -.3em
    }
}

ul.dropdown-menu>li {
    color: #000
}

ul.dropdown-menu.simple-menu-items>.current-menu-item>a,
ul.dropdown-menu.simple-menu-items>.current_page_item>a {
    color: #195452
}

ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a,
ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a {
    color: #d8d8d8
}

ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
ul.dropdown-menu.active-line-bottom>.current_page_item>a,
ul.dropdown-menu.default>.current-menu-item>a,
ul.dropdown-menu.default>.current_page_item>a {
    border-bottom: 3px solid #195452
}

ul.dropdown-menu.active-line-top>li>a {
    margin-top: 3px
}

ul.dropdown-menu.active-line-top>.current-menu-item>a,
ul.dropdown-menu.active-line-top>.current_page_item>a {
    margin-top: 0;
    border-top: 3px solid #195452
}

ul.dropdown-menu.active-round-button>li {
    padding: 5px
}

ul.dropdown-menu.active-round-button>li>a {
    padding: 4px 20px
}

ul.dropdown-menu.active-round-button>.current-menu-item>a,
ul.dropdown-menu.active-round-button>.current_page_item>a {
    border-radius: 10000px;
    background-color: #195452;
    color: #fff
}

ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
    border-radius: 10000px;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
    margin: -2px
}

ul.dropdown-menu.active-arrow-down>.current-menu-item:after,
ul.dropdown-menu.active-arrow-down>.current_page_item:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 8px;
    border-color: transparent transparent #195452;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px
}

ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item).hover:after,
ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item):hover:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 8px;
    border-color: transparent transparent #d8d8d8;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px
}

ul.dropdown-menu.active-round-border-button>li>a {
    padding: .3em 1em
}

ul.dropdown-menu.active-round-border-button>.current-menu-item>a,
ul.dropdown-menu.active-round-border-button>.current_page_item>a {
    border-radius: 5px;
    border: 2px solid #195452;
    color: #195452;
    margin: -2px
}

ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
    border-radius: 5px;
    margin: -2px;
    border: 2px solid #d8d8d8;
    color: #d8d8d8
}

ul.dropdown-menu.active-line-top-bottom>li>a {
    padding-top: 1px;
    padding-bottom: 1px
}

ul.dropdown-menu.active-line-top-bottom>.current-menu-item>a,
ul.dropdown-menu.active-line-top-bottom>.current_page_item>a {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #195452;
    border-bottom: 1px solid #195452;
    color: #195452
}

ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a {
    color: #d8d8d8
}

.coloured-nav ul.dropdown-menu>li,
.fixto-fixed ul.dropdown-menu>li {
    color: #000
}

.coloured-nav ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
.coloured-nav ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a,
.coloured-nav ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a {
    color: #195452
}

.coloured-nav ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-bottom>.current_page_item>a,
.coloured-nav ul.dropdown-menu.default>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.default>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.default>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.default>.current_page_item>a {
    border-bottom: 3px solid #195452
}

.coloured-nav ul.dropdown-menu.active-line-top>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-top>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-top>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-top>.current_page_item>a {
    border-top: 3px solid #195452
}

.coloured-nav ul.dropdown-menu.active-round-button>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-round-button>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-round-button>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-round-button>.current_page_item>a {
    background-color: #195452;
    color: #fff
}

.coloured-nav ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-round-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
    border-radius: 10000px;
    border: 2px solid #195452;
    color: #195452
}

.coloured-nav ul.dropdown-menu.active-arrow-down>.current-menu-item:after,
.coloured-nav ul.dropdown-menu.active-arrow-down>.current_page_item:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>.current-menu-item:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>.current_page_item:after {
    border-color: transparent transparent #195452
}

.coloured-nav ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item).hover:after,
.coloured-nav ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item):hover:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item).hover:after,
.fixto-fixed ul.dropdown-menu.active-arrow-down>li:not(.current-menu-item):not(.current_page_item):hover:after {
    border-color: transparent transparent #d8d8d8
}

.coloured-nav ul.dropdown-menu.active-round-border-button>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-round-border-button>.current_page_item>a,
.coloured-nav ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-round-border-button>li:not(.current-menu-item):not(.current_page_item):hover>a {
    border: 2px solid #195452;
    color: #195452
}

.coloured-nav ul.dropdown-menu.active-line-top-bottom>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-top-bottom>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>.current_page_item>a {
    border-top: 1px solid #195452;
    border-bottom: 1px solid #195452;
    color: #195452
}

.coloured-nav ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.coloured-nav ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a,
.fixto-fixed ul.dropdown-menu.active-line-top-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a {
    color: #195452
}

@media (max-width:800px) {

    .content-section-spacing {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.contact-5 .label-col {
    min-width: 120px
}

.cta-centered-bg-section {
    background-image: url(/tile_background.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.cta-centered-bg-section[data-section-ov]:before {
    background-color: rgba(0, 0, 0, .492)
}

.portfolio-1 .contentswap-effect {
    overflow: hidden
}

.card>:last-child {
    margin-bottom: 0
}

.portfolio-1 .contentswap-effect .initial-image {
    transition: all .2s linear
}

.portfolio-1 .contentswap-effect .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .54) 78%, rgba(0, 0, 0, .8) 100%)
}

.portfolio-1 .contentswap-effect:hover .overlay {
    opacity: .75
}

.portfolio-1 .contentswap-effect:hover .initial-image {
    transform: scale(1.1)
}

.portfolio-1 .swap-inner a {
    color: #fff;
    display: inline-block;
    opacity: 1;
    transition: all .1s linear
}

.portfolio-1 .swap-inner .content-holder {
    display: flex;
    flex-direction: column
}

.fa {
    display: inline-block
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../../../assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../../../assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../../../assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-home:before {
    content: "\f015"
}

.fa-book:before {
    content: "\f02d"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-instagram:before {
    content: "\f16d"
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2016 Daniel Eden
 */

h2,
h4 {
    font-weight: 600
}

.button,
img {
    height: auto
}

iframe,
img {
    max-width: 100%
}

*,
.col-xs,
.gridContainer,
.row {
    box-sizing: border-box
}

.row {
    -webkit-box-orient: horizontal
}

div:after,
header:after,
section:after,
ul.dropdown-menu:after,
ul:after {
    clear: both
}

.color1 {
    color: #195452
}

.color2 {
    color: #FF9800
}

.y-move {
    transition: all .2s
}

.y-move:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23)
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

div:after,
div:before,
header:after,
header:before,
section:after,
section:before,
ul:after,
ul:before {
    content: "";
    display: table;
    width: 0
}

svg {
    max-height: 100%
}

iframe {
    border: none
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

body {
    text-align: center
}

@media (min-width:768px) {
    body {
        text-align: left
    }
}

.inverted {
    color: #fff
}

i.fa.color1 {
    color: #195452
}

i.fa.color2 {
    color: #FF9800
}

i.fa.icon.reverse.color2 {
    background-color: #FF9800
}

.p,
body,
html {
    font-size: 16px;
    line-height: 1.5rem
}

body {
    font-family: "Open Sans", sans-serif;
    color: #8E9DAE;
    background-color: transparent
}

a {
    color: #fbd3d9;

}

a:hover {
    color: #2ebcfc
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Muli, sans-serif;
    font-weight: 600;
    color: #3C424F;
    text-rendering: optimizeLegibility;
    margin-bottom: 16px
}

h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 3rem;
    line-height: 4rem
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem
}

h3 {
    font-size: 1.5rem;
    line-height: 2.25rem
}

h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 1.75rem;
    letter-spacing: .0625rem
}

h5 {
    font-size: "Open Sans", sans-serif;
    line-height: 1.5rem;
    font-weight: 800;
    letter-spacing: .14rem
}



.p,
hr,
p,
ul {
    margin-bottom: 16px
}

hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: -1px
}

small {
    font-size: 87.5%
}

.text-center {
    text-align: center
}

.upper {
    text-transform: uppercase
}

.italic {
    font-style: italic !important
}

.muted {
    opacity: .55
}

.small {
    font-size: .875em;
    line-height: 1rem
}

.big {
    font-size: 1.2em;
    line-height: 1.75rem
}

.large,
.lead {
    line-height: 2rem
}

.large {
    font-size: 1.4em
}

@media (max-width:1024px) {

    body,
    html {
        font-size: 14px
    }
}

body .font-300 {
    font-weight: 300
}

body .font-400 {
    font-weight: 400
}

body .font-500 {
    font-weight: 500
}

body #page a,
body #page h2,
body #page h3,
body #page h4,
body #page h5,
body #page p {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.lead {
    font-size: 1.2rem;
    color: #3C424F;
    font-weight: 300
}

.button,
.button:hover {
    color: #fff;
    text-decoration: none
}

.button {
    font-family: "Open Sans";
    font-size: .75rem;
    background-color: #195452;
    border-radius: 5px;
    min-width: 7rem;
    padding: .55rem 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    border: 2px solid #195452;
    vertical-align: middle;
    -webkit-appearance: none;
    margin-bottom: .75rem
}

.start-xs {
    text-align: left
}

.button:hover {
    outline: 0;
    background-color: #2ebcfc;
    border-color: #2ebcfc
}

.button:disabled {
    cursor: default;
    font-style: normal;
    color: rgba(255, 255, 255, .7);
    background-color: rgba(3, 169, 244, .7);
    border-color: rgba(3, 169, 244, .7);
    padding: .55rem 1.5rem
}

.button:disabled:hover {
    color: #fff
}

.button.big {
    font-size: .85rem;
    font-weight: 600;
    padding: .65rem 2rem;
    border-radius: 5px;
    line-height: 1.6rem
}

.button.outline {
    background: 0 0;
    border-color: #195452;
    color: #195452
}

.button.outline:hover {
    background: 0 0;
    color: rgba(3, 169, 244, .6);
    border-color: rgba(3, 169, 244, .5)
}

.button.outline:disabled {
    background: 0 0;
    color: rgba(3, 169, 244, .7);
    border-color: rgba(3, 169, 244, .5)
}

.button {
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.button.big {
    min-width: 10rem
}

.button.color-white,
.button.color-white:hover {
    color: #313439;
    background-color: #fff;
    border-color: #fff
}

.button.color-white:disabled {
    color: rgba(49, 52, 57, .7);
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7)
}

.button.color-white.outline {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.button.color-white.outline:hover {
    border-color: rgba(255, 255, 255, .7)
}

.button.color-white.outline:disabled {
    background: 0 0;
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .5)
}

.gridContainer {
    max-width: 1232px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row.basis-auto {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.row>* {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.row:after,
.row:before {
    position: absolute
}

.col-xs {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-fit {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%
}

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

@media only screen and (min-width:768px) {

    .col-sm,
    .col-sm-fit {
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px
    }

    .gridContainer {
        width: 90%
    }

    .col-sm {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .col-sm-fit {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-sm-4 {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-sm-12 {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }
}

@media only screen and (min-width:1024px) {
    .gridContainer {
        width: 90%
    }

    .col-md-3,
    .col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-md-3 {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-md-6 {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (min-width:1200px) {
    .gridContainer {
        width: 90%
    }
}

.aligncenter {
    display: block;
    margin-bottom: 16px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#mainmenu_container {
    display: none
}

@media (min-width:768px) {
    #mainmenu_container {
        display: flex
    }
}

ul.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 1;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute
}

ul.dropdown-menu li {
    display: block;
    position: relative;
    color: #000 !important;
    transition: all .4s;
    overflow: hidden;
    padding: .85rem
}

ul.dropdown-menu li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
    position: relative
}

ul.dropdown-menu li:hover {
    opacity: 1;
    height: auto;
    overflow: visible
}

ul.dropdown-menu:after,
ul.dropdown-menu:before {
    content: " ";
    display: table
}

@media (min-width:768px) {
    ul.dropdown-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static
    }

    ul.dropdown-menu>li>a {
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    ul.dropdown-menu>li:hover>a {
        color: #195452
    }
}

ul.dropdown-menu>li {
    color: #000 
}

ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
ul.dropdown-menu.active-line-bottom>.current_page_item>a {
    border-bottom: 3px solid #195452
}

.page .svg-white-bg {
    fill: #fff
}

.header-top {
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 100
}

.navigation-bar {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative
}

.navigation-wrapper:not(.gridContainer) {
    padding-left: 5%;
    padding-right: 5%
}

.navigation-wrapper .custom_area_col {
    display: none
}

.logo_col,
.main_menu_col {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.main_menu_col {
    justify-content: flex-end
}

.logo_col {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 80%
}

.custom_area_col {
    text-align: center;
    white-space: nowrap
}

a.text-logo,
a.text-logo:hover,
a.text-logo:visited {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.dark-logo a.text-logo,
.dark-logo a.text-logo:hover,
.dark-logo a.text-logo:visited {
    text-decoration: none;
    color: #000
}

.navigation-custom-area .social-icons {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width:768px) {
    .navigation-wrapper .custom_area_col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }

    .logo_col {
        max-width: 30%
    }
}

.offcanvas-right {
    left: auto;
    right: 0
}

#offcanvas-wrapper,
.site {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.main_menu_col [data-component=offcanvas] {
    color: #fff;
    position: relative;
    text-align: center
}

.main_menu_col [data-component=offcanvas] .bubble {
    position: absolute;
    z-index: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #000;
    opacity: .1;
    border-radius: 100%;
    transition: all .2s linear
}

.main_menu_col [data-component=offcanvas]:hover .bubble {
    opacity: .3
}

.main_menu_col [data-component=offcanvas] i.fa {
    font-size: 1.1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    position: relative;
    z-index: 1
}

#offcanvas-wrapper {
    transition: transform .3s linear;
    left: auto;
    right: 0;
    background-color: #222B34;
    padding: 0;
    overflow: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#offcanvas-wrapper.hide {
    display: none
}

#offcanvas-wrapper.force-hide {
    display: none !important;
    width: 0 !important;
    overflow: hidden
}

#offcanvas-wrapper .offcanvas-top {
    padding-top: 2rem;
    padding-bottom: 2rem
}

#offcanvas-wrapper .offcanvas-top .logo-holder a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
    display: block
}

#offcanvas-wrapper .social-icons {
    bottom: 0;
    padding-bottom: 1rem;
    z-index: 1;
    text-align: center;
    width: 100%
}

#offcanvas-wrapper #offcanvas-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.offcanvas_menu {
    margin-left: 0;
    list-style: none;
    flex: 1
}

.offcanvas_menu * {
    color: #fff
}

.offcanvas_menu li {
    color: #fff;
    border-bottom: 1px solid rgba(128, 128, 128, .2);
    font-size: .8rem;
    text-align: left;
    transition: all .1s linear
}

.offcanvas_menu li a {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    padding: .75rem 0 .75rem 2.5rem;
    font-size: .875rem;
    line-height: 1
}

.offcanvas_menu li a:hover {
    background-color: rgba(255, 255, 255, .1)
}

.offcanvas_menu li:first-of-type {
    border-bottom: 1px solid rgba(128, 128, 128, .2)
}

.offcanvas_menu li.current-menu-item a,
.offcanvas_menu li.current-menu-item a:hover,
.offcanvas_menu li.current_page_item a,
.offcanvas_menu li.current_page_item a:hover {
    background-color: rgba(255, 255, 255, .05)
}

@media (min-width:768px) and (max-width:1023px) {
    [data-component=offcanvas] {
        display: none
    }
}

@media (min-width:1024px) {
    [data-component=offcanvas] {
        display: none
    }
}

.site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    box-sizing: border-box
}

.footer {
    background-color: #fff;
    margin-bottom: -1px;
    color: #8E9DAE
}

.footer a {
    color: #195452
}

.footer a:hover {
    color: #2ebcfc
}

.footer h4 {
    color: #3C424F
}

.footer p {
    color: #8E9DAE
}

.footer .footer-content {
    position: relative;
    z-index: 0
}

.footer ul {
    list-style: none;
    margin: 0;
    line-height: 32px
}

.horizontal_footer_menu ul {
    list-style: none;
    margin-left: -.4rem;
    margin-right: -.4rem
}

.horizontal_footer_menu ul li {
    display: inline-block;
    position: relative;
    transition: all .4s;
    padding-left: .4rem;
    padding-right: .4rem
}

.horizontal_footer_menu ul li a {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.footer-social-icons {
    max-width: 100%;
    margin: -5px
}

.footer::after,
.footer::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.footer::before {
    z-index: 0
}

.footer::after {
    z-index: 1
}

.footer .gridContainer {
    position: relative;
    z-index: 10
}

@media (max-width:767px) {
    .footer .row:not(.no-spacing)>div:not(.no-gutter-col) {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer.footer-1 .footer-social-icons,
    .footer.footer-1 .menu-column {
        margin-top: 1rem
    }

    .footer.footer-1 .menu-column li {
        display: block
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .footer.footer-1 .menu-column {
        order: 3;
        padding-top: 1rem;
        padding-bottom: 0
    }
}

html {
    background-color: #fff
}

body {
    min-height: 1px
}

[data-parallax-depth] {
    background-attachment: fixed;
    will-change: transform;
    transform: translate3d(0, 0, 0)
}

[data-parallax-depth]:after,
[data-parallax-depth]:before {
    background-attachment: fixed !important
}

@-moz-document url-prefix() {
    [data-parallax-depth] {
        will-change: unset;
        transform: unset
    }
}

.page-content .content-section a.button {
    margin-right: 3px
}

.site {
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.site>.page-content {
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-grow: 1
}

i.fa.icon.round {
    border-radius: 100%
}

.content-section-spacing {
    padding-top: 48px
}

.content-section-spacing {
    padding-bottom: 48px
}

svg.section-separator-bottom path,
svg.section-separator-top path {
    background-color: #195452
}

svg.section-separator-bottom path.svg-white-bg,
svg.section-separator-top path.svg-white-bg {
    fill: #195452
}

.content-section-spacing-medium {
    padding-top: 40px;
    padding-bottom: 40px
}

.content-section {
    text-align: center
}

.content-section a {
    display: inline-block
}

.content-section p {
    display: block
}

.space-bottom {
    margin-bottom: 2rem
}

.space-bottom-small {
    margin-bottom: 1rem
}

svg.section-separator-bottom,
svg.section-separator-top {
    display: block;
    margin-left: -1%;
    max-height: 100%;
    width: 102%;
    height: 100%
}

svg.section-separator-top[data-separator-name*="-negative"] {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 100vw;

}

div.section-separator-top {
    top: 0;
    margin-top: -1px
}

i.fa {
    color: #acb7c3
}

i.fa.icon {
    font-size: 2rem;
    line-height: 1.125em;
    margin-bottom: .5625em;
    text-align: center
}

i.fa.icon.small {
    font-size: 1.4rem
}

i.fa.icon.large {
    font-size: 3.2rem
}

i.fa.icon.reverse {
    color: #fff;
    background-color: #195452;
    padding: .5em;
    font-size: 1.8rem;
    width: 2.142857146875em;
    height: 2.142857146875em;
    line-height: 1.205357146875em
}

i.fa.icon.reverse:before {
    display: block
}

i.fa.icon.reverse.large {
    font-size: 3.5rem
}

a i.fa {
    color: inherit
}

.full-height-row {
    height: 100%
}

[data-countup]:before {
    display: block;
    content: attr(data-max-computed);
    visibility: hidden;
    height: 0;
    overflow: hidden
}

[data-section-ov] {
    position: relative
}

[data-section-ov]>* {
    z-index: 1;
    position: relative
}

[data-section-ov]:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

div.section-separator-top {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: absolute;
    z-index: 0;
    height: 10%;
    display: flex
}

.content-relative,
.contentswap-effect {
    position: relative
}

.content-relative>* {
    position: relative;
    z-index: 1
}

@media (max-width:767px) {

    .section-title-col>:last-child,
    .space-bottom-xs {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .content-section-spacing {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .content-section {
        text-align: left
    }

    .col-padding {
        padding: 2rem
    }
}

.contentswap-effect .overlay,
.contentswap-effect .swap-inner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%
}

.contentswap-effect .overlay {
    z-index: 1
}

.contentswap-effect .swap-inner {
    z-index: 2
}

.contentswap-effect.visible .overlay,
.contentswap-effect:hover .overlay {
    opacity: .7
}

.contentswap-effect.visible .swap-inner,
.contentswap-effect:hover .swap-inner {
    opacity: 1
}

.row.spaced-cols {
    margin-bottom: -30px
}

.spaced-cols>div {
    margin-bottom: 30px
}

.shadow-large-black {
    box-shadow: 0 10px 30px 0 rgba(49, 52, 57, .3), 0 10px 30px rgba(0, 0, 0, .08)
}

.card {
    padding: 0px 0px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(189, 189, 189, .4), 0 2px 3px 0 rgba(189, 189, 189, .3), 0 2px 3px rgba(0, 0, 0, .08)
}

.section-title-col {
    padding-right: 15px;
    padding-left: 15px
}

.card.bordered {
    box-shadow: none;
    border: 1px solid #e0e1e1
}

.card.bordered.y-move {
    transition: all .2s
}

.card.bordered.y-move:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23)
}

.white-text,
.white-text .section-title-col * {
    color: #fff
}

.section-title-col {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto
}

@media (min-width:768px) {

    .section-title-col {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .section-title-col>:last-child:not(.button) {
        margin-bottom: 2rem
    }
}

@media (min-width:1228px) {
    .section-title-col {
        max-width: 1024px
    }
}

@media (min-width:768px) {
    div.content-center-sm {
        text-align: center
    }

    div.content-center-sm h3,
    div.content-center-sm p {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

.content-section p {
    display: block
}

.contentswap-effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    zoom: 1;
    cursor: pointer;
    vertical-align: top
}

.contentswap-effect .initial-image {
    display: block
}

.contentswap-effect .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: none
}

.contentswap-effect:hover .overlay {
    opacity: 1
}

.contentswap-effect .swap-inner {
    display: none;
    padding-top: 1px;
    padding-bottom: 1px
}

.contentswap-effect .swap-inner {
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    opacity: 0
}

.contentswap-effect:hover .swap-inner {
    opacity: 1
}

.white-text h2,
.white-text h3,
.white-text h5,
.white-text p {
    color: #fff
}

@media screen and (min-width:768px) {
    .overlap-first-section.page-template:not(.mesmerize-front-page-with-slider) [data-overlap]:first-of-type {
        padding-top: 0
    }
}

.initial-image {
    position: relative;
    width: 500px;
    height: 300px;
}

.background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: blur(5px) brightness(0.7)
}

.gjs-grid-column {
    flex: 1 1 0%;
    padding: 5px 0;
}

.gjs-grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    min-height: auto;
    padding: 10px 0;
}

.gjs-heading {
    margin: 0;
}

.gjs-heading {
    margin: 0;
    color: rgba(29, 40, 55, 1);
}

.gjs-grid-column {
    flex: 1 1 0%;
    padding: 5px 0;
}

.gjs-grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    min-height: auto;
    padding: 10px 0;
}

#irz7b {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

#iycz3 {
    max-width: 1200px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#irjua {
    font-size: 3rem;
    text-align: center;
}

#itndw {
    padding: 10px;
    max-width: 750px;
    margin-bottom: 25px;
    text-align: center;
}

.text-main-content {
    line-height: 30px;
    font-size: 1.2rem;
}

#ij2gh {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

#igrx8 {
    padding: 10px;
    max-width: 750px;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

#i466d {
    color: black;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    max-width: 100%;
}

#imymf {
    max-width: 1200px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#feature-section {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

#ib541 {
    gap: 10px;
    justify-content: space-between;
}

#iz8m8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#i8isa {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#i8w4i {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

#ioyxg {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

#iiacm {
    font-size: 2.5rem;
    margin-bottom: 10px;
    max-width: 750px;
}

.gjs-grid-column.feature-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 30%;
}

#call-to-action {
    background: #629CA6;
    color: #fff;

}

#ia21sa {
    padding: 10px;
    max-width: 750px;
    margin-bottom: 70px;
    padding-left: 0px;
    padding-right: 0px;
}

.gjs-text-blue {
    color: #195452;
}

#ism014 {
    font-size: 2.5rem;
}

#ihs4lb {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

#ieu6p6 {
    font-size: 1.5rem;
}

#izqkf7 {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#ica43q {
    font-size: 1.5rem;
}

#ickn3f {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 992px) {
    .gjs-grid-row {
        flex-direction: column;
    }

    .gjs-grid-row {
        flex-direction: column;
    }
}


.image-container {
    width: 250.59px !important;
    height: 387.45px !important;
    min-width: 250.59px !important;
    min-height: 387.45px !important;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.people-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5%
}

.people-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%
}

.people-name {


    margin-bottom: 0px;
    z-index: 10;
    position: absolute;
    color: #fff;
    top: 91%;
    left: 8%
}

.people-role {
    margin-bottom: 20px;
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 101%;
    left: 8%
}

.gjs-grid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gjs-grid-column {
    flex: 1;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .gjs-grid-column {
        width: 100%;
    }

    .card {
        margin-bottom: 20%;
    }

    .people-name {
        top: 84%
    }

    .people-role {
        top: 90%;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-12 {
        width: 100% !important;
    }
}

#publications-list .col-xs-12 {
    margin-bottom: 20px;
}


.pub-page {

    background: url('/pub-bg2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.meet-the-goal {
    display: none
}

.gallery-section {
    background: #d1d1d1;
    -webkit-column-gap: 20px;

}

#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    background: url("/gallery_background.jpg");

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%
}

@media (max-width:1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    #feature-section {
        padding-top: 10%
    }

    .meet-the-goal {
        display: block
    }

}

@media (max-width:600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.bg-people {
    background: url('/bg-people.svg');
}

svg {
    stroke: transparent;
    stroke-width: 0px;
}
