@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Regular'), url('https://players.brightcove.net/3875446849001/icap_assets/AvenirNextLTPro-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium'), url('https://players.brightcove.net/3875446849001/icap_assets/AvenirNextLTPro-Medium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Demi'), url('https://players.brightcove.net/3875446849001/icap_assets/AvenirNextLTPro-Demi.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Bold'), url('https://players.brightcove.net/3875446849001/icap_assets/proxima-nova.bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src:  local('Roboto'), url('https://players.brightcove.net/3875446849001/icap_assets/Roboto-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Basic Styles */
body, html {
    margin: 0;
    min-height: 100%;
    padding: 0;
}

body {
    background: #fff;
    color: #252525;
    font-family: 'Avenir Next LT Pro Medium';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Avenir Next LT Pro Regular' !important;
}
body.overflow {
    overflow: hidden;
}
a, a:focus, a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.share .fa {
    color: #07a;
}

/*****************************************/
/* Header */
/*****************************************/
#header-outer{
    position: relative;
    background: #FFF;
    transition: all .3s;
    box-shadow: 0 1px 0 rgba(0,0,0,.08),0 18px 40px transparent;
}
#header-outer.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 503;
}
#header-outer #logo {
    min-width: 180px;
    margin: 28px 0px;
    transition: margin 0.3s ease;
    position: relative;
    line-height: 0;
}
#header-outer.sticky #logo {
    margin: 15.5px 0px;
    transition: margin 0.3s ease;
}
#header-outer .dlogo {
    height: 50px;
    width: auto;
    transition: all .3s;
}
#header-outer.sticky .dlogo{
    height: 40px;
}
#header-outer .container {
    max-width: 1720px;
    width: 100%;
    padding: 0 90px;
}
#header-outer .header-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hamburger .line {
    width: 22px;
    height: 2px;
    background-color: #07a;
    display: block;
    margin: 4px auto;
    transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(3) {
    width: 16px;
    margin: 4px 0;
}

.hamburger:hover .line{
    background-color: #07a;
}

.hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hamburger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    width: 22px;
}


/* Header buttons */
.nectar-button, #nectar-user-account .text {
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #07a;
    padding: 8px 20px;
    display: flex;
    text-decoration: none;
    font-family: 'Roboto';
}
.nectar-button span{
    color: #07a;
    font-family: 'Roboto';
}
.nectar-button.see-through:hover{
    border: 1px solid #07A;
    background: rgba(0, 119, 170, 0.04) !important;
}

#nectar-user-account .text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    background: #07a;
    padding: 8px 12px 8px 20px;
    border-radius: 5px;
    line-height: 20px;
    border: 1px solid #07a;
}
#nectar-user-account .text:hover {
    color: #fff;
    background: linear-gradient(0deg, var(--Primary-Contained-Hover, rgba(255, 255, 255, 0.16)) 0%, var(--Primary-Contained-Hover, rgba(255, 255, 255, 0.16)) 100%), var(--Primary-Main, #07A);
}
#nectar-user-account .text span{
    line-height: 18px;
    display: flex;
    gap: 8px;
    align-items: center;
}
#nectar-user-account .text i {
    padding: 0 5px;
}
#nectar-user-account .person{
    display: none;
    color: #07a;
}

#nc-mega-menu .column .featured img {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 5px;
}
#nc-mega-menu .column .featured .subtitle {
    margin-top: 7px;
    font-size: 14px;
}
#nc-mega-menu .column .featured a:hover {
    color: #07a;
}
#nc-mega-menu .column .featured a:hover .subtitle {
    color: #252525;
}
#nc-mega-menu .menu-item:nth-child(5) .column .featured .subtitle {
    display: none;
}

@media only screen and ( max-width:999px ){
    #nectar-user-account .person{
        display: block;
    }
    #nectar-user-account .text{
        display: none;

    }
    .header-row{
        height: 50px;
    }
    #header-outer .dlogo, #header-outer.sticky .dlogo{
        padding:0px;
        height:25px;
    }
    .header-row #logo{
        display: flex;
        align-items: center;
        margin:0px;
    }
}

