.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.buttonholder:after, .content:after {
    content: "";
    display: table;
    clear: both
}

.row.gutter-5 {
    margin-left: -5px;
    margin-right: -5px
}

.row.gutter-5 > [class*=" col-"], .row.gutter-5 > [class^=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.container {
    max-width: 990px
}

header {
    -webkit-transition: .1s;
    transition: .1s
}

.website-logo {
    background-image: url(../images/logo.png);
    background-size: contain;
/ / margin-left: 0;
    display: block;
    width: 530px;
    height: 110px;
    -webkit-transition: .2s;
    transition: .2s
}

@media only screen and (max-width: 991px) {
    .website-logo {
        width: 380px !important;
        display: block;
        height: 110px !important;
        background-size: contain;
        background-position: center center !important;
        margin-left: -35px;
        margin-top: -18px;
        margin-bottom: -30px;
    }

    #topbanner8 {
        line-height: 40px;
    }

    .page-banner-container {
        margin-top: 110px;
    }

    .top-search-form-container {
        float: left;
        height: 50% !important;
    }
}

.top-search-form {
    height: 0px;

}

@media only screen and (max-width: 767px) {
    .website-logo {
        width: 300px !important;
        display: block;
        height: 85px !important;
        background-size: contain;
        background-position: center center !important;
        margin-left: -30px;
        margin-top: -30px;
        margin-bottom: -10px;
    }

    #topbanner8 {
        line-height: 30px;
    }
}

.top-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: .2s;
    transition: .2s
}

@media only screen and (max-width: 767px) {
    .top-blocks-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -40px
    }
}

@media only screen and (max-width: 767px) {
    .top-blocks-container .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 200px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.language-selector {
    margin-top: 17px;
    margin-bottom: 6px
}

.language-selector li a {
    line-height: 1.05
}

@media only screen and (max-width: 767px) {
    .language-selector {
        padding: 0;
        margin-bottom: 20px
    }
}

.top-search-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-search-form-container form {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    .top-search-form-container form {
        margin-top: 0
    }
}

.top-search-form-container form input {
    width: 100%;
}

.top-search-form-container form input {
    height: 24px
}

@media only screen and (max-width: 767px) {
    .top-search-form-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

.top-search-form-container input[type=submit] {
    float: left;
    margin-left: 5px;

}

@media only screen and (max-width: 767px) {
    .top-search-form-container input[type=submit] {
        width: 22px;
        height: 22px;
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    #keywords {
        width: 75% !important;
    }
}

.main-content {
    left: auto;
    margin-left: auto;
    margin-top: -135px
}

@media only screen and (max-width: 991px) {
    .main-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .main-content {
        margin-top: -80px
    }
}

.HomePage .main-content {
    width: auto
}

.highlights {
    height: auto;
    margin-bottom: 20px
}

.highlights figure {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 0 auto
}

.highlights figure:first-child {
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .highlights figure {
        margin-bottom: 15px
    }
}

.highlights figure img {
    width: 100%
}

.highlights figure:hover figcaption {
    max-height: 160px;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px)
}

.highlights figure:hover .figureCaption {
    max-height: 300px;
    opacity: 1
}

.highlights figure span, .industryblock {
    position: relative;
    padding: 12px 50px 10px 20px;
}

@media only screen and (max-width: 991px) {
    .highlights figure span, .industryblock {
        padding-left: 10px
    }
}

.highlights figure figcaption {
    height: 100%;
    max-height: 66px;
    -webkit-transition: .5s;
    transition: .5s;
    top: -60px
}

.figureCaption {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .highlights figure .figureCaption p {
        padding-left: 10px
    }
}

.content {
    float: none;
    width: auto
}

@media only screen and (max-width: 767px) {
    .content table {
        width: 100% !important
    }

    .content table td {
        display: block
    }
}

.homepagecontent {
    -webkit-columns: auto;
    columns: auto;
    padding: 0
}

.homepagecontent .content-image {
    padding-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991px) {
    .homepagecontent .content-image {
        float: none;
        padding-bottom: 12px;
        padding-right: 0
    }
}

.homepagecontent p {
    margin-bottom: 20px !important;
    margin-top: 0 !important
}

.homepage-title {
    margin-bottom: 15px;
    margin-left: 5px;
    padding-top: 0
}

.sub-content {
    margin: 0
}

.sub-content .block {
    background-color: #f2f3f7;
    height: 100%;
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .sub-content .block {
        margin-bottom: 30px;
        height: auto;
        padding-bottom: 14px
    }
}

.sub-content .block h2 {
    background-color: #2e4d90;
    padding-left: 5%;
    padding-top: 12px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px
}

#web_intent {
    padding-top: 0
}

.go-button {
    height: auto;
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .go-button {
        font-size: 10px;
        font-size: .625rem
    }
}

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

.block.twitter .twittertweets {
    margin-left: 15px
}

footer {
    font-size: 12px;
    line-height: 14px;
    color: #6b7eaa
}

