footer#colophon {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #434345;
    -webkit-box-shadow: inset 0px 18px 13px -15px rgba(0,0,0,0.82);
    -moz-box-shadow: inset 0px 18px 13px -15px rgba(0,0,0,0.82);
    box-shadow: inset 0px 18px 13px -15px rgba(0,0,0,0.82);
}

.CookieDeclarationType {
    border:none !important;
}

footer#colophon .container {
    overflow: visible;
}

footer#colophon .footer_visit_chapter h4{
    font-size: 28px;
    font-weight: bold;
}

footer#colophon h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

footer#colophon ul.menu li a {
    text-decoration: none;
    font-size: 18px;
    padding-left: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}

footer#colophon ul.menu li a::before {
    content: '\f192';
    position: absolute;
    font-size: 12px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
}

.footer_visit_chapter {
    position: relative;
}

.footer_visit_chapter::before {
    content: "";
    height: 200%;
    width: 1px;
    position: absolute;
    top: -24%;
    left: -10%;
    background: #757777;
}

.visit_chapter_btn {
    width: 100%;
}

.visit_chapter_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 80%;
    background: #216A95;
    text-decoration: none;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid transparent;
    transition: all 0.3s ease-in;
}

.visit_chapter_btn a:hover {
    background: transparent;
    border-color: #ffffff;
    transition: all 0.3s ease-out;
}

footer#colophon .visit_chapter_btn {
    margin: 50px 0;
}

footer#colophon .visit_chapter_btn a {
    background: #E6DABF;
    width: 55%;
    font-size: 22px;
    color: #434345;
    height: 50px;
}

footer#colophon .visit_chapter_btn a:hover {
    border-color: #E6DABF;
    background: transparent;
    color:#E6DABF;
}

ul.footer_social_links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_social_links a,
.footer_social_links a:hover {
    text-decoration: none;
}

.footer_social_links a i {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-weight: bold;
    background: transparent;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.footer_social_links a i:hover {
    background: #ffffff;
}

.footer_social_links a i.fa-linkedin-in:hover {
    color: #0e76a8;
}

.footer_social_links a i.fa-facebook-f:hover {
    color: #4267B2;
}

.footer_social_links a i.fa-youtube:hover {
    color: #FF0000;
}

.i.fab.fa-instagram {
    font-weight:bold;
}

.footer_social_links a i.fa-instagram:hover {
    color: #bc2a8d;
}

.footer_copyright {
    padding: 30px 0;
    background: black;
}

.footer_copyright p {
    margin:0;
}

.footer_copyright ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_copyright ul li {
    margin-left: 25px;
}

.footer_copyright ul li:first-child {
    margin-left: 0px;
}

.footer_copyright ul li a{
    text-decoration: none;
}


.footer_copyright ul li a:hover,
footer#colophon ul.menu li a:hover,
footer#colophon ul.menu li.current-menu-item a,
.footer_copyright ul li.current-menu-item a {
    color:#FFD700;
}

/* sidebar desgin */

aside#secondary {
    display: flex;
    height: 100%;
}

.sidebar_widget {
    margin-left: 60px;
    padding-left: 25px;
    border-left: 1px solid #989a99;
    height: 98.5%;
}

section#search-2 h2, section#search-2 label span  {
    display: none;
}

form.search-form {
    display: flex;
    align-items: center;
    position: relative;
}

form.search-form label {
    width: 100%;
}

form.search-form input.search-field,
form.search-form input.search-field:focus {
    background: none;
    border: none;
    outline:none;
    box-shadow: none;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #989a99;
    width: 100%;
    color:#ffffff;
}

form.search-form input.search-field::placeholder {
    color:#ffffff;
}

form.search-form input.search-field::-webkit-input-placeholder {
    color:#ffffff;
}

form.search-form input.search-field::-moz-placeholder { /* Firefox 19+ */
    color:#ffffff;
}