/* Mega Menu Styling */
#nc-mega-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
#nc-mega-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
}
#nc-mega-menu .menu-child.has-child > ul.child-item {
    display: block;
    position: relative;
    left: 10%;
    margin-top: 20px;
}
#nc-mega-menu .menu-child.has-child > ul.child-item li {
    width: 90%;
}
#nc-mega-menu .menu-child.has-child:hover > ul.child-item {
    display: block;
}
#nc-mega-menu .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-bottom: 7px solid #fff;
    height: 106px;
    transition: border-color 0.3s ease;
}
#header-outer.sticky #nc-mega-menu .menu-item {
    height: 70px;
    transition: height 0.3s ease;
}
#nc-mega-menu .menu-item:hover {
    color: #07a;
    border-color: #07a;
}
#nc-mega-menu .menu-item a {
    color: #252525;
    text-decoration: none;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
#nc-mega-menu .menu-item:hover > a{
    color: #07a;
}

#nc-mega-menu .mega-dropdown {
    position: fixed; 
    top: 106px;
    left: 50%;
    width: 100vw;
    margin-left:-50vw;
    padding: 0 90px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    transition: top 0.3s ease;
}
#header-outer.sticky #nc-mega-menu .mega-dropdown {
    top: 70px;
    transition: top 0.3s ease;
}

#nc-mega-menu .menu-item:hover .mega-dropdown {
    display: block;
    margin-top: 0px;
}

#nc-mega-menu .mega-content {
    display: flex;
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
}

.mega-content .intro {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
    margin-top: 16px;
}
.menu-child .desc{
    color: #252525;
    margin-top: .5em;
    font-size: 14px;
    font-family: 'Roboto';
}

#nc-mega-menu .column {
    padding: 35px;
    position: relative;
    color: #252525;
    box-sizing: border-box;
    flex: 0 0 25%;
    background-color: #f8fbfd;
}

#nc-mega-menu .column:first-child {
    background-color: #f0f5f8;
    padding-left: unset;
}
#nc-mega-menu .column:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    width: calc(100vw + 25%);
    height: 100%;
    background-color: #f0f5f8;
    z-index: -1;
}

#nc-mega-menu .column:last-child {
    background-color: #fff;
    padding-right: unset;
}

#nc-mega-menu .column h3 {
    font-family: 'Roboto' !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0;
}

#nc-mega-menu .column ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#nc-mega-menu .column ul li {
    margin-bottom: 20px;
    width: 100%;
}
#nc-mega-menu .column ul.child-item {
    width: 100%;
    flex-direction: column;
}
#nc-mega-menu .column ul.child-item .menu-child {
    width: 95%;
    margin-left: 25px;
}
#nc-mega-menu .column ul.child-item .menu-child:first-child {
    margin-top: 25px;
}
#nc-mega-menu .menu-child a{
    padding: 5px 0px;
}
#nc-mega-menu .menu-child a[rel="noopener"] {
    display: flex;
    justify-content: space-between;
}
#nc-mega-menu .menu-child a[rel="noopener"] span {
    font-size: 16px;
    color: #07a;
}

#nc-mega-menu .column ul li a {
    color: #252525;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
#nc-mega-menu .column ul li a:hover {
    color: #07a;
}
@media only screen and (max-width: 694px) {
    #nc-mega-menu .column {
        padding-top: 20px;
    }
    #nc-mega-menu .column ul li{
        margin-bottom: 15px;
    }
    #nc-mega-menu .column ul.child-item .menu-child:first-child{
        margin-top: 10px;
    }
}

/* Mega Menu Ends */

/* Hide child menus by default */
#main-menu {
    font-family: 'Roboto';
}

#main-menu .child-item {
    display: block !important;
    padding-left: 20px;
}
#main-menu .menu-item > ul, #main-menu > .menu-child ul {
    display: none; /* Initially hide all child menus */
}

