﻿@charset "UTF-8";
<link href="https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap"rel="stylesheet" > /* RESET 
------------------------------------------------*/
* {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
ol, ul {}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Oswald', sans-serif !important;
    color: #222;
    background: #fff;
}
/* SELECTION */ ::selection {
    color: #fff;
    background: #05549c;
}
::-moz-selection {
    color: #fff;
    background: #05549c;
}
/* CLEAR */
.clear {
    clear: both;
}
/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: normal;
}
h1 {
    font-size: 26px;
    font-weight: normal;
}
h2 {
    font-size: 24px;
    font-weight: normal;
}
h3 {
    font-size: 1.625em;
    font-weight: 700;
    color: #333;
}
h3 span {
    color: #05549c;
}
h4 {
    font-size: 1.4375em;
    font-weight: 700;
}
h5 {
    font-size: 1.25em;
    font-weight: normal;
}
h6 {
    font-size: 1.125em;
    font-weight: normal;
}

/* PARAGRAPH/LIST/GENERAL TEXT */
/* INVENTORY */
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile > a {
    background: #05549c !important;
}
.dealer-btns-bottom a {
    background: #05549c !important;
}
.page-nav {
    background-color: #05549c !important
}
.view-listing-details-link i, .view-listing-details-link span, .view-listing-details-link span:hover {
    color: white !important;
}
.search-results {
    color: #05549c !important
}
.return-links span, .return-links i {
    color: #05549c !important;
}
.main-page {
    flex-direction: column !important;
}
/* LINKS */
a {
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}
a:link, a:visited {
    color: #05549c;
    text-decoration: underline;
}
a:hover, a:active {
    color: #033563;
    text-decoration: none;
}
a[href^="tel:"] {
    text-decoration: none;
}
/* IMAGES */
img {
    display: block;
}
/* TEXT EMPHASIS */
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
/* TEXT STYLINGS */
.dark {
    color: #222 !important;
}
.gray {
    color: #4F4F4F;
}
.darkblue {
    color: #151f28 !important;
}
/* ALIGNMENT */
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.fullImage {}
.fullImage img {
    width: 100%;
    max-width: 500px;
}
#popupContainer {
    display: none;
    position: absolute;
    z-index: 12000;
    top: 10% !Important;
    left: 0;
    right: 0;
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 20px 30px 30px 20px;
    color: #fff;
    border: 2px #fff solid;
    background: #05549c;
    text-align: center;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#popupContainer h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 800;
}
#popupContainer p {
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-align: left !important;
    line-height: 135%;
}
#popupContainer span {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}
#popupContainer a {
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px #fff solid;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
}
#popupClose {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 3px 3px 2px 3px;
    font-size: 20px;
    line-height: 20px;
    color: #22313F;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
}
#popupOverlay {
    position: fixed;
    z-index: 11000;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
