/*-------- COLORS --------*/

/***** BEGIN RESET *****/

* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

/***** END RESET *****/

header,
nav,
article,
footer {
    display: block;
}

body {
    background: white;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    -webkit-text-size-adjust: none;
}

.wrap {
    width: 88%;
    max-width: 1520px;
    margin: 0 auto;
}

footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.excp .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.excp .wrap svg {
    position: absolute;
    z-index: 0;
    margin-left: -130px;
    margin-top: -80px;
}

.excp .wrap .box {
    max-width: 917px;
    background: #F7F7F7;
    padding: 45px;
    box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.16);
    position: relative;
    width: 100%;
    max-width: min(917px, 47.760416666666664VW);
    padding: 2.34375VW;
}

.excp .wrap .box h1 {
    margin-left: -84px;
    margin-left: -4.375VW;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: clamp(0px, 2.7083333333333335VW, 52px);
}

.excp .wrap .right img {
    width: 360px;
    margin-left: 50px;
    width: clamp(325px, 18.75VW, 360px);
    margin-left: 2.604166666666667VW;
}

nav .wrap {
    height: 100%;
}

header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-tablet,
.show-mobile {
    display: none;
}


/*** typography styles **/
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    /* color: #000; */
    /* font-size: 52px; */
    /* font-weight: bold; */
    /* margin-bottom: 18px; */
}

h2 {
    color: #000000;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 12px;
}

h4 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

h6 {
    color: #0070CC;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}


p {
    font-size: 18px;
    margin-bottom: 16px;
    font-size: clamp(14px, 0.9375VW, 18px);
}

.no-margin {
    margin: 0 !important;
}

a {
    color: #0070CC;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000000;
}


.blue {
    color: #273674;
}

.yellow {
    color: #e8ae06;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}




/*** header styles **/

header {
    width: 100%;
    background: #F7F7F7;
    background-size: cover;
    padding: 30px 0 6px 0;
}

.logo {
    width: 40%;
    float: left;
    text-align: right;
    /* margin-right: 15%; */
}

.logo img {
    width: 67%;
    max-width: 318px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.equip-image {
    width: 41%;
    float: left;
    margin: 0px 0 -50px 0;
    max-width: 285px;
    z-index: 1;
}

.equip-image img {
    width: 100%;
    max-width: 494px;
    height: auto;
    display: block;
}



/*** nav styles **/
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary1 ul ul {
    display: none;
    position: absolute;
}

nav.primary1 ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary1 ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 100;
}

nav.primary1 ul ul li {
    float: none;
    width: 270px;
    position: relative;
    margin: 0;
    display: block;
}

nav {
    width: 100%;
    height: 65px;
    background: #0070CC;
}

nav ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

nav li {
    /* float: right; */
    position: relative;
    /* display: inline; */
    padding: 0 80px;
    padding: 0 min(80px, 4.166666666666666VW);
}

nav li:last-of-type {
    padding-right: 0;
}

nav a:link,
nav a:active,
nav a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: clamp(18px, 1.0416666666666665VW, 20px);
    font-weight: bold;
    line-height: 50px;
}

nav a:hover {
    /* color: #e8ae06; */
}

nav ul ul {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 50px;
    left: 0;
    width: 170px;
    /* background: #263673; */
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav ul li:hover > ul {
    display: block;
    z-index: 99999;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
    padding: 0;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
    /* font-size: 14px; */
    /* line-height: 14px; */
    padding: 7px 0px 7px 10px;
    /* border-bottom: 1px solid #999; */
    color: #fff;
}

nav ul ul li a:hover {
    /* color: #e8ae06; */
}


/*** mid styles **/

.mid {
    width: 100%;
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, .5);
    /* -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, .5); */
    /* box-shadow: 0px 3px 7px rgba(0, 0, 0, .5); */
    display: block;
    z-index: 2;
    position: relative;
    margin-top: -5px;
}

.hero {
    width: 100%;
}

.mid:after {
    content: "";
    display: block;
    clear: both;
}

.inv-btn {
    width: 25%;
    display: block;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, .75); */
    padding-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 235px;
    background-size: cover !important;
    background-position: center !important;
    height: 12.239583333333332VW;
}

