/* =Nav
-------------------------------------------------------------- */
#nav-trigger
{
    display: none;
    text-align: center;
}
#nav-trigger span
{
    display: inline-block;
    padding: 15px 30px; /*background-color: #c80032;*/
    background: #0F4982;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    height:36px;
    border-top-right-radius: 12px 8px;
    border-bottom-right-radius: 12px 8px;
    width:105px;
}
#nav-trigger span:after
{
    display: inline-block;
    width: 20px;
    height: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #fff;
    border-right: solid 10px transparent;
}

#nav-trigger span.open:after
{
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
}

nav
{
    margin-bottom: 10px;
    font-size: 12px;
}

nav#nav-main ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
nav#nav-main li
{
    display: inline-block;
    padding: 0 5px;
}
nav#nav-main li:last-child
{
    border-right: none;
}
nav#nav-mobile
{
    position: relative;
    display: none;
    left: -9px;
}
nav#nav-mobile ul
{
    display: none;
    list-style-type: none;
    position: absolute;
    /*left: 0;*/
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px; /*background-color: #c80032;*/
    background-color: #fff;
    z-index: 999;
}
nav#nav-mobile li:last-child
{
    border-bottom: none;
}
/* =Sections
-------------------------------------------------------------- */
section h1
{
    margin-bottom: 10px;
}

section p
{
    margin-bottom: 30px;
}
section p:last-child
{
    margin-bottom: 0;
}

.no_border
{
    border:none !important;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 720px)
{
    #nav-trigger
    {
        display: block;
        height: 35px;
        margin-top: 1px;
    }

    nav#nav-main
    {
        display: none;
    }

    nav#nav-mobile
    {
        display: block;
    }
    
    .expanded li
    {
        background: rgba(0, 0, 0, 0) url("../images/top_nav_bg.png") repeat-x scroll right top !important;
        width:198px;
        margin-top:-1px !important;
        border-top:1px solid #FFF;
    }
    
    .line
    {
        display: none !important;
    }
}



  #cssmenu #menu-button::before {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 3px;
    position: absolute;
    right: 32px;
    width: 20px;
}

#cssmenu #menu-button::after {
    border-bottom: 2px solid #dddddd;
    border-top: 2px solid #dddddd;
    content: "";
    display: block;
    height: 8px;
    margin-top: -10px;
    position: absolute;
    right: 32px;
    width: 20px;
}
.toggleMenu {
    display: none;
    padding: 10px 15px;
}

#cssmenu #menu-button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu #menu-button {
    cursor: pointer;
    display: block;
}

.toggleMenu {
    color: #fff;
}
.toggleMenu {
    display: none;
    padding: 10px 15px;
}

.nav-active
{
    display:block !important;
    height:450px !important;
}