@charset "UTF-8";
/*
Theme Name: East Penn Manufacturing
Theme URI: http://underscores.me/
Author: Netplus
Author URI: http://thinknetplus.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: east-penn-manufacturing
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

East Penn Manufacturing is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  margin: 0 !important;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

header, nav, section, article, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cf:before,
.cf:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table;
}

.cf:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  background: #fff;
  font: 300 16px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

ul, ol {
  margin: 0;
  list-style: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

b, strong {
  font-weight: 700;
}

cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

a {
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 560px) {
  .container {
    max-width: 94%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}

img {
  width: auto;
}

/* ==============================
 * Hide and Show
============================== */
.hide {
  display: none;
}

.show {
  display: block;
}

@media (max-width: 420px) {
  .hide-xs-max {
    display: none !important;
  }
  .show-xs-max {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}

@media (max-width: 768px) {
  .hide-sm-max {
    display: none;
  }
  .show-sm-max {
    display: block;
  }
}

@media (min-width: 992px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}

@media (min-width: 1200px) {
  .hide-lg {
    display: block;
  }
  .show-lg {
    display: block;
  }
}

/* ==============================
 * Animations
============================== */
* {
  transition: all 0.3s ease;
}

/* ==============================
 * Buttons
============================== */
.btn, .btn-alt {
  background: #f58220;
  border: 1px solid #f58220;
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  padding: 13px 18px;
  text-transform: uppercase;
  margin: 10px 5px 10px 0;
}

.btn:hover, .btn-alt:hover {
  color: #fff200;
}

.btn.none, .none.btn-alt {
  margin: 0px;
}

.btn-alt {
  background: white;
  color: #f58220;
}

.btn-alt:hover {
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #f58220;
}

.view-more span:before {
  content: 'View ';
}

.view-more span:after {
  content: '▾';
  display: inline-block;
  margin-left: 10px;
}

.viewing .view-more span:before {
  content: 'Hide ';
}

.viewing .view-more span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  display: inline-block;
}

.apply:before {
  content: "Submit Your Information";
}

.applying .apply:before {
  content: "Back to Details";
}

.apply.secondary {
  display: none;
}

@media (min-width: 992px) {
  .apply.secondary {
    display: inline-block;
    margin-top: 40px;
  }
}

/* ==============================
 * Positioning
============================== */
.align-center-sm {
  text-align: center;
}

@media (min-width: 768px) {
  .pull-right, .pull-right > * {
    float: right;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right {
    text-align: right;
  }
}

/* =============================================================================
   CLEAR FIX
   ========================================================================== */
/* For modern browsers */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  clear: both;
  *zoom: 1;
  /* For IE 6/7 (triggers hasLayout) */
}

body {
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1, h2, h3 {
  font-weight: 300;
}

h1 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

p, .details, .content {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}

a {
  color: #f58220;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

sup {
  font-size: 65%;
  position: relative;
  top: -10px;
}

small {
  font-size: 80%;
  font-style: italic;
}

ul {
  padding: 0 0 0 20px;
}

ul li > ul {
  list-style: circle;
  padding: 0 0 0 0px;
}

.post a h1 {
  color: #212221;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}

.section-heading {
  text-align: center;
}

.section-heading h1 {
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 768px) {
  .section-heading h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 900px) {
  .section-heading h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

.section-heading h2 {
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

@media (min-width: 768px) {
  .section-heading h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 900px) {
  .section-heading h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.section-heading p {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 20px;
  color: #333333;
  font-weight: 300;
}

#home-hero, #division-hero, #page-hero {
  text-align: center;
}

.application-page .hero {
  color: #f58220;
  font-size: 48px;
  line-height: 55px;
  padding: 50px 0;
}

.hero p, .hero.alternate p, .intro p {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 20px;
}

@media (min-width: 768px) {
  .hero p, .hero.alternate p, .intro p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .hero p, .hero.alternate p, .intro p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .hero p, .hero.alternate p, .intro p {
    font-size: 14px;
    line-height: 36px;
  }
}

.hero p em, .hero.alternate p em, .intro p em {
  color: #fff200;
  display: inline-block;
  font-style: normal !important;
}

.orangeBg em {
  color: #fff200;
  font-style: normal !important;
}

.hero p, .hero.alternate p {
  color: white;
}

.intro {
  margin-bottom: 40px;
}

.intro h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 70px 0 14px;
}

@media (min-width: 768px) {
  .intro h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .intro h1 {
    font-size: 42px;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  .intro h1 {
    font-size: 42px;
    line-height: 58px;
  }
}

.division-page .hero h1 {
  color: #f58220;
  font-size: 36px;
  line-height: 100%;
}

@media (min-width: 768px) {
  .division-page .hero h1 {
    font-size: 74px;
  }
}

@media (min-width: 992px) {
  .division-page .hero h1 {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .division-page .hero h1 {
    font-size: 105px;
  }
}

#page-hero.hero h1 {
  color: #f58220;
  font-size: 36px;
  line-height: 100%;
}

@media (min-width: 768px) {
  #page-hero.hero h1 {
    font-size: 74px;
  }
}

@media (min-width: 992px) {
  #page-hero.hero h1 {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  #page-hero.hero h1 {
    font-size: 105px;
  }
}

.single-application h3, .single-application h1, .single-product h3, .single-product h1, .tab-content h3, .tab-content h1, .opportunity h3, .opportunity h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

#partner-companies h3, #partner-companies h1 {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 14px;
}

.block {
  color: white;
  text-align: center;
}

.block h1 {
  font-size: 40px;
  line-height: 50px;
}

.block p {
  color: white;
}

.footer {
  color: white;
}

.footer h1 {
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 768px) {
  .footer h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.footer p {
  color: white;
}

.footer #menu-footer li {
  padding: 0 0 0 10px;
}

.footer #menu-footer a {
  color: #656865;
}

.footer #menu-footer a:hover {
  color: #f58220;
}

#sup-footer h1 {
  line-height: 60px;
  margin: 16px 0;
}

