/*
 Theme Name:   HORIBA MIRA Website
 Theme URI:    https://www.horiba-mira.co.uk
 Description:  HORIBA MIRA Website Theme
 Author:      DesignReligion
 Author URI:   https://www.designreligion.co.uk
 Template:  framework-theme
 Version:      1.0.0
*/
/*******************************************************/
/*                                                     */
/*                       Body                          */
/*                                                     */
/*******************************************************/

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #eaeaea
}

body.home, .home .row-wrapper {
    background: #fff;
}

body.menu-overlay {
    height: 100%;
    overflow-y: hidden
}

a {
    color: #478cd0;
}

/*******************************************************/
/*                                                     */
/*                       Layout                        */
/*                                                     */
/*******************************************************/
.mb-m {
    margin-bottom: 20px;
}

.mt160 {
    margin-top: 160px;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mt-80 {
    margin-top: -80px;
}

.pr-20 {
    padding-right: 20px !important;
}

.flex {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

.justify-initial {
    justify-content: initial!important;
}

.border-l {
    border-left: 1px solid!important;
}

.border-l-white {
    border-color: #FFFFFF!important;
}

.pl-16 {
    padding-left: 4rem!important;
}

.text-xs {
    font-size: 12px;
}

.text-base {
    font-size: 16px!important;
}

.text-white {
    color: white;
}

/*******************************************************/
/*                                                     */
/*                    Site Wrapper                     */
/*                                                     */
/*******************************************************/


.site-wrapper {
    overflow-x: visible
}


/*******************************************************/
/*                                                     */
/*                       Container                     */
/*                                                     */
/*******************************************************/
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

/*******************************************************/
/*                                                     */
/*                         Row                         */
/*                                                     */
/*******************************************************/

.row, .card-deck {
    margin-left: -10px;
    margin-right: -10px;
}

.container-full .row {margin-right:0px;}

@media screen and (min-width: 992px) {
    .row.has-offset {
        margin-top: 120px;
    }

    .row.has-offset [class*="col-"]:nth-child(1), .row.has-offset [class*="col-"]:nth-child(2) {
        margin-top: -100px;
    }
}

/*******************************************************/
/*                                                     */
/*                     Columns                         */
/*                                                     */
/*******************************************************/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
}

.card-img-top {
    border-radius: 0px !important;
}
/*******************************************************/
/*                                                     */
/*                  Anchor Styles                      */
/*                                                     */
/*******************************************************/
a:hover {text-decoration:none;}


/*******************************************************/
/*                                                     */
/*                    BLOG PAGE: ;                     */
/*                                                     */
/*******************************************************/
.blog .site-main, .archive .site-main {
    background: #eaeaea;
    padding-bottom: 50px;
}

/*******************************************************/
/*                                                     */
/*                    SITE HEADER                      */
/*                                                     */
/*******************************************************/

.site-header {
    /* width: 100%; */
    padding: 10px 0px;
    z-index: 100;
    left: 0px;
    right: 0px;
    padding: 5px 0px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header {
    background: #292b2a;
    padding: 5px 0px
}

.navbar-brand {
    display: flex
}

.navbar-brand .microsite-title {
    color: #e0e0e0;
    align-self: end;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 2px solid #d0d0d0;
    max-width: 160px;
    display: block;
    white-space: normal !important;
    line-height: 1.1;
    margin-top: auto;
}

.site-logo .brand, .navbar-brand .brand {
    max-height: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar.scroll-menu .navbar-brand .brand {
    max-height: 40px;
}

.navbar-brand .microsite-title span {
    display: block;
}

.nav > li.dropdown {
    background: none !important;
}

.nav-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        align-items: baseline;
    }

    .navbar-brand img.brand {
        max-height: 50px !important;
        max-width: 110px;
    }

    .navbar-brand .microsite-title {
        font-size: 14px
    }
}

.navigation-items {
    display: flex;
    top: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    float: none!important;
}

.menu-sep {
    padding: 0px 25px;
}

.menu-sep .divider {
    width: 1px;
    height: 100%;
    background: #979797;
    display: block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.6
}

.navbar-toggler {
    /* padding: 15px 15px; */
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-delay: 0.3s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative; /*z-index: 120;*/
    align-items: center;
}

.mobile-toggle {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-toggle:focus {
    outline: none;
}

.navbar-toggler :hover {
    opacity: 0.7;
}

.navbar-toggler-wrap {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.navbar-toggler-icon {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.navbar-menu-text {
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0.3s;
}

.navbar-toggler-icon::before, .navbar-toggler-icon::after {
    content: "";
    display: block;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    bottom: -7px;
}

.navbar-toggler-wrap .navbar-toggler-icon {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.3s;
}

.navbar-toggler-wrap .navbar-toggler-icon::before, .hamburger--vortex .navbar-toggler-icon::after {
    transition-duration: 0s;
    transition-delay: 0.3s;
    transition-timing-function: linear;
}

.navbar-toggler-wrap .navbar-toggler-icon ::before {
    transition-property: top, opacity;
}

.navbar-toggler-wrap .navbar-toggler-icon ::after {
    transition-property: bottom, transform;
}

[aria-expanded=true].is-animated .navbar-toggler-icon {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[aria-expanded=true].is-animated .navbar-toggler-icon, [aria-expanded=true].is-animated .navbar-toggler-icon::before, [aria-expanded=true].is-animated .navbar-toggler-icon::after {
    transition-delay: 0.1s;
}

[aria-expanded=true].is-animated .navbar-toggler-icon::before {
    top: 0;
    opacity: 0;
}

[aria-expanded=true].is-animated .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(90deg);
}

[aria-expanded=true].is-animated .navbar-toggler-icon, [aria-expanded=true].is-animated .navbar-toggler-icon::before, [aria-expanded=true].is-animated .navbar-toggler-icon::after {
    background: #fff;
}

[aria-expanded=true].is-animated .navbar-menu-text {
    color: #fff;
}

.collapsing {
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    height: auto;
    opacity: 1;
}
/* 
.navbar-collapse.show {
    opacity: 1;
    height: 100%;
    overflow-y: scroll
}

.navbar-collapse {
    opacity: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #181818;
    z-index: 100;
}

.navbar-collapse .container {
    position: relative;
} */

.navbar-menu-text, .social-item {
    color: #fff;
}

.navbar-toggler.social-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

.main-menu-container {
    display: flex;
    min-height: 100%;
    align-items: stretch;
    /* padding: 0px 30px; */
    justify-content: space-evenly;
}

.main-menu-container .menu-widget {
    min-width: 50%;
    padding: 10% 5%;
    min-height: 100%;
}

.main-menu-container .menu-widget .menu-widget-title {
    color: #000;
    font-size: 60px;
}

.main-menu-container .menu-desc {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.main-menu-container .menu-page-title, .multicolumn-menu .dropdown-toggle.nav-link, .multicolumn-menu .nav-item-0 .nav-link.parent-item {
    display: block;
    font-size: 20px;
    margin-right: 30px;
}

.main-menu-container .nav-link {
    color: #fff;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
}





.main-menu-container .microsite .nav-link {

    opacity: 0.6
}
.main-menu-container .active .nav-link, .main-menu-container  .nav-link:hover, .main-menu-container  .nav-link:focus {
opacity:1;
 }



.menu-widget.dark-column {
    background: rgba(0, 0, 0, .5);
}

.fullwidth-item.menu-item {
    width: 100%;
}

.multicolumn-menu .nav {
    display: flex;
    flex-direction: row !important;
    -ms-flex-direction: row !important;
}

.multicolumn-menu .nav .nav-item {
    min-width: 50%
}

.multicolumn-menu .nav .nav-item.nav-item-0 {
    width: 50%;
}

.multicolumn-menu .nav .nav.nav-stacked {
    display: none;
}

.multicolumn-menu .nav-item-0 {
    margin-bottom: 25px;
}

.mega-dropdown-menu {
    margin-left: 20px;
    padding: 0px;
    font-size: 14px;
}

.mega-dropdown-menu .nav-link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    padding: 0px;
}

.mega-dropdown-menu .nav-link:hover, .mega-dropdown-menu .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}

.logged-in.admin-bar .site-header {
    top: 32px
}

.mega-dropdown-menu {
    list-style: none;
}

.dropdown-toggle::after {
    display: none
}

.microsite-menu .menu-page-title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.microsite-menu a:hover .menu-page-title, .main-menu-container .menu-container .nav-link:hover,
.microsite-menu a:focus .menu-page-title, .main-menu-container .menu-container .nav-link:focus
{color:#478cd0; opacity:1;}


.main-menu-container .microsites .nav-link:hover,
.main-menu-container .microsites .nav-link:focus
{opacity:1;color:#fff;}

/*******************************************************/
/*                                                     */
/*                     MEGA MENU                       */
/*                                                     */
/*******************************************************/

.mega-menu-column.grid-items .menu{
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}

.mega-menu-column ul.mega-sub-menu {
    grid-auto-flow: row;
}

.mega-menu-column.grid-items .menu,
.mega-menu-column.grid ul.mega-sub-menu {
    display: grid!important;
}

.mega-menu-column.grid.grid-rows-2 ul.mega-sub-menu {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
}
.mega-menu-column.grid.grid-rows-3 ul.mega-sub-menu {
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}

.mega-menu-column.grid ul.mega-sub-menu .mega-block-title {
    text-transform: capitalize!important;
}

.mega-menu-column.grid ul.mega-sub-menu .menu .menu-item .nav-link {
    color: #a3a3a3;
}

.mega-menu-column.grid ul.mega-sub-menu .menu .menu-item:first-child .nav-link {
    font-weight: bold;
    color: white;
    font-size: 14px;
    text-transform: capitalize!important;
}

[id^='mega-menu-item-nav_menu-'] .mega-block-title {
    display: none!important;
}

.frm_verify {
    display: none;
}

.mega-sub-menu ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mega-sub-menu ul.menu .menu-item {
    margin-bottom: 5px;
}

.mega-sub-menu ul.menu .menu-item .nav-link {
    padding: 0;
    color: #FFFFFF;
    font-size: 14px;
}

.mega-menu-item > ul.mega-sub-menu {
    min-height: 50vh!important;
    padding-bottom: 30px!important;
}

.mega-menu-item > .mega-sub-menu > .mega-container:first-child {
    border-top: 1px solid white!important;
    padding-top: 20px!important;
    margin-top: 10px!important;
}

.mega-sub-menu ul.menu .menu-item .nav-link {
    font-size: 12px;
}

.mega-menu-item .textwidget {
    font-size: 12px;;
}

.mega-block-title {
    font-size: 14px!important;
    text-transform: capitalize!important;
}

.mega-menu-columns-12-of-12 .mega-block-title {
    font-size: 16px!important;
}

.mega-menu-column.menu-side {
    padding-left: 4rem!important;
    border-left: 1px solid #FFFFFF!important ;
}

@media only screen and (max-width: 991px) {
    .mega-menu-item > ul.mega-sub-menu {
        min-height: 0!important;
        padding-bottom: 10px!important;
    }

    .mega-menu-item > .mega-sub-menu > .mega-container:first-child {
        border-top: none!important;
        padding-top: 0!important;
        margin-top: 0!important;
    }

    .mega-menu-column.menu-side  {
        padding-left: 0!important;
        border: none!important;
    }

    .mega-menu-column.grid-items .menu {
        grid-template-columns: repeat(1,minmax(0,1fr))!important;
    }

    .mega-menu-column.grid.grid-rows-3 ul.mega-sub-menu {
        grid-template-columns: repeat(2,minmax(0,1fr))!important;
    }
}


/*******************************************************/
/*                                                     */
/*                     MAIN MENU                       */
/*                                                     */
/*******************************************************/
#menu-main-menu-1 {
    display: flex;
    list-style-type: none;
    color: white;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
}

#menu-main-menu-1 .mega-dropdown-menu {
    display: none;
    position: fixed;
    width: 100%;
    background: rgba(41, 43, 42, 0.9);
    left: 0;
    margin: 0;
    /* margin-top: 20px; */
}

#menu-main-menu-1 > .menu-item > .nav-link {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #FFF;
}

.main-menu-inner-container {
    border-top: 1px solid white;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}


.dropdown-toggle:after {
    display: initial;
    margin-left: 5px;
}

#menu-main-menu-1 .dropdown {
    height: 100%;
}

#menu-main-menu-1 .menu-item.dropdown:hover .mega-dropdown-menu {
    display: block;
    justify-content: space-between;
}

