

/* --------------------------------------------------------
CONTENTS:

* Font face
* Resets & General
* Special image styles
* Fullheight fixes
* Dead Center fixes
* Wrappers / Blocks / Global content areas
* Navigation Custom fullside
* Pushy Navigation
* Buttons
* Forms & inputs
* Media breakpoints

----------------------------------------------------------*/

/*
* Font face
*/

.lae-slide {
    float: left !important;
    display: block !important;
}

.lae-flex-viewport {
    max-height: 900px !important;
}

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('fonts/walkway_semibold-webfont.eot');
    src: url('fonts/walkway_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/walkway_semibold-webfont.woff2') format('woff2'), url('fonts/walkway_semibold-webfont.woff') format('woff'), url('fonts/walkway_semibold-webfont.ttf') format('truetype'), url('fonts/walkway_semibold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
* Resets & General
*/

html {
    margin-top: 0 !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #5d5d5d;
    -webkit-font-smoothing: antialiased;
    padding-left: 60px !important;
    padding-bottom: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'walkway_semiboldregular';
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

span.sub-heading {
    font-family: 'walkway_semiboldregular';
    color: #002499;
    font-size: 24px;
    text-transform: uppercase;
}

.background-grape {
    background-color: #5f616d;
    color: #ffffff;
}

.background-lightsalmon {
    background-color: #cdc1bb;
}

/*
* Special image styles
*/

.top-img-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}

.top-img-wrap.top-img-contact {
    margin-top: 0;
    margin-bottom: 60px;
}

/*
* Fullheight fixes
* Full height fix for divs with full background
*/


.section.fullheight-section>.fp-tableCell {
    display: block;
}

.container-fluid.fullheight {
    height: 100%;
}

.row.fullheight {
    height: 100%;
}

.col-fullheight {
    height: 100%;
}

.fullbackground {
    height: 100%;
    background-color: #efefef;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*
* Dead Center fixes
* Dead Center fix for half full backgrounds divs
*/

.table-center {
    display: table;
    width: 100%;
    height: 100%;
}

.table-center .cell-center {
    display: table-cell;
    vertical-align: middle;
}

/*
* Wrappers / Blocks / Global content areas
*/

.col-extra-padding {
    padding: 0 80px;
}

.title-section {
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 60px;
    width: 100%;
    text-align: center;
    display: block;
}

.title-section.title-section-top {
    padding: 12px 0;
}

.title-section.title-section-bottom {
    bottom: 0;
    text-align: right;
    padding: 20px 15px;
    color: #5d5d5d;
}
.elementor-image-gallery .gallery-item img {
    border: none!important;
}
.elementor-image-gallery .gallery-item {
    margin-top: 0!important;
}
.left-border {
    border-left: 1px solid #002499;
    padding-left: 15px;
}

.gallery-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.gallery-item img {
    height: 100vh!important;
    object-fit: cover;
    width: 100%;
}
#introduction::before {
    content: "";
    background-image: url('img/assets/ibis_logo.svg');
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*
* Navigation Custom fullside
* https://github.com/christophery/pushy/ by Christopher Yee
*/

nav.vertical-fixed {
    background-color: #ffffff;
    border-right: 1px solid #CCCCCC;
    width: 60px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
}

nav.vertical-fixed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* nav.vertical-fixed ul li:nth-child(1) {
    background-color: #002499;
    border-bottom: 1px solid #002499;
    color: #ffffff;
    padding: 40px 0;
    margin-right: -1px;
} */

nav.vertical-fixed ul li {
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    padding: 18px;
}

.menu-btn {
    cursor: pointer;
}

#animate-btn {
    width: 22px;
    height: 17px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#animate-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #B3B3B3;
    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;
}

#animate-btn span:nth-child(1) {
    top: 0px;
}

#animate-btn span:nth-child(2),
#animate-btn span:nth-child(3) {
    top: 7px;
}

#animate-btn span:nth-child(4) {
    top: 14px;
}