form.search-form input.search-field:-ms-input-placeholder { /* IE 10+ */
    color:#ffffff;
}

form.search-form input.search-field:-moz-placeholder { /* Firefox 18- */
    color:#ffffff;
}

form.search-form input.search-field:focus::placeholder {
    color: transparent;
}

form.search-form input.search-field:focus::-webkit-input-placeholder { color:transparent; }
form.search-form input.search-field:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
form.search-form input.search-field:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
form.search-form input.search-field:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

input.search-submit,
input.search-submit:focus{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    background: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    outline:none;
    box-shadow:none;
    border-radius: 0;
    font-size: 0px;
    z-index: 999;
    color: transparent;
    text-indent: -9999999px;
}

form.search-form::after {
    content:"\f002";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    position: absolute;
    right:10px;
    z-index: 9;
    color:#989a99;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.sidebar_widget section.widget {
    margin-bottom: 65px;
}

.sidebar_widget section.widget:last-child {
    margin-bottom: 0px;
}

.sidebar_widget section a{
    color:#ffffff;
    font-weight: 300;
    text-decoration: none;
}

.sidebar_widget section a:hover {
    font-weight: bold !important;
    color:#FFD700;
    text-decoration: none;
}

h2.widget-title {
    font-size: 28px;
    font-weight: 500;
    margin-left: -25px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 40px;
}

h2.widget-title::before{
    position: absolute;
    content:"";
    width:25%;
    height: 1px;
    background: #989A99;
    left:0;
    bottom:-5px;
}

section#recent-posts-2 ul li span {
    display: block;
}

section#recent-posts-2 ul li a {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color:#ffffff;
    transition: color 0.3s ease-in;
}

section#recent-posts-2 ul li a:hover {
    font-weight:700;
    color:#FFD700;
}

section#recent-posts-2 ul li{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #989A99;
}

section#categories-2 li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #989a99;
    transition: color 0.3s ease-in;
}

section#categories-2 li a {
    font-weight: normal;
    color:#ffffff;
    text-transform: capitalize;
}


section#categories-2 li a:hover,
.tagcloud a:hover,
section#categories-2 li:hover span{
    color:#FFD700;
}

section#categories-2 li:hover,
section#categories-2 li:hover a {
    font-weight: bold;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.tagcloud a {
    display: inline-flex;
    text-transform: capitalize;
    padding: 2px 5px;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    border: 1px solid #989A99;
    margin-right: 10px;
    font-weight: 300 !important;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: color 0.3s ease-in;
}

.tagcloud a:hover {
    font-weight: bold !important;
}

section#archives-2 ul li {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #989a99;
}

section#archives-2 ul li a {
    display: block;
}

nav.navigation.pagination h2 {
    display: none;
}

.post_pagination ul.page-numbers,
.post_pagination .nav-links {
    padding: 0;
    list-style: none;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #98999a;
    border-radius: 5px;
}