#menu-main-menu-1 .menu-item.dropdown .mega-dropdown-menu .menu-dropdown-items {
    width: 100%;
    display: grid!important;
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
    grid-auto-flow: row;
    list-style-type: none;
    margin: 0;
    padding: 40px 0px;
}

#menu-main-menu-1 .menu-item .sub-dropdown > .nav-link {
    display: none;
}

#menu-main-menu-1 .menu-item .sub-dropdown .nav {
    flex-direction: column;
}

#menu-main-menu-1 .menu-item .sub-dropdown .nav .nav-item {
    margin-bottom: 5px;
}

#menu-main-menu-1 .menu-item .sub-dropdown .nav .nav-item .nav-link {
    padding: 0;
    font-size: 12px;
    color: #a3a3a3;
}

#menu-main-menu-1 .menu-item .sub-dropdown .nav .nav-item:first-child .nav-link {
    font-weight: bold;
    color: white;
    font-size: 14px;
    text-transform: capitalize!important;
}

.navbar-toggler.mobile-toggle {
    display: none;
}

#mobile-nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


#mobile-nav-menu .mega-dropdown-menu {
    margin: 0;
}

#mobile-nav-menu .mega-dropdown-menu .menu-dropdown-items {
    margin: 0;
    padding: 0;
}

#mobile-nav-menu .dropdown-toggle.nav-link {
    color: #fff;
}

#mobile-nav-menu .menu-item .sub-dropdown > .nav-link {
    display: none;
}

#mobile-nav-menu  > .menu-item > .nav-link {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #FFF;
}


#mobile-nav-menu .mega-dropdown-menu {
    display: none;
}

#mobile-nav-menu .dropdown.show .mega-dropdown-menu {
    display: block;
}

.menu-contact-details {
    width: 245px;
    min-width: 245px;
    padding: 40px 0px;
    list-style-type: none;
    border-left: 1px solid white;
    padding-left: 20px;
    margin: 30px 0;
}

