/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1ua80eg");
  src: url("../fonts/icomoon.eot?#iefix1ua80eg") format("embedded-opentype"), url("../fonts/icomoon.woff?1ua80eg") format("woff"), url("../fonts/icomoon.ttf?1ua80eg") format("truetype"), url("../fonts/icomoon.svg?1ua80eg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-ig:before {
  content: "\e901";
}
.icon-tter:before {
  content: "\e605";
}
.icon-tube:before {
  content: "\e606";
}
.icon-li:before {
  content: "\e607";
}
.icon-facb:before {
  content: "\e604";
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-content > :first-child,
.main-col > :first-child {
  margin-top: 0 !important;
}

body {
  font: 16px/1.4 "museo-sans", sans-serif;
  font-weight: 500;
  color: #343433;
  cursor: default;
}

h2, h3, h4 {
  margin: 24px 0 16px 0;
  line-height: 1.1;
}

a {
  color: #ee3f41;
}

p {
  margin: 8px 0 8px 0;
}

ul {
  margin: 0 0 16px 0;
}

blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

strong {
  color: #ee3f41;
}

hr {
  border: none;
  display: block;
  background: transparent;
  width: 100%;
  border-top: solid 2px #afafaf;
  margin: 22px 0 0 0;
  padding: 0 0 24px 0;
}

input, textarea {
  font: 16px/1.4 "museo-sans", sans-serif;
  padding: 3px 6px;
  width: 100%;
  border: solid 2px #afafaf;
  background: #efefef;
}

input[type="submit"] {
  display: inline-block;
  width: auto;
}

.screen-reader-text {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.button {
  display: inline-block;
  background: #ee3f41;
  border: none;
  color: white;
  padding: 10px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}

.button.secondary {
  background: #343433;
}

.slicknav_menu {
  display: none;
}

.page-header {
  height: 151px;
  padding: 36px 3%;
  background: #fff;
}
.page-header .logo {
  float: left;
  position: absolute;
}
.page-header .social {
  color: #797979;
  float: right;
  display: block;
  margin-top: 12px;
  font-weight: 300;
}
.page-header .social a {
	color:#797979;
	text-decoration: none;
}
.page-header .social .phone {
  position: relative;
  top: -3px;
  margin-right: 4px;
}
.page-header .main-nav {
  float: right;
  clear: right;
}
.page-header .main-nav ul {
  margin: 0;
  padding: 0;
}
.page-header .main-nav li {
  float: left;
}
.page-header .main-nav li:last-child a {
  padding-right: 0;
}
.page-header .main-nav a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #343433;
  font-weight: 500;
  font-size: 18px;
}

.page-footer {
  position: relative;
  clear: both;
  overflow: hidden;
  background: #343433;
  padding: 48px 5% 64px;
  color: #afafaf;
}
.page-footer .sc-icon {
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.page-footer .slogan {
  float: right;
}
.page-footer h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.page-footer p {
  margin: 0;
}
.page-footer a, .page-footer strong {
  color: #afafaf;
}
.page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer .column {
  float: left;
  margin-right: 5%;
}


.page-footer .footer-brands {
  clear: both;
  float: left;
  padding-top: 24px;
}
.page-footer .footer-brands a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 24px;
}
.page-footer .copyright {
  position: absolute;
  bottom: 64px;
  right: 5%;
  text-align: right;
  font-size: 14px;
  clear: both;
}

.us-contractor {
    float: right;
    clear: right;
    margin-bottom: 20px;
}
.banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1px;
  padding-bottom: 23%;
  background: #eee;
}
.banner h1 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 5%;
  bottom: 8px;
  text-align: right;
  color: white;
  font-size: 6vw;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.main-content {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
}

.main-content ul{
    text-align: left;
}

