/*
// VALUE:COLOR_1:#5B7C98
// VALUE:COLOR_2:#F7E8C3
// VALUE:COLOR_3:#3274AB
*/


/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/

html {
    height: auto;
}

body {
    font-family: Calibri Regular, Arial, sans-serif;
    background: -moz-linear-gradient(50% 0.17% -90deg, rgba(242, 242, 242, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(242, 242, 242, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-gradient(linear, 50% 0.17%, 50% 99.69%, color-stop(0, rgba(242, 242, 242, 1)), color-stop(1, rgba(204, 204, 204, 1)));
    background: -o-linear-gradient(-90deg, rgba(242, 242, 242, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(242, 242, 242, 1) 0%, rgba(204, 204, 204, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#CCCCCC' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#CCCCCC', GradientType=0);
    font-size: 15px;
    /*line-height: 1.8;*/
}

#body-container {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

p {
    color: #333;
    font-size: 15px;
    /*line-height: 1.8;*/
    font-weight: 400;
    font-family: Calibri Regular, Arial, sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}


/*--------------------------------------------------------
    ALIGNMENT
--------------------------------------------------------*/

.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}


/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 10px 0 20px 0;
    font-family: Calibri Regular, Arial, sans-serif;
}

h2 {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 40px 0 20px 0;
    font-family: Calibri Regular, Arial, sans-serif;
}

h3 {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    font-size: 24px;
    font-weight: 600;
    font-family: Calibri Regular, Arial, sans-serif;
}

h4 {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    font-weight: 700;
    font-size: 20px;
    font-family: Calibri Regular, Arial, sans-serif;
}

h5 {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    font-weight: 700;
    font-size: 18px;
    font-family: Calibri Regular, Arial, sans-serif;
}


/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/

a {
    color: #3274AB;
}

a:hover {
    color: #337ab7;
}

a.black {
    color: #000000;
}

a.white {
    color: #ffffff;
}

a.white:hover {
    color: #cecece;
}


/*--------------------------------------------------------
    IMAGES
--------------------------------------------------------*/

img {
    border: 0px;
    max-width: 100%;
}


/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/

.modal-content {
    width: 280px;
    border-radius: 0;
}

.modal-dialog {
    display: block;
    width: 19%;
    text-align: center;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-title {
    text-align: center;
}

.modal-content input[type="text"],
.modal-content input[type="password"] {
    margin: 5px 0 5px;
    border: 1px solid #737373;
    padding: 5px 0;
    text-indent: 5px;
}


/*--------------------------------------------------------
    HEADER
--------------------------------------------------------*/

#logo-wrap a {
    float: left;
}

#logo-wrap a svg {
    margin: 15px;
}

#logo-wrap img {
    margin: 15px;
    max-height: 120px;
}

@media (max-width: 767px) {
    #logo-wrap img {
        margin: 15px auto;
    }
}

.social-search-wrap {
    padding-top: 54px;
}

#social-media {
    text-align: right;
    float: right;
    margin-right: 15px;
}

#social-media img {
    display: inline-block;
    width: 36px;
}

#social-media a {
    padding: 0 2px;
}

#social-media a:hover {
    text-decoration: none;
}

.searchbox {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    font-family: Calibri Regular, Arial, sans-serif;
    font-size: 15px;
}

#search {
    float: right;
    max-width: 250px;
    margin-right: 30px;
}

.q {
    border: 1px solid #3274AB;
    /* REPLACE_COLOR:COLOR_3 */
    color: #3274AB;
    /* REPLACE_COLOR:COLOR_3 */
    height: 37px;
    width: 100%;
    padding-bottom: 9px;
    padding-right: 10px;
    text-indent: 5px;
    border-right: none;
    border-radius: 0px;
}

.input-group-addon {
    border: 1px solid #3274AB;
    /* REPLACE_COLOR:COLOR_3 */
    background-color: #fff;
    border-radius: 0;
    padding: 4px 7px 8px 10px;
}

.searchbox .input-group-addon .search-button {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 5px;
    border: 2px solid #0E569B;
    border-radius: 15px;
    background: transparent;
}

.searchbox .search-button::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #0E569B none repeat scroll 0% 0%;
    transform: rotate(-48deg);
    height: 4px;
    width: 8px;
    right: 9px;
    bottom: -5px;
    border-width: 0;
    border-radius: 5px 0 0 5px;
}

#main-menu {
    /*margin-bottom: 30px;*/
    background-color: #3274AB;
    /* REPLACE:COLOR_1 */
}