@media screen and (max-width: 1024px) {
    #menu-main-menu-1 {
        display: none;
    }

    .navbar-toggler.mobile-toggle {
        display: block;
    }
}

@media screen and (max-width: 1599px) {
    .site-logo .brand, .navbar-brand .brand {
        width: 140px;
    }
}

@media screen and (max-width: 1199px) {
    #menu-main-menu-1 > .menu-item > .nav-link {
        padding: .5rem;
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .menu-contact-details {
        display: none;
    }

    .sub-dropdown .nav {
        display: block;
    }
}

/*******************************************************/
/*                                                     */
/*                   Drop Down Menu                    */
/*                                                     */
/*******************************************************/
.dropdown-header {
    padding: 0px 10px;
    display: flex
}

.dropdown-header {
    padding: 0px;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 20;
}

.dropdown-header .close {
    color: #fff;
    text-shadow: none;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 28px;
    margin-right: 30px;
    margin-top: 3px;
    z-index: 99;
}

.dropdown-header .close span {
    display: block;
    /* line-height: 3px; */
    height: 30px;
}

.logged-in.admin-bar .dropdown-header {
    margin-top: 32px
}

/*******************************************************/
/*                                                     */
/*                Drop Down Search Menu                */
/*                                                     */
/*******************************************************/
.search-form {
    width: 100%;
    padding: 25% 5%;
}

.search-form .form-control {
    border: 0px none;
    border-bottom: 2px solid #fff;
    background: transparent;
    border-radius: 0px;
    padding-left: 0px;
    color: #fff;
}

.search-form .form-control:focus {
    outline: 0px none;
}

.search-form .btn {
    padding: 0px;
    color: #fff
}

.search-form .btn .fa {
    font-size: 20px;
}

.autocomplete-suggestions {
    color: #999
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    color: #e0e0e0
}

#mobile-navbar-collapse {
    padding-top: 20px;
}

/*******************************************************/
/*                                                     */
/*             MENU CONTAINER: 			               */
/*                                                     */
/*******************************************************/

.microsite-menu {
    padding: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818;
    z-index: 1;

}

@media screen and (min-width: 768px) {
    .microsite-menu {
        position: fixed;
        left: 50%;
        pointer-events: none;
    }

    .microsite-menu a {
        pointer-events: auto;
    }

}


.microsite-menu.active {
    z-index: 3;
}

.menu-container {
    width: 50%;
    padding-top: 150px;
    padding-left: 5rem;
    position: relative;
}

.microsites {
    position: relative;
    padding-right: 5rem;
    height: 100vh;
}

.microsites .microsite-images:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.microsites .microsite-images {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    z-index: -2;
}

.microsites .microsite-images {
    background-size: cover
}

.microsites .microsite-images .microsite-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
}

.microsites .microsite-images .microsite-image {
    z-index: 1;
}

.microsites .microsite-images .microsite-image.active {
    z-index: 3;
}

.menu-container .inner {
    position: relative;
    z-index: 20
}

.microsite.nav-item {
    position: relative;
}

.microsite.nav-item.active {
    font-weight: 600;
}

.microsite.nav-item:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    content: " ";
    right: -5rem;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 50px;
    margin-top: -50px;
    z-index: 20;
}

.microsite.nav-item.active:after {
    border-right-color: #181818;
}

.microsite.nav-item:before {
    position: absolute;
    height: calc(100%);
    left: -20px;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    /*top: 7px;*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.microsite.nav-item.active:before {
    width: 3px;
}

.microsite.nav-item > .nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .dropdown-caret {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main-menu-container {
        background: #181818;
    }

    .menu-container:not(.microsites) {
        display: none;
    }

    .microsites.menu-container {
        width: 100%;
        padding: 0 !important;
    }

    .main-menu-container .inner > .nav > .nav-item:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0px;
        top: auto;
        left: 0;
        background: #000;
        margin: 0;
        border: none;
    }

    .microsite.nav-item.active > .nav li {
        padding-left: 20px;
    }

    .main-menu-container .inner > .nav > .nav-item {
        font-size: 16px;
        padding: 10px 20px;
        border-top: 1px solid #383838;
    }

    .main-menu-container .inner > .nav > .nav-item .nav-link {
        position: relative;
    }

    .main-menu-container .inner > .nav > .nav-item span {
        padding-bottom: 0;
    }

    .main-menu-container .inner > .nav > .nav-item .dropdown-caret {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;

        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main-menu-container .inner > .nav > .nav-item.active .dropdown-caret {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .main-menu-container .nav-link {
        font-size: 16px;
    }
}


/*******************************************************/
/*                                                     */
/*                   Header Intro                      */
/*                                                     */
/*******************************************************/

.header-intro {
    position: relative;
    background: #e0e0e0 none repeat scroll 0 0;
    margin-top: -120px;
    background-size: cover;
    background-position: center center;
    border-bottom: 6px solid #478cd0;
}

.header-intro:before {
    bottom: 0;
    right: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 90px;
    border-color: transparent transparent #478cd0 transparent;
    z-index: 8
}


.header-intro:after {
    bottom: -22px;
    right: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #eaeaea transparent;
    z-index: 10;
}

/*
.header-intro.has-video {
	margin-bottom: -150px;
}

.header-intro.has-video .inner {
	padding-bottom: 200px;
} */

/*
.header-intro.has-video {
	position: absolute;
	content: " ";
}
*/
/*******************************************************/
/*                                                     */
/*                    Breadcrumb                       */
/*                                                     */
/*******************************************************/

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    color: #fff;
    font-size: 12px;
}

.breadcrumb .current {
    opacity: 0.6
}

.single.instagram .breadcrumb .current {
    opacity: 0.6;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.breadcrumb a {
    color: #fff;
    margin-right: 10px;
}

/*******************************************************/
/*                                                     */
/*                 .sidebar Body                        */
/*                                                     */
/*******************************************************/

.default-body {
    background: #eaeaea;
}

/*******************************************************/
/*                                                     */
/*                      Sidebar                        */
/*                                                     */
/*******************************************************/
.sidebar {
    padding: 0px;
    padding-right: 10px;
    background: transparent
}

.sidebar .media {
    margin-bottom: 10px;
}

.sidebar .media-heading {
    color: #292b2a;
    font-size: 20px;
}

/*******************************************************/
/*                                                     */
/*                      Carousel                       */
/*                                                     */
/*******************************************************/
.carousel {
    position: relative;
}

.slide {
    position: relative;
}

.carousel.slick-slider .slick-slide .caption, .carousel.slick-slider .slick-slide .caption .container {
    display: flex;
    align-items: flex-end;
    align-items: center;
}

.carousel.slick-slider .slick-slide .inner {
    height: auto;
}

.carousel.slick-slider .slick-slide .caption {
    color: #fff;
}

.carousel.slick-slider .slick-slide .caption h1, .carousel.slick-slider .slick-slide .caption h2 {
    font-size: 45px;
    line-height: 1.2;
}

.carousel.slick-slider .slick-slide .caption.unboxed .inner {
    max-width: 50%;
    color: #fff;
    padding: 0px;
    z-index: 1;
}

.carousel.slick-slider .slick-slide .caption.unboxed .inner h2 {
    color: #fff;
}

.video-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    top: auto;
    height: 50px !important;
}

.play-pause, .mute {
    background: transparent;
    border: 0px;
    font-size: 22px;
    color: #ccc;
    outline: none;
    cursor: pointer;
}