.sup-block {
  text-align: center;
}

.sup-block h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
}

#home-posts .post-date {
  font-style: italic;
  margin-bottom: 15px;
}

#home-posts .category {
  text-transform: uppercase;
}

.mobile-trigger {
  background: #000;
  border-left: 1px solid #1f1f1f;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  float: right;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}

@media (min-width: 900px) {
  .mobile-trigger {
    display: none;
  }
}

/* ==============================
 * Icons
============================== */
@font-face {
  font-family: "east-penn";
  src: url("../fonts/east-penn.eot");
  src: url("../fonts/east-penn.eot?#iefix") format("embedded-opentype"), url("../fonts/east-penn.woff") format("woff"), url("../fonts/east-penn.ttf") format("truetype"), url("../fonts/east-penn.svg#east-penn") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "east-penn" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ep-"]:before,
[class*=" ep-"]:before {
  font-family: "east-penn" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ep-pa-pennsylvania:before {
  content: "a";
}

.ep-arrow-right:before {
  content: "b";
}

.ep-arrow-left:before {
  content: "c";
}

.ep-search {
  border-left: 1px solid #1f1f1f;
  height: 100px;
  float: right;
  position: relative;
  width: 100px;
  cursor: pointer;
}

.ep-search:hover {
  background: #1d1d1d;
}

.ep-search:before {
  color: white;
  content: "d";
  font-size: 26px;
  position: absolute;
  height: 26px;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  top: 50%;
  width: 26px;
}

.ep-search:hover:before {
  color: #f58220;
  transition: all 0.3s ease;
}

.ep-down-dir:before {
  content: "e";
}

.ep-cancel:before {
  content: "f";
}

.ep-facebook:before {
  content: "g";
}

.ep-linkedin:before {
  content: "h";
}

.ep-google-plus:before {
  content: "i";
}

.ep-twitter:before {
  content: "j";
}

.ep-download:before {
  margin-right: 5px;
  color: #d4d4d4;
  content: "n";
  font-size: 35px;
  position: relative;
  top: 12px;
}

.ep-location:before {
  content: "l";
}

.ep-chat:before {
  content: "m";
}

.ep-wheretobuy:before {
  content: "v";
}

.ep-mail:before {
  content: "o";
}

.ep-wheretorecycle:before {
  content: "r";
}

.ep-job:before {
  content: "k";
}

.ep-location, .ep-chat, .ep-wheretobuy, .ep-job, .ep-wheretorecycle {
  font-size: 20px;
  line-height: 30px;
  margin-top: 6px;
  transition: all 0s ease;
}

@media (min-width: 0px) {
  #our-companies .company a img, .homeIcons .sup-block img {
    margin-bottom: -70px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  #sup-footer .row > div {
    text-align: center;
  }
  #innovationWtrMrk {
    display: block;
  }
  #news-sidebar {
    display: none;
  }
  #tabs .container {
    margin-bottom: 50px;
    margin-top: -40px;
  }
  #our-companies .company a img {
    margin-top: -50px;
  }
}

@media (min-width: 420px) {
  #our-companies .company a img, .homeIcons .sup-block img {
    margin-bottom: -30px;
  }
  .hide768 {
    display: none;
  }
  .flex-viewport {
    text-align: center;
  }
  .margBot768 {
    margin-bottom: 50px;
  }
  .general-hero {
    padding-top: 8px;
  }
  #innovationWtrMrk {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide768 {
    display: block;
  }
  .flex-viewport {
    text-align: left;
  }
  #sup-footer .row > div {
    text-align: left;
  }
  .general-hero {
    padding-top: 8px;
  }
  #innovationWtrMrk {
    display: none;
  }
  #tabs .container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .general-hero {
    padding-top: 0;
  }
  #innovationWtrMrk {
    display: block;
  }
  #news-sidebar {
    display: block;
  }
}

html.hide-admin {
  margin-top: 0 !important;
}

html.hide-admin #wpadminbar {
  display: none;
}

#page {
  overflow-y: hidden;
}

.general-hero h1, .history-page .general-hero .container h1 {
  text-align: left;
  font-size: 32px;
}

@media (max-width: 500px) {
  .general-hero h1, .history-page .general-hero .container h1 {
    font-size: 24px;
  }
}

/* ==============================
 * Header
============================== */
#menu-main-menu li .sub-menu a {
  min-width: 260px;
}

input[type="search"].search-field {
  background-color: #e7e6e5;
}

#header {
  background: #000;
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: all 0.4s ease;
}

@media (max-width: 900px) {
  #header {
    background: #e7e6e5;
  }
}

#header .site-branding {
  float: left;
}

#header.medium #menu-main-menu li > a {
  height: 60px;
  line-height: 60px;
}

#header.medium #site-search {
  height: 60px;
}

#header.medium #site-search input {
  height: 60px;
}

#header.medium #site-search .ep-search {
  height: 60px;
}

#header.medium #site-search .ep-search:before {
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  top: 50%;
}

@media (max-width: 1200px) {
  #header.medium input[type="search"].search-field.open .search-field.open {
    top: 60px;
  }
}

#header.medium #logo {
  padding: 10px 25px;
}

#header.medium #menu-main-menu li .sub-menu a {
  padding: 0px 20px;
}

#header.medium .menu-item-has-children:after {
  top: 29%;
}

#logo {
  background-color: #0d0d0d;
  padding: 30px 25px;
}

#logo a {
  background-image: url("../images/east-penn-logo.png");
  background-size: cover;
  display: block;
  height: 80px;
  text-indent: -9999px;
  width: 370px;
}

/* ==============================
 * Search Form
============================== */
#site-search {
  float: right;
  height: 100px;
  width: 35%;
}

@media (max-width: 900px) {
  #site-search {
    display: none;
  }
}

@media (max-width: 1200px) {
  #site-search {
    width: auto;
  }
}

