.footnav-social a { margin: 0 4px; }

/* BACK TO TOP - START */
#scrollToTop {
    cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

    background: #003d7c;
    color: #ffffff;
    border-radius: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    right: 20px; bottom: 20px;
}

#scrollToTop:hover {
    background: #1a5796;
    color: #ffffff;
}

#scrollToTop > img {
    display: block;
    margin: 0 auto;
}
/* BACK TO TOP - END */

.video-inline-container{   
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; 
}

.video-inline-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-btn-box .glyphicon.glyphicon-search{
    cursor: pointer;
}
#scrollToTop {
    cursor: pointer;
    font-size: 0;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

    background: #003d7c;
    color: #ffffff;
    border-radius: 0px;
    width: 44px;
    height: 44px;
    padding: 0;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#scrollToTop::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
    transform: rotate(45deg) translate(2px, 2px);
    box-sizing: border-box;
}

/* BACK TO TOP ARROW FIX */
#scrollToTop {
    font-size: 0 !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

#scrollToTop::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
    transform: rotate(45deg) translate(2px, 2px);
    box-sizing: border-box;
}
#scrollToTop > img { display: none !important; }
