.social__wrapper {
    width: 2rem !important;
    height: 2rem !important;
    background-color: #000 !important; 
    background: #000 !important; 
}

.social__icon .icon {
    width: 2rem !important;
    height: 2rem !important;
}
.social__icon {
    width: 2rem !important;
    height: 2rem !important;
}

.social__link {
     margin-bottom: 1rem !important;
    padding: 0 0.3rem !important;
}

#ot-sdk-btn-floating.ot-floating-button {
    display: none;
}


@media only screen and (min-width: 980px) {

main {
    display: block;
    margin-top: 131px;
}
}
@media only screen and (max-width: 979px) {

main {
    display: block;
    margin-top: 0px;
}

    header.header .meta-menu {
    display: block;
    position: fixed;
    width: 100%;
    margin-top: 0px;
    z-index: 9999;
}
    
    header.header .main-menu {
    display: block;
    position: fixed;
    width: 100%;
    background: white;
    margin-top: 47px;
    z-index: 999;
}
header.header nav {
    display: block;
    width: 100%;
    background: white;
    margin-top: 0px;
}
}

@media only screen and (min-width: 979px) {
header.header {
    display: block;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
}
}


.phone-cta .icon {

 vertical-align: bottom;
 align-items: end;
 
}

.blocks  {
    border-top: none !important;
}

.modal-head .image {
  display: none;
 }


#__layout > div > header > div.meta-menu > div > div > div:nth-child(1) > div > div > div > ul > li.submenu-item{
    display:none;
}