﻿/*===================== 
	Color information
	
	- Yellow: #f9da11;
	- New Blue: #262d59;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Oxygen', sans-serif;
    margin: 0;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #444;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
    padding: 4% 0 2% 0;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 21px;
    padding: 2% 0 1% 0;
    margin: 0 0 2% 0;
    border-bottom: 1px solid #444;
}

h6 {
    font-size: 18px;
    padding: 1% 0 1% 0;
    text-transform: uppercase;
}

h1.fancy {
    color: #262d59;
    border-bottom: #f9da11 solid 2px;
    width: 50%;
    padding: 4% 0 .5% 0;
    margin: 0 0 2% 0;
}

h1.fancy-full {
    color: #262d59;
    border-bottom: #f9da11 solid 2px;
    width: 100%;
    padding: 4% 0 .5% 0;
    margin: 0 0 2% 0;
}

p {
    margin: 0;
    font-size: 18px;
    color: #444;
    padding: 1% 0;
    line-height: 24px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.white {
    color: #fff;
}

.blue {
    color: #262d59;
}

.stylized-font{
	font-family: "number-five-smooth", sans-serif;
	font-weight: 400;
	font-style: normal; 
	text-transform: capitalize;
}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    /* color: inherit; */
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: #262d59;
}

a.oulineBtn {
    width: 45%;
    display: inline-block;
    text-align: center;
    padding: 5px 0 5px 0;
    border: 1px solid #fff;
    color: #FFF;
    font-size: 21px;
}

a.oulineBtn + a.oulineBtn {
    margin: 0 0 0 3%;
}

a.oulineBtn:hover {
    background: #FFF;
    color: #000;
}

a.oulineBtnBlue {
    width: 45%;
    display: inline-block;
    text-align: center;
    padding: 5px 0 5px 0;
    border: 1px solid #262d59;
    color: #262d59;
    font-size: 21px;
    margin: 2%;
}

a.oulineBtnBlue:hover {
    background: #262d59;
    color: #fff;
}

/*===================== 
	header styles 
=======================*/

header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: .5% 1.5%;
    overflow: hidden;
    background-color: white;
    box-sizing: border-box;
}

.head_lt {
    display: flex;
    align-items: center;
}

.head_lt .main-logo {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.head_lt .main-logo img {
    max-height: 160px;
}

.head_lt .secondary-logo {
    display: inline-block;
}

.head_lt .secondary-logo img {
    max-height: 45px;
    margin: 0 10px;
}

.head_rt {
    width: 500px;
    margin-left: auto;
    text-align: right;
}

.head_rt h4 {
    font-size: 18px;
    color: #262d59;
}

.gray-block {
    border-bottom: #f9da11 solid 3px;
    width: 100%;
    text-align: right;
    padding: 1% 0;
}

.gray-block h4 {
    /*transform: skewX(-40deg);*/
    padding: 0 9% 0 0;
}

.gray-block p {
    /*transform: skewX(-40deg);*/
    padding: 0 9% 4% 0;
    line-height: 0;
}

.phone-block p {
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
}

.phone-block i {
    position: relative;
    top: -2px;
    font-size: 14px;
    margin-right: 5px;
}

.mobile-phone-block p {
    display: none;
}

.search-form {
    display: block;
    position: relative;
    margin: 5px 0;
}

.search-form:before {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #ccc;
}

.search-form input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px #ddd solid;
    border-left: none;
    border-radius: 50px;
    box-sizing: border-box;
}

.search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    opacity: 0;
    cursor: pointer;
}

/*===================== 
	nav styles 
=======================*/

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    background: #262d59;
    border-top: 3px solid #f9da11;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: 10.8%;
}

nav.primary ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 60px;
    text-decoration: none;
    padding: 0;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 700;
}

nav.primary ul li a:hover {
    background: #f9da11;
    color: #000;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0;
    color: #fff;
    background: #181818;
    text-align: center;
    border-right: none;
    border-left: none;
    border-bottom: #fff solid 1px;
}