/* Optional: Style for the child menus */
#main-menu .menu-child ul, #main-menu .menu-item ul {
    padding-left: 20px; /* Indent child items */
}

.menu-item.has-child a {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
    text-decoration: none;
}
.menu-item.has-child ul li a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}

.userlink-dropdown {
    display: none;
    position: absolute;
    top: 72px;
    padding: 1em;
    margin: unset;
    background: #fff;
    border: 1px solid #ccc;
    width: auto;
    right: 0;
    z-index: 1000;
    list-style: none;
}
#header-outer.sticky .userlink-dropdown {
    top: 54px;
    transition: top 0.3s ease;
}
.userlink-dropdown li:hover{
    background-color: #07a;    
}
.userlink-dropdown li:hover a{
    color: #fff;
}
.userlink-dropdown li a {
    font-family: 'Roboto';
    padding: 10px 5px 5px;
    font-size: 15px;
    line-height: 1.25;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #07a !important;
    text-decoration: none;
    gap: 10px;
    white-space: nowrap;
}
.userlink-dropdown li a:hover {
    color: #fff !important;
    background: #07a;
}
.userlink-dropdown li span {
    font-size: 16px;
}

@media only screen and (max-width: 990px) {
    .userlink-dropdown{
        margin: unset;
        top: 40px;
        height: 90px;
        padding: 0.75em;
    }
    .userlink-dropdown li {
        line-height: 24px;
        text-align: left;
    }
    #dropdown-overlay{
        width: 50%;
        height: 30%;
    }

}  
/* Header buttons end */

/* Visible state for the off-canvas menu */
.ocm-overlay {
    background: #09213a;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 110%;
    top: 0;
    z-index: 502;
    transition: all .5s ease-in;
    overflow-y: scroll;
}
.ocm-overlay.visible {
    display: block;
}
.ocm-overlay.act {
    left: 0;
}
.ocm-main{
    padding: 70px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.menu-wraper {
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
}

/* Off Canvas Menu */
.tsf-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.tsf-menu > li {
    position: relative;
    list-style: none;
    font-size: 18px;
    margin-left: 14px;
    line-height: 20px;
}
.tsf-menu > li#menu{
    display: none;
}
.tsf-menu li a{
    color: #252525;
}
.tsf-menu li a:hover{
    color: #07a;
}

@media only screen and ( max-width:999px ){
    .tsf-menu > li#menu{
        display: block;
    }
}


/*****************************************/
/* Site Content */
/*****************************************/
.container {
    max-width: 1720px;
    width: 100%;
    padding: 0 90px;
}
.hero-container .hero-module .video-metadata{
    overflow-wrap: anywhere;
}
.bc-video-browser .bc-video-grid-items .bc-video-grid-item .caption:hover, span.highlight{
    color: #07a;
}
.bc-video-browser-grid-top, .bc-pagination, #bc-breadcrumbs, .bc-read-more-mobile, .bc-read-less-mobile, .bc-view-more-mobile, #bc-category-list-mobile .gal-marquee-category-link, #bc-category-list-mobile .header-only, .video-description p, .bc-label, .video-name, .share h5, .share .share-label, .input-group .form-control{
    font-family: 'Roboto';
}
.bc-label, .video-name{
    color: #252525;
}
.video-name{
    line-height: 36px;
    font-size: 32px;
}
.bc-video-browser .category-list-label.search-enabled, #bc-breadcrumbs{
    display: none;
}
.bc-video-browser .bc-video-browser-grid .pagination-header, .bc-video-browser .bc-video-browser-grid .pagination-footer{
    border: unset;
}
.bc-video-browser .category-list{
    display: flex;
    flex-wrap: wrap;
}
.bc-video-browser-inner {
    display: flex;
    flex-wrap: wrap;
}
.bc-video-browser-inner [class*="col-"]{
    flex: 1 1 100%;
}
.bc-video-browser .category-list > li {
    font-family: 'Roboto';
    border: 1px solid #07a !important;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    background: #fff;
    margin-bottom: 8px;
    width: fit-content;
    margin-right: 5px;
    height: 37px;
}
.bc-video-browser .category-list > li a{
    font-family: 'Roboto';
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    background: #fff;
    color: #07a !important;
}
.bc-video-browser .category-list > li.active, .bc-video-browser .category-list > li:hover, .bc-video-browser .category-list > li.active a, .bc-video-browser .category-list > li:hover a{
    color: #fff !important;
    background: #07a !important;
}
.bc-video-browser .bc-video-grid-items .bc-video-grid-item {
    width: 32.3%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    margin: 0 .75% 1.5%;
}
.bc-video-browser .bc-video-grid-items .bc-video-grid-item:nth-child(3n+1) {
    margin-left: 0;
}
  