input[type="search"].search-field {
  border: none;
  box-shadow: none;
  height: 100px;
  float: right;
  font-size: 100%;
  margin: auto;
  padding: 0;
  width: 0;
  overflow: hidden;
  -webkit-appearance: none;
}

input[type="search"].search-field.open {
  padding: 5px;
  width: 75%;
}

@media (max-width: 1200px) {
  input[type="search"].search-field.open {
    position: absolute;
    right: 0;
    top: 100px;
    width: 35%;
  }
}

#mobile-search input[type="search"].search-field {
  height: 40px;
  padding: 10px;
  width: 100%;
}

.search-form {
  height: 100%;
}

.screen-reader-text, .search-submit {
  display: none;
}

/* ==============================
 * Navigation
============================== */
nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

nav a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

#sidr {
  display: none;
}

@media (max-width: 900px) {
  #sidr {
    display: block;
  }
}

#site-navigation {
  float: left;
}

#site-navigation .back-btn {
  display: none;
}

@media (max-width: 900px) {
  #site-navigation {
    display: none;
    /*background: #000;
		position: absolute;
		height: 0;
		opacity: 0;
		overflow: hidden;
		top: 60px;
		width: 100%;
		&.open {
			height: 240px;
			opacity: 1;
			overflow: visible;
		}
		.back-btn {
			display: block;
		}
		li {
			float: none;
		}
		#menu-main-menu .sub-menu {
			display: block;
			left: 100%;
			top: 0;
			width: 100%;
			&.active {
				box-shadow: inset 0px 5px 7px -8px #111, inset 0px -5px 8px -8px #111;
				left: 0%;
				max-height: 320px;
				overflow-y: scroll;
				top: 0;
				padding: 0;
				width: 100%;
				z-index: 1;
			}
		}
		.menu-item-has-children {
			position: relative;
		}
		#mobile-search {
			display: block;
			padding: 10px;
		}*/
  }
}

#menu-main-menu > li > a {
  border-right: 1px solid #1f1f1f;
  display: block;
  height: 100px;
  line-height: 100px;
  padding: 0 45px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  #menu-main-menu > li > a {
    padding: 0 20px;
  }
}

#menu-main-menu > li:hover {
  background: #1d1d1d;
}

#menu-main-menu > li:hover > a {
  color: #f58220;
}

#menu-main-menu > li:hover > ul {
  display: block;
}

#menu-main-menu .sub-menu {
  background: #e7e6e5;
  position: absolute;
  display: none;
  list-style: none;
  left: 0;
  top: auto;
  z-index: 2;
}

#menu-main-menu .sub-menu.show {
  display: block;
}

#menu-main-menu .sub-menu li {
  float: none;
}

#menu-main-menu .sub-menu li:hover {
  background: #f58220;
}

#menu-main-menu .sub-menu li:hover a {
  color: #fff;
}

#menu-main-menu .sub-menu li.emphasis {
  border-top: 1px solid #d3d2d1;
}

#menu-main-menu .sub-menu a {
  color: #000;
  padding: 20px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:after {
  content: '▾';
  color: #4d4d4d;
  display: block;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 37%;
  width: 30px;
}

@media (max-width: 900px) {
  #menu-main-menu li, #menu-main-menu > li > a {
    height: 60px;
    line-height: 60px;
  }
  #logo {
    padding: 10px;
  }
  #menu-main-menu li .sub-menu a {
    padding: 0px 20px;
  }
  .menu-item-has-children:after {
    top: 0;
  }
}

/* ==============================
 * Page Hero
============================== */
#primary {
  margin: 100px 0 0;
}

@media (max-width: 992px) {
  #primary.general-page {
    margin: 100px 0 50;
  }
}

#primary.general-page aside h2 {
  margin: 15px 0 0;
}

@media (max-width: 900px) {
  #primary {
    margin: 50px 0 0;
  }
}

.hero, .hero.alternate {
  background-size: cover;
  background-color: #f1ae45;
  background-position: 50%;
  padding: 130px 0 140px;
}

@media (max-width: 992px) {
  .hero, .hero.alternate {
    padding: 100px 0 90px;
  }
}

.alternate.hero {
  background: url("../images/hero-bdg-orange.png");
  background-color: #f58220;
  background-size: cover;
}

.alternate.hero:after {
  display: none;
}

.alternate.hero h1 {
  color: white;
}

.page-child .hero, .application-page .hero {
  position: relative;
}

@media (max-width: 768px) {
  .page-child .hero, .application-page .hero {
    padding: 80px 0 60px;
  }
}

.page-child .hero:after, .application-page .hero:after {
  content: "";
  background: black;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.page-child .hero > .container, .application-page .hero > .container {
  position: relative;
  z-index: 2;
}

.general-hero.alternate, .application-page .alternate.hero {
  padding: 18px 0;
}

.application-page .hero h1 {
  font-size: 32px;
  padding-top: 8px;
}

.general-hero {
  background: url("../images/hero-bdg-orange.png");
  background-color: #f58220;
  background-size: cover;
  color: white;
}

/* ==============================
 * News and Updates
============================== */
.recent-news {
  background-size: cover;
  padding: 55px 0 40px;
}

.recent-news .row.posts, .recent-news .row.post {
  margin: 15px 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .recent-news .row.posts, .recent-news .row.post {
    margin: 30px 0;
  }
}

.recent-news .row.posts:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -15px;
  width: 0;
  z-index: 1;
}

.recent-news .ft-image {
  float: left;
  margin: 0 30px;
  width: 30%;
}

.recent-news .summary {
  float: left;
  margin: 10px 0;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .recent-news .summary {
    width: 60%;
  }
}

#page-posts {
  background-image: url("../images/home-page-news-bdg.jpg");
}

.recent-posts .post {
  float: none;
  margin: 0 -15px 45px;
}

.recent-posts .post .post-date {
  font-style: italic;
  font-weight: 300;
}

.recent-posts .post .category {
  text-transform: uppercase;
}