/* 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.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: 600;
    width: 350px;
}

nav.primary ul ul li {
    float: none;
    width: 230px;
    position: relative;
    margin: 0;
}

/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/
#reinke {
    padding: 20px 0;
    width: 50%;
}

#reinke img {
    width: 100%;
}

.block {
    width: 20%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: 2% 1%;
    margin: 2% 2.5%;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .6);
}

.block h3 {
    font-size: 24px;
    color: #444;
}

.block .fas {
    font-size: 84px;
    margin: 15% 0 10% 0;
    color: #262d59;
}

.block:hover .fas {
    color: #f9da11;
}

.map {
    width: 115%;
}

.title-area {
    background: #262d59;
    float: left;
    transform: skewX(-40deg) translate(-60px);
    width: 30%;
    min-width: 10%;
    box-sizing: border-box;
    text-align: right;
    padding: 1.8% 0;
}

.title-area h3 {
    transform: skewX(40deg);
    padding: 0 10% 1% 0;
    border-bottom: #fff 1px solid;
}

.title-area a {
    transform: skewX(40deg);
    display: block;
    padding: 1% 10% 0 0;
    font-size: 25px;
    color: #fff;
}

.title-area a:hover {
    color: #f9da11;
}
.mailer {
    height: 900px;
    display: flex;
    position: relative;
}
.logo-area {
    display: block;
    float: left;
    width: 70%;
    box-sizing: border-box;
}

.logo-area img {
    display: inline-block;
    width: 15%;
    padding: 2% 2.3%;
}

.full_width {
    width: 100%;
}

.flyer img {
    width: 25%;
    display: block;
    margin: auto;
}

.flyer h6 {
    text-align: center;
}

/***Logo Button Styles *******/
figure.category {
    display: inline-block;
    float: left;
    margin: 2% 4%;
    width: 17%;
}

figure.category img {
    width: 100%;
    margin: auto;
    display: block;

}

figure.category figcaption {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 2% 0;

}

figure.category:hover {
    opacity: .7;
}

/**********************************/
/********** Forms *****************/
form.info {
    width: 100%;
}

form.info label {
    width: 100%;
}

form.info input {
    border: none;
    width: 100%;
    background: #C9C9C9;
    padding: 5px 3px;
    margin: 0 0 2% 0;
    box-sizing: border-box;
}

form.info textarea {
    border: none;
    width: 100%;
    background: #C9C9C9;
    height: 200px;

}

form.info input.infoButton {
    padding: 10px 0;
    max-width: 280px;
    background: #262d59;
    color: #fff;
    margin: auto;
    display: block;
}

form.info input.infoButton:hover {
    cursor: pointer;
    background: #000;
}

/*********************************/


/*===================== 
	slideshow styles 
=======================*/

.section-header{
	    text-align: left;
    margin-bottom: 20px;
    color: #262d59;
    font-size: 24px;
}

.card-slider-section{
    overflow: visible;
	max-width: 1500px;
	margin: 0 auto;
    padding: 2% 2%;
    box-sizing: border-box;
}

.card-slider-wrapper{
	overflow-x: hidden;
    padding-bottom: 10px;
}

.card-track{
	display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.card{
	flex: 0 0 calc(25% - 15px);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.card-image{
	width: 100%;
    height: auto;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 16px;
}

.card-heading {
    font-size: 20px!important;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #222;
	margin-bottom: 0px!important;
}

.card-subheading{
    font-size: 15px!important;
    font-weight: 400;
    color: #666;
    margin: 0 0 16px 0;
}

.card-btn {
    display: inline-block;
    border: 1px solid #f3662f;
    color: #C54715;
    padding: 9px 22px;
    border-radius: 27px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.2s ease;
	margin-top: 10px;
}

.card-btn:hover {
    background: #f3662f;
    text-decoration: none;
    color: #fff;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.slider-btn {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    transition: background 0.2s ease, box-shadow 0.2s ease;
    color: #333;
}

.slider-btn:hover {
    background: #e87722;
    color: #fff;
    border-color: #e87722;
}

/* Responsive */
@media (max-width: 1024px) {
    .card {
        flex: 0 0 calc(33.333% - 14px);
    }
}

@media (max-width: 768px) {
    .card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .card {
        flex: 0 0 100%;
    }
}


.cycle-slideshow {
    width: 100%;
}

.cycle-slideshow a {
    width: 100%;
}

.cycle-slideshow a img {
    width: 100%;
}

.slideshow-wrapper {
    position: relative;
    width: 100%;
}

#prev-btn, #next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;
}

#prev-btn { left: 10px; }
#next-btn { right: 10px; }

#prev-btn:hover, #next-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/*========================== 
	Sidebar Search styles 
============================*/

.inventory-search h5 {
    font-size: 18px;
    margin: 5px 0 10px
}

#filter-menu h3 {
    background: #333;
    display: block;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px #777 solid
}