/*  SIDETAB
------------------------------------------------*/
.sidetab {
    position: fixed;
    z-index: 1000;
    top: 210px;
    right: 0;
}
.sidetab a {
    font-size: 2em;
    color: #fff;
}
.facebookTab {
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #05549c;
    -webkit-box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.28);
}
.facebookTab:hover {
    right: 0;
}
.weatherTab {
    display: block;
    position: absolute;
    top: 65px;
    right: -2px;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #034e92;
    -webkit-box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.28);
}
.weatherTab:hover {
    right: 0;
}
/* SITE FORM
------------------------------------------------*/
.site-form {
    width: 100%;
    margin: 45px 0 0 0;
    padding: 0;
}
.site-form .three-cells {
    width: 32.3%;
    *width: 32%;
    box-sizing: border-box;
}
.site-form .full-cell {
    width: 99% !important;
}
.site-form .last {
    margin-right: 0 !important;
}
.short-textbox {
    height: 100px !important;
}
.site-form .instructions {
    font-size: 14px;
    color: #777;
    margin: 6px 0 6px 0;
    text-transform: capitalize;
}
.site-form .note {
    font-size: 12px;
    font-style: italic;
    color: #777;
    text-align: center;
    margin: 8px 0 0 0;
}
.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form select {
    margin: 6px .8% 9px 0;
    padding: 14px 0;
    font-size: 14px;
    background-color: #fdfdfd;
    border: 1px #e8e8e8 solid;
    text-indent: 12px;
    box-sizing: border-box;
}
.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form select:focus {
    border: 1px #5A5A5A solid;
    background-color: #fcfcfc;
}
.site-form textarea {
    width: 100%;
    height: 150px;
    margin: 2px 0;
    padding: 4px 8px;
    font-size: 14px;
    border: 1px #e8e8e8 solid;
    background-color: #fdfdfd;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.site-form textarea:focus {
    background-color: #FCFCFC;
    border: 1px #5A5A5A solid;
}
.site-form input[type="submit"] {
    height: 46px;
    padding: 0 20px;
    margin: 10px 0 0 0;
    font-size: 14px;
    border: none;
    color: #fcd207;
    background: #05549c;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
}
.site-form input[type="submit"]:hover {
    color: #fff;
    background: #000;
    -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -webkit-appearance: none;
}
.CaptchaImagePanel {
    text-align: center;
}
.CaptchaImagePanel img {
    margin: 0 auto;
}
.CaptchaAnswerPanel input {
    padding: 8px 8px;
    border: 1px #e6e6e6 solid;
}

.list-listings-count{color:#2A6C95!important}

/* HEADER
------------------------------------------------*/
.site-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.header-title {
    align-self: flex-end;
    width: 40%;
    margin: 0;
    padding: 0;
}
.company-title {
    padding: 0 20px 12px 20px;
    font-size: 1.375em;
    letter-spacing: .1em;
    text-align: right;
}
.company-title span {
    font-size: 1.3em;
    font-weight: 600;
}
.header-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 15px 0;
    font-size: 1.5em;
    font-weight: 400;
    color: #fcd207;
    background: #05549c;
}
.header-contact a {
    color: #fcd207;
}
.header-contact .contact-numbers {
    margin: 0 2.5%;
    padding: 0;
    text-transform: uppercase;
}
.header-contact .contact-numbers a[href^="tel:"] {
    color: #fcd207 !important;
}
.header-contact .contact-numbers span {
    text-transform: lowercase;
}
/* LOGO
------------------------------------------------*/
.logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 5% 20px 0;
    padding: 0;
    line-height: 0;
}
.logo img {
    width: 100%;
    max-width: 130px;
}
img.nh-logo {
    width: 100%;
    max-width: 260px;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
.logo button {
    height: 5%;
    padding: 5px;
    margin: auto;
    margin-left: 25px;
    background-color: #05549c;
    text-decoration: none;
}
.logo a {
    color: white;
    font-family: 'Oswald', sans-serif;
}
/*  NAVIGATION
------------------------------------------------*/
#menu-button {
    display: none;
}
nav.mobile {
    display: none;
}
nav.primary {
    z-index: 500;
    position: relative;
    margin: 0;
    padding: 0 8.5%;
    background: #fcd207;
}
nav.primary ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
nav.primary ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav.primary ul li a {
    display: block;
    margin: 5px 0;
    padding: 18px 10px;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}