.play-pause .fa, .mute .fa {
    margin-left: 20px;
}

.play-pause .fa-play {
    display: none;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.video {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    object-fit: cover;
    height: 100%
}

.slide-content .caption {
    position: absolute;
    /* background: rgba(0,0,0,0.4); */
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0a0809+52,ffffff+100&0.8+0,0.67+27,0.5+28,0.5+52,0+53,0+100 */

    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.4) 0%, rgba(5, 4, 5, 0.3) 25%, rgba(5, 4, 5, 0.2) 25%, rgba(10, 8, 9, 0.15) 48%, rgba(15, 13, 14, 0.05) 48%, rgba(255, 255, 255, 0.05) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.4) 0%, rgba(5, 4, 5, 0.3) 25%, rgba(5, 4, 5, 0.2) 25%, rgba(10, 8, 9, 0.15) 48%, rgba(15, 13, 14, 0.05) 48%, rgba(255, 255, 255, 0.05) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(5, 4, 5, 0.3) 25%, rgba(5, 4, 5, 0.2) 25%, rgba(10, 8, 9, 0.15) 48%, rgba(15, 13, 14, 0.05) 48%, rgba(255, 255, 255, 0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.carousel .slick-prev, .carousel .slick-next {
    opacity: 0.4
}

.carousel .slick-prev::before, .carousel .slick-next::before {
    font-size: 35px
}

/*******************************************************/
/*                                                     */
/*                   Slick Edits                       */
/*                                                     */
/*******************************************************/

.quick-navigation-block, .quick-navigation-block h3 {
    color: #fff;
}

.quick-navigation-block h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-right: 30px;
    margin-bottom: 0px;
}

.quick-navigation-block .form-inline {
    align-items: flex-end;
    text-align: left;
}

.quick-navigation-block .form-inline label {
    text-align: left;
    justify-content: flex-start
}

.quick-navigation-block .form-block {
    /*min-width: 33.3%;*/
    margin-right: 10px;
    flex: 1;
}

.quick-navigation-block .form-block select {
    min-width: 100%;
    width: 100%;
}

.quick-navigation-block .form-block select:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.quick-navigation-block .form-inline .btn {
    margin-bottom: .25rem !important;
    background: #fff;
    border-color: transparent;
    color: #478cd0;
    font-weight: 600;
}

.quick-navigation-block .form-inline .btn.disabled {
    background: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    pointer-events: all;
}

.quick-navigation-block .form-inline .btn .fa {
    margin-left: 10px;
}

@media only screen and (max-width: 480px) {
    .quick-navigation-block h3 {
        font-size: 22px;
    }

    .quick-navigation-block .form-block {
        min-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .quick-navigation-block .form-inline .btn {
        margin-top: 10px;
        width: 100%;
    }

}

/*******************************************************/
/*                                                     */
/*                   Slick Edits                       */
/*                                                     */
/*******************************************************/
.scroll-wrapper {
    position: relative;
}

.scroll-down {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 20;
    color: #000;
    font-size: 30px;
}

.scroll-down img {
    height: 40px;
}

/*******************************************************/
/*                                                     */
/*                   Slick Edits                       */
/*                                                     */
/*******************************************************/
.slick-prev::before, .slick-next::before {
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 30
}

.slick-prev::before {
    content: "\f104"
}

.slick-next::before {
    content: "\f105"
}

.slick-next {
    right: 30px;
}

.slick-next, .slick-prev {
    z-index: 10
}

.slick-prev {
    left: 30px;
}

/*******************************************************/
/*                                                     */
/*                   JARALLAX                          */
/*                                                     */
/*******************************************************/
.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*******************************************************/
/*                                                     */
/*                     BUTTONS                         */
/*                                                     */
/*******************************************************/
.btn.btn-primary {
    border-radius: 0px;
    background: #478cd0;
}

.btn.btn-bordered {
    border-radius: 0px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    margin-top: 15px;
}

.page-block .read-more, .link-block .read-more, .news-block .read-more {
    padding: 10px 15px;
    display: inline-block;
    border: 2px solid #292b2a;
    width: auto;
    color: #292b2a;
    margin-top: 20px;
    font-weight: 500;
}

.page-block .media:hover .read-more, .page-block .read-more:hover, .page-block .read-more:focus, .link-block :hover .read-more, .link-block .read-more:hover, .link-block .read-more:focus, .news-block :hover .read-more, .news-block .read-more:hover, .news-block .read-more:focus {
    background: #292b2a;
    color: #fff;
}

.page-block .read-more .fa, .link-block .read-more .fa, .news-block .read-more .fa {
    margin-left: 10px;
    font-size: 16px
}

.page-block .media-body.caption {
    color: #212529;
}

.page-block .card .media-body.caption {
    color: #212529;
}

.page-block .card .read-more::before {
    clear: both;
    content: " ";
    display: table;
}

.page-block .media-body h3 {
    font-size: 20px;
}

/*******************************************************/
/*                                                     */
/*                    Typography                       */
/*                                                     */
/*******************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

h2, h3 {
    margin-bottom: 20px;
}

h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homepage-intro-block {
    font-size: 20px;
    font-weight: 300;
}

h1 .horiba-mira-title, h2 .horiba-mira-title, h3 .horiba-mira-title {
    display: block
}


.single h1 .horiba-mira-title, .single  h2 .horiba-mira-title, .single  h3 .horiba-mira-title {display:inline}

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black p {
    color: #000
}

.card .thumbnail-left { min-height:1px;}

.card .media-body.caption {min-height:80px;}
/*******************************************************/
/*                                                     */
/*                   HOMEPAGE INTRO                    */
/*                                                     */
/*******************************************************/
.homepage-intro-block {
    background-image: url('assets/img/intro-block-image.png');
    background-position: 70% center;
    background-size: auto 130%;
    background-repeat: no-repeat;
    font-size: 18px;
    padding-bottom: 80px
}

.homepage-intro-block h2 {
    text-transform: uppercase;
}


@media screen and (max-width: 1600px) {
    .homepage-intro-block {
        background-position: 100% 50%;
        background-size: auto 100% !important;
    }
}
@media screen and (max-width: 1024px) {
    .homepage-intro-block {
        background: none !important;
    }
}

@media screen and (max-width: 992px) {
    .homepage-intro-block {
        background: none !important;
    }
}

/*******************************************************/
/*                                                     */
/*                   Counter Block                     */
/*                                                     */
/*******************************************************/
.counter-wrap {
    background: #478cd0;
    color: #fff;
    padding: 30px;
    margin-top: -80px;
    /*margin-bottom: 50px;*/
}

.counter {
    padding: 0px 50px 0px 30px;
    color: #fff;
    text-align: center
}

.counter .icon {
    margin-bottom: 30px;
}

.counter .number-count {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    font-size: bold
}

.counter .number-info {
    margin-top: 20px;
}

/*******************************************************/
/*                                                     */
/*                 SMALL CTA BLOCK                     */
/*                                                     */
/*******************************************************/

.small-cta .content-block.cta {
    background: #244668;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b74ad+0,4588ca+100 */
    background: #3b74ad; /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b74ad 0%, #4588ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b74ad 0%, #4588ca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b74ad 0%, #4588ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b74ad', endColorstr='#4588ca', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    padding: 0px 0px 20px 0px;
    position: relative;
    z-index: 20;
    color: #fff;
}

.small-cta .content-block.cta a {
    color: #fff;
}

.small-cta .content-block h4 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.small-cta .content-block h4 {
    padding: 15px 20px;
}

.small-cta .content-block p {
    padding: 5px 30px;
    margin-bottom: 0px;
}


.small-cta .frm_style_formidable-style.with_frm_style .frm_primary_label, .small-cta .frm_style_formidable-style.with_frm_style .frm_description {
    color: #fff;
    font-weight: 300;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}


/*.small-cta .content-block.cta::after {
	bottom: 0;
	right: 0;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 10;
}*/

.site-sidebar .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.subpagegrid {
    background: #fff;
}

.subpagegrid h3 span {
    display: inline
}

.subpagegrid .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}


