/* CSS Document */
@media (min-width: 750px) and (max-width: 1149px) {
  html {
    width: 100%;
    margin: 0;
    padding: 0; }
  body {
    width: 100%;
    margin: 0;
    padding: 0; }
  ul {
    list-style: none; }
  a {
    text-decoration: none; }
  /* ie */
  a img {
    border-style: none; }
  .section-wrap {
    width: 90%;
    margin: 0 auto; }
  .page-wrap {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px; }
  #logo {
    position: absolute;
    width: 130px;
    margin-left: 90px;
    margin-top: 8px;
    z-index: 1; }
  #logo img {
    width: 100%;
    height: auto; }
  #top-bar {
    background-color: #7FB46D; }
  #truck {
    width: 10%;
    float: left; }
  #welcome {
    width: 90%;
    float: right;
    color: white; }
  #mobile-header, #mobile-nav {
    display: none; }
  #main-nav {
    height: 30px;
    margin: 0 auto; }
  #main-nav > ul {
    margin: 0;
    width: 44%;
    float: right;
    padding: 15px 0; }
  #main-nav > ul > li {
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    float: left;
    list-style: none;
    position: relative;
    cursor: pointer; }
  #main-nav > ul > li:nth-of-type(6) {
    border-right: 1px solid black;
    padding: 0;
    margin: 8px 0 0 8px;
    height: 30px; }
  #main-nav li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    letter-spacing: .001rem;
    color: #686868;
    font-weight: bold;
    text-transform: uppercase; }
  #main-nav a {
    font-family: texgyreadventorregular, Arial, Helvetica, sans-serif;
    font-weight: 300 !important; }
  #main-nav > ul > li > a {
    font-family: texgyreadventorbold, Arial, Helvetica, sans-serif !important; }
  #main-nav li a:hover {
    /**/ }
  .parent {
    padding-top: 11px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    padding-bottom: 5px !important;
    box-sizing: border-box; }
  .parent a {
    font-size: 12px !important;
    letter-spacing: .3px !important; }
  #main-nav > li:last-of-type {
    padding-top: 12px !important; }
  /*.parent:hover {
		padding-top: 6px !important;
		padding-left: 19px !important;
		padding-right: 19px !important;
		border-top:1px solid #999;
		border-right:1px solid #999;
		border-left:1px solid #999;
		-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-sizing:border-box;
	}
	.parent.border:before {
		content: " ";
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: -2px;
		border-bottom: 5px solid white;
		z-index: 10000;
		box-sizing: border-box;
	  }*/
  .drop-down {
    float: none;
    width: auto;
    height: auto;
    min-height: 50px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    white-space: nowrap;
    -moz-transition: max-height 0.15s ease-in-out;
    -webkit-transition: max-height 0.15s ease-in-out;
    -o-transition: max-height 0.15s ease-in-out;
    transition: max-height 0.15s ease-in-out;
    display: none;
    z-index: 1000;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    right: -1px;
    border-left: 1px solid #999;
    margin-top: -30px;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
    min-height: 164px; }
  .drop-down li {
    float: none;
    line-height: 1.7rem; }
  /*#main-nav > ul > li:hover ul {
		display: block !important;
	}*/
  .drop-down ul {
    border-left: 1px solid black;
    padding: 40px 0 40px 20px;
    margin-top: 47px;
    position: absolute;
    opacity: 0;
    box-sizing: border-box; }
  .drop-down .sub {
    text-indent: 25px; }
  .search-icon {
    position: relative; }
  #search-bar {
    display: none;
    opacity: 0;
    position: absolute;
    left: -400px;
    width: 400px;
    top: 2px; }
  #search_query_adv {
    height: 35px; }
  #header {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0); }
  #follow-us {
    display: block;
    margin: 100px auto 0 auto;
    width: 36%; }
  #footer-top {
    background-color: #F6F6F6;
    padding: 36px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa; }
  #hashtag {
    width: 50%;
    float: left;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
  #hashtag span {
    display: block;
    width: 30%;
    text-indent: 15px;
    margin-top: -6px; }
  #social {
    width: 50%;
    float: left; }
  #social ul {
    width: 45%;
    float: right; } }

@media (min-width: 750px) and (max-width: 1149px) and (max-width: 1040px) {
  #social ul {
    width: 55%;
    float: right; } }

@media (min-width: 750px) and (max-width: 1149px) and (max-width: 875px) {
  #social ul {
    width: 65%;
    float: right; } }

@media (min-width: 750px) and (max-width: 1149px) {
  #social ul {
    margin: 0; }
  #social li {
    float: left;
    padding: 0 10px; }
  footer {
    background-color: #F6F6F6;
    line-height: 32px;
    width: 100%; }
  #footer-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
  #footer-logo img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block; }
  .section {
    width: 28%;
    float: left; }
  #footer-logo {
    width: 16%; } }

@media (min-width: 750px) and (max-width: 1149px) and (max-width: 1040px) {
  #footer-logo {
    width: 100%;
    float: none;
    margin-bottom: 30px; }
  #footer-logo img {
    width: 15%; }
  .section {
    width: 31%;
    padding: 0 2%; } }

@media (min-width: 750px) and (max-width: 1149px) {
  .section .heading {
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px; }
  .section .list {
    font-weight: normal;
    font-size: 12px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
    margin-top: 10px; }
  #credits {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0; }
  #copyright {
    text-align: center;
    background-color: #F6F6F6; }
  #signature {
    text-align: center;
    background-color: #F6F6F6; } }
