#page-container {
    background-color: #f2f2f2;
}

#page-container {
    background: transparent;
}

header.header {
    z-index: 2000;
    position: relative;
}
#top-header {
    background-color: #191919;
}
#top-header {
    z-index: 1;
    position: relative;
    background: #2B3843;
    padding: 10px 0;
}

.et_fullwidth_secondary_nav #top-header .container {
    max-width: none;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
#top-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.container {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