.bc-video-browser .bc-video-grid-items .bc-video-grid-item:nth-child(3n) {
    margin-right: 0;
}
.bc-video-browser .bc-video-grid-items .bc-video-grid-item a {
    display: block;
    padding: 0px !important;
    border: unset;
}
.bc-video-browser .bc-video-grid-items .bc-video-grid-item .bc-video-thumbnail img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bc-video-browser .bc-video-grid-items .bc-video-grid-item .caption {
    color: #252525;
    font-family: 'Avenir Next LT Pro Medium';
    padding: 32px;
    margin: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.bc-video-browser #bc-category-list {
    display: flex;
    justify-content: space-between;
    padding: unset;
    margin-bottom: 2em;
}
.bc-video-browser-search.desktop-only .input-group {
    border: 1px solid #949494;
    border-radius: 4px;
}
.bc-video-browser-search.desktop-only .input-group .form-control{
    border-radius: 4px;
    width: 100%;
}
.bc-video-browser-search.desktop-only .input-group .btn-search{ 
    width: 10%;
    color: #949494;
}
.video-description p{
    height: auto;
}
.partial-video .col-xs-12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.partial-video .bc-video-wrapper{
    width: 45% !important;
}
.partial-video .bc-video-info-wrapper{
    width: 50% !important;
}
.partial-video div[data-id="categories"] .bc-video-wrapper, .partial-video-fma-column .bc-video-info-wrapper {
    width: 100% !important;
}
.partial-video .bc-label-category {
    font-family: 'Roboto' !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    display: inline-flex;
    width: fit-content;
    padding: 5px 17px;
    margin: 0px 5px 1em 0px;
    color: #252525;
    background: #36B5E133;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    text-transform: capitalize;
}
.partial-video .bc-label-category:hover {
    background: #07a;
    color: #fff;
}
.partial-video .video-name {
    font-family: 'Avenir Next LT Pro Demi', sans-serif !important;
    line-height: 48px;
    font-size: 40px;
    font-weight: 700;
}
.page-index .partial-video .video-description p {
    font-family: 'Roboto';
    color: #252525;
    font-size: 22px;
    line-height: 32px;
}
.page-detail .partial-video .video-description p {
    font-family: 'Roboto';
    color: #252525;
    font-size: 16px;
    line-height: 24px;
}
@media only screen and (max-width: 480px) {
    .bc-load-more-button {
        color: #ebebe8;
        background-color: #07a;
        border: 0;
        font-family: 'Roboto';
    }
    #share-container .list-inline{
        display: flex;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 768px) {
    .bc-video-browser-grid{
        margin: auto;
    }
    .partial-video .video-name{
        font-size: 30px;
        line-height: 42px;
    }
    #share-container{
        border-bottom: unset;
    }
    .bc-video-browser .bc-video-grid-items{
        display: flex;
        flex-direction: column; 
    }
    .bc-video-browser .bc-video-grid-items .bc-video-grid-item {
        width: 100%;
        margin-right: unset;
        margin-left: unset;
        margin-bottom: 24px;
    }
    .bc-item-footer-mobile div:not(.caption), #bc-category-list-mobile .category-list, #bc-category-list-mobile .sub-category-list {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .bc-video-browser-inner [class*="col-"]{
        padding: 0;
    }
    .partial-video .video-name{
        font-size: 40px;
        line-height: 48px;
    }
    .bc-video-browser .bc-video-grid-items{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bc-video-browser .bc-video-grid-items .bc-video-grid-item {
        width: 49%;
        margin-right: unset;
        margin-left: unset;
    }
    .bc-video-browser .bc-video-browser-grid .video-browser-search{
        border: unset;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 990px) {
    .partial-video .col-xs-12 {
        display: flex;
        flex-direction: column;
    }
    .partial-video .bc-video-wrapper, .partial-video .bc-video-info-wrapper{
        width: 100% !important;
    }
}
/*****************************************/
/* Footer */
/*****************************************/
#footer-outer {
    border-top: 20px solid #2ca8e2;
    position: relative;
    padding: 2em 0 4em;
    color: #fff;
}