.small-cta .fa {
    color: #fff;
    font-size: 16px;
}

.small-cta {
    position: relative
}

/*.small-cta::before {
	position: absolute;
	z-index: 10;
	background: url(assets/img/diagonal-lines.svg);
	background-repeat: no-repeat;
	content: "";
	height: 150%;
	width: 200%;
	top: -42%;
	left: -28%;
	overflow: visible;
	background-size: contain;
	background-position: right;
	opacity: 0.4
}*/
.small-cta .content-block a {
    color: #212529
}

@media screen and (min-width: 1024px) {
    .small-cta .content-block {
        margin-bottom: 30px;
        /*
            margin-left: 16.6666%;
        */
    }
}

/*******************************************************/
/*                                                     */
/*                 Link BLOCK                          */
/*                                                     */
/*******************************************************/

.card {
    border: none;
    border-radius: 0;
}

.link-block.card {
    border-radius: 0px;
    margin-bottom: 30px;
    border: 0px;
}

.link-block.card:hover {
    text-decoration: none;
}

.link-block.card .media-body {
    padding: 30px;
}

.link-block .thumbnail-left {
    position: relative;
}

.link-block .thumbnail-left::after {
    bottom: 0;
    right: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .about-horiba-block {
        margin-top: 35%;
    }

    .about-horiba-block .link-block.card {
        margin-top: -68%;
    }
}

/*******************************************************/
/*                                                     */
/*                 PAGE BLOCK                          */
/*                                                     */
/*******************************************************/

.page-block .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.page-block a.media {
    color: #292b2a
}

.page-block a.media:hover {
    text-decoration: none;
}

.page-block .media-object {
    height: auto;
    max-width: 40%;
}

.page-block .card.highlight .thumbnail-left {
    position: relative
}

.page-block .card.highlight .thumbnail-left::after {
    bottom: 0;
    right: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 10;
}

@media screen and (max-width: 992px) {
    .page-block .media {
        flex-direction: column;
    }

    .page-block .media-object {
        max-width: 100%;
        margin-right: 0px !important;
    }
}

/*******************************************************/
/*                                                     */
/*                  STICKY                             */
/*                                                     */
/*******************************************************/
.sticky {position:sticky;top:0px;z-index:-1;  position: -webkit-sticky;}

/*******************************************************/
/*                                                     */
/*                  MICROSITE SLIDER                   */
/*                                                     */
/*******************************************************/


.slider .slick-slide .slide-img {
    position: relative;
}

.slider .slick-slide .slide-img::after {
    position: absolute;
    content: " ";
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.2);
}


.arrow-container .slick-prev, .arrow-container .slick-next {
    position: relative;
    color: #e0e0e0;
    height: 60px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.arrow-container {
    display: flex;
    justify-content: space-between
}

.arrow-container .slick-prev {
    left: 0px;
}

.arrow-container .slick-next {
    right: 0px;
}

.arrow-container .slick-prev::before, .arrow-container .slick-next::before {
    position: absolute;
    color: #e0e0e0;
    top: 0px;
}

.arrow-container .slick-prev::before {
    left: 0px;
}

.arrow-container .slick-next::before {
    right: 0px;
}

/*******************************************************/
/*                                                     */
/*                     NEWS  BLOCK                     */
/*                                                     */
/*******************************************************/

.page-block a:hover {
    text-decoration: none;
}

.news-block .read-more, .news-block .media-caption, .news-block.card-tweets .media-caption .btn {
    display: none;
}

.news-block .highlight-item .media-caption, .news-block.card-tweets .media-caption, .news-block .highlight-item .news-item-date {
    display: inline-block;
}

.news-block .highlight-item .read-more {
    display: inline-block;
    width: max-content;
}

/*.highlight-item*/

.news-block h3 {
    margin-bottom: 0px;
    font-size: 18px;
    width: 100%;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    padding-bottom: 2px
}


.archive .news-block h3, .blog .news-block h3{font-size:16px;}
.blog .meta-data, .archive .meta-data {font-size:12px;}
.news-block .highlight-item h3, .highlight .news-block h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-block a, .news-block a.card {
    color: #000;
    margin-bottom: 20px;
    border-radius: 0px;
}

.news-block a.card .thumbnail-left {
    min-height: 1px;
}

.news-block a.card .caption {
    flex: auto;
}

.news-block .read-more-button {
    margin-bottom: 0px;
}

.news-block .media-body {
    /*display:flex;*/
    /*align-items:center;*/
}

.news-block .media-body .inner {
    width: 100%;
}

.news-block .meta-data {
    opacity: 0.6
}

.news-block .highlight-item .meta-data {
    margin-bottom: 10px;
}

.news-block .highlight-item .thumbnail-left {
    position: relative;
}

.news-block .highlight-item .thumbnail-left::after {
    bottom: 0;
    right: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 10;
}

.news-block .read-more {
    margin-top: -0px
}

.multiple-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (min-width: 1140px) {
    .multiple-items .card.news-block {
        flex: 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        max-width: 50%;
        max-width: calc(50% - 10px);
        margin-bottom: 10px;
    }
}

/*******************************************************/
/*                                                     */
/*                 RELATED NEWS BLOCK                  */
/*                                                     */
/*******************************************************/

.related-news, .case-studies {
    padding-bottom: 80px;
}

.section-title {
    padding: 80px 10px 0 10px;
    margin-bottom: 40px;
    font-size: 40px;
    color: #4B4540;
}

.related-news .news-block .highlight-item h3 {
    padding: 0;
    margin: 0;
    border: none;
}

.related-news .news-block .highlight-item .thumbnail-left::after {
    content: none;
}

.related-news .news-block:hover .read-more {
    color: #292b2a;
    background: none;
}

.related-news .news-block a:hover .read-more {
    background: #292b2a;
    color: #fff;
}

.related-news .news-block a:hover {
    text-decoration: none;
}

.instagram-block .multiple-items {
    margin: 0;
    margin-right: -10px;
}

/*.news-block a.card.card-instagram {
	margin-bottom: 0px;
	background: transparent; 
	border: 0px;
	max-width: none;
	flex: none;
	margin: 0;
}*/
.card-instagram .media-body.caption {
    display: none
}

.careers-case-studies .media-case-study {
    flex-direction: column;
}

.card-tweets {
    padding: 20px 25px;
    background: #f0f0f0;
    border-color: #f0f0f0;
    border-radius: 0px;
    line-height: 1.3
}

.card-tweets .thumbnail-left {
    display: none
}

.tweet-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.tweet-handle {
    display: block;
    font-size: 16px;
}

.tweet-header .fa {
    font-size: 30px;
    margin-right: 20px;
    color: #a7abac;
}

.grid-masonry .card-tweets .media-caption + [data-readmore-toggle], .grid-masonry .card-tweets .media-caption[data-readmore] {
    margin-bottom: 0px;
}

.tweet-title, .card-tweets .news-item-date {
    display: block;
    color: #a7abac;
}

.card-tweets .news-item-date {
    margin-bottom: 10px;
}

.card-tweets .meta-data {
    display: none
}

.card-tweets .share-bar {
    margin-top: 10px;
    display: flex;
}

.card-tweets .media-body {
    padding: 0px;
}

.card-tweets .share-bar a {
    margin-right: 15px;
    margin-bottom: 0px;
    color: #a7abac;
    font-size: 16px
}

/*******************************************************/
/*                                                     */
/*                ARCHIVES MENUS                       */
/*                                                     */
/*******************************************************/

.archives-menu, .archives-menu ul.months {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}


.archives-menu ul.months li a {
    padding: 5px 10px;
    background: #f0f0f0;
    display: block;
    width: 100%;
    color: #888;
}

.archives-menu ul.months li a:hover, .archives-menu ul.months li a:focus {
    color: #000;
}


.archives-menu li.years, .archives-menu li.years .year-toggle {
    border-bottom: 1px solid #e0e0e0;
    /* border-top: 1px solid #f0f0f0; */
}


.archives-menu li.years .year-toggle {
    background: #fff;
    padding: 10px;
    color: #000;
    display: block;
    width: 100%;
    position: relative;
    font-weight: 600;
}

.archives-menu li.years .year-toggle .fa {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #666;
}

.archives-menu li.years.open .year-toggle .fa {
    transform: rotate(90deg);
}

.archives-menu li.years ul.months li.year a {
    color: #000
}


.archives-menu li.years .months {
    display: none;
}

.archives-menu li.years.open .months {
    display: block
}


/*******************************************************/
/*                                                     */
/*                Content BLOCK List                    */
/*                                                     */
/*******************************************************/


.content-block ul, .content-block ol, .wp-content-block ul, .wp-content-block ol, .single-post-body  ul, .single-post-body  ol {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
}

.content-block ul ul, .content-block ol ol, .wp-content-block ul ul, .wp-content-block ol ol, .single-post-body  ul ul, .single-post-body  ol ol {
    margin-top: 5px;

}

.content-block ul li, .content-block ol li, .wp-content-block ul li, .wp-content-block ol li, .single-post-body  ul li, .single-post-body  ol li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.content-block ul li::before, .content-block ol li::before, .wp-content-block ul li::before, .wp-content-block ol li::before, .single-post-body  ul li::before, .single-post-body  ol li::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #478cd0;
    display: block;
    /* border-radius: 10px; */
    position: absolute;
    left: 0px;
    top: 5px;
}


