/*
|--------------------------------------------------------------------------
| Dynomyte
|--------------------------------------------------------------------------
*/

#dynomyte-bg img {
    width: auto !important;
    height: 900px !important;
}

/*
|--------------------------------------------------------------------------
| Common Text Styles
|--------------------------------------------------------------------------
*/

p, ul li, ol li {
    font-size: 18px;
}

.divider-headline {
    font-size: 74px;
    line-height: 78px;
}
.welcome-headline-box .divider-headline {
    font-size: 66px;
}

.divider-text {
    font-size: 28px;
    line-height: 38px;
}

.title {
    font-size: 60px;
    line-height: 80px;
}

.subtitle {
    font-size: 40px;
    line-height: 48px;
}

/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/

.banner-icon {
    display: none;
}

.header-bar {
    background: #191E27;
    height: 56px;
}

.header-menu-bar {
    margin: 0 auto;
    float: none !important;
    background: #191E27;
    width: 100%;
}

.main-menu-btn {
    display: block;
}

.main-menu-btn .search-btn {
    width: 25%;
    display: block;
    position: relative;
}

.main-menu-btn .menu-text {
    width: 50%;
    display: block;
    text-align: center;
    float: left;
}

    .main-menu-btn .menu-text p {
        color: #FFF;
        line-height: 55px;
    }

.main-menu-btn .menu-btn {
    width: 25%;
    display: block;
}

    .search-btn input {
        display: none;
        padding: 8px;
        position: absolute;
        z-index: 100;
        top: 10px;
        margin-left: -22px;
        width: 260px;
        border-radius: 5px;
        border: none;
        left: 45px;
    }

    .search-btn span {
        margin-top: 4px;
        color: #FFF;
        padding: 16px 0;
    }

    .main-menu-btn .menu-btn span, .main-menu-btn .search-btn span {
        color: #FFF;
        padding: 16px 0;
        cursor: pointer;
    }

.menu {
    display: none;
    margin-left: 0;
    width: 100%;
    background: #191E27;
}

.menu li {
    width: 100%;
    background: #191E27;
    margin: 0;
}

.menu li a {
    font-size: 16px !important;
    line-height: 18px;
    color: #FFF;
    text-decoration: none;
}

.menu li a ul {
    width: 100%;
}

.cover-ul .cover-block.raw33,
.cover-ul .cover-block.raw34,
.secondary-ul .cover-block.raw33,
.secondary-ul .cover-block.raw34 {
  width: 100%;
}

.other-benefit-offerings .content {
  width: 490px;
}