/* ==============================
 * Home Page Hero
============================== */
#home-hero {
  /*.svg & {
		h1 {
			background-image: url(http://epm.localhost/wp-content/themes/east-penn-manufacturing/images/east-penn-logo-white.svg); 
		}
	}*/
}

#home-hero .hero-copy {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #home-hero .hero-copy {
    width: 100%;
  }
}

#home-hero .hero-image {
  position: absolute;
  right: 5%;
  top: 145px;
  z-index: 1;
}

@media (max-width: 767px) {
  #home-hero .hero-image {
    display: none;
  }
}

@media (min-width: 768px) {
  #home-hero .hero-image {
    display: block;
    width: 286px;
  }
}

@media (min-width: 992px) {
  #home-hero .hero-image {
    top: 195px;
    width: 430px;
  }
}

@media (min-width: 1200px) {
  #home-hero .hero-image {
    top: 210px;
    width: 540px;
  }
}

@media (min-width: 1500px) {
  #home-hero .hero-image {
    top: 200px;
    width: auto;
  }
}

#home-hero h1 {
  background-image: url("../images/east-penn-logo-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 154px;
}

@media (min-width: 992px) {
  #home-hero h1 {
    height: 60px;
    width: 290px;
  }
}

@media (min-width: 1200px) {
  #home-hero h1 {
    height: 70px;
    width: 334px;
  }
}

#home-hero h2 {
  color: white;
  font-size: 40px;
  line-height: 36px;
  margin: 10px 0 10px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #home-hero h2 {
    font-size: 70px;
    line-height: 60px;
    margin: 10px 0 20px;
  }
}

@media (min-width: 1200px) {
  #home-hero h2 {
    font-size: 100px;
    line-height: 90px;
  }
}

/* ==============================
 * Home Page Featured Blocks
============================== */
.ft-section {
  padding: 60px 0 0;
}

#quotes .ft-section {
  padding: 68px 0 50px;
}

/*.company.sup-block {
	min-height: 470px;
	@media (max-width: 768px) {
		min-height: 270px;
	}
}
.homePage .sup-block {
	min-height: 470px;
	margin-bottom: 30px;
	@media (max-width: 768px) {
		min-height: 200px;
	}
}*/
@media (max-width: 420px) {
  .sup-block:nth-child(1) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .sup-block:nth-child(3n) {
    clear: left;
  }
}

.sup-block {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .sup-block .excerpt {
    min-height: 105px;
  }
}

@media (min-width: 1200px) {
  .sup-block .excerpt {
    min-height: 85px;
  }
}

#feature-blocks {
  background-color: #3c4145;
  width: 100%;
}

#sticky-posts {
  background-color: #3c4145;
}

.block {
  background-size: cover;
  float: left;
  position: relative;
  padding: 20px 20px 40px;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 700px) {
  .block {
    padding: 50px;
    min-height: 100px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .block {
    padding: 120px 20px;
    min-height: 300px;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .block {
    padding: 120px 50px;
  }
}

.block:before {
  content: "";
  background: black;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}

.block .block-copy {
  position: relative;
  z-index: 2;
}

.plus-minus {
  color: white;
  bottom: -10px;
  border: 2px solid white;
  border-radius: 40px;
  display: block;
  font-size: 26px;
  font-weight: 300;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: relative;
  width: 50px;
  z-index: 2;
  transition: transform 0.3s;
}

.plus-minus:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 8px;
  background: white;
  height: 2px;
  width: 30px;
}

.plus-minus:before {
  background: white;
  content: "";
  position: absolute;
  top: 22px;
  left: 8px;
  height: 2px;
  width: 30px;
  -webkit-transform: translateY(0) rotate(-90deg);
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .active {
    /*padding: 50px;*/
    padding: 0;
  }
}

.active .plus-minus:before {
  -webkit-transform: translateY(0) rotate(0deg);
  transition: all 0.3s ease;
}

.active .block-summary {
  transition: all 0.3s ease;
  height: 160px;
}

@media (min-width: 768px) {
  .active .block-summary {
    height: 130px;
  }
}

@media (min-width: 992px) {
  .active .block-summary {
    height: 150px;
  }
}

.active:after {
  opacity: 1;
  transition: all 0.3s ease;
}

.block-summary {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* ==============================
 * Call-To-Action Bar
============================== */
.cta-bar {
  background: #d4d4d4;
}

.cta-bar p {
  font-size: 16px;
  margin: 20px 0 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-bar p {
    margin: 30px 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .cta-bar p {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .cta-bar p {
    font-size: 18px;
  }
}

.cta-bar .btn, .cta-bar .btn-alt {
  text-align: center;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .cta-bar .btn, .cta-bar .btn-alt {
    margin: 20px 0;
  }
}

/* ==============================
 * Divisions
============================== */
.division-highlights {
  background-size: cover;
  background-position: 50%;
  background-color: #f1ae45;
  color: white;
  margin: 0 0 28%;
  padding: 25px 0 44%;
}

@media (min-width: 500px) {
  .division-highlights {
    margin: 0 0 24%;
    padding: 25px 0 40%;
  }
}

@media (min-width: 768px) {
  .division-highlights {
    margin: 0 0 165px;
    padding: 25px 0 290px;
  }
}

@media (min-width: 992px) {
  .division-highlights {
    margin: 0 0 235px;
    padding: 25px 0 370px;
  }
}

@media (min-width: 1200px) {
  .division-highlights {
    margin: 0 0 400px;
    padding: 100px 0 320px;
  }
}

.division-highlights h2 {
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

.division-highlights ul {
  font-weight: 400;
  padding: 20px 0 0 20px;
}

.division-highlights p {
  color: #fff;
}

.division-ft-product {
  left: 0;
  position: absolute;
  top: 40px;
}

#division-solutions {
  padding: 0 0 25px;
}

@media (min-width: 768px) {
  #division-solutions {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  #division-solutions {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  #division-solutions {
    padding: 70px 0;
  }
}

/* ==============================
 * Stick Sidebar
============================== */
.inner-nav.sticky {
  float: none;
  position: fixed;
  top: 20px;
  z-index: 6;
  left: auto;
}

/* ==============================
 * Applications
============================== */
.sidebar-nav h3 {
  background: #111;
  color: white;
  font-weight: 400;
  padding: 20px;
  text-transform: uppercase;
}

.sidebar-nav .inner-nav {
  margin-bottom: 40px;
}

.sidebar-nav ul {
  background: #222;
  padding: 0;
}

.sidebar-nav li {
  border-top: 1px solid #3a3a39;
  list-style: none;
}

.sidebar-nav a {
  color: white;
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.sidebar-nav a:hover {
  background: #1d1d1d;
}

.single-application, .single-product {
  margin: 10px -15px 40px;
}

.products, #application-intro, #general-intro, #ventures-and-partnerships, #partner-companies, #tabs {
  padding: 20px 0;
}

#application-intro, #general-intro {
  border-bottom: 1px solid #e7e7e7;
}

.details {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.viewing .details {
  max-height: 800px;
  transition: all 0.4s ease;
}

/* ==============================
 * Global Initiatives
============================== */
#ventures-and-partnerships {
  border-top: 1px solid #e7e7e7;
}

#ventures-and-partnerships p {
  margin-bottom: 40px;
}

#partner-companies .single-company {
  margin: 35px -15px;
}