#animate-btn.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#animate-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#animate-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#animate-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*
* Pushy Navigation
* https://github.com/christophery/pushy/ by Christopher Yee
* TODO Neaten pushy styles to base build
*/

.pushy {
    position: fixed;
    width: 320px;
    bottom: 0;
    padding: 0 0 0 60px;
    top: 143px;
    z-index: 9999;
    background: #ffffff;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.pushy a {
    display: block;
    padding: 7px 20px 7px 38px;
    text-decoration: none;
    color: #5d5d5d;
    position: relative;
    
        
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.pushy ul:first-child {
    margin-top: 0;
}

.pushy ul {
    list-style: none;
    padding: 2px 30px;
    margin: 0;
}

.pushy ul ul.sub-menu {
    padding: 0px 0px 0px 15px;
    max-height: 0;
    transition: max-height 300ms ease-in-out;
    overflow: hidden;
}
.pushy ul.sub-menu a {
    padding: 7px 6px 7px 30px;
    color: #9e9e9e;
}

.pushy ul li.non-link a.active + .sub-menu {
    max-height: 500px;
}

.pushy ul li.non-link.current_page_item>a:after {
    content:"";
    display: block;
    border: solid #5d5d5d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 300ms ease-in-out;
}
.pushy ul li.non-link.current_page_item>a.active:after {
    transform: rotate(-135deg);
}

.pushy li.main-title a {
    font-family: 'walkway_semiboldregular';
    font-size: 14px;
    border-bottom: 1px solid #b3b3b3;
    padding: 0;
    margin: 20px 20px 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}

.pushy li.main-title a:hover,
.pushy li a:hover {
    color: #002499;
    border-color: #002499;
}

.pushy li.active a,
.pushy li a.mPS2id-highlight,
li.non-link.current_page_item > a {
    color: #002499;
    border-color: #002499;
}

.pushy.pushy-left {
    left: 0;
}

.pushy-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/*
* Buttons
*/

.btn-default,
.btn-default:hover,
.btn-default:focus {
    font-family: 'lato';
    padding: 10px 34px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
    background-color: #002499;
    border-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    /* font-weight: 600; */
}

/*
* Forms & inputs
*/

.input-lg {
    padding: 10px 0;
    border-radius: 0;
}

.form-control {
    font-size: 13px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    border-top: none;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border: 1px solid #002499;
    border-right: none;
    border-left: none;
    border-top: none;
}

input[type="text"],
input[type="email"],
textarea {
    outline: none;
    box-shadow: none !important;
}

.terms {
    height: auto!important;
}
.terms p {
    margin-bottom: 0;
}

#fullpage p a:hover {
    text-decoration: underline;
}
/*
* Profile section
*/

.profile-wrap {
    margin-left: -7px;
    margin-right: -7px;
}

