﻿/*===================== 
	Color information
	
	-
	- Gray: #d7d7d7;
	- Orange: #dc4405;
	-
		 
=======================*/
/*===================== 
	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: 'Dosis', sans-serif !important;
    margin: 0;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

.clear {
    clear: both;
}

img {
    border: 0;
}

.go_right {
    float: right;
}

.go_left {
    float: left;
}

.mobile {
    display: none;
}

.full-width {
    width: 100%;
}

.fluid {
    max-width: 100%;
}

.padit {
    padding: 2% 0;
}

img.fluid.padding {

    padding-right: 2%;
}

.demo{border-bottom: #dc4405 8px solid;}
/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 42px;
    padding: 3% 0 1% 0;
}

h2 {
    font-size: 48px;
    padding: 3% 0 0 0;
}

h3 {
    font-size: 28px;
    padding: 2% 0;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
    display: block;
}

h6 {}

h1.large {
    font-size: 60px;
    padding: 1% 0 1% 0;
}

p {
    margin: 0;
    padding: 0 0 3% 0;
    font-size: 18px;
}

.no_pad {
    padding: 0;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.blue {
    color: #A63603;
}

.bluecenter {
    text-align: center;
    color: #A63603;
}

/*===================== 
	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: #808080;
}

a.outline {
    width: 100%;
    max-width: 250px;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    color: #A63603;
    border: solid 1px #A63603;
    padding: 8px 0;
    margin: 1.5% .5% 1.5% 0;
}

a.outline:hover {
    background: #A63603;
    color: #fff;
}

a.callout h4 {
    color: #A63603;
    text-align: center;
}

a.callout .fas {
    text-align: center;
    font-size: 72px;
    display: block;
    margin: auto;
    padding: 8% 0;
    color: #dc4405;
}

a.callout:hover .fas,
a.callout:hover h4 {
    color: #000;
}

a.logo {
    display: block;
    border: #333 solid 1px;
    padding: 10% 0;
}

a.logo:hover {
    border: #dc4405 solid 1px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
}
a.logo img {
    width: 60%;
    margin: auto;
    display: block;
}

a.youtube-btn{
	width:100%;
	background:#D24204;
	color:#fff;
	text-align: center;
	display: block;
	font-size: 21px;
	padding:2% 0;
}
a.youtube-btn:hover{background:#000;}

a.register-btn{
	background:#D24204;
	font-size: 34px;
	width:300px;
	padding:10px;
	box-sizing: border-box;
	display: block;
	color:#fff;
	text-align: center;
}
a.register-btn:hover{
	background:#000;
}

/*===================== 
	header styles 
=======================*/
header {
    width: 100%;
    background: #fff;
}

header .flexArea a {
    color: #D24204 !important
}

div.flexArea {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.flex_col {
    margin: auto;
}

div.col2 {
    flex-grow: 2;
    text-align: center;
}

div.col2 img {
    /* width:55%; */
    padding: 3% 0;
    margin: auto;
    display: block;
}

div.col2.logo img {
    width: calc(21.875rem + ((1vw - 8.2px) * 14.6364));
}

.flexArea .col2 img {
    /* max-width: 250px; */
}

@media (min-width: 1920px) {
    div.col2.logo img {
        width: 511px;
    }
}

div.col1,
div.col3 {
    flex-grow: 1;
}

div.col1 img,
div.col3 img {
    width: 55%;
    padding: 10% 0;
    margin: auto;
    display: block;
}


/*===================== 
	nav styles 
=======================*/

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: block;
    margin: 0;
    position: relative;
    background: #D24204;
}

nav.primary ul {
    padding: 0;
    width: 90%;
    margin: 0;
    text-align: left;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
}

nav.primary ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 18px 15px;
    display: block;
    margin: 0;
	cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 400;
}
nav.primary ul li a.tab-highlight{
	background:#000;
}

nav.primary ul li a:hover {
    background: #848484;
    color: #fff;
}

/* 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;
	cursor: pointer;
}

/* 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: 1150;
    width: 230px;
}

nav.primary ul ul li {
    float: none;
    width: 230px;
    position: relative;
    margin: 0;
}

button.search-btn{
	position: absolute;
	right:3%;
	top:12px;
	background: url(/siteart/search.png) no-repeat;
	background-size: 100% 100%;
	width:30px;
	height: 30px;
	border:none;
	transition:.2s ease-in;	
}
button.search-btn:hover{
	filter: invert(1);
	cursor: pointer;
}
/******** End of primary Nav ***************/

/***** SEARCH FORM *****/
.search-area{
	display: none;
	width:100%;	
	padding:2% 0;
	background:#222;
}
#inv-search{
	width:80%;
	margin: auto;
}
#inv-search input.keyword{
	width:89%;
	padding:10px;
	border-radius: 0;
	border: #333 1px solid;
	box-sizing: border-box;
}
#inv-search button.submit-btn{
	width:10%;
	padding:10px 0;
	border-radius: 0;
	border: none;
	background:#dc4405;
	font-size: 14px;
	color:#fff;
}
#inv-search button.submit-btn:hover{
	background:#000;
	border: #000 1px solid;
	cursor: pointer;
}