#partner-companies .logo {
  top: 0;
}

@media (min-width: 768px) {
  #partner-companies .logo {
    top: -30px;
  }
}

/* ==============================
 * Tabs
============================== */
#tabs {
  border-top: 1px solid #C4C4C4;
}

#tabs .logos ul {
  padding: 0;
  list-style: none;
}

#tabs .logos li {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

#tabs .logos li.last {
  border-right: 1px solid transparent;
}

#tabs .logos .last li {
  border-bottom: none;
}

.tab-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.tab-content.active-tab {
  opacity: 1;
  height: auto;
  transition: all 0.4s ease;
}

.tab-content.contact {
  background: #e7e6e5;
  margin: 0;
}

.tab-content.contact h1 {
  padding: 20px 0 0;
}

#sidebar .current {
  background: #f58220;
}

#tabs-nav .current, #tabs-nav-contact .current {
  background: #f58220;
}

#tabs-nav.contact, #tabs-nav-contact.contact {
  padding: 0;
  list-style: none;
}

#tabs-nav.contact li, #tabs-nav-contact.contact li {
  float: left;
  font-size: 12px;
}

#tabs-nav.contact a, #tabs-nav-contact.contact a {
  text-align: center;
  height: 100px;
  line-height: 1.3em;
  background: black;
  color: white;
  display: block;
  padding: 15px 20px;
  margin: 0 3px 0 0;
  text-transform: uppercase;
}

#tabs-nav.contact a:hover, #tabs-nav-contact.contact a:hover {
  color: #f58220;
}

#tabs-nav.contact a:hover i, #tabs-nav-contact.contact a:hover i {
  color: #4d4d4d;
}

#tabs-nav.contact a.current, #tabs-nav-contact.contact a.current {
  background: #e7e6e5;
  color: black;
}

#tabs-nav.contact li:last-child a, #tabs-nav-contact.contact li:last-child a {
  margin: 0;
}

/* ==============================
 * Employment
============================== */
.employment-highlights {
  background-size: cover;
  background-position: 50%;
  background-color: #f1ae45;
  color: white;
  margin: 0;
  padding: 20px 0 60px;
}

@media (min-width: 500px) {
  .employment-highlights {
    padding: 40px 0 80px;
  }
}

@media (min-width: 768px) {
  .employment-highlights {
    padding: 60px 0 90px;
  }
}

@media (min-width: 992px) {
  .employment-highlights {
    padding: 80px 0 100px;
  }
}

.employment-highlights .intro {
  margin: 15px -15px;
  text-align: left;
}

@media (min-width: 768px) {
  .employment-highlights .intro {
    margin: 20px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .employment-highlights .best-places-logo {
    float: none;
    margin: 0 auto;
  }
}

.employment-highlights ul {
  font-weight: 400;
  padding: 10px 0 20px 20px;
}

@media (min-width: 768px) {
  .employment-highlights ul {
    padding: 20px 0 0 20px;
  }
}

.employment-highlights p {
  color: #fff;
}

.disclaimer {
  border: 1px solid white;
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  margin: 60px 0 20px;
  padding: 10px 20px;
  text-align: center;
}

#good-fit, #careers {
  padding: 80px 0;
}

#job-details h2 em {
  font-style: normal;
  color: orange;
  font-weight: 300;
}

#job-details h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: 25px 0 10px;
  text-transform: uppercase;
}