/*******************************************************/
/*                                                     */
/*                LINKED PAGE BLOCK                    */
/*                                                     */
/*******************************************************/
.linked-content-block .card, .page-block .card {
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.media {
    border: 1px solid #e0e0e0;
}

.linked-content-block .card .read-more, .linked-content-block .card .media-caption {
    display: none
}

.linked-content-block .card .thumbnail-left {
    overflow: hidden;
    align-items: center;
}

.linked-content-block h3 {
    font-size: 20px;
    margin-bottom: 0px;
}


.site-sidebar .linked-content-block .card-deck .card {
    max-width: 50%;
    max-width: calc(50% - 20px);
}


@media screen and (min-width: 992px) {
    .linked-content-block .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 25px;
        margin-left: 10px;
        max-width: 31.3%;
        max-width: calc(33.33333% - 20px);
    }
}

@media screen and (max-width: 992px) {
    .card-deck {
        -ms-flex-flow: column;
        flex-flow: column;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        margin: 0px 15px 15px
    }
}

/*******************************************************/
/*                                                     */
/*                   Micro Site                        */
/*                                                     */
/******************************************************
.micro-site .slick-slide {
	max-width: 1040px
}

@media screen and (min-width:1600px) {
.micro-site .slick-slide {
	max-width: 1400px;
}
}


.micro-site-block {
	overflow: visible
}
.micro-site-block {
	background: url(assets/img/micro-site-background.png);
	background: url(assets/img/micro-site-background.svg);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: visible
}

.micro-site-block::after {
	position: absolute;
	z-index: 10;
	background: url(assets/img/diagonal-lines.svg);
	background-repeat: no-repeat;
	content: "";
	height: 130%;
	width: 100%;
	top: -53px;
	overflow: visible;
	background-size: contain;
	background-position: right;
}
.micro-site .slick-slide img {
	margin: 0 auto;
	padding-right: 18%;
	padding-left: 20px
}
*/

.micro-site .slick-slide, .micro-site .slick-slide.slick-active.knock-back {
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.micro-site .slick-slide .card {
    padding: 0px 20px 20px 0px
}

.micro-site .slick-slide .card .card-body {
    background: #606060;
    color: #fff;
}

.micro-site {
    position: relative;
    z-index: 20;
}

.micro-site .slick-slide.slick-active {
    opacity: 1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.micro-site .slick-slide img {
    width: 100%
}

.micro-site .slick-slide .slide-inner {
    position: relative;
    padding: 50px 20px;
}

.micro-site .slick-slide .card {
    position:relative;
}

.micro-site .slick-slide .slide-inner .caption {
    position: absolute;
    right: 50px;
    bottom: auto;
    background: #fff;
    padding: 20px;
    width: 300px;
    height: auto;
    top: 30%;
    z-index: 20
}

.micro-site .slick-next, .micro-site .slick-prev {
    margin-top: -20px
}

.micro-site .slick-next {
    right: 12%;
    z-index: 100;
}

.micro-site .slick-prev {
    left: 12%;
    z-index: 100;
}

.micro-site .slick-slide .btn.btn-primary {
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 14px;
}

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

    .micro-site .slick-slide {padding-bottom:10px;}

    .micro-site .slick-slide .card .card-title {
        font-size: 14px;
    }

    .micro-site-block {overflow:hidden}

    .micro-site .slick-slide .btn.btn-primary {
        position: absolute;
        bottom: -10px;
        left: 0px;
        font-size: 14px;
        right: 20px;
    }
}

.micro-site .slick-slide .btn.btn-primary .fa {
    margin-left: 10px;
    font-size: 18px
}

.micro-site .slick-slide .slide-inner .caption h2 {
    font-size: 28px;
    margin-top: 0px;
    color: #478cd0;
}

.micro-site-block {
    overflow: hidden
}

.micro-site-block .micro-site {
    margin-right: -20vw;
    margin-left: 10px;
}


.micro-site-block {
    position: relative;

}

.micro-site-block .controls-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
}


.micro-site-block .controls {
    font-size: 45px;
    color: #A0A2A4;
    display: flex;
    position: relative;
    margin-left: -100px;
}

.micro-site-block .controls .arrow {
    padding: 0 20px;
    cursor: pointer;
}

.micro-site-block .controls .numbers {
    display: flex;
    font-size: 22px;
    width: 70px;
    margin-top: 20px;
}