footer a {
    color: inherit;
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    footer .block {
        margin-bottom: 15px;
    }

    footer .block[style] {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-container {
        margin-top: 85px
    }
}

.page-banner-container .pictures > ul {
    width: auto
}

.page-banner-caption {
    width: 100%;
    max-width: 940px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -30px
}

@media only screen and (max-width: 991px) {
    .page-banner-caption p {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.3
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-caption p {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.page-banner-container .pictures ul li.slick-slide {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .page-banner-container .pictures > ul li img {
        width: 1000px !important
    }
}

@media only screen and (max-width: 767px) {
    .caption-bottom-wrapper {
        text-align: left;
        padding-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .caption-bottom-wrapper a {
        text-align: left
    }
}

.sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.sticky-menu.scrolled-header header {
    height: 80px
}

@media only screen and (max-width: 767px) {
    .sticky-menu.scrolled-header header {
        height: 50px;
        overflow: hidden
    }
}

.sticky-menu.scrolled-header header .website-logo {
    width: 280px;
    height: 80px
}

.sticky-menu.scrolled-header header .top-blocks-container {
    margin-top: 0
}

.top-menu ul li {
    position: relative
}

.top-menu a {
    height: auto;
    white-space: nowrap
}

@media only screen and (max-width: 991px) {
    .top-menu a {
        padding-left: 16px;
        padding-right: 16px
    }
}

.top-menu a:hover ~ .sub-menu {
    display: block
}

@media only screen and (max-width: 767px) {
    .top-menu a:hover ~ .sub-menu {
        display: none
    }
}

.sub-menu {
    min-width: 100%
}

.sub-menu:hover {
    display: block
}

@media only screen and (max-width: 767px) {
    .sub-menu:hover {
        display: none
    }
}

.sub-menu.visible {
    display: block !important;
    position: static;
}

.sub-menu .sub-menu {
    margin-left: 100%;
    top: -1px
}

@media only screen and (max-width: 767px) {
    .sub-menu .sub-menu {
        margin-left: 0
    }
}

.menu-button {
    display: none;
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 11000;
    top: 0;
    right: 10px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

@media only screen and (max-width: 991px) {
    .menu-button {
        display: block
    }
}

.menu-button.is-pushed .menu-button-inner {
    background: 0 0
}

.menu-button.is-pushed .menu-button-inner:after, .menu-button.is-pushed .menu-button-inner:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 350ms;
    transition: 350ms;
    top: 0;
    background: #fff
}

.menu-button.is-pushed .menu-button-inner:after {
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0
}

.menu-button-box {
    width: inherit;
    height: inherit;
    display: inline-block;
    position: relative;
    padding: 5px
}

.menu-button-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 22px;
    height: 2px;
    background-color: #2d4c90;
    border-radius: 4px;
    position: absolute;
    -webkit-transition: 350ms;
    transition: 350ms;
    will-change: transform
}

.menu-button-inner:after, .menu-button-inner:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: #2d4c90;
    border-radius: 4px;
    position: absolute;
    -webkit-transition: 250ms;
    transition: 250ms;
    will-change: transform
}

.menu-button-inner:before {
    top: -6px
}

.menu-button-inner:after {
    bottom: -6px
}

@media only screen and (max-width: 991px) {
    .top-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background: #ba9850;
        overflow: auto;
        padding: 0 15px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .2s;
        transition: .2s
    }

    .top-menu.is-visible {
        -webkit-transform: none;
        transform: none
    }

    .top-menu > ul {
        height: auto;
        background: 0 0;
        padding: 70px 20px 30px;
        width: 100%
    }

    .top-menu > ul > li {
        float: none;
        background: 0 0;
        margin-bottom: 10px;
        height: auto
    }

    .top-menu > ul > li a {
        display: inline-block;
        padding: 5px 10px
    }

    .top-menu > ul > li a:hover {
        background: 0 0;
        border: none
    }

    .top-menu > ul > li a.active {
        background: 0 0;
        border-bottom: 1px solid
    }
}

.show-sub-menu {
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px;
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .top-menu .sub-menu {
        position: static;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 10px 0
    }

    .top-menu .sub-menu > ul {
        background: 0 0
    }

    .top-menu .sub-menu > ul > li > a:hover {
        background: 0 0;
        color: inherit
    }
}

aside {
    float: none;
    width: auto;
    margin-left: auto
}

aside .block {
    width: auto
}

.page-banner-container .pictures .slick-dots {
    max-width: 930px;
    width: 100%;
    margin: -140px auto 0;
    text-align: right;
    z-index: 10
}

@media only screen and (max-width: 991px) {
    .page-banner-container .pictures .slick-dots {
        padding-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-container .pictures .slick-dots {
        margin-top: -100px
    }
}

.page-banner-container .pictures .slick-dots li {
    float: none;
    display: inline-block;
    width: auto !important;
    margin-left: 5px
}

.page-banner-container .pictures .slick-dots li button {
    display: block;
    width: 15px;
    border: 1px solid #fff;
    background: #ba9850;
    cursor: pointer;
    text-indent: -9999px;
    height: 15px;
    padding: 0
}

.page-banner-container .pictures .slick-dots li.slick-active button, .page-banner-container .pictures .slick-dots li:hover button {
    background: #d2bb6b
}

.webform {
    clear: both;
}

.webform div {
    width: 100%;
}

.webform input, .webform select, .webform textarea, .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.footer-container > div {
    margin-left: 0px;
    width: auto;
}

.block.login-block {
    overflow: hidden;
    float: initial;
}

.alert.alert-success {
    display: inline-block;
}

#keywords {
    float: left;
    width: 80%;
}