.post, .post-excerpt {
  overflow: hidden;
  text-align: left;
  margin-bottom: 24px;
}
.post img, .post-excerpt img {
  float: left;
  margin-right: 24px;
}
.post h2, .post-excerpt h2 {
  margin: 0;
  text-align: left;
}
.post p, .post-excerpt p {
  overflow: hidden;
}
.post .post-meta, .post-excerpt .post-meta {
  display: block;
  margin: 0 0 16px;
  font-size: 14px;
  color: #81817f;
}
.post .post-meta a, .post-excerpt .post-meta a {
  color: #81817f;
}

.our-company-nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #343433;
  text-align: center;
  letter-spacing: -0.31em;
}
.our-company-nav li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
}
.our-company-nav li:first-child a {
  border-left: solid 2px #626262;
}
.our-company-nav a {
  display: block;
  padding: 18px 36px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  border-right: solid 2px #626262;
}
.our-company-nav .current-menu-item a {
  background: #555;
}

.main-col {
  width: 72%;
  float: left;
}

.sidebar {
  float: left;
  width: 25%;
  margin-right: 3%;
  padding: 24px;
  text-align: left;
  background: #eee;
}
.sidebar > div {
  margin: 0 0 24px 0;
}
.sidebar h3 {
  margin: 0 0 16px 0;
}
.sidebar #searchsubmit {
  display: none;
}
.sidebar input {
  width: 100%;
  padding: 5px;
}
.sidebar .button {
  width: 100%;
  margin-bottom: 10px;
}

.tab-nav {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #303030;
  font-size: 18px;
  text-align: center;
}
.tab-nav li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 2%;
  background: #e9e9e9;
}
.tab-nav li.active {
  background: #ee3f41;
  color: white;
  font-weight: 900;
}

.tab-content {
  padding: 2% 4%;
  background: #ee3f41;
  color: white;
  font-size: 15px;
  text-align: left;
}
.tab-content img {
  max-width: 100%;
  height: auto;
}
.tab-content .row {
  overflow: hidden;
  padding: 8px 0;
}
.tab-content .row img {
  float: left;
  margin-right: 16px;
  max-width: 160px;
  height: auto;
}
.tab-content strong {
  color: white;
  font-size: 1.3em;
}
.tab-content p {
  overflow: hidden;
  margin: 0 0 8px 0;
}

