html {
  scroll-behavior: smooth;
}

.featured-image {
    height: 200px;
    background-size: cover;
}

@media(min-width: 1025px) {
    .featured-image {
        height: 200px;
    }
}

.emphasis-block h2 {
    text-align: center;
    font-size: 1.3em;
}

.navbar.navbar-default {
    border-bottom: 1px solid #ff9400;
}

@media(max-width: 1024px) {    
    .top-menu {
        display: none;
    }
}

.top-menu .navbar-inner {
    margin: 0 0 0 auto;
}

.top-menu .navbar-inner li:last-child a {
    padding-right: 0;
}

@media(max-width: 1023px) {
    .mainmenu-belowheader .navbar .nav > li > a {
        padding-top: 15px;
        padding-bottom: 25px;
    }
}

.navbar {
    line-height: 1.06;
}

.navbar .nav > li > a {
    font-size: 18px;
}

.emphasis-jumbotron {
    background-color: #1C2126;
    /*border-bottom: 10px solid #ff9400;*/
    color: #ddd;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    margin-bottom: 2rem;
}

.page .entry-content .emphasis-jumbotron h1 {
    font-weight: normal;
    color: #fff;
    font-size: 1.7em;
}

.emphasis-jumbotron h2 {
    font-weight: bold;
}

.emphasis-jumbotron p {
    font-size: 1.25em;
}

body .emphasis-jumbotron .wpb_content_element {
    margin-bottom: 0;
}

.page .entry-content .emphasis-jumbotron h2 {
    color: #fff;
}

.page .entry-content .emphasis-jumbotron h2 img {
    position: relative;
    vertical-align: bottom;
    top: 5px;
}

.vc_icon_element {
    margin-bottom: 0;
}

.homepage-image-gallery li, .triplet-image-gallery li {
    width: 33%;
    padding: 0.5em !important;
    transition: none;
}

.duet-image-gallery ul {
    text-align: center;
}

.duet-image-gallery li {
    position: static !important;
    display: inline-block;
    width: 49%;
    padding: 0.5em !important;
    transition: none;
    float: none !important;
}

.homepage-image-gallery li:first-of-type {
    padding-left: 0 !important;
}

.homepage-image-gallery li:last-of-type {
    padding-right: 0 !important;
}


.expert-quote {
    background-color: #F4F4F4;
    padding: 3rem;
    border-left: 4px solid #ff9400;
}

.expert-quote .quote-image {
    margin-top: -3rem;
    margin-left: -4.5rem;
    width: calc(100% + 9rem);
}

.expert-quote .quote-image .vc_figure {
    width: 100%;
    margin-left: 0;
}

.expert-quote .quote-image .vc_figure img {
    width: 100%;
}

.expert-quote .quote-text {
    margin-bottom: 0;
}

.expert-quote .quote-text p {
    text-align: left;
}

.expert-quote .quote-author {
    text-align: right;
}

.expert-quote .quote-author .quote-author-title {
    display: block;
}

.expert-quote .vc_icon_element-inner {
    margin-bottom: 2rem;
}

.expert-quote.contact {
    font-size: 1.3em;
}

header.basic .col-md-12 {
    height: auto;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
    color: #666;
}

.container-bg.with-bgcolor {
    background-color: #ff9400;
}

.page-item-title h1 {
    color: #fff;
}

.features-cloud ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.features-cloud ul li {
    list-style-type: none;
    display: inline-block;
    background-color: #F4F4F4;
    margin: 0.5rem;
    padding: 1rem;
    color: #666;
    border-left: 2px solid #ff9400;
}

.primary-button {
    margin-bottom: 0;
}

.primary-button .vc_btn3.vc_btn3-style-modern, .primary-button .vc_btn3.vc_btn3-style-modern:hover, .primary-button .vc_btn3.vc_btn3-style-modern:active {
    background-color: #ff9400;
    color: #fff;
    border-color: #ff9400;
}

p {
    text-align: justify;
}

@media(min-width: 1025px) {
    .wpcf7-form label {
        width: 66%;
    }
}
@media(max-width: 1024px) {
    .wpcf7-form label {
        width: 100%;
    }
}

.mainmenu-belowheader.menu-center .nav {
    margin-right: 0;
    margin-left: auto;
}

.header-right, .header-center {
    display: none !important;
}

.header-left.logo {
}

.sticky {
    position: fixed !important;
    top: 0 !important;
}

.mainmenu-belowheader.sticky {
    width: 100%;
}


.main-header.sticky {
    width: 100%;
    z-index: 20;
}


.main-header.sticky .col-md-12{
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 11;
    width: auto;
}

.light-logo {
    padding-top: 15px;
}

.light-logo.sticky {
    z-index: 11;
}

header.transparent-header .mainmenu-belowheader {
    transition: background 0.2s linear;
}

header.transparent-header.sticky .mainmenu-belowheader {
    background: #1C2126;
}

.top-menu {
    background-color: #1C2126;
}

.top-menu .navbar {
    border-bottom: none;
}


.top-menu .navbar .nav > li > a {
    color: #fff;
    cursor: pointer;
}

.top-menu {
    width: 100%;
    margin-bottom: -40px;
    z-index: 19;
    position: relative;
}

@media(min-width: 1025px) {
    .top-menu {
        height: 40px;
    }
}

.top-menu.sticky {
    position: fixed;
    top: 80px !important;
    width: 100%;
}

.top-menu .navbar .nav li a.active {
    color: #ff9400;
}

.anchor {
    display: block;
    visibility: hidden;
    position: relative;
    top: -140px;
}

@media(max-width: 1024px) {

    .main-header {
        background-color: #2A2F35 !important;
        padding-top: 15px;
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        z-index: 20;
    }

    .main-header .col-md-12 {
        height: 80px !important;
        position: absolute;
        top: 0;
        z-index: 11;
    }

    .main-header .col-md-12 .logo {
        height: auto;
    }

    .mainmenu-belowheader.mainmenu-dark .navbar .nav > li.menu-item > a {
        color: #fff;
    }

    .main-header img.regular-logo {
        width: 100px;
        margin-top: 8px;
    }

    .main-header .navbar-toggle {
        transition: all 0.2s ease-in-out;
    }

    .main-header .navbar-toggle {
        margin-right: 15px;
    }

    .anchor {
        display: block;
        visibility: hidden;
        position: relative;
        top: -200px;
    }

    .top-menu {
        margin-bottom: -93px;
    }

    .top-menu.sticky {
        top: 84px !important;
    }

}

.reference-block {
    display: block;
    color: #2A2F35;
    background-color: #F4F4F4;
    padding-bottom: 0.1em;
}

.reference-block:active, .reference-block:focus, .reference-block:hover {
    color: #2A2F35;
}

.reference-block img.reference-image {
    width: 100%;
    border-bottom: 4px solid #ff9400;
}

.reference-block p {
    margin: 1.5em;
}

#top-link {
    right: auto;
    left: 40px;
}

.mgt-icon-box > .mgt-icon-box-icon  {
    position: relative;
    top: 25px;
}