.ts-modal-content {color: #000 !important;}
/*===================== 
	content styles 
=======================*/
.empl {
    background: #E7E7E7;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.empl p {
    font-size: 24px;
}

.empl p + p {
    font-size: 14px;
}

.empl img {
    width: 100%;
}

img.DeptPhoto {
    width: 50%;
    display: block;
    margin: 2% auto 2% auto;
}

img.Clover {
    width: 240px;
    display: inline-block;
    padding-left: 70px;
}

img.IACow {
    display: inline-block;
    padding-left: 60px;
}

img.FFA {
    width: 240px;
    display: inline-block;
}

/********* Grid and hover effect ************/
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 2em;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 23%;
    max-height: 294px;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.grid figure figcaption {
    font-size: 20px;
    z-index: 1100;
    position: relative;
    background: rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    /* Safari and Chrome */
    -moz-transition: all .3s ease;
    /* Firefox */
    -ms-transition: all .3s ease;
    /* IE 9 */
    -o-transition: all .3s ease;
    /* Opera */
    transition: all .3s ease;
}

.grid figure:hover figcaption {
    opacity: 0;
    visibility: hidden;
}

/*
.grid figure figcaption {
	padding: 1%;
	color: #fff;
	font-size: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}*/

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 30px;
    color: #fff;
    padding: 25% 0 0 0;
}

.grid figure.landing h2 {
    font-size: 20px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 75%;
    color: #fff;
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
    /*-webkit-perspective: 1000px;
	perspective: 1000px;*/
}

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 300px);
    transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}*/


/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img {
    width: 100%;
}

.cycle-slideshow a {
    width: 100%;
}

/* pager */
.cycle-pager {
    text-align: right;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #dc4405;
}

.cycle-pager > * {
    cursor: pointer;
}

/*===================== 
	banner styles 
=======================*/
.gray_bar {
    width: 100%;
    background: #d7d7d7;
}

.gray_bar h3 {
    padding: 2% 0 2% 1%;
}

.banner {
    background: #D24204;
    width: 100%;
    padding: 1.5% 0;
}

.banner p {
    color: #fff;
    text-align: center;
}

/*===================== 
	layout styles 
=======================*/

.wrap {
    width: 100%;
    margin: 0;
}

.lt-bg-wrap {
    width: 100%;
    margin: 0;
	background:#f6f6f6;
	padding: 3% 0;
}

.sm_container {
    max-width: 1100px;
    margin: 0 auto;
	display: flex;
    justify-content: center;
}

.lgcontainer {
    max-width: 1550px;
    margin: 0 auto;
    padding-top: 25px;
}

.video-container {
    margin: 0 auto 10px auto;
    width: 100%;
    text-align: center;
}

.featured-vid {
    width: 100% !important;
}

.col-1-6 {
    width: 16%;
    box-sizing: border-box;
}

.col-1-5 {
    width: 20%;
    box-sizing: border-box;
}

.col-1-4 {
    width: 24%;
    box-sizing: border-box;
    float: left;
    padding: 2% 1%;
}

.col-1-3 {
    width: 33%;
    box-sizing: border-box;
    float: left;
    padding: 6% 1%;
}

.col-1-2 {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding: 3% 2%;
}

.col-2-3 {
    width: 65%;
    box-sizing: border-box;
}

.col-3-4 {
    width: 75%;
    box-sizing: border-box;
}

.altPad.col-1-2 {
    padding: 0 2% 3%;
}

.flex {

    display: flex;
    justify-content: space-between;
}
.list-flex{display: flex;}
ul.col-list li{
	list-style-type: none;
}

.job-box{
	border: 1px solid #333;
	padding:1%;
	margin: .5%;
	box-sizing: border-box;
}

.promotion ul li {
	list-style: none;
	margin-bottom: 15px;
}

.promotion ul {
	padding: 0;
	margin: 10px 0 0;
}

.promotion p {
	padding: 0;
}

.promotion-wrap  {
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: center;
}

.promotion-header {
	margin-top: 70px;
}

.promotion img {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

/*===================== 
	Form styles 
=======================*/
form.consign {
  width: 100%;
  box-sizing: border-box;
  color: #000;
}
form.consign select {
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  display: inline-block;
}
form.consign input, form.consign textarea {
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
}
form.consign textarea {
  height: 100px;
}
form.consign input.consignButton {
  width: 50%;
  display: block;
  margin: 30px auto 20px auto;
  background: #dc4405;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border: none;
}
form.consign input.consignButton:hover {
  cursor: pointer;
  background: #000;
  color:#fff;
}
form.consign input::-webkit-input-placeholder, form.consign textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
form.consign input::-moz-placeholder, form.consign textarea::-moz-input-placeholder { /* Firefox 19+ */
  color: #000;
}
form.consign input:-ms-input-placeholder, form.consign textarea::-mx-input-placeholder { /* IE 10+ */
  color: #000;
}
form.consign input:-moz-placeholder, form.consign textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}
form.consign input::placeholder, form.consign textarea::placeholder {
  color: #000;
  opacity: 1;
}
form.consign div.col-1-2 {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding: 1%;
}
form.consign div.col-1-4 {
  width: 24%;
  box-sizing: border-box;
  float: left;
  padding: 1%;
}
form.consign div.col-1-3 {
  width: 32.6%;
  box-sizing: border-box;
  float: left;
  padding: 1%;
}
form.consign div.col-1 {
  width: 96%;
  padding: 1%;
}
.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #dc4405!important;
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background-color: #dc4405!important;
	
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .list-container-flexrow .contact-options, .list-container-flexrow .contact-options a{
	background-color: #dc4405!important;
	
}
.list-top-section .list-listings-count{
	color:  #dc4405!important;
}
/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0;
    width: 100%;
    background: #d7d7d7;
    padding: 0% 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 10px;
    color: #222;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 10px;
    color: #fff;
}