form {
  margin: 0 auto;
  text-align: left;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form li {
  display: block;
  overflow: hidden;
  padding: 16px;
}
form li > label {
  float: left;
  width: 28%;
  margin-right: 2%;
}
form li > div {
  float: left;
  width: 70%;
}
form .field-wrapper {
  display: block;
  width: 48%;
  float: left;
}
form .field-wrapper.right {
  float: right;
}
form .field-wrapper.full {
  width: 100%;
  float: none;
  clear: both;
}
form .field-wrapper label {
  display: block;
  font-size: 13px;
  margin: 2px 0 8px 0;
}
form span input {
  width: 100%;
}

.archive .main-content,
.single .main-content,
.page-template-careers .main-content,
.search .main-content {
  max-width: inherit;
  padding: 48px 10%;
}

.main-content > h2,
.section > h2,
.people-content h2 {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 16px 0;
}

.section {
  padding: 48px 20%;
  text-align: center;
}

.alternate {
  background: #ee3f41;
  color: white;
}

.page-template-careers .description p {
  margin-bottom: 16px;
}
.page-template-careers .description .button {
  margin: 0 8px;
}
.page-template-careers .your-career-banner img {
  width: 100%;
  height: auto;
}
.page-template-careers .people {
  overflow: hidden;
  padding: 0 10%;
  text-align: left;
}
.page-template-careers .people h2 {
  text-align: left;
}
.page-template-careers .people img {
  float: left;
  width: 43%;
  margin-right: 48px;
}
.page-template-careers .people .people-content {
  padding: 48px 0;
  overflow: hidden;
}
.page-template-careers .values {
  text-align: center;
  font-weight: 500px;
  font-size: 2vw;
}
.page-template-careers .values ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-careers .values li {
  display: inline-block;
  margin: 0 8px;
}

.page-our-team .main-content {
  max-width: 960px;
}
.page-our-team .main-content h2 {
  font-size: 44px;
  font-weight: 900;
}

.team-members {
  overflow: hidden;
  margin: 48px 0 0 0;
  text-align: left;
}
.team-members > div {
  width: 47%;
  float: left;
  margin: 0 3% 48px 0;
}
.team-members img {
  float: left;
  margin-right: 24px;
  width: 30%;
  height: auto;
}
.team-members h3 {
  margin: 0;
}
.team-members p {
  overflow: hidden;
}
.team-members .sub-title {
  display: block;
  color: #919191;
}

.google-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-history .tabs {
  margin-top: 48px;
}
.page-history .main-content > p {
  text-align: center;
}

.page-our-company .main-content h2 {
  margin: 48px 0 16px;
}
.page-our-company .values {
  overflow: hidden;
  background: #ededed;
  padding: 48px 10%;
}
.page-our-company .values div {
  float: left;
  width: 33.3%;
  padding: 24px;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.page-our-company .values div.row-0 {
  border-top: none;
}
.page-our-company .values div.last {
  border-right: none;
}
.page-our-company .values h3 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  color: #ee3f41;
}

/* Home
================================================== */
.hero {
  overflow: hidden;
  padding: 0 10%;
  height: 1px;
  padding-bottom: 40%;
  background: #ee3f41 url("../images/home-hero-bg.jpg") no-repeat;
  background-size: cover;
  color: white;
}
.hero .company-intro {
  padding-top: 20%;
  text-align: right;
}
.hero .company-intro h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.hero .company-intro p {
  font-size: 17px;
  margin-bottom: 16px;
}
.hero .company-intro .button {
  text-transform: none;
  text-align: left;
  padding-right: 48px;
  background: #ee3f41 url("../images/icon-play.png") 90% center no-repeat;
}

.brands, .careers {
  overflow: hidden;
  width: 50%;
  float: left;
  padding: 48px 5%;
  background: #fff;
}
.brands h2, .careers h2 {
  margin: 0 0 64px 0;
  line-height: 1;
  font-size: 52px;
  font-weight: 900;
}
.brands p, .careers p {
  overflow: hidden;
  margin: 0 0 16px 0;
}
.brands .button, .careers .button {
  margin: 16px 0 0 0;
}

.brands {
  padding-right: 2.5%;
}
.brands > div:first-of-type, .brands > div:nth-of-type(2) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: solid 1px #dedede;
}
.brands img {
  float: left;
  margin-right: 24px;
  overflow: hidden;
}

.careers {
  padding-left: 2.5%;
}
.careers img {
  float: left;
  margin-right: 24px;
  width: 50%;
  height: auto;
}

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}

/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  border-radius: 2px;
  background-color: #343433;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

.slicknav_menu {
  background: #343433;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 8px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  background: #4e4e4c;
}

.slicknav_nav a:hover {
  background: #4e4e4c;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_btn {
  position: absolute;
  z-index: 100;
  top: 70px;
  right: 18px;
}

.tabs.alt .tab-nav {
  display: none;
}
.tabs.alt .tab-content {
  padding: 0;
  background: transparent;
}
.tabs.alt .tab-content > div {
  margin-bottom: 14px;
  padding: 2% 4%;
  background: #ee3f41;
  color: white;
  font-size: 15px;
  text-align: left;
}
.tabs.alt p {
  overflow: visible;
}

.events {
    padding: 20px 40px 40px;
}