.dropdown-menu>li>a {
    color: white;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #F7E8C3;
}

.main-admin-navbar>div,
#member_menu_wrap_5 .container-fluid {
    margin-top: .5em;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper {
    position: fixed;
    top: -1px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    max-width: 100%;
    height: 100%;
    background-color: #5A7291;
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
}

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}

#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mobile-menu>li#triggerClose {
    color: #fff;
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}

#mobileMenuWrapper #mobile-menu li a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
}

#mobileMenuWrapper #mobile-menu li a:hover {
    color: #F7E8C3;
    text-decoration: none;
}

#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}

#mobile-menu a {}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

#mobile-menu-col {
    right: 20px;
    float: right;
    position: relative;
}

#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}

#mobile-logo a {
    margin: 0 !important;
}

#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}

svg#burger {
    width: 35px;
    height: 35px;
}


/*.caret {
    border-top: 4px solid #fff;
}*/

#mobileMenuWrapper #social-media a {
    width: auto;
    margin: 0;
}

#mobileMenuWrapper #social-media a:first-of-type {
    padding-left: 0;
}


/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/

#index-content-wrap .container {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

#index-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

#sub-container-page {
    padding-top: 30px;
}

.slideshow-wrap {
    position: relative;
}

.slideshow-wrap .container {
    width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}



.slideshow-wrap .container img {
    width: 100%;
    max-width: 100%;
}

#slide-wrap br {
    display: none;
}

#slide-wrap .carousel-control {
    background-image: none;
    display: none;
}

#slide-wrap .carousel-indicators {
    text-align: center;
    padding-right: 0px;
}

#slide-wrap .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 2px auto;
}

#slide-wrap .carousel-indicators li.active {
    border: 1px solid #fff;
}

#slide-wrap .carousel-caption {
    bottom: 0;
    background: rgba(128, 128, 128, 0.8);
    text-align: left;
}

@media (max-width: 767px) {
    #slide-wrap .carousel-caption {
        position: static;
        padding: 15px 15px 20px 15px;
    }
}

#slide-wrap .carousel-caption .caption-wrapper {
    text-shadow: none;
    margin-bottom: 20px;
}

#slide-wrap .carousel-caption .caption-wrapper p.caption-text {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
}

#slide-wrap .carousel-caption .caption-wrapper p.alt-text {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}

.carousel-indicators {
    width: 100%;
    text-align: right;
    margin: 0;
    left: 0;
    right: 0px;
    bottom: 10px;
    padding-right: 20px;
}

.carousel-caption {
    bottom: -10px;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.caption-wrapper {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    padding: 10px;
}

.caption-wrapper p {
    color: white;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
}

.caption-wrapper p.alt-text {
    margin-bottom: 5px;
}

#main-content {
    padding: 10px 0 25px;
}

#secondary-content {
    margin-top: 20px;
}

#event-wrap,
#news-wrap {
    /*float: left;
    padding-left: 0;*/
    margin-bottom: 30px;
}

#event-wrap h3,
#news-wrap h3 {
    border-bottom: 1px solid #85866C;
    padding-bottom: 10px;
}

#event-wrap .event-item {
    /*float: left;*/
    margin: 10px 0 15px;
}

h4.event-title {
    padding: 0;
}

.event-date {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    font-size: 15px;
    font-style: italic;
    font-family: Calibri Regular, Arial, sans-serif;
}

.event-blurb {
    /*float: left;*/
    display: block;
    color: #3274AB;
    /* REPLACE:COLOR_3 */
    margin: 5px 0 10px;
    font-size: 14px;
    font-family: Calibri Regular, Arial, sans-serif;
}

a.ev-title-link,
a.news-title-link {
    color: #3274AB;
    /* REPLACE:COLOR_3 */
}

a.ev-title-link:hover,
a.news-title-link:hover {
    text-decoration: none;
}

#news-wrap .news-item,
.rss-item {
    /*float: left;*/
    margin: 10px 0 15px;
}

h5.news-title {
    padding: 0;
}

.news-date,
.rss-item .date {
    color: #85866C;
    font-size: 15px;
    font-style: italic;
    font-family: Calibri Regular, Arial, sans-serif;
}

.news-blurb,
.rss-item .description {
    float: left;
    display: block;
    color: #4D4D4D;
    margin: 5px 0 10px;
    font-size: 14px;
    font-family: Calibri Regular, Arial, sans-serif;
}

.news-item {
    display: flex;
    align-items: flex-start;
}

