.fix-cont{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header-section {
    background-color: #22475a;
/*    position: absolute;
    width: 100%;
    top: 0;
    left: 0;*/
    z-index: 50;
}

.header-section.bg-transparent {
    background-color: transparent;
    position: absolute;
    width: 100%;
}

.header-section .top-nav-cont {
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
    display: none;
}

.header-section .top-nav-cont .header-left {
    width: 28.8%;
}

.header-section .top-nav-cont .header-left > .logo-cont{
    display: flex;
    align-items: center;
    height: 100%;
}

.header-section .top-nav-cont .header-right {
    width: 71.2%;
}

@media screen and (min-width: 1025px){
    .header-section .top-nav-cont .header-left {
        width: 21%;
    }

    .header-section .top-nav-cont .header-right {
        width: 79%;
    }
}

@media screen and (min-width: 1200px){
    .header-section .top-nav-cont .header-left {
        width: 28.8%;
    }

    .header-section .top-nav-cont .header-right {
        width: 71.2%;
    }
}

.header-section .header-right .header-top {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 20;
    min-height: 44px;
}

.header-section .header-right .header-bottom {
    z-index: 15;
    position: relative;
}

.header-section .header-right .divider {
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: relative;
    top: 6px;
    margin-left: 10px;
    margin-right: 20px;
    display: none;
}

.header-section .logo-cont .logo {
    max-width: 250px;
}

.header-section .logo-cont .logo img {
    height: 100%;
    width: 100%;
}

.header-section .mobilenav .logo {
    max-width: 175px;
    display: block;
    padding: 5px;
}

.header-section .mobilenav .logo img {
    height: auto;
}
.header-section .mobilenav.active .logo {
    display: none;
}

@media(min-width: 1025px) {
    .header-section .top-nav-cont {
        display: flex;
    }
}

/*** Search Bar ***/

.header-section .header-top .search_widget_headerbox {
    display: none;
    position: absolute;
    right: -5px;
    top: 0px;
}

.header-section .header-top.active .search_widget_headerbox {
    display: block;
}

.header-section .header-top .search-button .close,
.header-section .header-top.active .search-button .open {
    display: none;
}

.header-section .header-top.active .search-button .close,
.header-section .header-top .search-button .open {
    display: block;
}

.header-section .header-top .search-button {
    background-color: transparent;
    padding-left: 15px;
    margin-bottom: 0;
}

/** Mobile Display **/

.header-section .mobilenav {
    display: block;
}

.header-section .mobilenav .search-button {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 65px;
    width: 50px;
    height: 100%;
}
.header-section .mobilenav.active .search-button{
    display: none;
}
/*.header-section .mobilenav.active .search-button {
    height: 65px;
}*/

.header-section .mobilenav .search-button i {
    font-size: calc(22px + (25 - 22) * ((100vw - 320px) / (640 - 320)));
}

@media(min-width: 641px) {
    .header-section .mobilenav .search-button i {
        font-size: 25px;
    }
}


.header-section .mobilenav .search_widget_headerbox {
    display: none;
}

.header-section .mobilenav.searching .search_widget_headerbox {
    display: block;
    position: absolute;
    width: 100%;
}

.header-section .mobilenav .search_widget_headerbox input[type=search] {
    width: calc(100% - 79px);
    height: 65px;
}

.header-section .mobilenav .search_widget_headerbox .searchBtn,
.header-section .mobilenav .search_widget_headerbox .closeBtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    padding: 0;
}

.header-section .mobilenav .search_widget_headerbox .searchBtn:focus,
.header-section .mobilenav .search_widget_headerbox .closeBtn:focus {
    outline-color: transparent;
}

.header-section .mobilenav .search_widget_headerbox .searchBtn{
    right: 65px;
    font-size: calc(22px + (25 - 22) * ((100vw - 320px) / (640 - 320)));
}
.header-section .mobilenav .search_widget_headerbox .closeBtn {
    right: 0;
    color: #112844;
    font-size: 11px;
}

@media(min-width: 641px) {
    .header-section .mobilenav .search_widget_headerbox .searchBtn {
        font-size: 25px;
    }
}

::-webkit-input-placeholder { /* Chrome */
    color: #21475a;
    }
    :-ms-input-placeholder { /* IE 10+ */
    color: #21475a;
    }
    ::-moz-placeholder { /* Firefox 19+ */
    color: #21475a;
    opacity: 1;
    }
    :-moz-placeholder { /* Firefox 4 - 18 */
    color: #21475a;
    opacity: 1;
    }

@media(min-width: 1025px) {
    .header-section .mobilenav {
        display: none;
    }
}

/* Sports & Meetings Themes Shared */
.sports .header-section .top-nav-cont,
.meetings .header-section .top-nav-cont {
    padding: 16px 15px 17px;
}
.sports .header-section .top-nav-cont .header-left,
.meetings .header-section .top-nav-cont .header-left {
    position: relative;
}
.sports .header-section .top-nav-cont .header-left > .logo-cont,
.meetings .header-section .top-nav-cont .header-left > .logo-cont {
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 1;
}
.sports .header-section {
    background-color: #c41d37;
}
.sports .header-section .logo-cont .logo {
    max-width: 160px;
}
.meetings .header-section {
    background-color: #214093;
}
.meetings .header-section .logo-cont .logo {
    max-width: 134px;
}
.meetings .header-section .mobilenav .logo,
.sports .header-section .mobilenav .logo {
    position: absolute;
    top: 0;
    left: 0;
}
.meetings .header-section .mobilenav .logo {
    max-width: 125px;
}
.sports .header-section .mobilenav .logo {
    max-width: 140px;
    top: -15px;
}
.meetings .header-section .mobilenav .logo img,
.sports .header-section .mobilenav .logo img {
    width: 100%;
}
.meetings .mobilenav.active .mobile-dd {
    background-color: #214093;
}
.sports .mobilenav.active .mobile-dd {
    background-color: #c41d37;
}
.meetings .mobilenav .mobile-dd .nav-list .item-inner > .item-inner-toggle i,
.sports .mobilenav .mobile-dd .nav-list .item-inner > .item-inner-toggle i {
    color: rgba(255, 255, 255, 0.75);
}
.meetings .mobilenav .mobile-dd .nav-list .item,
.sports .mobilenav .mobile-dd .nav-list .item {
    border-color: rgba(255, 255, 255, 0.2);
}
.sports .mobilenav .mobile-dd .nav-list.primary > .item > .item-inner > a {
    font-family: rockwell, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.sports .header-section.bg-transparent,
.meetings .header-section.bg-transparent {
    background-color: transparent;
}