.application-section {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.employment-form {
  background: #e7e6e5;
  padding: 0 10px 15px;
  margin: 30px 0 0;
}

.applying .job-information {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.applying .application-section {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.info-block {
  margin: 25px 0;
}

.info-block .more-jobs p {
  margin: 10px 0 25px;
}

.sharing {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.sharing ul {
  list-style: none;
  padding: 0;
}

.sharing li {
  float: left;
  display: inline-block;
  width: 25%;
}

.sharing a {
  color: #222;
  font-size: 40px;
}

.sharing a:hover {
  color: #f58220;
}

/* ==============================
 * Contact
============================== */
#contact-tabs {
  margin-top: 30px;
}

.tab-copy {
  padding: 0 15px;
}

.map {
  padding: 0;
}

.google-maps {
  margin-top: 30px;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.input {
  margin: 15px;
}

.submit-btn {
  margin: 0 15px;
  position: relative;
}

.submit-btn .ajax-loader {
  height: 20px;
  position: absolute;
  top: 20px;
  left: 80px;
  width: 20px;
}

aside .first {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 35px;
  padding: 0 0 20px;
}

select {
  background: black;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 100%;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
}

.select {
  position: relative;
}

.select:after {
  content: '▾';
  color: white;
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 30px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border: none;
  box-shadow: none;
  font-size: 90%;
  font-weight: 300;
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  margin: auto;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

/* ==============================
 * Footer
============================== */
#sup-footer {
  background-image: url("../images/footer-bdg.jpg");
  background-size: cover;
  padding: 55px 0;
}

#contact-footer {
  background: #141414;
  padding: 55px 0 40px;
}

#colophon {
  background: #000000;
  border-top: 1px solid #656865;
  padding: 30px 0 60px;
}

.site-info img {
  max-width: 65px;
}

/*
 * jQuery Slider v2.2.0
 * http://www.woothemes.com/slider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.slider a:active,
.flex-container a:focus,
.slider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Slider Necessary Styles
*********************************/
.slider {
  margin: 0;
  padding: 0;
}

.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.slider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* Slider Default Theme
*********************************/
.slider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.slider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav li a {
  position: absolute;
  background-position: 50%;
}

.flex-prev, .flex-next {
  top: 0;
  background: black;
  height: 100%;
  width: 50px;
  text-indent: -9999px;
}

@media (min-width: 1200px) {
  .flex-prev, .flex-next {
    width: 70px;
  }
}

.flex-next {
  background-image: url("images/right.png");
  background-repeat: no-repeat;
  right: -50px;
}

@media (min-width: 1200px) {
  .flex-next {
    right: -70px;
  }
}

.flex-prev {
  background-image: url("images/left.png");
  background-repeat: no-repeat;
  left: -50px;
}

@media (min-width: 1200px) {
  .flex-prev {
    left: -70px;
  }
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "slider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 1px solid black;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: black;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav {
    display: none;
  }
}

.whereToBuyListWrapper {
  border: 0 solid red;
  margin: 0 0 1rem 0;
  font-weight: bold;
}

.whereToBuyList {
  border: 0px solid green;
  margin: 0 0 1rem 0;
  list-style-type: none;
  font-weight: normal;
}

.whereToBuyList li:first-child {
  font-weight: bold;
}

.history-page .container {
  text-align: center;
  max-width: 770px;
}

.history-page .container h1 {
  font-size: 38px;
}

@media (max-width: 768px) {
  .history-page .container h1 {
    font-size: 32px;
    line-height: 100%;
  }
}

.history-page .container .alignLeft {
  text-align: left;
}

.history-page .container blockquote p {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  left: -40px;
  width: 105%;
  display: block;
  white-space: pre-wrap;
  color: #d4d4d4;
  border-left: 5px solid #d4d4d4;
  padding-left: 18px;
}

@media screen and (max-width: 862px) {
  .history-page .container blockquote p {
    left: 25px;
    width: 90%;
  }
}

.history-page .container p {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 10px auto 30px;
}

.history-page .container img {
  max-width: 572px;
}

.history-page .stroke {
  margin: 64px 0;
}

.history-page .general-hero .container h1 {
  line-height: 64px;
}

.reverseClrBox {
  background-color: #222222;
  padding: 32px 0 64px;
}

.reverseClrBox h1 {
  margin: 0;
  color: #f48a2f;
}

.reverseClrBox p {
  color: #e7e6e5;
  font-size: 24px;
  line-height: 36px;
  margin: 16px 0;
  font-weight: 300;
}

.reverseClrBox ul {
  width: 33%;
  float: left;
  background-color: #1f1f1f;
  color: #fff;
  padding: 16px 0 16px 60px;
}

@media screen and (max-width: 540px) {
  .reverseClrBox ul {
    width: 100%;
  }
}

.ep-download {
  display: block;
}

.crop-height {
  /* max-width: 1200px; /* img src width (if known) */
  max-height: 644px;
  overflow: hidden;
}

/*.crop-height div {
	width:100%; height:650px; margin:0 0 -6px; padding:0;
}*/
.bg-image-facility {
  /* for small devices */
  background-image: url(images/photo-facility_1200x800.jpg);
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url(images/backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}

.invisible {
  visibility: hidden;
}

.transparent {
  /* trigger hasLayout for IE filters below */
  zoom: 1;
  /* 0 opacity in filters still displays layout */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=10);
  opacity: 0;
}

/* example media query for smaller non-retina devices 
@media
    only screen and (max-device-width : 768px) and (-webkit-max-device-pixel-ratio: 1),
    only screen and (max-device-width : 768px) and (        max-device-pixel-ratio: 1) {
      
     .bg-image-facility {
       background-image: url(images/photo-facility_600x400.jpg); 
     }
}*/
#innovationWtrMrk {
  width: 435px;
  height: 344px;
  background-image: url("images/innovation-watermark.png");
  position: absolute;
  z-index: 2;
  top: 8px;
  left: -140px;
}

#statHeader {
  background-color: #222;
}

#statHeader h2 {
  color: #fff;
  padding: 23px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
}

.youtube h1 {
  font-size: 36px;
  line-height: 44px;
  margin: 22px 0 23px;
}

.innovationPage #partner-companies {
  margin: 20px 0 40px;
}

#stats ul {
  width: 100%;
  padding: 0;
  list-style: none;
}

#stats li {
  float: left;
  width: 25%;
  background-color: #f48024;
  height: 550px;
  text-align: center;
}

@media screen and (max-width: 840px) {
  #stats li {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #stats li {
    width: 100%;
  }
}

#stats ul > li:nth-child(odd) {
  background-color: #df7623;
}

@media screen and (max-width: 840px) {
  #stats ul > li:nth-child(3) {
    background-color: #f48024;
  }
  #stats ul > li:nth-child(4) {
    background-color: #df7623;
  }
}

@media screen and (max-width: 600px) {
  #stats ul > li:nth-child(3) {
    background-color: #df7623;
  }
  #stats ul > li:nth-child(4) {
    background-color: #f48024;
  }
}

#stats ul li img {
  width: 164px;
  height: 164px;
  margin: 80px auto 26px;
}

@media screen and (max-width: 840px) {
  #stats ul li img {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  #stats ul li img {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

#stats ul li span {
  display: block;
  font-size: 90px;
  margin: 30px 0 50px;
}