.inv-btn a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: clamp(15px, 1.3020833333333335VW, 25px);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .inv-btn a {
        font-size: 25px !important
    }
}

.inv-btn a:hover {
    /* color: #e8ae06; */
}

.inv-btn.construction {
    /* bottom, image */
    background: linear-gradient(rgba(73, 131, 179, .7), rgba(73, 131, 179, .7)), url('..//siteart/btns//construction.jpg');
    /* background-size: cover; */
    /* background-position: center; */
    padding-top: 136px;
}

.inv-btn.ag {
    background: linear-gradient(rgba(73, 131, 179, .7), rgba(73, 131, 179, .7)), url('..//siteart/btns//ag.jpg');
    padding-top: 115px;
    /* height: 227px; */
}

.inv-btn.attachments {
    background: linear-gradient(rgba(73, 131, 179, .7), rgba(73, 131, 179, .7)), url('..//siteart/btns//att.jpg');
    padding-top: 136px;
    /* height: 206px; */
}

.inv-btn.misc {
    background: linear-gradient(rgba(73, 131, 179, .7), rgba(73, 131, 179, .7)), url('..//siteart/btns//misc.jpg');
    padding-top: 20px;
    /* height: 322px; */
}

.inv-btn a.half-btn {
    /* padding: 20px 0; */
    /* height: 103px; */
    /* display: block; */
}



/*** content styles **/

article {
    background: #fff;
    width: 100%;
    padding: 140px 0 100px 0;
    z-index: 1;
}

.ls {
    width: 24%;
}

.ls img {
    width: 100%;
    max-width: 298px;
    height: auto;
    display: block;
}

.inv {
    width: 100%;
    display: block;
}

.inv iframe {
    width: 100%;
    height: 2100px;
    display: block;
    background: #fff;
}

.map {
    width: 75%;
    float: left;
}

.map iframe {
    width: 100%;
    height: 350px;
    display: block;
}

.contact-info {
    width: 23%;
    float: left;
    margin-left: 2%;
}
.financelist{
	list-style: disc;
}
.financelist li{
	list-style: disc;
	padding: 5px 0px;
	list-style-position: inside;
}
.financelist li ul li{
	list-style: circle;
	padding-left: 30px;
	list-style-position: inside;
}



/*** scrolling inv & footer styles **/
.scroll-frame {
    width: 100%;
    background: #0070CC;
    display: block;
    padding: 7px 0;
    overflow: hidden;
}

.scroll-frame iframe {
    width: 100%;
    height: 90px;
    display: block;
    background: #0070CC;
}


footer {
    width: 100%;
    padding: 35px 0;
    line-height: 12px;
    color: #fff;
    background: #004F8F;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 10px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    color: #fff;
}

.footertext {
    font-size: 10px;
    color: #fff;
}

.smallfootertext {
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 48%;
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
}



/*** form styles ***/
#formpage .column4 {
    width: 23%;
    margin: 0 2% 10px 0;
    float: left;
}

#formpage .column2 {
    width: 48%;
    margin: 0 2% 10px 0;
    float: left;
}

#formpage label {
    display: block;
    margin-bottom: 2px;
}

#formpage input {
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    font-family: Arial, Helvetica, sans-serif;
    color: #8e8d8d;
    font-size: 12px;
    width: 100%;
    width: calc(100% - 2px);
    -webkit-appearance: none;
}

#formpage input.small {
    width: 45%;
    width: calc(45% - 2px);
}

#formpage textarea {
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    font-family: Arial, Helvetica, sans-serif;
    color: #8e8d8d;
    font-size: 12px;
    height: 100px;
    width: 100%;
    width: calc(100% - 2px);
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    font-family: Arial, Helvetica, sans-serif;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
}

#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: #8e8d8d;
    color: #FFF;
    border: 1px solid #16598d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}




#formpage input.button,
#formpage input.button:focus {
    margin: 0;
    padding: 7px 0;
    background: #273674;
    border: 1px #fff solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
}

#formpage input.button:hover {
    background: #e8ae06;
    color: #000;
}



/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#formpage label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}