.micro-site-block .controls .numbers .index {
    align-self: flex-start;
    font-size: 32px;
    margin-top: -25px;
}

.micro-site-block .controls .numbers .count {
    align-self: flex-end;
    margin-left: auto;
    opacity: 0.6

}

.micro-site-block .controls .numbers:after {
    content: '';
    height: 90%;
    width: 2px;
    background: #a0a2a4;
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 999;
    transform: translateY(-40%) rotate(45deg);
    z-index: 0;
    opacity: 0.6
}


/*******************************************************/
/*                                                     */
/*                     Ordering                        */
/*                                                     */
/*******************************************************/


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
}

@media screen and (max-width: 768px) {
    .order-xs-last {
        -ms-flex-order: 13;
        order: 13;
    }
}


/*******************************************************/
/*                                                     */
/*                 		Hero Intro                     */
/*                                                     */
/*******************************************************/

.header-intro .inner {
    padding: 250px 0 80px;
    background: rgba(0, 0, 0, 0.4);
}


/*******************************************************/
/*                                                     */
/*                   Archive Page                      */
/*                                                     */
/*******************************************************/


.nav.news-menu {
    padding-bottom: 10px;
    border-bottom: 0px solid #e1e1e1;
    padding-top: 10px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.nav.news-menu .nav-item:first-child {
    margin-left: -15px;
}

.nav.news-menu .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.nav.news-menu .nav-item .nav-link.active {
    color: #478cd0;
    font-weight: 600;

}

.blog .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    orphans: 1;
    widows: 1;
}

.archive .news-block, .blog .news-block {
    height: 100%;
}

.blog .read-more {
    display: none;
}

.blog .media-caption, .blog .media-caption p, .archive .news-block .media-caption, .archive .news-block .media-caption p {
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
}

.blog .highlight .media-caption {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog .highlight .media-caption {
    display: block;
}

.blog .highlight .read-more {
    display: inline-block;
    margin-top: 5px;
}

.blog .meta-data, .archive .meta-data {
    display: flex;
    justify-content: space-between;
}

.blog .news-block h1 .horiba-mira-title, .blog .news-block h2 .horiba-mira-title, .blog .news-block h3 .horiba-mira-title {
    display: inline;
}


/*******************************************************/
/*                                                     */
/*                   Single Post                       */
/*                                                     */
/*******************************************************/


.single-post .header-intro .inner {
    padding: 200px 0 50px;
    background: rgba(0, 0, 0, 0.65);
}

/*
.single-post .header-intro.has-video .inner {
	padding-bottom: 200px;
}*/


.featured-image {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .single-post-body {
        /*column-count: 2;
        column-gap: 20px;*/
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .single-post-body.single-column {
        /*
            column-count: 1
        */
    }

    .single-post .header-intro .inner h1 {
        max-width: 66%
    }
}

.single-post-body p:empty {
    display: none
}

/*******************************************************/
/*                                                     */
/*                  Single Case Study                  */
/*                                                     */
/*******************************************************/
.single-case_study .feature-image {
    margin-bottom: 20px;
}

/*******************************************************/
/*                                                     */
/*                      Footer                         */
/*                                                     */
/*******************************************************/

.site-footer {
    padding-top: 0px;
    position: relative;
    z-index: 10;
}

.site-footer .newsletter-signup {
    margin-bottom: 20px;
    color: #fff;
}

.site-footer .newsletter-signup .newsletter-signup-inner {
    background: #3f4140;
    padding: 30px 120px 30px 0px;
    max-width: 75%;
    position: relative;
    overflow: hidden;
}

.site-footer .newsletter-signup .newsletter-signup-inner:before {
    bottom: 0;
    right: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 120px;
    border-color: transparent transparent #292b2a transparent;
    z-index: 10
}

.site-footer .frm_fields_container {
    position: relative;
}

.site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0px;
}

.site-footer .newsletter-signup label.frm_primary_label {
    color: #fff;
}

.site-footer .newsletter-signup .with_frm_style .frm_form_field.frm_left_container input:not([type="radio"]):not([type="checkbox"]) {
    max-width: 77% !important;
    float: right;
    border-radius: 0px;
    border: 0px;
    padding: 10px;
    height: auto;
}

.site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style input[type="submit"], .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
    margin: 4px;
    border-radius: 0px;
    border: 0px none;
    border-left: 2px solid rgba(151, 151, 151, 0.6);
    outline: 0px;
    box-shadow: none;
    position: relative;
    text-indent: -99px;
    overflow: hidden;
    width: 42px;
    background: transparent;
    padding: 6px 10px;
}

.site-footer .frm_form_field.frm_inline_container label.frm_primary_label, .site-footer .frm_form_field.frm_right_container label.frm_primary_label, .site-footer .frm_form_field.frm_left_container label.frm_primary_label {
    padding-top: 6px;
}

.site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message ::after, .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style input[type="submit"]::after, .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]::after, .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style .frm_submit button::after, .site-footer .frm_form_submit_style::after, .site-footer .newsletter-signup .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]::after {
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    right: 8px;
    top: 4px;
    text-indent: 0px;
    font-size: 20px;
    color: rgba(151, 151, 151, 0.8);
}

.site-footer .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
    padding-bottom: 0px;
}

.site-footer .newsletter-signup .frm_submit {
    position: absolute;
    right: 0px;
    top: 0px
}

.site-footer .with_frm_style .frm_form_field, .site-footer .with_frm_style .frm_submit {
    clear: none;
}

.site-footer .address-details {
    color: #bdbebd;
    margin-top: 20px;
}

.site-footer .follow-us ul li {
    float: left;
    font-size: 32px;
    margin-right: 0px;
    min-width: 25%;
    padding-right: 2px;
}

.site-footer .site-intro-text {
    font-size: 16px;
}