.footertext {
    font-size: 10px;
    color: #666;
}

.smallfootertext {
    font-size: 10px;
    color: #666;
}

.divfooter {
    max-width: 565px;
    text-align: center;
    margin: 0 auto;
}


/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1375px) {
    /*nav.primary ul li {width:12.0%;}*/
    nav.primary ul li a {
        font-size: 14px;
        padding: 18px 10px;
    }
	
	.flex {
        flex-direction: column
    }

    .flex iframe {
        padding-top: 2%;
    }
	.promotion-wrap.flex {
		flex-direction: row;
	}
	
	.promotion-wrap {
			margin: 0 auto;
	}
	
}

@media screen and (max-width: 1300px) {

   /*nav.primary ul li {width:11.5%;}*/
    nav.primary ul li a {
        font-size: 12px;
        padding: 15px 8px;
    }

    .gray_bar h3 {
        font-size: 21px;
        padding: 2% 0 2% 1%;
    }

    a.outline {
        width: 100%;
        max-width: 250px;
        font-weight: normal;
        font-size: 21px;
        text-align: center;
        display: inline-block;
        color: #dc4405;
        border: solid 1px #dc4405;
        padding: 8px 0;
        margin: 1.5% .5% 1.5% 0;
    }

    .lgcontainer {
        box-sizing: border-box;
        padding: 25px 3%;
    }

    .grid figure figcaption {
        font-size: 18px;
    }

    .grid figure h2 {
        font-size: 21px;
        padding: 25% 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .gray_bar {
        padding: 0 0 2% 0;
    }

    .gray_bar h3 {
        text-align: center;
    }

    a.outline {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 1.5% auto 1.5% auto;
    }

    .go_left {
        float: none;
    }

    .go_right {
        float: none;
    }

    h2 {
        font-size: 36px;
    }

    h1 {
        font-size: 42px;
    }
	
	.promotion-wrap.flex {
		text-align: left;
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.promotion {
		padding-bottom: 40px;
	}
	
	.promotion-header {
		margin-top: 20px;
	}
		
}

@media screen and (max-width: 960px) {
    .col-1-4 {
        width: 50%;
        box-sizing: border-box;
        float: left;
        padding: 2% 1%;
    }
	
	
	 /*==============================
		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: #dc4405;
    }

    #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: 42px 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: -36px;
        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;
		cursor:pointer;
        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 #dc4405 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: 14px;
        height: 14px;
        padding: 17px 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;
    }

    /******* END MOBILE NAV **********/
	
	
    div.phone {
        display: block;
        float: right;
        margin: 0;
        background: #d7d7d7;
        position: relative;
        z-index: 400;
        padding: 0 1em;
    }

    div.phone a {
        padding: 0 !important;
        color: #808080 !important;
    }


	.promotion img{
		width: 104%;
		max-width: 1000px;
	}
	

}

@media screen and (max-width: 820px) {


    .headhide {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .mobile_hide {
        display: none;
    }

    div.col2 img {
        width: 75%;
    }

    .col-1-3 {
        width: 90%;
        box-sizing: border-box;
        float: none;
        padding: 3% 0;
        margin: auto;
    }

    a.callout .fas {
        padding: 3% 0;
    }

    .grid figure {
        width: 48%;
    }

    .cycle-pager {
        display: none;
    }

    .featured-vid {
        height: 330px;
    }

}

@media screen and (max-width: 680px) {
    .col-1-2 {
        width: 90%;
        box-sizing: border-box;
        float: none;
        padding: 2% 0;
        margin: auto;
        display: block;
    }

    img.DeptPhoto {
        width: 90%;
    }
}

@media screen and (max-width: 460px) {
    .col-1-4 {
        width: 90%;
        box-sizing: border-box;
        float: none;
        padding: 2% 1%;
        display: block;
        margin: auto;
    }

    .grid figure {
        position: relative;
        float: none;
        overflow: hidden;
        margin: 10px auto;
        width: 90%;
        max-height: 294px;
        background: #000;
        text-align: center;
        cursor: pointer;
    }
}

.blue.button {
    display: block;
    background: #dc4405;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: all .2s ease-in-out;
    margin-top: 3%;
}