#stats ul li p {
  color: #e7e6e5;
  margin-bottom: 40px;
}

#stats ul li p strong, #stats ul li span {
  color: #fff200;
  font-weight: 300;
}

#quotes .show-sm p, #quotes .show-sm span {
  display: block;
  padding: 0 10%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  line-height: 1.4em;
}

#quotes .show-sm p {
  font-size: 1.5em;
}

#quotes .show-sm span {
  font-size: 1.2em;
  margin-top: 10px;
  font-style: italic;
}

#partner-companies2 h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.globalPage #partner-companies2 .col-xs-6, .globalPage #partner-companies2 .col-sm-6 {
  text-align: center;
  min-height: 450px;
  border-right: 1px solid #e7e7e7;
}

@media screen and (max-width: 620px) {
  .globalPage #partner-companies2 .col-xs-6, .globalPage #partner-companies2 .col-sm-6 {
    width: 100%;
    height: 400px;
    border-right: none;
  }
}

.globalPage #partner-companies2 .col-lg-push-1 .row div:nth-child(even) {
  border-right: none;
}

.globalPage #partner-companies2 .col-lg-push-1 .row div:nth-child(1), .globalPage #partner-companies2 .col-lg-push-1 .row div:nth-child(2) {
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (max-width: 620px) {
  .globalPage #partner-companies2 .col-lg-push-1 .row div:nth-child(3) {
    border-bottom: 1px solid #e7e7e7;
  }
}

.globalPage #partner-companies2 .col-xs-6 img, .globalPage #partner-companies2 .col-sm-6 img {
  width: 270px;
  height: 200px;
  margin: 0 auto -20px;
}

#ventures-and-partnerships.xtraPad {
  padding-top: 56px;
}

article.block {
  font-size: 16px;
  height: 304px;
  overflow: hidden;
}

@media (max-width: 992px) {
  article.block {
    display: table;
    width: 100%;
    height: 152px;
  }
}

@media (max-width: 692px) {
  article.block {
    padding-top: 46px;
    height: 116px;
  }
}

article.block {
  font-size: 16px;
  height: 304px;
  overflow: hidden;
}

@media (max-width: 992px) {
  article.block {
    width: 100%;
    height: 152px;
  }
}

p.whiteTxt a {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.upper {
  text-transform: uppercase;
}

.newsUpdates .category a {
  font-size: 14px;
  font-weight: 400;
}

.newsUpdates .recent-posts article {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 38px;
}

.newsUpdates .recent-posts article .col-sm-4 {
  margin-left: -15px;
}

.newsUpdates .recent-posts h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  margin: 0 0 40px -16px;
  width: 100%;
}

.recent-posts {
  margin-top: 100px;
}

.recent-posts .pull-right {
  padding-left: 34px;
}

.awardsPage .intro {
  text-align: center;
  margin: 86px 0 0;
}

#awardsCerts.ft-section {
  padding: 0 0 54px;
}

#awardsCerts .col-lg-12 {
  text-align: center;
}

#certificates {
  width: 100%;
  padding: 40px 0 72px;
  color: #fff;
  background-color: #222222;
  text-align: center;
  margin-bottom: 62px;
}

#certificates p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
  font-style: italic;
  margin: 34px 0 -8px;
}

#certificates a.btn-alt-alt {
  padding: 8px 36px 24px;
  margin: 20px 10px 0;
  display: inline-block;
  background: #222222;
  border: 1px solid #f58220;
  line-height: 100%;
  text-transform: uppercase;
}

#certificates a.btn-alt-alt:hover {
  background: white;
  color: #f58220;
}

#certificates a.btn-alt-alt:last-child {
  margin-right: 0;
}

#associations {
  text-align: center;
}

#associations h1 {
  font-size: 40px;
}

#associations p {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}

#associations ul {
  max-width: 830px;
  margin: 20px auto;
  text-align: center;
}

#associations ul li {
  display: inline-block;
  width: 270px;
  height: 200px;
}

#associations ul li:last-child {
  margin-bottom: 60px;
}

.employment-top {
  font-size: 1.3em;
  line-height: 1.6em;
}

.employment-top strong {
  color: #f58220;
  font-weight: 300;
}

#employment-body strong {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 300;
  display: block;
  margin-top: 20px;
}

#employment-body p, #employment-body li {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.employPage .intro h1 {
  margin-top: 30px;
}

.employPage .intro {
  margin-bottom: 30px;
}

.employPage .opportunity {
  margin: 40px 0 60px;
}

#catv .btn-alt, #mobility .btn-alt {
  display: none;
}

#motivePwrImg {
  float: none;
  margin: -30px auto 300px;
  max-width: 920px;
}

@media (max-width: 768px) {
  #motivePwrImg {
    margin: -30px auto 240px;
    margin-top: -10px;
  }
}

@media (max-width: 400px) {
  #motivePwrImg {
    display: none;
  }
}

@media (min-width: 320px) {
  #motiveDivPage .division-highlights {
    margin: 0 0 24%;
    padding: 25px 0 10%;
  }
}

@media (min-width: 400px) {
  #motiveDivPage .division-highlights {
    margin: 0 0 24%;
    padding: 25px 0 10%;
  }
}

@media (min-width: 500px) {
  #motiveDivPage .division-highlights {
    margin: 0 0 24%;
    padding: 0px 0 15%;
  }
}

@media (min-width: 768px) {
  #motiveDivPage .division-highlights {
    margin: 0 0 165px;
    padding: 0 0 200px;
  }
}

@media (min-width: 992px) {
  #motiveDivPage .division-highlights {
    margin: 0 0 235px;
    padding: 25px 0 210px;
  }
}

@media (min-width: 1200px) {
  #motiveDivPage .division-highlights {
    margin: 0 0 400px;
    padding: 100px 0 220px;
  }
}

#stationaryDivPage .division-highlights {
  padding-bottom: 57%;
}