/*control the Captcha */

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/*** responsive styles **/
@media only screen and (max-width: 1365px) {
    nav li {
        padding: 0 3.029304VW;
    }

    nav a:link,
    nav a:active,
    nav a:visited {
        font-size: 18px;
    }

    .excp .wrap {
        /* flex-direction: column; */
    }

    .excp .wrap svg {}

    .inv-btn {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {


    .wrap .splitSecs ul li {

        font-size: 14px !important;
    }

    .wrap .footerLeft h3 {
        font-size: 22px !important;
        padding-bottom: 20px !important;
    }

    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none;
    }

    body,
    p {
        font-size: 14px;
    }

    p {
        margin-bottom: 14px;
    }

    h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    h6 {
        /* font-size: 14px; */
    }

    .logo {
        /* width: 45%; */
        /* margin-right: 10%; */
    }

    .equip-image {
        width: 44%;
        margin: 0;
    }

    header {
        padding: 30px 0;
    }

    #simple-menu {
        float: left;
        background: url(..//siteart/btns//mobile-nav-icon.png) no-repeat center center;
        height: 50px;
        width: 50px;
        display: block;
        cursor: pointer;
    }

    .inv-btn {
        font-size: 22px;
        width: 50%;
        height: 19.239583VW;
    }

    .inv-btn.construction {}

    .inv-btn.construction {
        padding-top: 101px;
        /* height: 136px; */
    }

    .inv-btn a {
        font-size: 15px !important;
    }

    .inv-btn.truck-trailer {
        padding-top: 101px;
        height: 136px;
    }

    .inv-btn.ag {
        padding-top: 101px;
        /* height: 136px; */
    }

    .inv-btn.attachments {
        /* height: 217px; */
    }

    .inv-btn a.half-btn {
        /* height: 78px; */
        /* padding: 10px 0; */
    }

    .map {
        width: 68%;
        float: left;
    }

    .contact-info {
        width: 30%;
        float: left;
        margin-left: 2%;
    }

    .divfooter {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    #menu-button a {
        text-align: center !important;
    }

    .excp .wrap .box h1 {

        /* font-size: 22px !important; */
    }

    header {
        padding: 15px 0;
    }

    nav {
        height: 50px !important;
    }

    .logo {
        /* width: 50%; */
        /* margin-right: 5%; */
        display: none;
    }

    .equip-image {
        margin: 0 auto;
        width: 157px;
    }

    .inv-btn {
        font-size: 16px;
    }

    .inv-btn {
        padding-top: 75px;
        height: 150px;
        width: 100%;
    }

    .inv-btn.truck-trailer {
        padding-top: 75px;
        height: 100px;
    }

    .inv-btn.ag {
        /* padding-top: 75px; */
        /* height: 100px; */
    }

    .inv-btn.attachments {
        /* padding-top: 10px; */
        /* height: 165px; */
    }

    .inv-btn a.half-btn {
        /* height: 60px; */
    }

    #formpage .column4 {
        width: 31.33333%;
    }

    #formpage .column2 {
        width: 66.66666%;
    }

    .map {
        width: 100%;
        float: left;
    }

    .map iframe {
        height: 250px;
    }

    .contact-info {
        width: 100%;
        float: left;
        margin: 15px 0 0 0%;
    }
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .logo {
        width: 60%;
        margin: 0 20%;
    }

    .logo img {
        width: 72%;
    }

    .equip-image {
        /* display: none; */
    }

    .inv-btn {
        /* width: 50%; */
    }

    .ls {
        width: 40%;
    }

    #formpage .column4 {
        width: 48%;
    }

    #formpage .column2 {
        width: 100%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 480px) {
    .logo {
        width: 70%;
        margin: 0 15%;
    }

    .logo img {
        width: 80%;
    }

    .ls {
        width: 55%;
    }

    #formpage .column4 {
        width: 100%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 320px) {
    .logo {
        width: 80%;
        margin: 0 10%;
    }
}

.wrap .footerLeft {
    color: #E6E6E6;
    max-width: 760px;
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    /* max-width: max(630px, 39.58333333333333VW); */
}

footer img {
    width: clamp(180px, 10.833333333333334VW, 208px) !important;
    max-width: 208px !important;
}

.wrap .footSec:first-of-type {
    padding-right: 50px;
    padding-right: max(40px, 2.604166666666667VW);
}

.wrap .footSec.two {
    padding-right: clamp(40px, 4.804167VW, 92px);
}