#filter-menu h3 span {
    float: right;
    font-size: 18px;
    position: relative;
    top: -3px
}

#filter-menu li {
    list-style-type: none;
    font-size: 13px
}

#filter-menu ul ul {
    display: none;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 15px
}

#filter-menu ul ul strong {
    display: block;
    margin: 0 0 6px;
}

#filter-menu ul ul li {
    border: none;
    color: #333
}

#filter-menu input[type=text],
#filter-menu select {
    display: block;
    width: 100%;
    padding: 7px;
    margin: 5px 0;
    box-sizing: border-box
}

input[type=radio] {
    position: relative;
    top: 2px;
    margin: 0 6px 0 0
}

#filter-menu label {
    display: block;
    line-height: 28px
}

#filter,
.inventory-search button,
.industry-buttons a {
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    cursor: pointer
}

.inventory-search button {
    display: block;
    position: relative;
    padding: 12px;
    margin: 10px 0 0;
    background: #f9da11;
    border: none;
    text-align: center;
}

.industry-buttons a {
    display: block;
    position: relative;
    padding: 12px;
    margin: 10px 0 20px 0;
    background: #f9da11;
    border: none;
    text-align: center;
}

#filter {
    display: none
}

#filter:hover,
.inventory-search button:hover,
.industry-buttons a:hover {
    background: #262d59;
    color: #fff;
}

#filter {
    padding: 14px 0;
    margin: 0 0 10px;
    background: #f9da11;
    font-size: 14px;
    text-align: center
}



/*===================== 
	layout styles 
=======================*/

.wrap {
    width: 100%;
    margin: 0;
}

.services-wrap {
    width: 100%;
    background: url(../siteart/pivot_bg.jpg) fixed no-repeat;
    background-size: cover;
    padding: 4% 0;
}

.logo_wrap {
    width: 100%;
    background: #fff;
}

.lgcontainer {
    max-width: 1850px;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box;
}

.mini-container {
    max-width: 370px;
    margin: auto;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.small-sq {
    flex: 1;
    overflow: hidden;
}

section.small-sq > figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    max-height: 240px;
    background: #000;
}

section.small-sq > figure > img {
    opacity: .4;
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

/*section.small-sq > figure:hover img{
		opacity:.7;
	}*/
section.small-sq > figure > figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 30%;
    width: 100%;
}

section.small-sq h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
}

section.large-sq {
    flex: 2;
}

.col-1-6 {
    width: 16%;
    box-sizing: border-box;
    float: left;
}

.col-1-5 {
    width: 20%;
    box-sizing: border-box;
    float: left;
}

.col-1-4 {
    width: 24%;
    box-sizing: border-box;
    float: left;
}

.col-1-3 {
    width: 33%;
    box-sizing: border-box;
    float: left;
    padding: 2% 1%;
}

.col-1-2 {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding: 2%;
}

.col-2-3 {
    width: 65%;
    box-sizing: border-box;
    float: left;
    padding: 2% 1%;
}

.col-3-4 {
    width: 75%;
    box-sizing: border-box;
    float: left;
}

.col-1-3 ul.extra-top-pad {
    padding-top: 13%;
}