.post_pagination ul.page-numbers li{
    display: flex;
    align-items: center;
    margin:-1px;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.post_pagination ul.page-numbers li:first-child,
.post_pagination .nav-links a:first-child,
.post_pagination .nav-links span:first-child {
    border-radius: 5px 0px 0px 5px;
}

.post_pagination ul.page-numbers li:last-child,
.post_pagination .nav-links a:last-child,
.post_pagination .nav-links span:last-child {
    border-radius: 0px 5px 5px 0px;
}

.post_pagination ul.page-numbers li a,
.post_pagination .nav-links a,
.post_pagination .nav-links span {
    padding: 12px 20px;
    border-left: 2px solid #989a99;
    text-decoration: none;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #989a99;
    margin:-1px;
    font-weight: 500;
    transition: all 0.3s ease-in;
}

.post_pagination ul.page-numbers li:first-child a
.post_pagination .nav-links a:first-child,
.post_pagination .nav-links span:first-child,
.nav-links a.prev{
    border-left:none;
}

.post_pagination ul.page-numbers li a:hover,
.post_pagination .nav-links a:hover {
    color:#FFD700;
}

.post_pagination ul.page-numbers li span,
.post_pagination .nav-links span{
    padding: 12px 20px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #989a99;
    font-weight: 500;
    transition: all 0.3s ease-in;
}

.post_pagination ul.page-numbers li span.page-numbers.current,
.post_pagination .nav-links span.current {
    color: #000000;
    font-weight: bold;
    background: #98999a;
}

.post_pagination {
    margin-top: 50px;
}

body#lang_pt-br footer#colophon h4,
body#lang_pt-br footer#colophon .footer_visit_chapter h4,
body#lang_es footer#colophon h4,
body#lang_es footer#colophon .footer_visit_chapter h4,
body#lang_fr footer#colophon h4,
body#lang_fr footer#colophon .footer_visit_chapter h4,
body#lang_de footer#colophon h4,
body#lang_de footer#colophon .footer_visit_chapter h4,
body#lang_ja footer#colophon h4,
body#lang_ja footer#colophon .footer_visit_chapter h4,
body#lang_pl footer#colophon h4,
body#lang_pl footer#colophon .footer_visit_chapter h4 {
    font-size: 20px;
    letter-spacing: 0px;
}

#lang_pt-br .footer_copyright p,
#lang_pt-br #footer-copyright-menu li,
#lang_es .footer_copyright p,
#lang_es #footer-copyright-menu li,
#lang_de .footer_copyright p,
#lang_de #footer-copyright-menu li,
#lang_fr .footer_copyright p,
#lang_fr #footer-copyright-menu li,
#lang_ja .footer_copyright p,
#lang_ja #footer-copyright-menu li,
#lang_pl .footer_copyright p,
#lang_pl #footer-copyright-menu li {
    font-size: 14px;
}

/* end of Sidebar design */

@media only screen and (max-width: 1400px){
    .visit_chapter_btn a{
        font-size: 22px;
    }
    footer#colophon .visit_chapter_btn a {
        width: 65%;
        font-size: 22px;
        height: 50px;
    }
}

@media only screen and (max-width: 1201px) {
    .visit_chapter_btn a {
        font-size: 20px;
        height: 50px;
        width:95%;
    }
    footer#colophon .visit_chapter_btn a {
        width: 65%;
        font-size: 22px;
        height: 50px;
    }

    footer#colophon ul.menu li a,
    .footer_copyright ul li a {
        font-size: 16px;
    }
    footer#colophon .footer_visit_chapter h4 {
        font-size: 22px;
    }
    footer#colophon .visit_chapter_btn a {
        width: 55%;
        font-size: 16px;
    }
    .footer_copyright ul li {
        font-size: 16px;
    }
    .footer_copyright ul li {
        margin-left: 20px;
    }
    .sidebar_widget {
        margin-left: 35px;
        padding-left: 20px;
        height: 101%;
    }
    h2.widget-title {
        margin-left: -20px;
        padding-left: 20px;
        margin-bottom: 25px;
    }
    .sidebar_widget section.widget {
        margin-bottom: 40px;
    }
    .footer_visit_chapter::before {
        left: -4%;
    }

    body#lang_pt-br footer#colophon h4,
    body#lang_pt-br footer#colophon .footer_visit_chapter h4,
    body#lang_es footer#colophon h4,
    body#lang_es footer#colophon .footer_visit_chapter h4,
    body#lang_fr footer#colophon h4,
    body#lang_fr footer#colophon .footer_visit_chapter h4,
    body#lang_de footer#colophon h4,
    body#lang_de footer#colophon .footer_visit_chapter h4,
    body#lang_ja footer#colophon h4,
    body#lang_ja footer#colophon .footer_visit_chapter h4,
    body#lang_pl footer#colophon h4,
    body#lang_pl footer#colophon .footer_visit_chapter h4 {
        font-size: 16px;
    }

    #lang_pt-br .footer_copyright p,
    #lang_pt-br #footer-copyright-menu li,
    #lang_es .footer_copyright p,
    #lang_es #footer-copyright-menu li,
    #lang_de .footer_copyright p,
    #lang_de #footer-copyright-menu li,
    #lang_fr .footer_copyright p,
    #lang_fr #footer-copyright-menu li,
    #lang_ja .footer_copyright p,
    #lang_ja #footer-copyright-menu li,
    #lang_pl .footer_copyright p,
    #lang_pl #footer-copyright-menu li{
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }

    #lang_fr.category .heading_section h2,
    #lang_pt-br.category .heading_section h2,
    #lang_es.category .heading_section h2,
    #lang_de.category .heading_section h2,
    #lang_ja.category .heading_section h2,
    #lang_pl.category .heading_section h2  {
        text-align: center;
    }

}


