/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* General */

.dnd-module .hs_cos_wrapper .wrapper {
    max-width: 1160px;
    width: 100%;
}

/* Footer */

.footer .widget-type-simple_menu {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
footer .hs-menu-wrapper ul {
    padding-left: 0;
}
footer .hs-menu-wrapper>ul>li>a {
    text-transform: none;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 16px;
}

/* Header */

.mainmenu .hs-menu-wrapper>ul>li>a {
    font-weight: 700;
    border-bottom: 3px solid transparent;
    padding: 2px 12px 8px;
}
.mainmenu .hs-menu-wrapper>ul>li>a:hover {
    border-bottom: 3px solid #fbb161;
}
.mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    top: auto;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    max-width: 170px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 6px 10px;
}
.btn_style1 a:before, a.btn_style1:before,
.btn_style2 a:before, a.btn_style2:before,
.btn_style3 a:before, a.btn_style3:before {
    display: none;
}
input[type=submit] {
    box-shadow: none;
}
header .top_navigation_raw .sitenav .utility-nav {
    display: none;
}
header .top_navigation_raw .sitenav {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 20%;
    align-items: center;
}
.mainmenu .hs-menu-flow-horizontal > ul > li:last-child {
    text-align: left;
}

@media (min-width: 992px) {
    header .top_navigation_raw .sitenav {
        flex: 1 0 75%;
        flex-direction: column;
        padding: 15px 0 0;
        align-items: flex-end;

    }
    header .top_navigation_raw .sitenav .utility-nav {
        flex: 1 0 100%;
        justify-content: flex-end;
        display: flex;
    }
    .top_navigation_raw .utility-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
        margin: 0 0 0 16px;
    }
    .top_navigation_raw .utility-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
        color: #525352;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
        font-weight: 700;
    }
    .top_navigation_raw .utility-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
        color: #000;
        text-decoration: none;
    }
    .top_navigation_raw .utility-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a .fa-linkedin-in {
        background: #525352;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 20px;
    }
    header .top_navigation_raw .sitenav .mainmenu .top_search {
        margin-left: 10px;
    }
    .mainmenu .hs-menu-wrapper>ul>li>ul {
        box-shadow: none;
    }
    .mainmenu .hs-menu-wrapper>ul>li>ul>li>a {
        border-bottom: 0;
    }
    .mainmenu .hs-menu-wrapper>ul>li>ul>li>a:hover, 
    .mainmenu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
        text-indent: 0;
        background: #e0e0e0;
    }
}

@media (max-width: 991px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
        max-width: unset;
    }
  header .top_navigation_raw .sitenav {
    display:none;
}

/* Buttons */
.btn_style2 a, a.btn_style2 {
    text-shadow: 1px 1px 4px var(--black-color);
}
.btn_style2 a:hover, a.btn_style2:hover {
    text-shadow: none;
}

/* Blog */
.hs-blog-post .body-container-wrapper {
    background: rgba(230,230,232,0.5) !important;
}
.body-container--blog-index .postinner-title h1 {
    color: #203864;
}
  .body-container--blog-index .postinner-title h1 span {
    color: #203864;
}
.blog-right-box .post-topic .post-title a,
.blog-right-box .post-topic .post-title a:hover {
    color: var(--secondary-color);
}
.hs-blog-post .social-sharing ul.share-buttons li {
    background-color: var(--secondary-color);
}
.blog-section .blog-post-wrapper .social-sharing ul li:hover a {
    color: var(--secondary-color);
}