.bni_footer {
    padding: 95px 0;
    position: relative;
    z-index: 9
}

h4.footerMenuTitle {
    color: #fff;
    font-size: 27px;
    font-weight: 700
}

.bni_footer li a {
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 0px;
    transition: all .3s ease-in
}

footer.bni_footer li {
    line-height: 24px;
    margin-bottom:10px;
}

.bni_footer li a:hover, footer.bni_footer .current-menu-item a {
    color: #c8c8c8;
    border-bottom-color: #c8c8c8
}

.footerSocialIcons li a:hover{
	border-bottom:none;
}

.footerNewsLetter h2.widget-title {
    display: none
}

.footerNewsLetter p {
    font-size: 18px
}

#newsLetterForm, #topNewsForm {
    position: relative;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

input.newsLetterBox {
    width: 100%;
    border: none;
    box-shadow: 0 15px 25px -15px #313131;
    padding: 10px;
    color: #000;
    font-size: 18px
}

#newsLetterForm button, #topNewsForm button {
    position: absolute;
    top: 0;
    right: -5px;
    display: flex;
    justify-content: center;
    border: none;
    background: #64666a;
    color: #fff;
    padding: 10px 25px;
    font-size: 24px;
    cursor: pointer
}

#topNewsForm button {
    padding: 5px 15px;
    border-radius: 50px
}

#newsLetterForm button, input.newsLetterBox {
    border-radius: 50px;
    height: 50px
}

#topNewsForm input.newsLetterBox {
    width: 100%;
    border: none;
    box-shadow: 0 15px 25px -15px #313131;
    padding: 5px;
    color: #000;
    font-size: 18px
}

#topNewsForm button, #topNewsForm input.newsLetterBox {
    height: 35px
}

@-webkit-keyframes damaruShake {
    15% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    30% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    50% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    80% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes damaruShake {
    15% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    30% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    50% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    80% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#newsLetterForm button:hover i.fas, #topNewsForm button:hover i.fas, .formFindChapter button:hover i.fas {
    -webkit-animation: damaruShake 1s ease;
    animation: damaruShake 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.footerNewsLetter p {
    margin-bottom: 10px;
    color: #fff
}

.footerNewsLetter h5 {
    margin-bottom: 0
}

.footerSocialIcons {
    margin: 30px 0 0
}

.footerSocialIcons ul {
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.footerSocialIcons ul li {
    margin: 0 10px;
    line-height: 10px
}

.footerSocialIcons li a {
    color: #cf2030;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 35px !important;
    transition: text-shadow .1s, color .5s
}

.footerSocialIcons li a:hover {
    color: #fff;
    text-shadow: -1px -1px 0 #cf2030, 1px -1px 0 #cf2030, -1px 1px 0 #cf2030, 1px 1px 0 #cf2030
}

.bottomFooter li a, .bottomFooter p {
    font-size: 15px;
    text-decoration: none;
    color: #64666a
}

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

.bottomFooter ul li::after {
    content: "";
    border-right: 2px solid #64666a;
    width: 1px;
    margin: 0 10px
}

.bottomFooter ul li:last-child::after {
    content: none
}

.bottomFooter ul li a:hover, .bottomFooter ul li.current-menu-item a, body.search li.catSearch a {
    color: #cf2030
}

.bottomFooter{
	transition:all 0.3s ease-out
}

.bottomFooter p {
    margin: 0
}

.menu-members-container li:last-child a {
    display: inline-block !important;
    line-height: 26px;
    margin-top: 6px;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .footerSocialIcons li a {
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
        color: #cf2030;
        -webkit-text-fill-color: #cf2030;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff
    }
}

.homeGreyLatestSection h4 {
    text-transform: uppercase
}

.newsLetterBlock p {
    color: #fff
}

.footerSignUP form#mktoForm_1620 {
    position: relative;
    display: flex;
    width: 75% !important;
    margin: 30px auto 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 100px
}

.footerSignUP .mktoForm .mktoFormRow {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important
}

.footerSignUP .mktoForm .mktoFieldWrap, .footerSignUP .mktoForm .mktoFormCol {
    width: 100% !important;
    float: none !important
}

.footerSignUP .mktoFormRow input#Email {
    width: 100% !important;
    float: none !important;
    height: 45px !important;
    margin: 0 auto !important;
    font-size: 18px;
    display: block
}

.footerSignUP .mktoButtonRow {
    display: inline-block;
    position: absolute !important;
    right: 0 !important;
    top: 0
}

.footerSignUP button.mktoButton, .footerSignUP button.mktoButton::before {
    height: 45px !important;
    width: 65px !important
}

.footerSignUP button.mktoButton::before {
    font-size: 24px !important
}

.newsLetterSuccess i {
    font-size: 50px
}

.newsLetterSuccess, div#formConfirmation {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.newsLetterSuccess p, div#formConfirmation p {
    margin-bottom: 0
}

.newsLetterSuccess i, .newsLetterSuccess p {
    color: #fff !important
}

div#formConfirmation i {
    margin-bottom: 40px;
    font-size: 130px;
    color: #cf2030 !important
}

div#formConfirmation h6 {
    font-size: 32px;
    margin: 0 0 40px
}

