﻿:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */
}

#menu-button {
    /* hiding responsive menu button */
    display: none;
}

nav.mobile {
    /* hiding responsive menu */
    display: none;
}

/***** Start of primary nav ******/




nav.primary ul li li.drop a {
    width: 29.25%;
    float: left;
    margin: 0%;
    padding: 4px 2%;
    height: 32px;
    background: #001f66;
    color: #dab400 !important;
    box-sizing: content-box;
}

nav.primary ul ul.drop {
    display: none;
    position: absolute;
    z-index: 999999;
    background: #001f66;

    width: 560px;

}

.nav-open-button {
    display: none !important;
}

.bar {
    display: none;
}

nav.primary {
	width: 90%;
    float: left;
    margin-top: 20px;
    background: #084f13;
    padding: 30px 10px;
	display: flex;
	justify-content: center;
}

.footnav nav.primary {
    margin-top: 0;
}

header nav.primary {
    /* margin-top: 10px; */
}

nav.primary ul {
    float: right;
}

.footnav nav.primary ul {
    float: left;
}

nav.primary ul li {
    float: left;
}




nav.primary ul li a {
    padding: 0px 25px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

nav.primary ul li a:hover {
    /* padding-top: 10px; */
    padding-bototm: 20px;
}



nav.primary ul li li a {
    padding: 10px 10px !important;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    background: #1C6F29;
    color: #fff;
    border: 1px solid #1C6F29;
    text-transform: none;
    box-sizing: border-box;
}

nav.primary ul li li a:hover {
    /* appearance of the sub-level links on hover */
    background: #fff;
    color: #1C6F29 !important;
    border: 1px solid #1C6F29;
}

.manulogos img {
    width: 100%;
}

nav.primary ul li li.manulogo a {
    width: 27%;
    float: left;
    margin: 2%;
    padding: 1%;
}







/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child {
    /* Optional-use, this targets last li */
}

nav.primary ul li:last-child a {
    /* Optional-use, this targets last link */
    padding-right: 0;
}

nav.primary ul li:first-child a {
    /* Optional-use, this targets first li */
}

/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child {}

nav.primary ul li li:last-child a {
    padding-right: 32px;
}

nav.primary ul li li:first-child a {}

/* Optional-use, End targeting styles of first and last links */

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
    z-index: 999999;
    background: #fff;

}

nav.primary ul ul.manulogos {
    display: none;
    position: absolute;
    z-index: 999999;
    background: #eeeeee;
    padding-top: 10px;
    margin-left: 20px;
    width: 500px;
    right: 15%;
}

nav.primary ul ul ul {
    position: absolute;
    right: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    width: 155px;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
}

nav.primary ul ul li {
    float: none;
    position: relative;
    margin: 0;
}

/*
@media screen and (max-width: 1555px) {

    nav.primary ul li a {
        padding: 15px 6px;
        font-size: 13px;
    }

}

@media screen and (max-width: 1350px) {


    nav.primary ul li a {
        padding: 15px 15px;
        font-size: 12px;
    }

}
*/



/******** End of primary Nav ***************/



@media screen and (max-width: 1200px) {



    nav.primary {
        display: none;
    }

    .menubutton {
        float: left;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-top: 7px;
    }

    .fa-bars {
        float: left;
        /* margin-right: 10px; */
    }

    /*==============================
	Mobile Nav Styles			
================================*/
    #menu-button {
        /* initially will need to be hidden */
        display: flex;
		align-items:center;
		margin-right: 40px;
    }
	a.facebook-mobile {border: none !important;}
	a.facebook-mobile i.fa-brands.fa-square-facebook{font-size:38px;}

    .footnav #menu-button {
        float: left;
    }

    #menu-button a {
        color: #1C6F29 !important;
        text-decoration: none;
        display: block;
        font-size: 32px;
        position: relative;
        z-index: 999;
        /* needs to be lower than nav.mobile, adjust as needed */
        padding: 7px 25px;
        background: #fff;
        border: 2px solid #1C6F29;
        float: right;
        /* margin-top: 10px; */
        box-sizing: border-box;
    }

    #menu-button a:hover {
        background: #1C6F29 !important;
        color: #fff !important;
    }

     #menubutton:hover {
        background: #00162B !important;
		cursor: pointer;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        background: #1C6F29;
        background-size: cover;
        z-index: 999999;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    nav.mobile h3 {
        /* Menu header styles */
        position: relative;
        padding: 12px 10px;
        color: #fff;
        font-size: 1.2em;
        font-weight: 600;
        border-bottom: 4px solid #ECECEC;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    nav.mobile .menu-toggle {
        /* Menu close button */
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 9px 5px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-decoration: none;
        vertical-align: top;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #ececec !important;
		cursor: pointer;
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        /* border-top: 1px solid #162D68; */
        /* border-bottom: 1px solid #274080; */
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        /* border-top: 1px solid #274080; */
        /* border-bottom: 1px solid #162D68; */
        position: relative;
    }


    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;

    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #fff !important;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

    }

    nav.mobile ul li a:hover {
        background: #fff;
        color: #1C6F29 !important;
        font-weight: bold;
    }

    .manulogo img {
        width: 100%;
    }

    nav.mobile ul li.manulogo {
        border: none;
    }

    nav.mobile ul li li.manulogo a {
        width: 44%;
        float: left;
        margin: 2%;
        padding: 1%;
        background: #eee;
    }

    nav.mobile ul li li.manulogo a:hover {
        background: #fff;
    }

    nav.mobile ul li li a {
        /* appearance of the sub-level links */
        background: #DBCDC6;
        position: relative;
        display: block;
        padding: 8px 10px 8px 15px;
        color: #313131 !important;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
    }

    nav.mobile ul li li li a {
        /* appearance of third level sub-level links if needed */
        background: #666;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #000;
        text-decoration: none;
    }

    nav.mobile ul li span.click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        background: url(../images/arrow.png) 10px 12px no-repeat;
        background-size: 55%;
        position: relative;
        display: block;
        float: right;
        margin: -44px 0 0 0;
        cursor: pointer;
        z-index: 12399994;
        width: 44px;
        height: 44px;
        -webkit-transition: background-size .3s ease-in-out;
        -moz-transition: background-size .3s ease-in-out;
        transition: background-size .3s ease-in-out;
    }

    nav.mobile ul li span.click:hover {
        background-size: 60%;
    }

}

@media screen and (max-width: 600px) {

    .menubutton {
        font-size: 16px;
        margin-top: 4px;
    }

    #menu-button a {
        font-size: 24px;
        padding: 5px 15px;
        margin-top: 8px;
    }

}

@media screen and (max-width: 440px) {
    #menu-button {
        /* width: 100%; */
    }

    #menu-button a {
        width: 100%;
    }
}


@media screen and (max-width: 540px) {}

@media screen and (max-width: 400px) {}




@media screen and (max-width: 465px) {}