.col-profile {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.profile-img-wrap {
    background-color: #002499;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.profile-img-wrap img {
    width: 100%;
}

.wpcf7-form .cptch_block {
    color: white
}
.wpcf7-validation-errors {
    color: #f7e700;
}

span.wpcf7-not-valid-tip, .cptch_ajax_wrap {
    color: rgb(255, 102, 0);
}
.img-overlay {
    position: absolute;
    color: #ffffff;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    z-index: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.profile-img-wrap:hover .img-overlay {
    margin-left: 0;
}

.profile-img-wrap img {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.profile-img-wrap:hover img {
    opacity: 0.2;
    -webkit-transform: translateY(0) translateX(10%) scale(1.3);
    transform: translateY(0) translateX(10%) scale(1.3);
}

.profile-content {
    border-right: 2px solid #ffffff;
    padding: 15px;
    text-align: right;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 15px;
}

/*
* Profile Modal
*/

#profileModal {
    left: 60px;
}

.modal-backdrop {
    opacity: 0 !important;
    display: none !important;
}

.modal.zoom .modal-dialog {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(0.6);
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.col-fullheight {
    overflow-y: auto;
}

.modal-content {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #9c9c9c;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none;
    background-clip: none;
    outline: 0;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.close {
    background: #002499;
    padding: 0;
    cursor: pointer;
    /* background: transparent; */
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    z-index: 9999999;
    right: 0;
    top: 0;
    font-size: 32px;
    line-height: 0;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
}

.carousel {
    position: relative;
    height: 100%;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 100%;
}

nav.nav-growpop a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333333;
}

nav.nav-growpop a.prev {
    left: 0;
}

nav.nav-growpop a.next {
    right: 0;
}

/* Individual styles */

/*--------------------*/

/* Grow Pop */

/*--------------------*/

.nav-growpop .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 20px 10px;
    border: 0px solid #002499;
    background: #002499;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}

.nav-growpop svg.icon {
    display: block;
    /*background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");*/
    background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='14px' height='24px' viewBox='0 0 14 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Eangle-left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='angle-left' fill='%23FFFFFF' points='12.21745 0.0898285714 1.78325 10.3110857 1.78255 10.3104 0.05845 11.9993143 0.0588 12 0.05845 12.0006857 1.78255 13.6896 1.78325 13.6892571 12.21745 23.9101714 13.94155 22.2212571 3.50735 12 13.94155 1.77874286'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.nav-growpop .next svg.icon {
    transform: rotate(180deg);
}

.nav-growpop .icon-wrap img {
    width: 50px;
}

.nav-growpop div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 340px;
    height: 144px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-growpop a.prev div {
    left: 0;
    padding: 40px 140px 0 0;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-growpop a.next div {
    right: 0;
    padding: 40px 0 0 140px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-growpop span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2;
}

.nav-growpop img {
    position: absolute;
    top: 20px;
    width: 100px;
    height: 100px;
}

.nav-growpop a.prev img {
    right: 20px;
}

.nav-growpop a.next img {
    left: 20px;
}

.nav-growpop a:hover .icon-wrap {
    border-top-width: 40px;
    border-bottom-width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-growpop a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}

@media screen and (max-width: 520px) {
    .nav-growpop a.prev {
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    .nav-growpop a.next {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    .nav-growpop a {
        -webkit-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
    }
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background: #f1f1f1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*padding-left: 30px;*/
}

/*.loading {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -85px;
}*/

.fh-section {
    min-height: 100vh !important;
}

/*
* Media breakpoints
*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .pushy {
        top: 0;
    }
    .col-extra-padding {
        padding: 0 20px;
    }
    .fh-section {
        min-height: 70vw !important;
    }
    .home-hero,
    .home-hero .elementor-container {
        min-height: 100vh !important;
    }
    .fp-section {
        height: auto !important;
        padding: 40px 0 !important;
        display: block !important;
    }
    .section.fullheight-section.split-content {
        height: auto !important;
        padding: 0 0 40px 0 !important;
        display: block !important;
    }
    .fp-tableCell {
        vertical-align: inherit !important;
        width: 100%;
        height: 100%;
        height: auto !important;
        display: block !important;
    }
    #randombackground {
        height: 530px !important;
    }
    .mobile-noboarder {
        border-left: none;
        padding-left: 20px;
        display: block;
        padding-bottom: 40px;
    }
    /*.col-fullheight {
        height: auto !important;
        display: block !important;
    }*/
    .modal {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: 100% !important;
        overflow: scroll !important;
        font-size: 10px;
    }
    h4.mobile-h4 {
        font-size: 12px;
    }
    .main-logo {
        width: 130px;
        height: auto;
        padding-top: 100px;
    }
    .fp-auto-height {
        height: auto!important;
    }
    .profile-content {
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .h2,
    h2 {
        font-size: 24px;
    }
    .title-section.title-section-bottom {
        font-size: 10px;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

.et_divi_builder #et_builder_outer_content .et_pb_blog_grid a.more-link,
.et_divi_builder #et_builder_outer_content .et_pb_posts a.more-link {
    color: #002499;
    font-weight: bold;
}

.et_pb_blog_grid .et_pb_post {
    height: 450px !important;
    min-height: 450px !important;
}

.home .et_pb_blurb {
    padding: 0 0 0px !important;
}

/*.ibis-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.1em !important;
    font-style: italic;
    color: #5d5d5d;
}

.ibis-testimonials .elementor-testimonial-wrapper .elementor-testimonial-name {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #5d5d5d;
}

.ibis-testimonials .elementor-testimonial-wrapper .elementor-testimonial-job {
    color: #5d5d5d;
}

.ibis-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content:before {
    content: '\201C';
    font-family: "Georgia", serif;
    font-size: 100px;
    position: absolute;
    left: -10px;
    top: 0;
    line-height: 70px;
    opacity: .1;
}*/

.lae-testimonials-slider.lae-container {
    max-width: 100% !important;
}

.lae-testimonial {
    position: relative;
}

.lae-testimonials-slider .lae-testimonial-text p {
    /*font-size: 14px !important;*/
}

.lae-testimonials-slider .lae-testimonial-text {
    max-width: 85% !important;
}

.lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-name,
.lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-credentials {
    text-align: center;
}

.lae-container .lae-flex-control-nav li a.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover {
    background: #002499 !important;
    border: none;
}

.lae-testimonial .lae-icon-quote {
    font-family: "Georgia", serif;
}

.lae-testimonial .lae-icon-quote:before {
    content: '\201C';
}

.lae-testimonials-slider .lae-testimonial-text {
    /*font-size: 26px !important;
    line-height: 32px;*/
}

.lae-testimonials-slider .lae-testimonial-text i {
    font-size: 100px !important;
    /*text-align: left;
    position: absolute;
    left: 0px;*/
    color: #002499 !important;
}

.lae-container .lae-flex-direction-nav a, .lae-container .lae-flex-direction-nav a:hover {
    font-family: "FontAwesome" !important;
    width: 20px !important;
    height: 50px !important;
}

.lae-container .lae-flex-direction-nav a.lae-flex-prev:hover:before,
.lae-container .lae-flex-direction-nav a.lae-flex-prev:before {
    font-family: "FontAwesome" !important;
    content: "\f104" !important;  
    font-size: 50px !important;
}

.lae-container .lae-flex-direction-nav a.lae-flex-next:hover:before,
.lae-container .lae-flex-direction-nav a.lae-flex-next:before {
    font-family: "FontAwesome" !important;
    content: "\f105" !important;  
    font-size: 50px !important;
}

.lae-container .lae-flex-direction-nav a.lae-flex-prev:hover:before,
.lae-container .lae-flex-direction-nav a.lae-flex-next:hover:before {
    color: #002499 !important;
}

.lae-container .lae-flex-direction-nav a.lae-flex-next {
    right: 0px !important;
}

.lae-container .lae-flex-direction-nav a.lae-flex-prev {
    left: 0px !important;
}

section.ibis-testimonials {
    max-height: 1200px;
}

#profileModal button.close img {
    width: 50%;
}

section#contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
    height: unset !important;
}

.member-logo {
    float: left;
}

.member-logo img {
    max-height: 80px;
}

.articles-buttons .elementor-column-wrap {
    text-align: center;
}

.ibis-articles h3.elementor-image-box-title {
    min-height: 80px;
}

.ibis-articles p.elementor-image-box-description {
	min-height: 80px;
}

/*.division-logo-wrapper .division-logo {
    position: absolute !important;
    top: 5%;
    right: 3%;
    z-index: 999;
}*/

@media screen and (min-width: 768px) {
    
    /*.division-logo-wrapper {
        position: fixed !important;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        z-index: 999;
        
        display: inline-block;
        right: 0;
        width: 100%;
        
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .division-logo-wrapper.fixed {
        background-color: rgba(255, 255, 255, .8);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    .division-logo-wrapper.fixed .division-logo img {
        width: 140px !important;
        height: auto;
    }*/
    
}