div#formConfirmation p {
    color: #64666a
}

.footerMainMenu {
    display: none
}

.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2)
}

.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer
}


@media (any-hover: none) {
    .bni_footer li a:hover {
        border-bottom: 1px solid transparent !important;
        color: #c8c8c8
    }
}

@media only screen and (max-width: 1590px) {
    h4.footerMenuTitle {
        font-size: 18px
    }

    .bni_footer li a {
        font-size: 15px
    }

    .footerNewsLetter p {
        font-size: 16px
    }

    figure.homeGreyLatestSectionBlock h5 {
        font-size: 24px
    }
}

@media only screen and (max-width: 1200px) {
    h4.footerMenuTitle {
        font-size: 15px
    }

    .bni_footer li a {
        font-size: 12px;
        padding-bottom: 1px
    }

    .footerNewsLetter p br {
        display: none
    }

    .footerNewsLetter p {
        font-size: 14px;
        line-height: 16px
    }

    #newsLetterForm {
        width: 100%
    }

    footer.bni_footer li {
        line-height: 24px
    }

    .footerSocialIcons {
        margin: 15px 0 0
    }

    .footerSignUP form#mktoForm_1620 {
        width: 100% !important;
        margin: 15px auto 0 !important
    }

    .footerSignUP button.mktoButton, .footerSignUP button.mktoButton::before {
        height: 40px !important;
        width: 55px !important
    }

    .footerSignUP .mktoFormRow input#Email {
        height: 40px !important;
        font-size: 16px
    }

    .footerSocialIcons li a {
        font-size: 24px !important
    }

    .bni_footer {
        padding: 40px 0
    }

    .bottomFooter li a, .bottomFooter p {
        font-size: 14px
    }

    .newsLetterBlock p br {
        display: none
    }
	.menu-members-container li:last-child a {
        margin-top: 0;
        line-height: inherit;
    }
}

@media only screen and (max-width: 992px) {
    h4.footerMenuTitle {
        font-size: 12px
    }

    .bni_footer li a {
        font-size: 10px
    }

    .footerMenuBlocks ul li {
        line-height: 16px
    }

    .footerNewsLetter {
        margin-bottom: 35px
    }

    .footerSocialIcons {
        margin: 0
    }

    .footerSocialIcons, .newsLetterBlock {
        width: 40%;
        margin-bottom: 40px
    }

    figure.homeGreyLatestSectionBlock {
        margin-bottom: 80px
    }
	
}

@media only screen and (max-width: 767px) {
    .footerNewsLetter {
        margin-bottom: 20px
    }

    .footerSignUP, .newsLetterBlock {
        width: 65%;
        margin: 0 auto 40px
    }

    .footerMultiMenus {
        display: none
    }

    .footerMainMenu {
        display: block;
        text-align: left
    }

    .footerSocialIcons {
        margin: 0;
        width: auto;
        text-align: left
    }

    .footerSocialIcons ul {
        flex-direction: column
    }

    .footerSocialIcons li {
        display: flex;
        align-items: center;
        margin: 0
    }

    footer.bni_footer li {
        margin: 0;
        margin-bottom: 20px !important;
        display: block
    }

    footer.bni_footer li a {
        font-size: 20px
    }

    .footerMainMenuSocial {
        display: flex;
        align-items: flex-start;
        justify-content: space-around
    }

    .footerMainMenuSocial h5 {
        font-size: 24px;
        font-weight: 700 !important;
        margin-bottom: 24px
    }

    .footerMainMenuSocial h5::after {
        content: "";
        width: 30%;
        height: 4px;
        background: #fff;
        display: block;
        margin: 10px 0 0 0
    }

    .footerSocialIcons ul li a {
        font-size: 30px !important
    }

    .footerSocialIcons ul li:last-child a {
        font-size: 26px !important
    }

    .footerMainMenu ul li a {
        font-size: 20px
    }

    .footerSocialIcons ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .footerSocialIcons ul li:first-child a::after {
        content: "LinkedIn"
    }

    .footerSocialIcons ul li:nth-child(2) a::after {
        content: "Facebook"
    }

    .footerSocialIcons ul li:nth-child(3) a::after {
        content: "Instagram"
    }

    .footerSocialIcons ul li:nth-child(4) a::after {
        content: "Twitter"
    }

    .footerSocialIcons ul li:last-child a::after {
        content: "Youtube"
    }

    .footerSocialIcons ul li a::after {
        margin-left: 20px;
        font-size: 20px;
        text-shadow: none;
        color: #fff
    }

    .footerSocialIcons ul li a:hover::after {
        color: #c8c8c8
    }

    .footerSocialIcons ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px !important;
        line-height: 15px
    }
}

@media only screen and (max-width: 576px) {
    .footerSocialIcons {
        margin-bottom: 20px
    }
    .bottomFooter .row {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }
    .bottomFooter .row .col {
        flex-basis: unset;
        text-align: center;
    }
    bottomFooter p {
        text-align: center;
        margin-bottom: 10px;
    }
    .bottomFooter ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 420px) {
    .bottomFooter ul li::after {
        content: none;
    }
    ul#menu-footer-menu-new li {
        margin-right: 10px;
    }
}