@media (max-width: 1280px) {
  .brands img {
    width: 40%;
  }

  .page-footer .column {
    float: left;
    margin-right: 3%;
  }
}
@media (max-width: 1100px) {
  .page-footer {
    text-align: right;
  }
  .page-footer .column {
    text-align: left;
  }
  .page-footer .social,
  .page-footer .quick-links {
    display: none;
  }
  .page-footer .slogan {
    margin-bottom: 14px;
  }


  .page-template-careers .people {
    padding: 48px 10%;
  }
  .page-template-careers .people .people-content {
    padding: 5% 0 0 0;
  }

  .archive .main-content, .single .main-content, .page-template-careers .main-content, .search .main-content {
    padding: 48px 24px;
  }
}
@media (max-width: 1024px) {
  .hero {
    background-size: 125%;
    background-position: right center;
  }

  .page-our-company .values div {
    width: 50%;
  }

  .section {
    padding: 48px 10%;
  }

  .page-template-careers .people .people-content {
    padding: 0;
  }
}
@media (max-width: 900px) {

  .sidebar, .main-col {
    float: none;
    width: 100%;
    margin: 0;
  }

  .sidebar {
    margin: 0 0 24px 0;
  }

  .widget_categories, .widget_archive {
    display: none;
  }
}

@media (max-width: 870px) {
  .page-header {
      overflow: hidden;
      height: auto;
  }
  .page-header .logo {
    position: relative;
    top: 0;
  }
  .page-header {
    padding: 10px 24px;
  }

  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

}
@media (max-width: 800px) {
  .section {
    padding: 36px 5%;
  }

  .hero {
    background-size: 150%;
    background-position: right center;
  }
  .hero .company-intro {
    padding-top: 14%;
  }
  .hero .company-intro h1 {
    font-size: 6vw;
  }

  .brands h2,
  .careers h2 {
    margin-bottom: 36px;
    font-size: 36px;
  }
  .brands img,
  .careers img {
    float: none;
    margin: 0 0 14px;
    width: auto;
    max-width: 100%;
  }

  .page-template-careers .values {
    font-size: 16px;
  }

  .page-footer .address {
    display: none;
  }
  .page-footer .copyright {
      position: static;
      text-align: center;
  }
}
@media (max-width: 700px) {
  .page-our-company .values div {
    width: 100%;
    float: none;
    border-right: none;
  }

  .page-our-company .values div:first-child {
    border-top: none;
  }

  .page-template-careers .people {
    text-align: center;
  }
  .page-template-careers .people h2 {
    text-align: center;
    margin-top: 24px;
  }
  .page-template-careers .people img {
    float: none;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  .page-template-careers .people .people-content {
    padding: 0;
  }

  .team-members > div {
    overflow: hidden;
    width: auto;
    float: none;
  }
  .team-members > div h3 {
    margin-top: 7%;
  }

  .post img, .post-excerpt img {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 630px) {
  form {
    max-width: 100%;
  }

  .banner h1 {
    font-size: 36px;
  }

  .hero {
    padding-right: 24px;
  }
  .hero .company-intro {
    padding-top: 10%;
  }
  .hero .company-intro p {
    margin-left: 28%;
  }

  .page-footer {
    padding: 36px 5% 48px;
  }
  .page-footer .contact {
    display: none;
  }
  .page-footer .copyright {
    text-align: left;
  }

  .main-content {
    padding: 24px;
  }

  .brands h2,
  .careers h2 {
    font-size: 5vw;
  }
  .brands img,
  .careers img {
    width: 67%;
  }

  .team-members > div h3 {
    margin-top: 0;
  }

  form li > label,
  form li > div {
    float: none;
    width: auto;
  }

  form li > label {
    display: block;
  }
  .events {
        padding: 10px 30px 30px;
    }
    .page-footer .slogan {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
    .us-contractor {
        float: none;
        margin: 0 auto 10px;
        display: block;
        text-align: center;
    }
}
@media (max-width: 530px) {
  .page-contact-us .banner {
    padding-bottom: 34%;
  }

  .page-header {
    padding: 14px 24px;
  }
  .page-header .logo {
    display: block;
    float: none;
    width: 190px;
    margin:0 auto;
  }
  .page-header .logo img {
    width: 100%;
  }
  .page-header .social {
    float: none;
    clear: both;
    text-align: center;
  }

  .slicknav_btn {
    top: 30px;
  }

  .our-company-nav li {
    display: block;
  }
  .our-company-nav a, .our-company-nav li:first-child a {
    border: none;
  }

  .hero .company-intro {
    padding-top: 24px;
  }

  .brands, .careers {
    float: none;
    width: auto;
    text-align: center;
    padding: 24px 5%;
  }

  .brands > div:first-of-type {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .careers {
    padding-top: 0;
  }

  .page-footer {
    text-align: center;
  }
  .page-footer .copyright {
    text-align: center;
  }
  .page-footer .footer-brands {
    width: 100%;
  }
  .page-footer .footer-brands a {
    width: 45%;
    margin: 0 2%;
  }
  .page-footer .footer-brands img {
    width: 100%;
    max-width: 150px;
  }

  .page-template-careers .description .button {
    display: block;
    margin-top: 16px;
  }

  form .field-wrapper {
    overflow: hidden;
    width: 100%;
    float: none;
  }
}

@media (max-width: 430px) {
  .slicknav_btn {
    top: 20px;
  }
    .page-header .logo {
        width:160px;
    }
  .hero .company-intro {
    padding-top: 14px;
  }
  .hero .company-intro p, .hero .company-intro .button {
    font-size: 14px;
  }
  .hero .company-intro p {
    text-shadow: 0 0 5px black;
    margin-bottom: 8px;
  }

  .banner h1 {
    bottom: 0;
  }

  .brands h2,
  .careers h2 {
    font-size: 24px;
  }
  .brands img,
  .careers img {
    width: 67%;
  }

  .row img {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 8px 0;
  }

  .hero .company-intro {
    padding-top: 10%;
  }
  .hero .company-intro h1 {
    margin-bottom: 8px;
  }
  .hero .company-intro p {
    display: none;
  }
}
@media (max-width: 350px) {
    .page-header .logo {
        width: 200px;
        padding-right: 50px;
    }
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/*# sourceMappingURL=screen.css.map */

.google-map-wrapper img {
    max-width: inherit;
    z-index: inherit;
}

.menu-item-has-children {
    position: relative;
}
/*#menu-item-210 {
display: none;}*/

    li.menu-item-has-children:hover .sub-menu {
        display: block;
    }
.page-header .main-nav .sub-menu {
    position: absolute;
    display: none;
    top: 40px;
    left: 0;
    background: #fff;
    width: 200px;
    z-index: 99;
    /* color: #999; */
}
.page-header .main-nav .sub-menu li {
    float: none;
    width: 100%;
    padding: 10px 5px 10px 0;
}
.page-header .main-nav .sub-menu a {
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
}
.page-header .main-nav .sub-menu a span {
    display: block;
    color: #999;
    font-size: 12px;
}

.page-header .main-nav .sub-menu a:hover {
    background: #efefef;
}

#menu-item-369 a {
    background: url(http://winklercanvas.com/wp-content/themes/winkler-canvas/images/logo-agassiz-outdoor.png) no-repeat top center;
    background-size: 80%;
    padding-top: 72px;
    color: rgba(255,255,255,0);
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

.menu-item-description {
    display: block;
    font-weight: 400;
}

.page-header .main-nav .sub-menu a .menu-item-description {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

#menu-item-211 a {
    background: url(https://winklercanvas.com/wp-content/themes/winkler-canvas/images/logo-structures_2022.png) no-repeat top center;
    background-size: 80%;
    padding-top: 44px;
    color: rgba(255,255,255,0);
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

#menu-item-212 a {
    background: url(https://winklercanvas.com/wp-content/themes/winkler-canvas/images/logo-cc_2022.png) no-repeat top center;
    background-size: 80%;
    padding-top: 60px;
    color: rgba(255,255,255,0);
    font-weight: bold;
    color: #444;
    font-size: 12px;
}
