.headerContainer {
    width: var(--pageWidth);
    max-width: 100%;
    margin: 0px auto;
    background-color: #003465;
    padding: 0 30px;
}

#masthead {
    height: 100px;
    background-color: var(--maincolor);
    color: #fff
}

#masthead {
    height: 60px
}

#masthead.topEdge {
    height: 100px
}

.topEdge .booknowHead.borderedBtn {
    padding: 10px 26px !important;
}

.nav-down .booknowHead.borderedBtn {
    padding: 5px 26px;
}

.booknowHead.borderedBtn {
    padding: 5px 26px;
    font-weight: bold;
    background-color: var(--maincolor);
    border-color: var(--maincolor)
}

.booknowHead.borderedBtn:hover {
    text-decoration: none;
    color: var(--bgDarkblue);
    background-color: #fff;
    border-color: #fff
}

.topEdge .header-logo img {
    height: 65px;
    transition: all 0.2s;
}

.header-logo img {
    height: 40px;
}

#masthead>div {
    height: 100%;
}

#content {
    padding-top: 100px
}

#content:before {
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.headerLeft {
    width: 214px;
    display: flex;
    align-items: center;
}

.headerCenter {
    width: calc(100% - 428px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.headerRight {
    width: 214px;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
}

.booknowHead {
    font-size: 16px;
    line-height: 24px;
    margin-left: 30px;
    border-color: #fff;
    background-color: transparent
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    height: auto;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    height: 100%;
}

#wrapper:before {
    content: '';
    width: 100%;
    height: 100px;
    background: var(--maincolor);
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width:1305px) {    
    .headerLeft {
        width: 150px;
    }
    
    .headerCenter {
        width: calc(100% - 340px);
    }
    
    .headerRight {
        width: 214px;
    }
    
    .main-navigation { 
        padding-right: 0px !important;   
    }
    
    .booknowHead {
        margin-left: 20px;
    }
}

@media screen and (max-width:990px) {
    #wrapper:before {
        height: 78px
    }
}

.headerWrapper.header2 .header-logo {
    order: 2
}

.headerWrapper.header2 .main-navigation {
    order: 1
}

.headerWrapper.header2 .headerContact {
    order: 3
}

.header2 ul.primary-menu {
    justify-content: flex-start;
}

.header2 .main-navigation {
    width: auto
}

.nav-up {
    top: -100px;
}

.topEdge.nav-up {
    top: 0px;
}

.main-navigation {
    border: 0;
    text-align: center;
}

.headerContact {
    width: auto;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.headContactBtn {
    display: flex;
    align-items: center
}

.phoneNav {
    margin-right: 0;
}

.phoneNav img {
    width: 29px;
}

.phoneNav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phoneNav span {
    padding-left: 14px;
}

.headerMobLogo {
    background-color: var(--maincolor);
    padding: 40px 0 20px;
}

.headerMobLogo img {
    width: 150px;
}

.scrollDownWrap {
    display: none
}

@media screen and (max-width:990px) {}