@media only screen and (max-width: 993px) {
    .visit_chapter_btn a {
        font-size: 16px;
        width: 100%;
        height: 40px;
    }

    .footer_visit_chapter {
        margin: 50px 0 0;
        text-align: left;
        padding-top: 50px;
        position: relative;
    }
    .footer_visit_chapter::before {
        content: "";
        left: -50%;
        top: 0;
        width: 1000%;
        height: 1px;
        background: #98999a;
        position: absolute;
    }
    footer#colophon .footer_visit_chapter h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    footer#colophon .visit_chapter_btn a {
        font-size: 22px;
        margin: 0;
    }
    footer#colophon .visit_chapter_btn {
        margin: 30px 0;
        width: 65%;
    }
    ul.footer_social_links {
        justify-content: flex-start;
    }
    .footer_copyright p {
        margin: 0 0 15px 0;
        text-align: center;
    }
    .sidebar_widget {
        margin-left: 0;
        padding-left: 0;
        height: 100%;
        border-left:none;
    }
    h2.widget-title {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .sidebar_widget section.widget {
        margin-bottom: 65px;
    }
    .main_page_content .container {
        position: relative;
        padding-top:100px ;
    }
    section#search-2 {
        position: absolute;
        top: 0;
        width: calc(100% - 30px);
        left: 15px;
        z-index: 999;
        margin: 0 auto;
    }
    .strategic_advisory_group {
        margin-bottom: 50px;
    }
    aside#secondary {
        border-top: 1px solid #98999a;
        margin-top: 50px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .visit_chapter_btn {
        width: 50%;
        margin: 20px auto 0;
    }
    .visit_chapter_btn a {
        font-size: 16px;
        width: 90%;
        height: 46px;
    }
    footer#colophon ul.menu li a, .footer_copyright ul li a {
        font-size: 14px;
    }
    footer#colophon h4 {
        font-weight: bold;
        margin-bottom: 16px;
        font-size: 18px;
    }
    footer#colophon .footer_visit_chapter h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    footer#colophon .visit_chapter_btn a {
        height: 40px;
    }

    #leadership_team .heading_section {
        margin-bottom: 80px;
    }
    .footer_visit_chapter p {
        text-align: left;
    }
}

@media only screen and (max-width: 577px) {
    .visit_chapter_btn {
        width: 75%;
        margin: 20px auto 0;
    }
    footer#colophon {
        padding-bottom: 40px;
    }
    footer#colophon li {
        margin-bottom: 15px;
    }

    footer#colophon li a {
        font-size: 16px !important;
        line-height: 22px;
        padding-left: 20px;
    }

    footer#colophon ul.menu li a::before {
        font-size: 10px;
        top: 0;
    }

    .footer_copyright ul li a {
        font-size: 11px;
    }

    footer#colophon .col-lg-8 .col-12 {
        margin-top: 30px;
    }

    footer#colophon .visit_chapter_btn a {
        width: 85%;
        font-size: 18px;
    }


}

@media only screen and (max-width: 420px){
    .footer_copyright ul li {
        margin-left: 10px;
    }
}