.wrap .splitSecs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wrap .footerLeft h3 {
    padding-bottom: 22px;
    padding-bottom: clamp(0px, 1.1458333333333333VW, 22px);
    font-size: 23px;
    font-size: clamp(24px, 1.297917VW, 25px);
}

footer .wrap * {
    color: #E6E6E6 !important;
}

footer .wrap a[href^="tel:"] {
    color: #E6E6E6 !important;
}

.wrap .splitSecs {
    display: flex;
}

.wrap .splitSecs ul {
    padding-right: 65px;
    padding-right: clamp(51px, 2.785417VW, 53px);
}

.wrap .splitSecs ul li {
    font-size: clamp(15px, 0.8VW, 15.5px);
    line-height: normal;
    font-weight: bold;
}

.wrap .splitSecs ul:last-of-type {
    padding-right: 0;
}

@media only screen and (max-width: 1100px) {
    .wrap .footerLeft {
        padding-bottom: max(40px, 2.604166666666667VW);
    }

    footer .wrap {
        flex-direction: column;
    }
}

@media only screen and (max-width: 815px) {
    .wrap .footerLeft {
        flex-direction: column;
    }

    .wrap .splitSecs {
        flex-direction: column;
    }

    .wrap .footSec:first-of-type {
        padding-right: 0px !important;
        padding-bottom: max(40px, 2.604166666666667VW);
    }

    .wrap .footSec.two {
        padding-right: 0px;
    }

    .wrap .footerLeft {
        text-align: center;
    }

    .wrap .splitSecs ul {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {

    article .right {
        display: none !important;
    }

    .excp .wrap {
        justify-content: center;
    }

    article {
        padding: 40px 0 !important;
    }

    .inventoryPage article .wrap {
        width: 100% !important
    }

    .excp .wrap .box {

        max-width: 92% !important;

        margin: 0 auto !important;

        padding: 20px;

        box-sizing: border-box;
    }

    .excp .wrap .box h1 {
        margin-left: 0;
        text-align: center;
        font-size: 28px;
    }

    article svg {
        display: none;
    }
}

nav.mobile,
#menu-button {
    display: none;
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1024px) {

    /*==============================
	Mobile Nav Styles			
================================*/
    body nav.primary1 {
        display: none !important;
    }

    #menu-button {
        width: 100%;
        display: inline-block;
        font-size: 24px;
        /* position: relative; */
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #0070CC;
        text-align: right;
        /* padding-right: 10px; */
        box-sizing: border-box;
        /* z-index: -1; */
    }

    #menu-button a {
        /* color: #fff; */
        /* text-decoration: none; */
        /* padding: 0 0 0 .8em; */
        /* font-weight: normal; */
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: clamp(18px, 1.0416666666666665VW, 20px);
        font-weight: bold;
        line-height: 50px;
        text-align: right;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100%;
        background: #333;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
        height: 100% !important;
    }

    /* MENU HEADER SOCIAL MEDIA */
    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    /* MENU HEADER STYLES */
    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 50px 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
        display: block;
        width: auto !important;
        position: static;
        height: auto;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
        position: relative;
        padding: -0;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 10px;
        color: #999;
        text-decoration: none;
        border-left: 4px #333 solid;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: left;
        line-height: normal;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #0070CC solid;
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    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: 14px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }


    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }
}


@media screen and (max-width: 1020px) {
    #menu-button {
        /* width: 34%; */
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}



nav.primary1 {
    display: inline-block !important;
    position: relative !important;
}

nav.primary1 ul {}

nav.primary1 ul li {
    display: inline-block !important;
    width: auto !important;
}

nav.primary1 ul li a {

    display: block !important;

    border-bottom: none !important;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary1 ul ul {
    display: none !important;
    position: absolute !important;
}

nav.primary1 ul ul ul {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
}

nav.primary1 ul li:hover > ul {
    display: block !important;
    line-height: 18px !important;
    z-index: 100 !important;
    width: 360px !important;
    padding-left: min(80px, 2.166667VW);
}

nav.primary1 ul ul li {
    float: none !important;
    width: 360px !important;
    position: relative !important;
    margin: 0 !important;
    display: block !important;
    background: #0070CC;
}