.news-image img {
    min-height: 110px;
    height: 110px;
    max-width: 100%;
    width: 110px;
    min-width: 110px;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
}


/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/


/*#main-container-page {
    position: relative;
    padding-top: 169px;
    background-color: #191617;
}
#page {
    color: #cbcbcb;
    padding-top: 30px;
    padding-bottom: 50px;
}*/

#page h2 {
    margin: 0 0 25px 0;
}

#subpage {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/

#footer-container {
    background-color: #3274AB;
    /* REPLACE:COLOR_3 */
    padding: 20px 15px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#footer-container p {
    color: #fff;
    font-family: Calibri Regular, Arial, sans-serif;
    font-weight: normal;
}

#footer-container a {
    color: #fff;
}

#contact-wrap {
    text-align: left;
    color: #fff;
}

#copyright-wrap {
    text-align: right;
}

@media (max-width: 767px) {
    #copyright-wrap {
        text-align: left;
    }
}


/* Corportate Members */

.corporate-members-wrap .container {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

.cor-head-txt {
    border-bottom: 1px solid #85866C;
    padding-bottom: 10px;
    color: #3274AB;
    font-size: 24px;
    font-weight: 600;
    font-family: Calibri Regular, Arial, sans-serif;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.cor-text-note {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
}

.corp-slide-wrap {
    text-align: center;
}

.corp-slide-wrap img {
    display: inline-block;
}


/*---------------------------Navigation-----------------------*/

#nav_menu {
    padding: 0 15px;
}


/*----------------------------
    Mobile Toggle 
------------------------------*/

#mobile-menu-col {
    display: none;
}

#mobile-menu #social-media,
#mobile-menu #search {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}


/*----------------------------
    special for this one 
------------------------------*/

.navigation.row>.col-md-12 {
    padding: 0px;
}

.navigation.row {}


/*----------------------------
    The Wrapper
------------------------------*/

.nav-wrapper {
    background-color: #335526;
    position: relative;
    min-height: 35px;
}


/*----------------------------
    The Toggle
------------------------------*/

.navbar-toggle {
    width: 70%;
    border: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: 0px;
    text-align: right;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-toggle:focus {
    border: 0px;
    outline: 0px;
}

.navbar-toggle>span {
    color: #ffffff;
}


/*----------------------------
    Full State
------------------------------*/

.navbar-nav {
    margin: 0px;
}

.navbar-nav ul {}

.navbar-nav li {
    position: relative;
    float: left;
    list-style-type: none;
}

.navbar-nav>li>a {
    padding: 5px 20px;
}

#nav_menu li:hover {}

#nav_menu li a {
    color: #fff;
    font-weight: 400;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    font-family: "Muli", Arial sans-serif;
}

#nav_menu li a:hover {
    color: #F7E8C3;
    /* REPLACE:COLOR_2 */
}

#nav_menu li a .caret,
#mobileMenuWrapper #mobile-menu li a .caret {
    display: none;
}

#nav_menu li.dropdown .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav_menu .navbar-nav>li.open>.dropdown-menu .men-level-1 {
    top: -18%;
}

#nav_menu_top_menu ul,
#nav_menu ul {}

#nav_menu_top_menu li a {
    color: #000;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 8px 0 5px;
}

#nav_menu_top_menu li a:hover {
    text-decoration: underline;
}


/*------ Third level Items/Multi Tier */

.navbar-nav li ul li a {}

.navbar-nav li ul li a:hover {}


/*------ On Hover/Focus/.open */

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {}

.navbar-nav .open>a,
.navbar-nav .open>a:hover,
.navbar-nav .open>a:focus,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}


/*----------------------------
    Collapsed State
------------------------------*/

.navbar-collapse.collapse {
    position: relative;
}

.navbar-collapse {
    max-height: none;
    padding: 0px;
}


/*----------------------------
    Dropdown Menus - full/collapsed
------------------------------*/

.dropdown-menu {
    background: #5B7C98;
    /* REPLACE:COLOR_1 */
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    background: transparent;
}

.dropdown-menu li {
    width: 100%;
}


/*----------------------------
    @Media and Sizes
------------------------------*/