.site-footer .follow-us li a {
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 7px;
    background: #3f4140;
    width: 40px;
    display: block;
    height: 40px;
    margin-bottom: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .copyright {
    background-color: transparent;
    color: #7c7e7c;
    font-size: 12px;
}

.site-footer .copyright a {
    color: #7c7e7c;
    text-decoration: underline;
    margin-right:15px;
}

.site-footer .wechat {
    position: relative;
}

.site-footer .wechat .qr-code-popup {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
    width: 210px;
    padding: 10px;
    background: #FFF;
    border-radius: 15px;
    z-index: 999;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.site-footer .wechat .qr-code-popup:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.site-footer .wechat .qr-code-popup.open {
    opacity: 1;
    margin-bottom: 10px;
}


@media only screen and (max-width: 768px) {
    .site-footer .wechat .qr-code-popup {
        right: 0;
        left: auto;
        transform: translateX(0);
    }
}


/*******************************************************/
/*                                                     */
/*               Follow Us Shortcode                   */
/*                                                     */
/*******************************************************/

.follow-us.shortcode {
    display: flex;
}

.follow-us.shortcode a {
    padding: 0px 5px;
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-us.shortcode a:hover {text-decoration:none;   color:#478cd0;}

.follow-us.shortcode a .fa {
    color:#478cd0;
    margin-right:10px;
}




    /*******************************************************/
/*                                                     */
/*                   Staff Page                        */
/*                                                     */
/*******************************************************/
.staff-block .thumbnail-staff {
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

.staff-block .thumbnail-staff:hover {
    text-decoration: none;
}

.staff-block .thumbnail-staff img {
    max-width: 100%;
    width: 100%;
    /*margin-bottom: 10px;*/
}

.staff-block .caption {
    /*margin-top: 5px;*/
    color: #478cd0;
    text-decoration: none;
    padding: 10px;
}

.single-staff .header-intro .inner {
    padding: 340px 0 50px;
}

.staff-profile .staff-side {
    margin-top: -160px;
    text-align: center;
}

.staff-profile .staff-side .staff-picture {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 100em;
    margin: auto;
}

.staff-profile .staff-side .name {
    margin-top: 20px;
}

.staff-profile .profile {
    padding: 0 60px;
    margin-top: -120px;
}

.staff-profile .profile .details {
    color: #FFFFFF;
}

.staff-profile .profile .content {
    margin-top: 30px;
}

.staff-profile .profile .content .column {
    float: none;
    flex: 1;
}

.staff-profile .profile .content .column:first-child {
    margin-right: 40px;
}

.staff-members {
    padding: 35px 0px 50px 0px;
    background: #f0f0f0;
    height: 100%;
    margin: 20px 0 0;
    /* padding-top: 0; */
}
.staff-members a {
    color: #212529;
    text-decoration: none;
}
.staff-members [class*=col-] {
    margin-bottom:20px;
}
.staff-members a, .staff-members a .staff-member {
    height: 100%;
    /* display: block; */
}


.staff-members .staff-member {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    padding: 20px;
    background: #FFF;
}

.staff-members .staff-member .position {
    font-size: 14px;
}

.staff-members .staff-member .picture {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.staff-members .staff-member .details {
    flex: 1;
    padding-left: 5px
}

.staff-members .staff-member .name {
    font-weight: 500;
    font-size: 20px;
}

.single-post .feature-image {
    float: left;
    margin: 0 20px 20px 0;
}

.related-posts .post {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
}

.related-posts .post .title {
    font-weight: 600;
    font-size: 14px;
}

.related-posts .post .image {
    margin-right: 10px;
    width: 120px;
}

.related-posts .post .details {
    flex: 1;
    padding: 5px 3px;
}

/********************************************************/
/*														*/
/*					POST NAVIGATION						*/
/*														*/
/********************************************************/


.posts-navigation {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
}


.posts-navigation .nav-links {
    background: #f0f0f0;
}


.posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
    min-width: 25%
}

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
    padding: 10px 20px;
    display: block;
    background: #fff;
    width: 100%;
    text-align: center;
    color: #000

}

/********************************************************/
/*														*/
/*						MEDIA QUEIRES					*/
/*														*/
/********************************************************/

.media-queuries {
    padding: 50px 0px !important;
}

/********************************************************/
/*														*/
/*						404 Page						*/
/*														*/
/********************************************************/
.error404 .site-wrapper {
    margin-bottom: 0;
    background: #f0f0f0
}

.error404 .main {
    text-align: center;
    margin-top: 145px !important;
    margin-bottom: 145px !important;
}

.error404 .main .error-message {
    max-width: 520px;
    margin: 0 auto;
}

.error404 .main h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.error404 .main p {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 30px;
}

.error404 .main p small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}


.search .news-block {
    height: 98%;
}

.site-footer .follow-us ul li:nth-child(4) {
    clear: left;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {


    .site-footer .follow-us ul li:nth-child(4) {
        clear: none;
    }
}



@media only screen and (max-width: 1024px) {
    .site-footer .newsletter-signup .with_frm_style .frm_form_field.frm_left_container input:not([type="radio"]):not([type="checkbox"]) {
        max-width: 66% !important;
    }
    .counter .number-count {
        font-size: 36px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .main-menu-container .menu-page-title, .multicolumn-menu .dropdown-toggle.nav-link, .multicolumn-menu .nav-item-0 .nav-link.parent-item {
        border: none;
        font-size: 16px;
        margin-right: 0;
    }

    .main-menu-container {
        padding: 80px 0px;
    }

    .counter .number-count {
        font-size: 30px;
    }
    .counter {
        padding: 0px 10px 0px 10px;
        color: #fff;
        text-align: center;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
    .mt-80 {
        margin-top: 0;
    }

    .navbar-menu-text {
        display: none;
    }

    .navbar-toggler {
        padding: 0;
    }

    .menu-sep {
        padding: 0px 10px;
    }

    .main-menu-container .menu-widget .menu-widget-title {
        display: none;
    }

    .main-menu-container .menu-widget {
        padding-top: 20%;
    }

    .nav > li.dropdown, .multicolumn-menu .nav .nav-item.nav-item-0 {
        background: none;
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 0px;
    }

    .multicolumn-menu .nav-item-0 .nav-link.parent-item {
        font-size: 16px;
    }

    .mega-dropdown-menu, .main-menu-container .menu-desc {
        display: none;
    }

    .site-footer .newsletter-signup .newsletter-signup-inner {
        padding: 30px;
        max-width: none;
    }

    .site-footer .newsletter-signup .newsletter-signup-inner:before {
        z-index: 0;
    }

    .site-footer .newsletter-signup .with_frm_style .frm_form_field.frm_left_container input:not([type="radio"]):not([type="checkbox"]) {
        max-width: none !important;
    }

    .site-footer .newsletter-signup .frm_submit {
        top: 30px;
    }

    .follow-us {
        float: none;
        text-align: center;
    }

    .arrow-container {
        position: absolute;
        top: -60px;
        left: 0;
        z-index: 999;
        padding: 0 30px;
        max-width: none;
    }

    .arrow-container .slick-prev::before, .arrow-container .slick-next::before {
        color: #606060;
    }
    .site-footer .follow-us ul li {
        min-width: auto;
    }

    .timeline .slick-slide {
        width: 700px;
        height: auto;
    }

    .timeline .item .item-inner .details {
        position: relative;
        display: block;
    }

    .timeline .item .image {
        height: 240px;
    }

    .timeline .item .item-inner .details {
        margin: 0;
        background: #000;
    }

    .timeline .slick-center .item .image {
        width: auto;
    }

}

@media only screen and (max-width: 425px) {
    .staff-profile .profile {
        padding: 0 20px;
        margin-top: 20px;
    }

    .timeline .slick-slide {
    	width: 398px;
    	height: auto;
    }

    .timeline .item .item-inner .details {
		position: relative;
    	display: block;
    }

    .timeline .item .image {
    	height: 137px;
    }

    .timeline .item .item-inner .details {
    	margin: 0;
    	background: #000;
    }

    .timeline .slick-center .item .image {
	    width: auto;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

.news-block .highlight-item .thumbnail-left img, .page-block .card.highlight .thumbnail-left img {
    min-width: 100%;
    height: auto;
}


.post-navigation {
    width: 100%;
    padding: 15px 10px 30px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}
.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}


.carousel {
    overflow: hidden;
    visibility: hidden;
}
.carousel.slick-initialized {
    visibility: visible;
}
.carousel .slick-slide {
    overflow: hidden;
    visibility: hidden;
}
.carousel .slick-slide:first-of-type {
    visibility: visible;
}
.carousel.slick-initialized .slick-slide {
    visibility: visible;
}

.bold-nav-item .nav-link {
    font-weight: bold;
    color: white!important;
    font-size: 14px!important;
    text-transform: capitalize!important;
}