nav.primary ul li a:hover {
    color: #6b6b6b;
}
/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {
    width: 150px;
}
nav.primary ul li li a:link, nav.primary ul li li a:visited {
    width: 150px;
    margin: 0;
    padding: 15px 0;
    font-size: .9em;
    line-height: 1em;
    text-indent: 20px;
    text-align: left;
    color: #000;
    border: 0;
    background: #fcd207;
}
nav.primary ul li li a:hover, nav.primary ul li li a:active {
    color: #fcd207;
    background: #000;
}
/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {
    display: none;
    position: absolute;
}
nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 500;
}
nav.primary ul ul li {
    float: none;
    position: relative;
    margin: 0;
}
/*  HERO
------------------------------------------------*/
.hero {
    position: relative;
    line-height: 0;
    background: #000;
}
.hero img {
    width: 100%;
    opacity: .7 !important;
}
.hero-map {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.hero-map iframe, .hero-map object, .hero-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero .hero-title {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 15%;
    padding: 0 12% 0 0;
    font-size: 2.5em;
    line-height: .9em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {
    width: 100%;
    line-height: 0;
    z-index: 10;
    position: relative;
    background: #000;
}
.cycle-slideshow img {
    width: 100%;
    height: auto;
    opacity: .7 !important;
}
.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 10%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}
.cycle-prev {
    left: 0;
    background: url("/siteart/left.png") 50% 50% no-repeat;
}
.cycle-next {
    right: 0;
    background: url("/siteart/right.png") 50% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}
/*  MAIN
------------------------------------------------*/
.main-page {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
    padding: 35px 15%;
    background: #f9f9f9 url("/siteart/light-pattern-bg.jpg") repeat;
}
.intro-text {
    width: 65%;
}
.form-page {
    width: 100%;
}
.full-page {
    width: 100%;
}
/*  ARTICLE
------------------------------------------------*/
article {
    margin: 0;
    padding: 0;
}
article p {
    font-size: 1.2em;
    line-height: 1.5em;
}
article span {
    font-size: 1.125em;
    color: #05549c;
}
/*  ASIDE
------------------------------------------------*/
aside {
    width: 30%;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
}
.fb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.hiring-poster {
    height: inherit;
    width: clamp(150px, 30vw, 400px);
}
.jobopening {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}
.jobannounce {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 54%;
    margin: 0 0 3% 5%; /*text-align: center;*/
}
.jobannounce h1 {
    color: #05549c;
    font-weight: 700;
    font-size: 21px;
}
.jobannounce h3 {
    font-size: 1.15em;
}
.jobannounce p {
    font-size: 18px;
}
.jobannounce .promoImg {
    width: 35%;
}
.jobannounce .promoImg img {
    width: 100%;
}
.jobannounce .promoBody {
    width: 60%;
}
.brandLogo {
    width: 185px;
    margin: 0 auto 2% auto;
}
.brandLogo img {
    width: 100%;
}
/*.jobannounce2 {text-align: center;}
.jobannounce2 h1 {color:#05549c;font-size: 28px;}
.jobannounce2 p {font-size:20px;}*/
.partsaside {
    width: 70% !important;
    flex-flow: row wrap;
    justify-content: space-around;
}
.ctawide {
    width: 350px;
    height: 76px;
}
/*  STAFF GALLERY
------------------------------------------------*/
.staff-gallery {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: 2.5% 0 0 0;
    padding: 3% 1.5%;
    border: 1px #e8e8e8 solid;
    background: #fdfdfd;
}
.staff-profile {
    position: relative;
    width: 30%;
    margin: 0 auto;
    padding: 0;
}
.staff-profile:nth-of-type(n+4) {
    margin: 3% 0 0 0;
}
.staff-profile img {
    width: 100%;
    max-width: 640px;
}
.staff-profile .staff-contact {
    position: absolute;
    bottom: 0;
    width: 84%;
    padding: 6% 8%;
    font-size: 1.25em;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.staff-profile .staff-links {
    margin: 6px 0 0 0;
    font-size: .8em;
}
.staff-profile .staff-links .fas, .staff-profile .staff-links .far {
    margin: 0 6px 0 0;
}
/*  EMPLOYMENT POSITIONS 
------------------------------------------------*/
.employment {
    margin: 0;
    padding: 1.6% 2.5%;
    border: 1px #e8e8e8 solid;
    background: #fdfdfd;
}
/*  NEWS
------------------------------------------------*/
.newsPromo {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0 5% 0;
}
.newsPromo .promoImg {
    width: 35%;
}
.newsPromo .promoImg img {
    width: 100%;
}
.newsPromo .promoBody {
    width: 60%;
}
.newsPromo .promoBody p {
    font-size: 1.2em;
}
.brandLogo {
    width: 185px;
    margin: 0 auto 2% 0;
}
.brandLogo img {
    width: 100%;
}
/*  CALL TO ACTION
------------------------------------------------*/
.cta-link {
    margin: 10px 0 0 0;
    background: #fcd207;
}
.cta-link a {
    display: block;
    font-size: 1.375em;
    line-height: 1.375em;
    font-weight: 700;
    text-decoration: none;
    color: #222;
}
.arrow-icon {
    margin: 22px 20px 0 0;
    float: right;
}
.polygon {
    padding: 8px 20px;
    -webkit-clip-path: polygon(60% 0%, 50% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(60% 0%, 50% 100%, 0% 100%, 0% 0%);
}
.new-eq {
    background: #fad311 url("/siteart/cta-icons/new-equipment-bg.jpg") no-repeat left center;
    background-size: cover;
}
.used-eq {
    background: #fad311 url("/siteart/cta-icons/used-equipment-bg.jpg") no-repeat center center;
    background-size: cover;
}
.nh-parts {
    background: #fad311 url("/siteart/cta-icons/new-holland-parts-bg.jpg") no-repeat center center;
    background-size: cover;
}
/*  HOSTED CONTENT
------------------------------------------------*/
.hosted-content {}
.hosted-content h1 {
    font-family: 'Oswald', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
    color: #05549c;
    font-family: 'Oswald', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name a {
    color: #05549c
}
.hosted-content .inner-wrap {
    background: #fff;
}
.hosted-content .listings-wrapper, .hosted-content .listings-detail-wrapper {
    width: 93% !important;
    padding: 2.5% 3.5%;
}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    background: #05549c !important;
}
.body-wrapper {
    margin: 10px;
}
/*  PRODUCTS BANNER
------------------------------------------------*/
.products-highlight {
    padding: 25px 3.5%;
}
.products-highlight h3 {
    text-align: center;
}
.product-brands {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.product-brands a {
    margin: 0 1%;
    padding: 1%;
}
/*  INVENTORY BANNER
------------------------------------------------*/
.inv-banner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15%;
    background: #05549c;
}
.inv-banner h4 {
    color: #fff;
}
.inv-banner a {
    padding: 10px 20px;
    font-size: 1.125em;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 2px #fff solid;
}
.inv-banner-2 {
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15%;
    background: #f9af00;
    text-align: center;
}
.inv-banner-2 h4 {
    color: #4a4a4a;
}
.inv-banner-2 a {
    font-weight: 700;
    color: #4a4a4a;
}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    background-color: #162838;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23213649' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}
.scrolling {
    width: 100%;
    height: 90px;
}
/*  FOOTER
------------------------------------------------*/
.site-footer {
    padding: 25px 0;
    background: #151f28;
}
/*  FOOTER NAVIGATION
------------------------------------------------*/
.site-footer-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 25px auto;
    padding: 0 12.5%;
    font-size: 1em;
    line-height: 1.25em;
    color: #f9f9f9;
}
.site-footer-nav div {
    margin: 0;
    padding: 0;
}
.site-footer-nav h6 {
    color: #fcd207;
}
.site-footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer-nav a {
    font-size: 0.9375em;
    text-decoration: none;
    color: #f9f9f9;
}
.site-footer-nav a[href^="mailto:"] {
    text-decoration: underline;
}
.site-footer-nav a[href^="tel:"] {
    color: #f9f9f9 !important;
}
/*  STYLIZED FOOTER
------------------------------------------------*/
.divfooter {
    width: 85%;
    color: #ababaa;
    margin: 0 auto;
    font-size: 0.625em;
    line-height: 12px;
    text-align: center;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
    color: #ababaa;
    text-decoration: underline;
}
a.footerlink:hover {
    color: #fcd207;
    text-decoration: none;
}
/************************************************ Responsive Styles **/
@media screen and (max-width: 1600px) {
    /*.header-title {width:40%;}*/
    .company-title {
        font-size: 1.1em;
    }
    .logo {
        margin: 20px 2.5%;
    }
    nav.primary {
        padding: 0 3.5%;
    }
}
@media screen and (max-width: 1500px) {
    nav.primary ul li a {
        display: block;
        margin: 4px 0;
        padding: 18px 4px;
        font-size: 1em;
    }
}
@media screen and (max-width: 1350px) {
    .header-title {
        width: 45%;
    }
    .company-title {
        font-size: 1.05em;
        letter-spacing: 0;
    }
    /*.logo {margin:20px 5% 20px 0;}*/
    .logo {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 20px 5% 20px 0;
        padding: 0;
        line-height: 0;
    }
    .logo img {
        width: 100%;
        max-width: 100px;
    }
    img.nh-logo {
        width: 100%;
        max-width: 180px;
        margin: 0 0 0 15px;
        padding: 0 0 0 15px;
        border-left: 3px #222 solid;
    }
    nav.primary {
        padding: 0 2.5%;
    }
    nav.primary ul li a {
        display: block;
        margin: 5px 0;
        padding: 18px 5px;
        font-size: .9em;
    }
}
@media screen and (max-width: 1200px) {
    nav.primary ul li a {
        display: block;
        margin: 4px 0;
        padding: 18px 4px;
        font-size: .8em;
    }
}
@media screen and (max-width: 1150px) {
    .sidetab {
        top: 315px;
    }
    .site-form .three-cells {
        width: 100%;
        *width: 100%;
    }
    .site-header {
        flex-flow: column;
    }
    .header-title {
        align-self: flex-end;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .company-title {
        padding: 12px 2.5%;
        text-align: center;
    }
    .header-contact {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        padding: 10px 0;
    }
    .header-contact a {
        color: #fcd207;
    }
    .header-contact .contact-numbers {
        margin: 5px 2.5%;
        padding: 0;
    }
    .logo {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 20px auto;
    }
    .logo img {
        width: 100%;
        max-width: 100px;
    }
    img.nh-logo {
        width: 100%;
        max-width: 180px;
        margin: 0 0 0 18px;
        padding: 0 0 0 18px;
        border-left: 3px #222 solid;
    }
    .staff-profile {
        width: 47%;
    }
    .staff-profile:nth-of-type(n+3) {
        margin: 3% 0 0 0;
    }
}
@media screen and (max-width: 1050px) {
    nav.primary ul li a {
        display: block;
        margin: 4px 0;
        padding: 18px 4px;
        font-size: .7em;
    }
}
@media screen and (max-width: 1024px) {
    .jobopening {
        flex-direction: column;
    }
    .jobannounce {
        width: 100%;
        margin-top: 5%;
        margin-left: 2%;
    }
    nav.primary {
        display: none;
    }
    #menu-button {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 1em;
        line-height: 1em;
        position: relative;
        z-index: 400;
        background: #fcd207;
    }
    #menu-button a {
        display: block;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        padding: 23px 0;
        font-weight: 400;
    }
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 0 0 5px;
        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 {
        position: absolute;
        right: 10px;
        margin: 22px 0 0 0;
    }
    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -285px;
        width: 285px;
        height: 100%;
        z-index: 500;
        overflow: auto;
        background: #333;
    }
    /* MENU HEADER SOCIAL MEDIA */
    nav.mobile .social-media {
        position: absolute;
        text-decoration: none;
        vertical-align: top;
        z-index: 9999;
        display: inline-block;
        top: 15px;
        left: 15px;
        font-size: 16px;
        word-spacing: 13px;
        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 h3 {
        color: #ccc;
        padding: 23px 0;
        position: relative;
        font-size: 18px;
        background: #313131;
    }
    nav.mobile .menu-title {
        position: absolute;
        vertical-align: top;
        top: 16px;
        right: 47px;
        text-transform: uppercase;
        font-size: 12px;
        color: #ccc;
    }
    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        top: 8px;
        right: 10px;
        padding: 6px 9px 5px;
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        color: #ccc;
        text-decoration: none;
        vertical-align: top;
        font-family: Arial, sans-serif;
    }
    nav.mobile .menu-toggle:hover {
        color: #fff;
    }
    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
    nav.mobile ul li {
        color: #999;
        font-size: 15px;
        border-bottom: 1px solid #303030;
    }
    /* FIRST LEVEL */
    nav.mobile ul li a {
        color: #999;
        position: relative;
        display: block;
        font-size: 15px;
        text-align: right;
        text-decoration: none;
        border-left: 4px #333 solid;
        padding: 15px 35px 15px 20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }
    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #fcd207 solid;
    }
    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }
    nav.mobile ul li li a {
        color: #ccc;
        background: #444;
        border-left: 4px #444 solid;
        padding: 15px 10px 15px 15px;
    }
    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 {
        color: #ccc;
        background: #555;
        border-left: 4px #555 solid;
    }
    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }
    .nav-footer {
        color: #555;
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        padding: 15px 0;
    }
    .intro-text {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    aside {
        width: 90%;
        margin: 30px auto 0 auto;
    }
}
@media screen and (max-width: 950px) {
    .site-footer-nav {
        justify-content: space-around;
    }
    .site-footer-nav div {
        width: 50%;
        margin: 25px 0;
        text-align: center;
    }
    .site-footer-nav .nav-links, .site-footer-nav .hours {
        width: 100%;
        margin: 0;
    }
    .site-footer-nav .social-media {
        display: none;
    }
}
@media screen and (max-width: 850px) {
    .inv-banner {
        flex-flow: column;
        text-align: center;
    }
    .inv-banner h4 {
        margin: 0 0 8px 0;
    }
    .inv-banner-2 {
        flex-flow: column;
        text-align: center;
    }
    .inv-banner-2 h4 {
        margin: 0 0 8px 0;
    }
}
@media screen and (max-width: 768px) {
    .sidetab {
        display: none;
    }
    .logo img {
        width: 100%;
        max-width: 70px;
    }
    img.nh-logo {
        width: 100%;
        max-width: 100px;
    }
    .hero-map {
        padding-bottom: 45%;
    }
    .hero .hero-title {
        left: 15%;
        right: 15%;
        padding: 0;
        font-size: 2.1875em;
        line-height: .9em;
    }
    .main-page {
        padding: 35px 5%;
    }
    aside {
        width: 100%;
    }
    .polygon {
        -webkit-clip-path: polygon(80% 0%, 70% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(80% 0%, 70% 100%, 0% 100%, 0% 0%);
    }
    .inv-banner {
        flex-flow: column;
        text-align: center;
    }
    .inv-banner h4 {
        margin: 0 0 8px 0;
    }
    .inv-banner-2 {
        flex-flow: column;
        text-align: center;
    }
    .inv-banner-2 h4 {
        margin: 0 0 8px 0;
    }
}
@media screen and (max-width: 550px) {
    .logo button {
        width: 90%;
        margin: 25px 5% 0 5%;
    }
    .staff-profile {
        width: 97%;
    }
    .staff-profile:nth-of-type(n+2) {
        margin: 3% 0 0 0;
    }
}
@media screen and (max-width: 550px) {
    .logo img {
        width: 100%;
        max-width: 50px;
    }
    img.nh-logo {
        width: 100%;
        max-width: 80px;
    }
}