#footer-outer::before {
    content: "";
    background: #07a;
    height: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
}

#footer-outer, #copyright {
    background-color: #09213a;
}

#footer-outer .container-fluid {
    max-width: 1810px;
    margin: 0 auto;
    padding: 0 10px;
}

#footer-logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2em 0em 3em;
}

#footer-logo-menu .logo-social {
    flex: 0 0 25%; /* Adjusted to prevent shrinking */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
#footer-logo-menu #logo {
    margin-bottom: 25px;
}
#footer-logo-menu #logo img {
    width: 100%;
    max-width: 220px;
}
#footer-logo-menu .social-icons {
    display: flex;
    list-style: none;
    padding-left: unset;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    gap:10px;
}
#footer-logo-menu .social-icons li {
    width: 45px;
    margin: 0 1px;
}
#footer-logo-menu .social-icons li:last-child{
    margin-right: unset;
}
#footer-logo-menu .menu-links {
    display: flex;
    flex: 1 1 75%; /* Flexbox will distribute space evenly */
}

.menu-links .col {
    flex: 1 1 auto;
}

.menu-links .title {
    margin-top:unset;
    margin-bottom: 7px;
    color: #fff;
    text-align: left;
    font-family: 'Roboto' !important;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
}
.menu-links .col .title:nth-of-type(2) {
    margin-top: 24px;
}

.menu-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-links ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
    margin-bottom: unset;
}

.menu-links ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.menu-links ul li a:hover {
    color: #2ca8e2;
}

#copyright {
    padding-top: 3em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    font-family: 'Roboto';
}
#copyright .links {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto';
}
#copyright a {
    color: #fff;
}
#copyright a:hover {
    color: #2ca8e2;
}
@media (max-width: 480px) {
    .menu-links .col {
        flex: 1 1 100%;
    }
}
@media (max-width: 768px) {
    #footer-logo-menu {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width:999px) {
    .menu-links {
        flex-direction: column;
        padding-top: 50px;
    }
    .menu-links .col{
        padding-bottom: 50px;
    }
    .menu-links .col:last-child{
        padding-bottom: 0px;
    }
    .menu-links .col .title:nth-of-type(2){
        margin-top: 50px;
    }
    #header-outer .container, .container, #footer-outer .container-fluid, .ocm-overlay .ocm-main {
        width: 88%;
        padding: 0;
        margin: 0 auto;
    }
    #footer-outer, #footer-logo-menu{
        margin: unset;
    }
    #nc-mega-menu, .nectar-button{
        display: none;
    }
    #footer-logo-menu{
        padding-bottom: 0px;
    }
    #footer-logo-menu .logo-social{
        width: 100%;
    }
    .menu-item.has-child a{
        font-weight: 700;
    }
}
@media only screen and (min-width:1024px) {
    #copyright{
        max-width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .menu-links .col {
        padding-right: 10px;
    }
}