@media (min-width: 500px) {
  #stationaryDivPage .division-highlights {
    padding-bottom: 57%;
  }
}

@media (min-width: 768px) {
  #stationaryDivPage .division-highlights {
    padding-bottom: 57%;
  }
}

@media (min-width: 992px) {
  #stationaryDivPage .division-highlights {
    padding-bottom: 540px;
  }
}

@media (min-width: 1200px) {
  #stationaryDivPage .division-highlights {
    padding-bottom: 490px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#downArrow {
  width: 37px;
  height: 21px;
  margin: 24px auto 0;
  background-image: url("../images/down-arrow.png");
}

.division-highlights .container .col-md-4 ul li:last-child {
  margin-bottom: 30px;
}

#application-intro .intro {
  margin-top: 32px;
}

.grayBorder, .stroke {
  border-bottom: 1px solid #e7e7e7;
}

#fourOfour {
  padding: 70px 0;
}

#fourOfour .fourSub {
  text-align: center;
  padding: 30px 0;
}

.divisionPage .orangeBg .intro {
  margin-bottom: 14px;
  color: #e7e6e5;
}

.divisionPage .orangeBg .intro h1 {
  margin-top: 0;
}

.division-highlights.orangeBg p, .division-highlights.orangeBg li {
  color: #e7e6e5;
}

img.divLandingIcon {
  margin-top: 70px;
}

@media (max-width: 768px) {
  img.divLandingIcon {
    max-width: 213px;
    margin: 32px auto -38px;
  }
}

@media (max-width: 768px) {
  #division-solutions .col-sm-3 {
    text-align: center;
  }
}

#wireCables .sidebar-nav .inner-nav {
  margin-bottom: 8px;
}

#feature-blocks .block {
  height: 340px;
  padding-top: 44px;
}

@media screen and (max-width: 992px) {
  #feature-blocks .block {
    height: auto;
    padding: 80px 0;
  }
}

.fiveBySeven #partner-companies .single-company {
  margin: 80px 15px;
}

.peoplPage.fiveBySeven #partner-companies .single-company, .facilitiesPage.fiveBySeven #partner-companies .single-company, .sustainabilityPage.fiveBySeven #partner-companies .single-company {
  margin: 40px 0;
}

#primary .homePage {
  margin-bottom: 32px;
}

.history-page .container .general-hero h1 {
  font-size: 32;
}

#general-intro {
  margin-top: -28px;
}

.contactPage .contact input[type="submit"] {
  margin-bottom: 29px;
}

.contactPage aside {
  padding-bottom: 15px;
}

#navOverlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  display: none;
  cursor: pointer;
}

#sidrToggle .mobile-trigger img {
  width: 36px;
  height: 26px;
  position: relative;
  top: -2px;
}

#searResults h1.entry-title {
  font-size: 24px;
  line-height: 26px;
}

#searResults article {
  border-bottom: 1px solid #e7e7e7;
  padding: 34px 0 24px;
}

#searResults .col-lg-12 {
  padding: 0;
}

#searResults article .entry-summary, #searResults article .entry-header, #searResults .page-title, #searResults .searchInnerWrap {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}

#searResults article .entry-summary {
  margin-top: 0;
}

a#searchUrl, #searResults a.btn-alt, #searResults .entry-meta {
  display: none;
}

#searResults a#searchUrl {
  display: block;
  color: #d4d4d4;
  margin-top: 9px;
}

#searResults .page-header {
  background-color: #d4d4d4;
  text-align: center;
  padding: 33px 0;
}

#searResults .page-title {
  font-weight: 700;
  color: #222222;
}

#content {
  overflow-y: hidden;
}

.google-maps img {
  max-width: none;
}

.stickyAppNav {
  transition: none;
}

@media screen and (min-width: 768px) {
  .stickyAppNav {
    width: 213px;
  }
}

.hideIfLess890 {
  display: none;
}

@media screen and (min-width: 892px) {
  .hideIfLess890 {
    display: block;
  }
}

p.showIfLess890 {
  display: block;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin: 27px 0 0 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 892px) {
  p.showIfLess890 {
    display: none;
  }
}

@media screen and (max-width: 891px) {
  #tabs-nav-contact.contact a {
    height: 55px;
  }
}

#newsPost h1 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.searchPage {
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}

.searchPage li a,
.searchPage li a:hover,
.searchPage li.active a,
.searchPage li.disabled {
  color: #222222;
  text-decoration: none;
}

.searchPage li {
  display: inline;
}

.searchPage li a,
.searchPage li a:hover,
.searchPage li.active a,
.searchPage li.disabled {
  background-color: #FFF;
  border-radius: 0px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.searchPage li a:hover,
.searchPage li.active a {
  background-color: #f58220;
  color: #fff200;
}

/*.nav-next span, .nav-previous span {
	width: 13px;
	height: 23px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 6px;
}
.nav-next span {
	background-image: url('images/arrow-left.png');
}
.nav-previous span {
	background-image: url('images/arrow-left.png');
}*/
#mobile-search {
  background-color: #fff;
  padding-top: 10px;
}

.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 270px;
  overflow-x: none;
  overflow-y: auto;
  background-color: #000;
}

.sidr .accordionButton, .sidr .sidrContactBtn a {
  color: #fff;
  background-color: #000;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -270px;
}

.sidr.left {
  left: -270px;
  right: auto;
}

.sidr p {
  margin: 0 0 12px;
}

.sidr p a {
  color: #000;
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  color: #fff;
  background-color: #f58220;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #000;
}

.sidr ul li a:hover, .sidr ul li span:hover {
  color: #fff;
}

.sidr ul li ul.accordionContent {
  background-color: #e7e6e5;
  margin: 0;
}

.sidr form {
  margin: 0 15px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea, .sidr select {
  width: 100%;
  padding: 5px;
  margin: 0 0 10px;
  border: none;
  background-color: #fff;
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

 


/**  DEKA FAHRENHEIT dropdown  **/

.viewing .details{
    max-height: 825px !important;
}