.col-1 {
    width: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0;
    width: 100%;
    background-color: white;
}

footer div.foot-col {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 2% 0 2% 4%;
}

div.foot-col ul {
    padding: 0;
    margin: 0;
}

div.foot-col ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div.foot-col ul li a {
    padding: 10px 0;
    margin: 0;
    color: #444;
    font-size: 18px;
}

div.foot-col ul li a:hover {
    color: #000;
}

footer img {
    float: right;
    width: 15%;
    padding: 3% 4% 0 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 13px;
    color: #222;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-size: 13px;
    color: #666;
}

.smallfootertext {
    font-size: 10px;
    color: #666;
}

.divfooter {
    max-width: 490px;
    text-align: center;
    margin: 0 auto;
}

/*========================== 
	  Responsive styles 
============================*/
/*@media screen and (max-width: 1800px)  {
	nav.primary ul li {width:9.5%;}
}*/

@media screen and (min-width: 1916px) {
    .cycle-slideshow a img {
        max-height: 482.48px;
    }
}

@media screen and (max-width: 1500px) {
    section.small-sq > figure > figcaption {
        top: 25%;
    }

    figure.category figcaption {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .head_lt {
        display: block;
        text-align: center;
    }

    .head_lt .main-logo,
    .head_lt .secondary-logo {
        width: 100%;
    }

    .head_lt .main-logo img {
        max-height: 60px;
    }

    .head_rt {
        width: auto;
    }

    .gray-block {
        width: 100%;
        padding: 1% 0;
    }

    .gray-block h4 {
        /*transform: skewX(-40deg);*/
        padding: 0 9% 0 0;
        font-size: 18px;
    }

    .gray-block p {
        /*transform: skewX(-40deg);*/
        padding: 0 9% 2% 0;
        line-height: 0;
        font-size: 16px;
    }

    .title-area h3 {
        font-size: 22px;
    }

    .title-area a {
        font-size: 22px;
    }

    .logo-area img {
        display: inline-block;
        width: 15%;
        padding: 3% 2%;
    }
}

@media screen and (max-width: 1140px) {
    nav.primary ul li {
        width: 10.5%;
    }

    nav.primary ul li a {
        color: #fff;
        font-size: 13px;
        line-height: 60px;
        text-decoration: none;
        padding: 0;
        display: block;
        margin: 0;
        text-align: center;
        font-weight: 400;
    }

    .block {
        width: 45%;
    }

    .block .fas {
        margin: 10% 0;
    }

    .mobile-clear {
        clear: both
    }
}

@media screen and (max-width: 1040px) {
    img.main-logo {
        padding: 1% 0 1% 4%;
        float: left;
    }

    section.small-sq h2 {
        font-size: 24px;
    }

    figure.category figcaption {
        display: none;
    }
}

@media screen and (max-width: 860px) {

    .head_lt,
    .head_rt {
        width: 100%;
        text-align: center;
    }

    .head_rt {
        margin-top: 10px;
    }

    /*==============================
		Mobile Nav Styles			
	================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 100%;
        display: block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #262d59;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    /* 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: 15px 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: -4px;
        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;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
        position: relative;
    }

    /* 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);
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #f9da11 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: relative;
        display: block;
        cursor: pointer;
        width: auto;
        height: auto;

    }

    .nav-footer {
        color: #999;
        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;
        z-index: 12399994;
        top: 0;
        right: 0;
        position: absolute;
        padding: 17px 20px;
    }

    footer div.foot-col {
        width: 90%;
        float: none;
        box-sizing: border-box;
        padding: 2% 0 2% 0;
        display: block;
        margin: auto;
    }

    footer img {
        float: none;
        width: 25%;
        padding: 3% 0 0 0;
        margin: auto;
        display: block;
    }

    .col-1-2 {
        width: 90%;
        box-sizing: border-box;
        float: none;
        padding: 2%;
        margin: auto;
        display: block;
    }

    figure.category {
        display: inline-block;
        float: left;
        margin: 2% 4%;
        width: 25%;
    }

    section.small-sq h2 {
        font-size: 26px;
    }

}

@media screen and (max-width: 760px) {
    img.main-logo {
        float: none;
        width: 35%;
        display: block;
        margin: auto;
        padding: 1% 0;
    }
.mailer {
	height: 500px;}
    .mobile_hide {
        display: none;
    }

    .mobile-phone-block p {
        display: block;
        text-align: center;
    }

    .phone-block {
        display: none;
    }

    .head_rt {
        max-width: 100%;
        float: none;
    }

    .flex {
        display: block;
    }

    section.small-sq {
        flex: none;
        width: 100%;
    }

    section.large-sq {
        flex: none;
        width: 100%;
    }

    section.small-sq h2 {
        font-size: 38px;
    }

    .col-1-3 {
        width: 100%;
        box-sizing: border-box;
        float: left;
        padding: 2% 1%;
    }

    .col-2-3 {
        width: 100%;
        box-sizing: border-box;
        float: none;
        padding: 2% 1%;
    }

    .col-1-3 ul.extra-top-pad {
        padding-top: 0%;
    }

    .industry-buttons {
        display: none;
    }

    #filter {
        display: block;
    }

    .inventory-search,
    .inventory-search h5 {
        display: none;
    }

    .inventory-search {
        margin-top: -10px;
    }

    .inventory-search .industry-buttons {
        display: block;
    }

    .industry-buttons a {
        width: 50%;
        margin: 0;
        padding: 15px;
        text-align: left;
        border: 1px #fff solid;
    }

    .title-area {
        background: #262d59;
        float: left;
        transform: skewX(0deg) translate(0px);
        width: 100%;
        min-width: 10%;
        box-sizing: border-box;
        text-align: right;
        padding: 1.8% 0;
    }

    .title-area h3 {
        transform: skewX(0deg);
        padding: 0 0 1% 0;
        border-bottom: #fff 1px solid;
        text-align: center;
        font
    }

    .title-area a {
        transform: skewX(0deg);
        display: block;
        padding: 1% 0 0 0;
        font-size: 25px;
        color: #fff;
        text-align: center;
    }

    .title-area a:hover {
        color: #f9da11;
    }

}

@media screen and (max-width: 460px) {

    .block {
        width: 95%;
    }

    .block .fas {
        font-size: 64px;
        margin: 5% 0;
    }

    img.main-logo {
        width: 50%;
    }

    section.small-sq h2 {
        font-size: 28px;
    }

    figure.category {
        display: inline-block;
        float: left;
        margin: 2% 4%;
        width: 40%;
    }
}

.careers .group:before,
.careers .group:after {
    content: "";
    display: table;
}

.careers .group:after {
    clear: both;
}

.careers .group {
    zoom: 1;
}

.careers h1 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.careers a {
    color: #bf1e2e;
}

.careers a:hover {
    text-decoration: none;
}

.careers .careers-button {
    display: block;
    background: #262d59;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    /* border-radius: 3px; */
    padding: 15px 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
}

.careers .careers-button:hover {
    background: #4d4d4d;
}

.careers *,
.careers *:after,
.careers *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.careers .wrapper {
    width: 100%;
    /* max-width: 1280px; */
    margin: 0 auto;
    padding: 0;
}

.careers .border-it {
    background: #fff;
    padding: 15px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}

.careers .section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.careers .col {
    display: block;
    float: left;
    margin: 1% 0 1% 2%;
}

.careers .col:first-child {
    margin-left: 0;
}

.careers .group:before,
.careers .group:after {
    content: "";
    display: table;
}

.careers .group:after {
    clear: both;
}

.careers .group {
    zoom: 1;
}

.careers .span_4_of_4 {
    width: 100%;
}

.careers .span_2_of_4 {
    width: 49%;
}

@media only screen and (max-width: 680px) {
    .careers .col {
        margin: 4% 0 4% 0%;
    }

    .careers .span_2_of_4,
    .careers .span_4_of_4 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {

    /*! CSS Used fontfaces */
    .careers h1 {
        font-size: 36px;
    }
}