@media (max-width: 991px) {
    #logo-wrap {
        width: auto;
    }
    #mobile-menu-col {
        display: inline-block;
        margin-top: 1px;
        right: 15px;
        float: right;
    }
    #index-container {
        padding: 0;
    }
    #logo-wrap img {
        margin: 15px 0;
    }
    .social-search-wrap {
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .navbar-nav li a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        clear: both;
        margin-top: 8px;
    }
    .navbar-collapse,
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav li {
        width: 100%;
        height: auto;
        display: block;
        padding-top: 0px;
        text-align: center;
    }
    .navbar-nav li a {
        margin: auto;
        height: auto;
        width: 100%;
        font-size: 16px;
        padding-top: 5px;
        padding-top: auto;
        padding-bottom: 6px;
    }
    .navbar-toggle {
        clear: both;
        padding: 0px;
        margin: 0px auto;
        margin-right: 20px;
        display: inline-block;
    }
    .dropdown li {
        width: 100%;
        display: block;
        background-color: #91A9A0;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: 6px;
    }
    .nav-row {
        height: auto;
        max-height: none;
    }
    .small-text {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
        position: static;
    }
    #social-media {
        display: none;
    }
    #mobile-menu #social-media {
        display: block;
        float: left;
    }
    #mobileMenuWrapper #social-media a {
        width: auto;
        display: inline-block;
        margin: 0;
    }
    #mobile-menu .social-search-wrap {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .navbar-toggle {
        display: inline;
    }
    .navbar-nav li {
        width: 100%;
        height: auto;
        display: block;
        padding-top: 0px;
        text-align: center;
    }
    .dropdown li {
        width: 100%;
        display: block;
        background-color: #91A9A0;
    }
    .navbar-nav li a {
        width: 100%;
        margin: auto;
        height: auto;
        font-size: 16px;
        padding-top: 5px;
        border-left: none;
        padding-top: auto;
        border-right: none;
        padding-bottom: 6px;
    }
    .navbar-nav li {}
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }
    .open {
        height: auto !important;
    }
    .open a {
        display: block;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: 6px;
    }
    .hlp-wrapper {
        display: none;
    }
    .vid-feature iframe {
        max-width: none !important;
        max-height: none !important;
    }
    #search {
        display: none;
    }
    #mobile-menu #search {
        display: block;
        float: left;
        margin: 0;
    }
    #mobile-menu #search {
        margin-bottom: 20px;
    }
}

.navbar-collapse {
    border: 0px;
    box-shadow: none;
}


/*IA 2018 Proceedings Page*/

#title-wrapper {
    position: sticky;
    top: 0;
    padding: 10px 0;
    background: white;
}

#title-wrapper .title {
    margin: 0;
}

#onpage-search {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 300px;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #3274AB;
    color: #3274AB;
}

#results-counter {
    position: absolute;
    top: calc(30px - 1em);
    right: 50px;
    height: 30px;
}

#arrow-controls {
    position: absolute;
    top: 10px;
    right: 0;
}

#arrow-controls>button {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent currentColor;
    padding: 0;
    margin: 0 5px;
    opacity: .8;
}

#arrow-controls>button#previous-arrow {
    border-width: 5px 8.7px 5px 0;
    border-color: transparent currentColor transparent transparent;
}

#arrow-controls>button[disabled="true"] {
    opacity: 50%;
}

@media (max-width: 700px) {
    #onpage-search {
        position: relative;
        width: 100%;
    }
    #results-counter {
        top: calc(100% - 1.75em);
    }
    #arrow-controls {
        top: calc(100% - 2.125em);
    }
}

.search-highlight {
    display: inline;
    background: yellow;
    padding: 0;
}

#current-result {
    background: orange;
}

#event-wrap,
#news-wrap,
#twitter-wrap {
    margin-bottom: 30px;
}

#twitter-wrap {
    position: relative;
    top: -10px;
}


/* Refresh changes from ticket #196724 (https: //mmsusersupport.com/users/request_detail.php?rid=232289128) */

body {
    background: white;
    font-size: 16px;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

#body-container,
#footer-container {
    box-shadow: none;
}

#footer-container,
#main-menu {
    position: relative;
}

#footer-container::before,
#main-menu::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100vw - 1170px) / -2);
    right: calc((100vw - 1170px) / -2);
    background: #3274AB;
    display: block;
    /* max-width: 100%; */
}

@media (max-width:1200px) {
    #footer-container::before,
    #main-menu::before {
        left: calc((100vw - 970px) / -2);
        right: calc((100vw - 970px) / -2);
    }
}

@media (max-width:990px) {
    #main-menu::before {
        content: none;
    }
    #footer-container::before {
        left: calc((100vw - 750px) / -2);
        right: calc((100vw - 750px) / -2);
    }
}

@media (max-width:767px) {
    #footer-container::before {
        content: none;
    }
}