/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

a, a img, img {
  text-decoration: none;
  outline: 0; }

a img {
  border: none;
  outline: none; }

ul {
  list-style: none; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ===========================================================
   FONT FACE
=========================================================== */
@font-face {
  font-family: 'source-bold';
  src: url("../fonts/sourcesanspro-bold-webfont.eot");
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-bold-webfont.svg#source-bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source';
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source';
  src: url("../fonts/sourcesanspro-it-webfont.eot");
  src: url("../fonts/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-it-webfont.woff") format("woff"), url("../fonts/sourcesanspro-it-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-it-webfont.svg#source") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'source';
  src: url("../fonts/sourcesanspro-semibold-webfont.eot");
  src: url("../fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-semibold-webfont.svg#source") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'source';
  src: url("../fonts/sourcesanspro-semiboldit-webfont.eot");
  src: url("../fonts/sourcesanspro-semiboldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-semiboldit-webfont.woff") format("woff"), url("../fonts/sourcesanspro-semiboldit-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-semiboldit-webfont.svg#source") format("svg");
  font-weight: bold;
  font-style: italic; }
/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
.container:after, .header:after, .nav:after, .banner:after, .main:after, .main .careers-list > .career-cat .careers-sub-list li:after, .main .content-footer-blocks:after, .post .topmeta:after, .post .bottommeta:after, .post .postcontent:after, .newsletter:after, .footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }
.lte-ie8 .container, .lte-ie8 .header, .lte-ie8 .nav, .lte-ie8 .banner, .lte-ie8 .main, .lte-ie8 .main .careers-list > .career-cat .careers-sub-list li, .main .careers-list > .career-cat .careers-sub-list .lte-ie8 li, .lte-ie8 .main .content-footer-blocks, .main .lte-ie8 .content-footer-blocks, .lte-ie8 .post .topmeta, .post .lte-ie8 .topmeta, .lte-ie8 .post .bottommeta, .post .lte-ie8 .bottommeta, .lte-ie8 .post .postcontent, .post .lte-ie8 .postcontent, .lte-ie8 .newsletter, .lte-ie8 .footer {
  zoom: 1; }

/*ex: @include transition(color, 0.1s); */
/* ===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   BRANDING COLORS
=========================================================== */
/* ===========================================================
   BLOG COLORS
=========================================================== */
/* ===========================================================
   SIZES
=========================================================== */
/* ===========================================================
   WP STYLES
=========================================================== */
.aligncenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft, .wp-caption.alignleft {
  margin: 0 12px 4px 0; }

img.alignright, .wp-caption.alignright {
  margin: 0 0 4px 12px; }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px; }
  .wp-caption .wp-caption-text {
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px; }

/* ===========================================================
   DEFAULTS
=========================================================== */
body {
  font-size: 16px;
  line-height: 24px;
  font-family: "source", Arial, Helvetica, sans-serif;
  color: #767676;
  background-color: #f0f0f0; }

a {
  color: #d41d23; }
  a:hover, a:active {
    color: #767676; }

input, select, textarea {
  font: "source", Arial, Helvetica, sans-serif 16px;
  color: #767676;
  background: #fff;
  border: 1px #ccc solid; }

input[type=submit] {
  padding: 3px 6px;
  font: 16px "source-bold", Arial, Helvetica, sans-serif;
  cursor: pointer; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.button {
  border-radius: 5px;
  padding: 1px 10px;
  color: #fff;
  font-family: "source-bold", Arial, Helvetica, sans-serif;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  background: #e9292a;
  border: 1px solid #842020;
  box-shadow: inset 1px 1px 6px rgba(255, 255, 255, 0.75); }
  .button:hover {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: #eb4041;
    color: #fff; }
  .button:active {
    box-shadow: none;
    padding-top: 2px;
    padding-bottom: 0px; }

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
.container {
  margin: 0 auto;
  width: 96%;
  max-width: 1040px; }
  @media (max-width: 790px) {
    .container {
      width: 100%;
      min-width: 300px; } }

.body-wrap {
  position: relative;
  float: left;
  width: 100%; }

.page-wrap {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  border-bottom: none;
  min-height: 100px;
  padding-top: 85px; }
  @media (max-width: 790px) {
    .page-wrap {
      border: 0; } }
  @media (max-width: 550px) {
    .page-wrap {
      padding-top: 0; } }

/* ===========================================================
   HEADER
=========================================================== */
.header {
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 2000;
  padding-top: 10px;
  height: 75px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  @media (max-width: 550px) {
    .header {
      position: relative; } }
  .header .container {
    max-width: 1380px; }
    @media (max-width: 790px) {
      .header .container {
        width: 100%;
        padding: 0 15px;
        -moz-box-sizing: border-box;
        /* Firefox 1, probably can drop this */
        -webkit-box-sizing: border-box;
        /* Safari 3-4, also probably droppable */
        box-sizing: border-box;
        /* Everything else */ } }
  .header .print-header {
    display: none; }
  .header .logo {
    float: left; }
  .header .tagline {
    float: left;
    font: bold italic 24px/67px "source", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #707070;
    padding-left: 12px; }
    @media (max-width: 1240px) {
      .header .tagline {
        font-size: 16px; } }
    @media (max-width: 1140px) {
      .header .tagline {
        display: none; } }
    @media (max-width: 790px) {
      .header .tagline {
        display: block; } }
    @media (max-width: 440px) {
      .header .tagline {
        display: none; } }
  .header .header-right {
    float: right;
    padding-top: 3px; }
  .header .phone {
    float: left;
    font: bold 18px/18px "source", Arial, Helvetica, sans-serif;
    color: #e9292a;
    padding-left: 18px;
    padding-right: 8px;
    background: url(../images/icon_call.png) left center no-repeat; }
    @media (max-width: 972px) {
      .header .phone span {
        display: none; } }
  .header .buttons {
    float: right;
    margin-top: -7px;
    margin-left: 10px; }
    .header .buttons ul.red-buttons {
      display: inline-block; }
      .header .buttons ul.red-buttons li {
        display: inline-block; }
        .header .buttons ul.red-buttons li a {
          font-size: 12px; }
    @media (max-width: 840px) {
      .header .buttons {
        display: none; } }
  .header a.button {
    float: left;
    margin-left: 9px;
    height: 26px;
    font-size: 13px;
    line-height: 26px; }
  .header a.nav-button {
    float: right;
    position: relative;
    display: none;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    padding-left: 25px;
    z-index: 120; }
    @media (max-width: 840px) {
      .header a.nav-button {
        display: block; } }
    .header a.nav-button .icon {
      height: 8px;
      top: 9px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      width: 10px;
      left: 10px;
      position: absolute;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header a.nav-button .icon:after {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        height: 2px;
        width: 100%;
        background: #fff; }
    .header a.nav-button.active {
      background-color: #fff;
      color: #6a6a6a;
      text-shadow: none;
      border-bottom: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
      .header a.nav-button.active .icon {
        border-color: #6a6a6a;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
        .header a.nav-button.active .icon:after {
          background: #6a6a6a; }
  .header .mobile-header {
    width: 220px;
    background: #fff;
    border: 1px solid #842020;
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 100;
    display: none; }
    @media (max-width: 840px) {
      .header .mobile-header.active {
        display: block; } }
    .header .mobile-header .nav, .header .mobile-header ul.sub-nav, .header .mobile-header .buttons {
      display: block; }
    .header .mobile-header ul.sub-nav {
      width: 100%; }
      .header .mobile-header ul.sub-nav li {
        width: 100%;
        border-bottom: 1px solid #dfdfdf; }
        .header .mobile-header ul.sub-nav li + li {
          margin-left: 0; }
        .header .mobile-header ul.sub-nav li a {
          padding: 18px 20%;
          float: left;
          width: 60%;
          font-size: 16px;
          background-position: 25px center; }
          .header .mobile-header ul.sub-nav li a:hover {
            background-color: #eeeeee;
            text-decoration: none; }
    .header .mobile-header .nav {
      margin-top: 0;
      border-top: 0; }
    .header .mobile-header .nav ul {
      width: 100%;
      padding-top: 0; }
      .header .mobile-header .nav ul li {
        width: 100%;
        border-bottom: 1px solid #dfdfdf; }
        .header .mobile-header .nav ul li + li {
          margin-left: 0; }
        .header .mobile-header .nav ul li a {
          padding: 15px 10%;
          float: left;
          width: 80%;
          font-size: 16px;
          background-position: 25px center; }
          .header .mobile-header .nav ul li a:hover {
            background-color: #eeeeee;
            text-decoration: none; }
        .header .mobile-header .nav ul li > ul {
          display: none !important; }
    .header .mobile-header .buttons {
      margin: 8px 0;
      float: none; }
      .header .mobile-header .buttons .red-buttons {
        display: block; }
        .header .mobile-header .buttons .red-buttons li {
          display: block; }
          .header .mobile-header .buttons .red-buttons li:last-child > a.button {
            margin: 8px 10%; }
      .header .mobile-header .buttons a.button {
        padding-left: 0;
        padding-right: 0;
        width: 80%;
        margin: 8px 10% 0;
        text-align: center; }

ul.sub-nav {
  float: right; }
  @media (max-width: 840px) {
    ul.sub-nav {
      display: none; } }
  ul.sub-nav li {
    float: left; }
    ul.sub-nav li + li {
      margin-left: 30px; }
      @media (max-width: 920px) {
        ul.sub-nav li + li {
          margin-left: 12px; } }
    ul.sub-nav li a {
      float: left;
      font: 14px/14px "source", Arial, Helvetica, sans-serif;
      color: #767676;
      padding-left: 14px;
      background: url(../images/icon_login.png) left center no-repeat; }
      ul.sub-nav li a:hover {
        text-decoration: underline; }
    ul.sub-nav li.supplies a {
      background-image: url(../images/icon_supplies.png); }
    ul.sub-nav li.careers a {
      background-image: url(../images/icon_careers.png); }
    ul.sub-nav li.news a {
      background-image: url(../images/icon_news.png); }
    ul.sub-nav li.events a {
      background-image: url(../images/icon_events.png); }

/* ===========================================================
   MAIN NAV
=========================================================== */
.nav {
  float: right;
  position: relative;
  border-top: 1px solid #dfdfdf; }
  @media (max-width: 840px) {
    .nav {
      display: none; } }
  .nav ul {
    float: right;
    position: relative;
    padding-top: 13px; }
    .nav ul li {
      float: left;
      position: relative;
      /* right hand */ }
      .nav ul li + li {
        margin-left: 70px; }
        @media (max-width: 1350px) {
          .nav ul li + li {
            margin-left: 50px; } }
        @media (max-width: 970px) {
          .nav ul li + li {
            margin-left: 28px; } }
      .nav ul li a {
        float: left;
        font: 16px/16px "source-bold", Arial, Helvetica, sans-serif;
        color: #6a6a6a;
        text-transform: uppercase; }
      .nav ul li.current-menu-item > a, .nav ul li a:hover {
        color: #e9292a; }
      .nav ul li:hover > ul {
        display: block; }
      .nav ul li#menu-item-21 > ul, .nav ul li#menu-item-7 > ul, .nav ul li#menu-item-18 > ul {
        left: auto;
        right: 0; }
        .nav ul li#menu-item-21 > ul ul, .nav ul li#menu-item-7 > ul ul, .nav ul li#menu-item-18 > ul ul {
          left: auto;
          right: 202px; }
      .nav ul li ul {
        position: absolute;
        width: 200px;
        top: 15px;
        left: 0px;
        display: none;
        margin-left: -10px; }
        .nav ul li ul li {
          width: 100%;
          border: 1px solid #dfdfdf;
          border-top: 0; }
          .nav ul li ul li.menu-item-has-children > a:after {
            content: "";
            background: url(../images/gray-arrow.png) no-repeat 50% 0;
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 5%;
            margin-top: -12px; }
          .nav ul li ul li.menu-item-has-children:hover > a:after {
            background: url(../images/red-arrow.png) no-repeat 50% 0; }
        .nav ul li ul li + li {
          margin-left: 0; }
        .nav ul li ul a {
          width: 90%;
          padding: 12px 5% 10px;
          background: #fff; }
          .nav ul li ul a:hover {
            background: #eeeeee; }
        .nav ul li ul ul {
          padding-top: 0;
          left: 200px;
          margin-left: 0;
          top: auto; }

/* ===========================================================
   BANNER
=========================================================== */
.banner {
  width: 100%;
  float: left;
  position: relative;
  height: 263px; }
  @media (max-width: 790px) {
    .banner {
      height: auto;
      float: none; } }
  .banner .banner-slides {
    width: 100%;
    height: 100%;
    position: absolute; }
    @media (max-width: 790px) {
      .banner .banner-slides {
        height: auto;
        position: relative; } }
    .banner .banner-slides .banner-slide {
      width: 100%;
      height: 100%;
      position: absolute;
      background-position: top center;
      background-repeat: no-repeat; }
      @media (max-width: 790px) {
        .banner .banner-slides .banner-slide {
          height: auto; } }
    .banner .banner-slides .banner-image {
      width: 28%;
      float: left;
      text-align: center;
      padding-top: 40px;
      padding-left: 2%; }
      .banner .banner-slides .banner-image img {
        float: none;
        max-width: 85%;
        height: auto; }
      @media (max-width: 790px) {
        .banner .banner-slides .banner-image {
          width: 33%;
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media (max-width: 440px) {
        .banner .banner-slides .banner-image {
          display: none; } }
    .banner .banner-slides .banner-text {
      width: 65%;
      float: right;
      padding-right: 5%;
      padding-top: 40px; }
      @media (max-width: 790px) {
        .banner .banner-slides .banner-text {
          width: 55%; } }
      @media (max-width: 575px) {
        .banner .banner-slides .banner-text {
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media (max-width: 440px) {
        .banner .banner-slides .banner-text {
          width: 90%;
          padding: 20px 5%; } }
      .banner .banner-slides .banner-text h3 {
        font: 31px/31px "source-bold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #fed413;
        margin-bottom: 8px;
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
        @media (max-width: 790px) {
          .banner .banner-slides .banner-text h3 {
            margin-bottom: 20px;
            font: 25px/25px "source-bold", Arial, Helvetica, sans-serif; } }
        @media (max-width: 575px) {
          .banner .banner-slides .banner-text h3 {
            font: 18px/18px "source-bold", Arial, Helvetica, sans-serif; } }
      .banner .banner-slides .banner-text p {
        border-top: 4px double #9d9d9d;
        font: 24px/30px "source-bold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #fff;
        padding: 12px 0;
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
        @media (max-width: 790px) {
          .banner .banner-slides .banner-text p {
            display: none; } }
      .banner .banner-slides .banner-text a.banner-button {
        background: #f3ca0a;
        height: 42px;
        float: left;
        border-radius: 8px;
        padding: 1px 15px;
        border: 1px solid #89720a;
        font: 20px/44px "source-bold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #454546;
        box-shadow: inset 1px 1px 6px rgba(255, 255, 255, 0.75); }
        .banner .banner-slides .banner-text a.banner-button:hover {
          color: #000;
          background: #f6d021; }
        .banner .banner-slides .banner-text a.banner-button:active {
          padding-top: 2px;
          padding-bottom: 0px;
          box-shadow: none; }
        @media (max-width: 790px) {
          .banner .banner-slides .banner-text a.banner-button {
            font-size: 16px; } }
        @media (max-width: 575px) {
          .banner .banner-slides .banner-text a.banner-button {
            font: 18px/22px "source-bold", Arial, Helvetica, sans-serif;
            height: auto;
            padding: 5px 10px;
            margin-bottom: 20px;
            float: none; } }

.page-banner {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  @media (max-width: 950px) {
    .page-banner {
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .page-banner {
      display: none; } }
  .page-banner .page-banner-slides {
    width: 100%;
    float: left; }
    .page-banner .page-banner-slides .banner-slide {
      width: 100%; }
      .page-banner .page-banner-slides .banner-slide img {
        float: left;
        width: 100%;
        height: auto; }

/* ===========================================================
   MAIN COLUMN
=========================================================== */
.main {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 20px;
  min-height: 100px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
  /*====TYPOGRAPHY====*/ }
  @media (max-width: 790px) {
    .main {
      padding: 15px; } }
  .main h1 {
    font: 30px/30px "source-bold", Arial, Helvetica, sans-serif;
    color: #e9292a;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .main h2 {
    font: 24px/24px "source-bold", Arial, Helvetica, sans-serif;
    color: #e9292a;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .main hr + h2 {
    margin-top: -33px;
    text-align: center; }
    .main hr + h2 span {
      padding: 0 8px;
      background: #fff; }
  .main h3 {
    font: 18px/18px "source-bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #767676; }
  .main h4 {
    font: 15px/22px "source-bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #767676; }
    .main h4 a {
      color: #767676; }
      .main h4 a:hover {
        color: #e9292a; }
  .main p {
    font-size: 16px;
    line-height: 24px;
    font-family: "source", Arial, Helvetica, sans-serif;
    color: #767676;
    padding-bottom: 15px; }
    .main p a {
      color: #d41d23; }
      .main p a:hover {
        text-decoration: underline; }
      .main p a.button {
        color: #fff;
        white-space: nowrap;
        margin: 5px 3px 5px 0; }
        .main p a.button:hover {
          text-decoration: none; }
  .main ul {
    margin: 0 0 15px 20px;
    list-style: disc outside; }
    .main ul li {
      color: #767676;
      font-size: 16px;
      line-height: 24px;
      font-family: "source", Arial, Helvetica, sans-serif; }
      .main ul li a {
        color: #d41d23; }
        .main ul li a:hover {
          text-decoration: underline; }
    .main ul.arrow {
      margin-left: 0;
      list-style: none; }
      .main ul.arrow li {
        padding-left: 15px;
        background: url(../images/icon_list-arrow.png) 0px 7px no-repeat; }
    .main ul.split {
      -moz-box-sizing: border-box;
      /* Firefox 1, probably can drop this */
      -webkit-box-sizing: border-box;
      /* Safari 3-4, also probably droppable */
      box-sizing: border-box;
      /* Everything else */
      width: 50%;
      float: left;
      margin: 0;
      padding: 0 0 15px 20px; }
      @media (max-width: 600px) {
        .main ul.split {
          width: 100%;
          float: none; }
          .main ul.split.right {
            margin-top: -15px; } }
    .main ul.three-column {
      -moz-box-sizing: border-box;
      /* Firefox 1, probably can drop this */
      -webkit-box-sizing: border-box;
      /* Safari 3-4, also probably droppable */
      box-sizing: border-box;
      /* Everything else */
      width: 32%;
      float: left;
      margin: 0 1% 0 0;
      padding: 0 0 15px 0;
      list-style: none; }
      @media (max-width: 600px) {
        .main ul.three-column {
          width: 100%;
          float: none; }
          .main ul.three-column.center, .main ul.three-column.right {
            margin-top: -15px; } }
  .main ol {
    margin: 0 0 15px 20px;
    list-style: decimal outside; }
    .main ol li {
      color: #767676;
      font-size: 16px;
      line-height: 24px;
      font-family: "source", Arial, Helvetica, sans-serif; }
      .main ol li a {
        color: #d41d23; }
        .main ol li a:hover {
          text-decoration: underline; }
  .main hr {
    width: 100%;
    height: 3px;
    border: 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background: none;
    clear: both;
    margin: 40px 0 20px; }
  .main img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 575px) {
    .main iframe {
      display: block;
      margin: 0 auto 20px;
      width: 100%; } }
  .main .ad {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 15px; }
    .home .main .ad {
      margin-bottom: 32px; }
    .main .ad img {
      width: 100%;
      height: auto;
      float: left; }
    .main .ad .tablet, .main .ad .mobile {
      display: none; }
    .main .ad .mobile {
      height: 120px;
      width: 100%;
      background-position: top center;
      background-repeat: no-repeat;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: -15px;
      margin-right: -15px; }
      .main .ad .mobile a {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%; }
    @media (max-width: 790px) {
      .main .ad .full {
        display: none; }
      .main .ad .tablet {
        display: block; } }
    @media (max-width: 575px) {
      .main .ad .tablet {
        display: none; }
      .main .ad .mobile {
        display: block; } }
  .main .featured-image {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 12px; }

/* ===========================================================
   HOME
=========================================================== */
.home .main h2 {
  font: 30px/30px "source-bold", Arial, Helvetica, sans-serif; }

.main h2.title {
  font: 30px/30px "source-bold", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: -35px 0 30px;
  width: 100%;
  float: left; }
  .main h2.title span {
    padding: 0 15px;
    background: #fff; }

.main .postcol {
  width: 48.5%;
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf; }
  .main .postcol.last {
    border-bottom: 0; }
  @media (max-width: 575px) {
    .main .postcol {
      width: 100%;
      margin-bottom: 15px; } }
  .main .postcol + .postcol {
    float: right; }
  .main .postcol p {
    font: 15px/22px "source", Arial, Helvetica, sans-serif; }
  .main .postcol img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px; }

.main .section {
  width: 100%;
  position: relative;
  float: left;
  border-top: 3px double #bdbdbd;
  padding: 20px 0; }
  .main .section .home-content {
    width: 32%;
    float: left; }
    @media (max-width: 790px) {
      .main .section .home-content {
        float: none;
        margin: 0 auto;
        max-width: 480px;
        width: 100%; } }
    .main .section .home-content p {
      font: 15px/22px "source", Arial, Helvetica, sans-serif; }
    .main .section .home-content img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 5px; }
    .main .section .home-content .more {
      text-transform: uppercase; }
  .main .section .home-sidebar {
    width: 66%;
    float: right;
    margin-top: 5px;
    margin-bottom: 15px; }
    @media (max-width: 790px) {
      .main .section .home-sidebar {
        width: 100%; } }
    .main .section .home-sidebar .block {
      float: left;
      width: 48.5%;
      padding: 15px;
      background: #e2e6ed;
      border: 1px solid #d2d2d2;
      position: relative;
      min-height: 276px;
      -moz-box-sizing: border-box;
      /* Firefox 1, probably can drop this */
      -webkit-box-sizing: border-box;
      /* Safari 3-4, also probably droppable */
      box-sizing: border-box;
      /* Everything else */ }
      @media (max-width: 790px) {
        .main .section .home-sidebar .block {
          float: none;
          margin: 0 auto;
          max-width: 480px;
          margin-bottom: 20px;
          min-height: 0;
          width: 100%; } }
      .main .section .home-sidebar .block + .block {
        float: right; }
        @media (max-width: 790px) {
          .main .section .home-sidebar .block + .block {
            float: none; } }
      .main .section .home-sidebar .block h4 {
        margin-bottom: 8px;
        font: 30px/36px "source-bold", Arial, Helvetica, sans-serif;
        color: #e9292a;
        text-transform: uppercase; }
        .main .section .home-sidebar .block h4 .highlight {
          color: #767676; }
        @media (max-width: 1175px) {
          .main .section .home-sidebar .block h4 {
            font-size: 24px;
            line-height: 24px; } }
      .main .section .home-sidebar .block p, .main .section .home-sidebar .block ul li {
        font: 14px/22px "source", Arial, Helvetica, sans-serif;
        padding-bottom: 8px; }
        .main .section .home-sidebar .block p a, .main .section .home-sidebar .block ul li a {
          text-decoration: underline; }
      .main .section .home-sidebar .block ul {
        margin-bottom: 0; }
      .main .section .home-sidebar .block img.alignright {
        margin-right: -8px;
        margin-left: 3px;
        max-width: 50%; }
      .main .section .home-sidebar .block .button {
        float: right;
        height: 36px;
        font: 20px/38px "source-bold", Arial, Helvetica, sans-serif;
        margin-top: 5px; }
      .main .section .home-sidebar .block.opinion {
        background: #e2e6ed url(../images/icon-opinion.png) no-repeat 229px 16px; }
        @media (max-width: 1175px) {
          .main .section .home-sidebar .block.opinion {
            background: #e2e6ed; } }
        @media (max-width: 790px) {
          .main .section .home-sidebar .block.opinion {
            padding-bottom: 60px; } }
      @media (max-width: 1175px) {
        .main .section .home-sidebar .block.catalog br {
          display: none; } }
      .main .section .home-sidebar .block.catalog .thumb {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (max-width: 1175px) {
          .main .section .home-sidebar .block.catalog .thumb {
            display: none; } }

.mqt {
  width: 3px; }
  @media (max-width: 790px) {
    .mqt {
      width: 2px; } }
  @media (max-width: 575px) {
    .mqt {
      width: 1px; } }

.service-pager {
  position: absolute;
  bottom: -22px;
  width: 100%;
  text-align: center;
  z-index: 10; }
  .service-pager span {
    background: #fff;
    padding: 5px;
    height: 18px;
    width: 18px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-indent: -999px;
    cursor: pointer; }
    .service-pager span:after {
      content: "";
      width: 16px;
      height: 16px;
      border: 1px solid #707070;
      border-radius: 9px;
      background: #a2a2a2;
      position: absolute;
      left: 50%;
      margin-left: -9px; }
    .service-pager span:hover:after {
      background: #bcbcbc; }
    .service-pager span.cycle-pager-active:after {
      background: #e9292a;
      border-color: #872525; }
  @media (max-width: 950px) {
    .service-pager.in-page {
      display: none; } }
  @media (max-width: 550px) {
    .service-pager span {
      width: 12px;
      height: 12px; }
      .service-pager span:after {
        width: 12px;
        height: 12px; } }

@media (max-width: 550px) {
  .touch .service-pager {
    display: none; } }

.main .service-banner {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  white-space: normal;
  margin-top: -10px;
  margin-bottom: 10px; }
  .main .service-banner .service {
    width: auto;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 790px) {
      .main .service-banner .service {
        width: 48%; } }
    .main .service-banner .service h3 {
      font: 28px/28px "source-bold", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .main .service-banner .service a.button {
      height: 36px;
      font: 20px/38px "source-bold", Arial, Helvetica, sans-serif;
      margin-top: -8px; }
    .main .service-banner .service p {
      white-space: normal !important;
      padding: 0 4% 10px; }
  .main .service-banner .service-image {
    width: 216px;
    height: auto;
    max-width: 80%;
    margin: 10px auto 0;
    border-radius: 108px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin-bottom: 25px; }
    .main .service-banner .service-image img {
      max-width: 100%;
      height: auto;
      float: left; }

/* ===========================================================
   CAREERS
=========================================================== */
.main .careers-list {
  list-style-type: none;
  margin: 0 0 20px; }
  .main .careers-list > .career-cat {
    margin-bottom: 1px; }
    .main .careers-list > .career-cat .cat-wrapper {
      background: #e9292a url(../images/accordion-pm.png) no-repeat right 0;
      color: #fff;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-weight: bold;
      padding: 6px 10px;
      text-transform: uppercase; }
    .main .careers-list > .career-cat .careers-sub-list {
      background: #fff;
      display: none;
      list-style-type: none;
      margin: 0; }
      .main .careers-list > .career-cat .careers-sub-list li {
        border: 1px solid #e9e9e9;
        border-top: none;
        color: #767676;
        font-size: 16px;
        padding: 6px 10px; }
        .main .careers-list > .career-cat .careers-sub-list li a {
          color: #767676; }
        .main .careers-list > .career-cat .careers-sub-list li .career-title {
          float: left;
          font-weight: bold; }
        .main .careers-list > .career-cat .careers-sub-list li .career-location {
          float: right; }
    .main .careers-list > .career-cat.active .cat-wrapper {
      background-position: right -35px; }
    .main .careers-list > .career-cat.active .careers-sub-list {
      display: block; }
.main .content-footer-blocks .block {
  float: left;
  margin-left: 3.5%;
  width: 31%; }
  .main .content-footer-blocks .block h3 {
    font-size: 16px;
    text-transform: none; }
  .main .content-footer-blocks .block:first-child {
    margin-left: 0; }
  .main .content-footer-blocks .block .thumb {
    border-radius: 10px;
    display: block;
    margin-bottom: 16px;
    width: 100%;
    height: auto; }
  @media (max-width: 575px) {
    .main .content-footer-blocks .block {
      margin-left: 0;
      text-align: center;
      width: auto; }
      .main .content-footer-blocks .block .thumb {
        margin: 0 auto 20px;
        width: auto;
        max-width: 100%; } }

/* ===========================================================
   CONTENT
=========================================================== */
.content-wrap {
  margin-left: 260px; }
  .content-wrap.full {
    margin-left: 0; }
  @media (max-width: 790px) {
    .content-wrap {
      margin-left: 220px; } }
  @media (max-width: 660px) {
    .content-wrap {
      margin-left: 0; } }

.content {
  width: 100%;
  float: right;
  position: relative; }
  .content img.alignright, .content img.alignleft {
    max-width: 50%;
    height: auto; }

.content-footer {
  clear: both;
  width: 100%;
  margin-top: 15px; }
  .content-footer .block {
    float: left;
    width: 48.5%;
    padding: 15px;
    background: #e2e6ed;
    border: 1px solid #d2d2d2;
    position: relative;
    min-height: 276px;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */ }
    @media (max-width: 790px) {
      .content-footer .block {
        float: none;
        margin: 0 auto;
        max-width: 480px;
        margin-bottom: 20px;
        min-height: 0;
        width: 100%; } }
    .content-footer .block + .block {
      float: right; }
      @media (max-width: 790px) {
        .content-footer .block + .block {
          float: none; } }
    .content-footer .block h4 {
      margin-bottom: 8px;
      font: 30px/36px "source-bold", Arial, Helvetica, sans-serif;
      color: #e9292a;
      text-transform: uppercase; }
      .content-footer .block h4 .highlight {
        color: #767676; }
      @media (max-width: 1175px) {
        .content-footer .block h4 {
          font-size: 24px;
          line-height: 24px; } }
    .content-footer .block p, .content-footer .block ul li {
      font: 14px/22px "source", Arial, Helvetica, sans-serif;
      padding-bottom: 8px; }
      .content-footer .block p a, .content-footer .block ul li a {
        text-decoration: underline; }
    .content-footer .block ul {
      margin-bottom: 0; }
    .content-footer .block img.alignright {
      margin-right: -8px;
      margin-left: 3px;
      max-width: 50%; }
    .content-footer .block .button {
      float: right;
      height: 36px;
      font: 20px/38px "source-bold", Arial, Helvetica, sans-serif;
      margin-top: 5px; }
    .content-footer .block.opinion {
      background: #e2e6ed url(../images/icon-opinion.png) no-repeat 229px 16px; }
      @media (max-width: 1175px) {
        .content-footer .block.opinion {
          background: #e2e6ed; } }
      @media (max-width: 790px) {
        .content-footer .block.opinion {
          padding-bottom: 60px; } }
    @media (max-width: 1175px) {
      .content-footer .block.catalog br {
        display: none; } }
    .content-footer .block.catalog .thumb {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media (max-width: 1175px) {
        .content-footer .block.catalog .thumb {
          display: none; } }

/* ===========================================================
   SERVICES TEMPLATE
=========================================================== */
.services-wrap {
  clear: both; }
  .services-wrap .service {
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
    display: block;
    text-align: center;
    float: left;
    width: 20%;
    padding: 0 0 2%; }
    .services-wrap .service span {
      display: block; }
    @media (max-width: 1025px) {
      .services-wrap .service {
        width: 25%; } }
    @media (max-width: 880px) {
      .services-wrap .service {
        width: 33%; } }
    @media (max-width: 480px) {
      .services-wrap .service {
        width: 50%; } }

/* ===========================================================
   LITERATURE TEMPLATE
=========================================================== */
.infographics {
  margin-bottom: 25px;
  border-top: 1px solid #dfdfdf;
  padding: 25px 0 0; }
  .infographics .infographic {
    width: 21%;
    padding: 0 2%;
    float: left;
    text-align: center; }
    .infographics .infographic span {
      display: block; }
    @media (max-width: 850px) {
      .infographics .infographic {
        width: 46%; } }
    @media (max-width: 500px) {
      .infographics .infographic {
        width: 100%;
        padding: 0 0 2%; } }

.videos {
  clear: both;
  margin-bottom: 25px;
  border-top: 1px solid #dfdfdf;
  padding-top: 25px; }
  .videos .video {
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px; }
    .videos .video:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .videos .video .vid {
      width: 50%;
      float: left; }
      @media (max-width: 500px) {
        .videos .video .vid {
          width: 100%;
          float: none; } }
      .videos .video .vid .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        .videos .video .vid .embed-container iframe, .videos .video .vid .embed-container object, .videos .video .vid .embed-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .videos .video .text {
      width: 45%;
      margin-left: 5%;
      float: left; }
      @media (max-width: 500px) {
        .videos .video .text {
          width: 100%;
          margin-left: 0;
          float: none; } }

/* ===========================================================
   ACCORDION
=========================================================== */
.main h4.acc {
  position: relative;
  width: 100%;
  padding: 8px 18px 8px 0;
  cursor: pointer;
  float: left;
  border-top: 1px solid #b3b6bb;
  font: 16px/16px "source", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */ }
  .main h4.acc:after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 8px; }
  .main h4.acc:hover {
    color: #e9292a; }
  .main h4.acc.active {
    color: #e9292a;
    text-transform: uppercase;
    font-weight: bold; }
    .main h4.acc.active:after {
      content: "-"; }
.main .acc-wrap {
  position: relative;
  width: 100%;
  float: left;
  display: none; }
  .main .acc-wrap.active {
    display: block; }

/* ===========================================================
   LONG FORM
=========================================================== */
.main #gform_wrapper_4.gform_wrapper,
.main #gform_wrapper_7.gform_wrapper {
  padding: 0px 0 0 15px;
  border: 1px solid #ababab;
  background: #e2e6ed;
  position: relative; }
  @media (max-width: 550px) {
    .main #gform_wrapper_4.gform_wrapper,
    .main #gform_wrapper_7.gform_wrapper {
      padding-right: 20px; } }
  .main #gform_wrapper_4.gform_wrapper .half-col,
  .main #gform_wrapper_7.gform_wrapper .half-col {
    width: 50%;
    float: left; }
    @media (max-width: 550px) {
      .main #gform_wrapper_4.gform_wrapper .half-col,
      .main #gform_wrapper_7.gform_wrapper .half-col {
        width: 100%; } }
  .main #gform_wrapper_4.gform_wrapper .col,
  .main #gform_wrapper_7.gform_wrapper .col {
    float: left;
    width: 49%;
    padding-left: 1%; }
    .main #gform_wrapper_4.gform_wrapper .col + .col,
    .main #gform_wrapper_7.gform_wrapper .col + .col {
      padding-left: 0;
      padding-right: 1%; }
    @media (max-width: 1050px) {
      .main #gform_wrapper_4.gform_wrapper .col,
      .main #gform_wrapper_7.gform_wrapper .col {
        width: 98%;
        padding: 0 1%; }
        .main #gform_wrapper_4.gform_wrapper .col + .col,
        .main #gform_wrapper_7.gform_wrapper .col + .col {
          padding: 0 1%; } }
    .main #gform_wrapper_4.gform_wrapper .col p, .main #gform_wrapper_4.gform_wrapper .col label,
    .main #gform_wrapper_7.gform_wrapper .col p,
    .main #gform_wrapper_7.gform_wrapper .col label {
      font: 13px/15px "source", Arial, Helvetica, sans-serif;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 10px; }
    .main #gform_wrapper_4.gform_wrapper .col p,
    .main #gform_wrapper_7.gform_wrapper .col p {
      margin-bottom: 1px;
      max-width: 160px; }
      @media (max-width: 550px) {
        .main #gform_wrapper_4.gform_wrapper .col p,
        .main #gform_wrapper_7.gform_wrapper .col p {
          max-width: none; } }
  .main #gform_wrapper_4.gform_wrapper li.gfield.gfield_error,
  .main #gform_wrapper_7.gform_wrapper li.gfield.gfield_error {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important; }
    .main #gform_wrapper_4.gform_wrapper li.gfield.gfield_error div.ginput_container,
    .main #gform_wrapper_7.gform_wrapper li.gfield.gfield_error div.ginput_container {
      margin-top: 0 !important; }
    .main #gform_wrapper_4.gform_wrapper li.gfield.gfield_error input[type=text],
    .main #gform_wrapper_4.gform_wrapper li.gfield.gfield_error input[type=email],
    .main #gform_wrapper_4.gform_wrapper li.gfield.gfield_error select,
    .main #gform_wrapper_4.gform_wrapper li.gfield.gfield_error textarea,
    .main #gform_wrapper_7.gform_wrapper li.gfield.gfield_error input[type=text],
    .main #gform_wrapper_7.gform_wrapper li.gfield.gfield_error input[type=email],
    .main #gform_wrapper_7.gform_wrapper li.gfield.gfield_error select,
    .main #gform_wrapper_7.gform_wrapper li.gfield.gfield_error textarea {
      border: 1px solid #e9292a; }
  .main #gform_wrapper_4.gform_wrapper .gfield_description.validation_message,
  .main #gform_wrapper_7.gform_wrapper .gfield_description.validation_message {
    display: none !important; }
  .main #gform_wrapper_4.gform_wrapper .top_label input.medium, .main #gform_wrapper_4.gform_wrapper .top_label select.medium, .main #gform_wrapper_4.gform_wrapper .top_label textarea.textarea,
  .main #gform_wrapper_7.gform_wrapper .top_label input.medium,
  .main #gform_wrapper_7.gform_wrapper .top_label select.medium,
  .main #gform_wrapper_7.gform_wrapper .top_label textarea.textarea {
    width: 90%; }
    @media (max-width: 550px) {
      .main #gform_wrapper_4.gform_wrapper .top_label input.medium, .main #gform_wrapper_4.gform_wrapper .top_label select.medium, .main #gform_wrapper_4.gform_wrapper .top_label textarea.textarea,
      .main #gform_wrapper_7.gform_wrapper .top_label input.medium,
      .main #gform_wrapper_7.gform_wrapper .top_label select.medium,
      .main #gform_wrapper_7.gform_wrapper .top_label textarea.textarea {
        width: 100%; } }
  .main #gform_wrapper_4.gform_wrapper select,
  .main #gform_wrapper_7.gform_wrapper select {
    height: 27px; }
  .main #gform_wrapper_4.gform_wrapper textarea.medium,
  .main #gform_wrapper_7.gform_wrapper textarea.medium {
    height: 72px; }
  .main #gform_wrapper_4.gform_wrapper input[type=submit].button,
  .main #gform_wrapper_7.gform_wrapper input[type=submit].button {
    position: absolute;
    right: 1%;
    margin-right: 14px;
    bottom: 46px;
    border-radius: 0;
    background: #858585;
    box-shadow: none;
    border-color: #989898;
    padding: 6px 6px; }
    .main #gform_wrapper_4.gform_wrapper input[type=submit].button:active,
    .main #gform_wrapper_7.gform_wrapper input[type=submit].button:active {
      padding: 6px 6px;
      background: #6c6c6c; }
    @media (max-width: 1050px) {
      .main #gform_wrapper_4.gform_wrapper input[type=submit].button,
      .main #gform_wrapper_7.gform_wrapper input[type=submit].button {
        right: 5%;
        margin-right: 0; } }
    @media (max-width: 550px) {
      .main #gform_wrapper_4.gform_wrapper input[type=submit].button,
      .main #gform_wrapper_7.gform_wrapper input[type=submit].button {
        position: relative;
        bottom: auto;
        margin-right: 0;
        clear: both;
        right: auto;
        margin: -5px 0 10px 2%; } }

/* ===========================================================
   SIDE COLUMN
=========================================================== */
.main .sidebar {
  float: left;
  width: 240px;
  margin-left: -260px; }
  @media (max-width: 790px) {
    .main .sidebar {
      width: 200px;
      margin-left: -220px; } }
  @media (max-width: 660px) {
    .main .sidebar {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; } }
  .main .sidebar h4 {
    font: 20px/20px "source-bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666; }
  .main .sidebar p, .main .sidebar li {
    font: 14px/22px "source", Arial, Helvetica, sans-serif;
    padding-bottom: 8px; }
  .main .sidebar ul.side-nav {
    margin: 0;
    list-style: none; }
    .main .sidebar ul.side-nav > li > a {
      font: 20px/20px "source-bold", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: #666;
      cursor: default; }
      .main .sidebar ul.side-nav > li > a:hover {
        text-decoration: none; }
    .main .sidebar ul.side-nav > li {
      display: none; }
      .main .sidebar ul.side-nav > li.current-page-ancestor, .main .sidebar ul.side-nav > li.current-menu-item {
        display: block; }
  .main .sidebar ul.sub-menu {
    margin-top: 8px;
    border-top: 1px solid #9ea6b2;
    list-style: none;
    margin: 0; }
    .main .sidebar ul.sub-menu li {
      width: 100%;
      float: left;
      padding: 10px 0 10px; }
      .main .sidebar ul.sub-menu li.current-menu-item > a, .main .sidebar ul.sub-menu li.current-menu-parent > a {
        color: #ca2128; }
      .main .sidebar ul.sub-menu li a {
        float: left;
        width: 90%;
        padding-left: 10%;
        font: 18px/18px "source", Arial, Helvetica, sans-serif;
        color: #666;
        background: url(../images/icon_list-arrow.png) 2% 4px no-repeat; }
        @media (max-width: 660px) {
          .main .sidebar ul.sub-menu li a {
            width: 95%;
            padding-left: 5%;
            background-position: 0px center; } }
      .main .sidebar ul.sub-menu li ul {
        float: left;
        margin-left: 30px;
        padding-left: 10px;
        border-left: 1px solid #9ea6b2;
        margin-top: 10px;
        margin-bottom: 0;
        border-top: 0;
        list-style: none; }
        .main .sidebar ul.sub-menu li ul li {
          padding: 0; }
          .main .sidebar ul.sub-menu li ul li + li {
            margin-top: 12px; }
          .main .sidebar ul.sub-menu li ul li a {
            font: 14px/14px "source", Arial, Helvetica, sans-serif;
            background: none;
            padding-left: 0;
            width: auto; }
          .main .sidebar ul.sub-menu li ul li ul {
            margin-left: 10px; }
  .main .sidebar .block {
    width: 87.5%;
    padding: 0px 6.25%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    border-right: 1px solid #e2e6ed; }
    @media (max-width: 660px) {
      .main .sidebar .block {
        width: 100%;
        padding: 0;
        border-right: 0; } }
    .main .sidebar .block.gray {
      width: 87.5%;
      padding: 15px 6.25%;
      margin: 0 -1px 20px;
      background: #e2e6ed;
      border: 1px solid #d6d6d6; }

.archive #menu-item-1022,
.single-post #menu-item-1022,
.single-ipf_careers #menu-item-1055 {
  display: block !important; }

.single-ipf_careers #menu-item-1058 a {
  color: #ca2128; }

/* ===========================================================
   SPECIFIC PAGES
=========================================================== */
/* ===========================================================
   DEFAULT BLOG LAYOUT
=========================================================== */
.post {
  margin: 15px 0 30px 0; }
  .post .topmeta {
    margin: 0 0 12px; }
    .post .topmeta .date {
      float: left;
      min-height: 16px;
      line-height: 16px;
      font-style: italic; }
    .post .topmeta .edit {
      float: right;
      min-height: 16px;
      line-height: 16px; }
      .post .topmeta .edit a {
        background: url(../images/pencil.png) no-repeat top left;
        padding: 1px 0 1px 20px; }
    .post .topmeta .category {
      float: right;
      padding: 0 0 0 20px;
      min-height: 16px;
      line-height: 16px;
      background: url(../images/folder.png) no-repeat top left; }
  .post .bottommeta .category {
    float: left;
    padding: 0 0 0 20px;
    min-height: 16px;
    line-height: 16px;
    background: url(../images/folder.png) no-repeat top left; }
  .post .bottommeta .comments {
    float: right;
    padding: 0 0 0 20px;
    min-height: 16px;
    line-height: 16px;
    background: url(../images/comments.png) no-repeat top left; }
  .post .bottommeta .edit {
    float: right; }
    .post .bottommeta .edit a {
      background: url(../images/pencil.png) no-repeat top left;
      padding: 1px 0 1px 20px; }
  .post .postcontent {
    margin: 12px 0 0; }
  .post .tags {
    display: block;
    min-height: 16px;
    padding: 0 0 7px 20px;
    background: url(../images/tag.png) no-repeat 0 0; }

.archive .post .bottommeta {
  padding: 4px 6px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5; }
.archive .post h2 {
  margin: 0 0 4px; }
  .archive .post h2 a {
    text-decoration: none; }

.post-comments h2 {
  margin: 0; }
.post-comments .comment-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none; }
  .post-comments .comment-list ul {
    margin: 0;
    padding: 0 10px 0 10px;
    list-style: none; }
  .post-comments .comment-list li {
    margin: 10px 0;
    background-color: #fafafa;
    border: 1px solid #e0e0e0; }
    .post-comments .comment-list li.thread-alt, .post-comments .comment-list li.alt {
      background-color: #f2f2f2;
      border-color: #d9d9d9; }
  .post-comments .comment-list ul li:first-child {
    margin-top: 0; }
  .post-comments .comment-list .comment-author {
    margin: 7px 0 0 7px; }
    .post-comments .comment-list .comment-author .avatar {
      float: left;
      margin: 0 8px 0 0; }
    .post-comments .comment-list .comment-author cite {
      float: left;
      height: 18px;
      font-weight: bold;
      font-style: normal; }
    .post-comments .comment-list .comment-author .says {
      display: none; }
  .post-comments .comment-list .comment-meta {
    padding: 18px 0 3px;
    margin: 0 7px 2px;
    border-bottom: 1px solid #e5e5e5; }
  .post-comments .comment-list p {
    margin: 0;
    padding: 6px 10px; }
  .post-comments .comment-list .reply {
    padding: 0 0 6px 10px; }
.post-comments .comments-respond {
  margin: 20px 0 0; }
  .post-comments .comments-respond h3 {
    margin: 0 0 10px; }
  .post-comments .comments-respond p.form-field-wrapper {
    margin: 10px 0; }
    .post-comments .comments-respond p.form-field-wrapper input[type=text],
    .post-comments .comments-respond p.form-field-wrapper input[type=email] {
      width: 100%;
      padding: 5px;
      -moz-box-sizing: border-box;
      /* Firefox 1, probably can drop this */
      -webkit-box-sizing: border-box;
      /* Safari 3-4, also probably droppable */
      box-sizing: border-box;
      /* Everything else */ }
    .post-comments .comments-respond p.form-field-wrapper.split {
      width: 49%;
      float: left; }
      .post-comments .comments-respond p.form-field-wrapper.split.left {
        margin-right: 1%; }
      .post-comments .comments-respond p.form-field-wrapper.split.right {
        margin-left: 1%; }
  .post-comments .comments-respond label {
    margin: 0 0 3px;
    display: block; }
    .post-comments .comments-respond label.required {
      font-weight: bold; }
    .post-comments .comments-respond label .note {
      font-weight: normal;
      font-style: italic; }
  .post-comments .comments-respond input.textbox {
    width: 250px; }
  .post-comments .comments-respond textarea {
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
    width: 100%;
    height: 200px;
    padding: 5px; }
  .post-comments .comments-respond input[type=submit] {
    border-radius: 5px;
    padding: 1px 10px;
    color: #fff;
    font-family: "source-bold", Arial, Helvetica, sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    background: #e9292a;
    border: 1px solid #842020;
    box-shadow: inset 1px 1px 6px rgba(255, 255, 255, 0.75); }

.newsletter {
  background: #fff;
  clear: both;
  padding: 0 20px; }
  .newsletter form {
    float: left;
    border-top: 1px solid #b6b6b6;
    padding: 10px 0;
    width: 100%; }
  .newsletter h5 {
    float: left;
    font: 18px/18px "source-bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666;
    margin-left: 32px;
    margin-top: 4px; }
    @media (max-width: 1175px) {
      .newsletter h5 {
        margin-left: 0;
        margin-bottom: 5px; } }
  .newsletter input[type=text],
  .newsletter input[type=email] {
    border: 1px solid #ababab;
    color: #4c4c4c;
    float: left;
    font-size: 13px;
    line-height: 25px;
    margin-left: 10px;
    text-indent: 10px;
    width: 200px;
    height: 25px;
    vertical-align: top; }
  .newsletter input[type=submit] {
    background: #858585;
    border: 1px solid #858585;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    height: 27px;
    vertical-align: top; }
    @media (max-width: 575px) {
      .newsletter input[type=submit] {
        clear: both;
        margin-left: 0; } }
  @media (max-width: 1175px) {
    .newsletter input[type=text] {
      clear: both;
      margin-left: 0;
      margin-bottom: 5px; }
    .newsletter .newsletter-wrapper {
      margin: 0 auto;
      max-width: 480px;
      width: 100%; } }
  @media (max-width: 575px) {
    .newsletter input[type=email] {
      clear: both;
      margin-left: 0;
      margin-bottom: 5px; }
    .newsletter input[type=text],
    .newsletter input[type=email] {
      width: 100%;
      margin-bottom: 10px; }
    .newsletter .newsletter-wrapper {
      margin: 0 auto;
      width: auto; } }

.footer {
  width: 90%;
  padding: 15px 5%;
  float: left;
  position: relative;
  background: #e2e6ed;
  min-height: 100px; }
  @media (max-width: 1175px) {
    .footer {
      width: 96%;
      padding: 15px 2%; } }
  @media (max-width: 790px) {
    .footer {
      width: 90%;
      padding: 20px 5%; } }
  .footer h5 {
    font: 18px/18px "source-bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 7px; }
  .footer .col {
    float: left; }
    .footer .col.first {
      width: 33%; }
      @media (max-width: 790px) {
        .footer .col.first {
          width: 100%;
          margin-bottom: 20px; } }
      .footer .col.first ul {
        width: 48%;
        float: left; }
        @media (max-width: 790px) {
          .footer .col.first ul {
            width: 55%; } }
        .footer .col.first ul + ul {
          float: right; }
          @media (max-width: 790px) {
            .footer .col.first ul + ul {
              width: 45%; } }
        .footer .col.first ul li {
          width: 100%;
          float: left;
          margin-bottom: 9px; }
          @media (max-width: 790px) {
            .footer .col.first ul li {
              width: 50%; } }
          @media (max-width: 575px) {
            .footer .col.first ul li {
              width: 100%; } }
          .footer .col.first ul li a {
            font: bold 13px/13px "source", Arial, Helvetica, sans-serif;
            color: #666;
            float: left;
            text-transform: uppercase; }
            .footer .col.first ul li a:hover {
              text-decoration: underline; }
    .footer .col.second {
      width: 45%; }
      @media (max-width: 790px) {
        .footer .col.second {
          width: 66%; } }
      @media (max-width: 575px) {
        .footer .col.second {
          width: 100%;
          margin-bottom: 20px; } }
      .footer .col.second .wpcf7-form-control-wrap {
        display: block;
        width: 49%; }
        .footer .col.second .wpcf7-form-control-wrap.name-company, .footer .col.second .wpcf7-form-control-wrap.your-phone {
          margin-right: 1%;
          float: left; }
        .footer .col.second .wpcf7-form-control-wrap.your-email, .footer .col.second .wpcf7-form-control-wrap.your-subject {
          float: right; }
        .footer .col.second .wpcf7-form-control-wrap.your-message {
          width: 100%;
          float: left; }
      .footer .col.second input[type=text],
      .footer .col.second input[type=tel],
      .footer .col.second input[type=email] {
        -moz-box-sizing: border-box;
        /* Firefox 1, probably can drop this */
        -webkit-box-sizing: border-box;
        /* Safari 3-4, also probably droppable */
        box-sizing: border-box;
        /* Everything else */
        width: 100%;
        height: 25px;
        font: 13px/25px "source", Arial, Helvetica, sans-serif;
        padding: 0 0 0 3px;
        border: 1px solid #ababab;
        margin-bottom: 9px; }
      .footer .col.second textarea {
        -moz-box-sizing: border-box;
        /* Firefox 1, probably can drop this */
        -webkit-box-sizing: border-box;
        /* Safari 3-4, also probably droppable */
        box-sizing: border-box;
        /* Everything else */
        width: 100%;
        padding: 0 0 0 3px;
        height: 80px;
        font: 13px/25px "source", Arial, Helvetica, sans-serif;
        border: 1px solid #ababab;
        resize: none; }
      .footer .col.second input[type=submit] {
        float: right;
        margin-top: 10px; }
      .footer .col.second span.wpcf7-not-valid-tip {
        font-size: 12px;
        margin: -9px 0 9px; }
      .footer .col.second .wpcf7-response-output {
        border: 0px !important;
        font-size: 14px !important;
        line-height: 17px !important;
        padding: 0 !important;
        margin: 30px 0 0 !important;
        font-style: italic;
        clear: both; }
    .footer .col.third {
      width: 20%;
      float: right; }
      @media (max-width: 790px) {
        .footer .col.third {
          width: 30%;
          margin-left: 3%; } }
      @media (max-width: 575px) {
        .footer .col.third {
          width: 100%;
          margin-left: 0; } }
      .footer .col.third p {
        font: bold 15px/24px "source", Arial, Helvetica, sans-serif;
        color: #666;
        padding-bottom: 15px;
        text-transform: uppercase; }
        .footer .col.third p a:hover {
          text-decoration: underline; }
        .footer .col.third p span {
          font-weight: normal;
          white-space: nowrap; }

.page-bottom {
  width: 90%;
  padding: 15px 5% 0;
  float: left;
  position: relative;
  background: #fff; }
  @media (max-width: 1175px) {
    .page-bottom {
      width: 96%;
      padding: 15px 2%; } }
  @media (max-width: 790px) {
    .page-bottom {
      width: 90%;
      padding: 20px 5%; } }
  .page-bottom p {
    color: #9f9f9f;
    font: 12px/14px "source", Arial, Helvetica, sans-serif;
    padding: 8px 0 0; }
    @media (max-width: 790px) {
      .page-bottom p {
        width: 100%;
        display: block;
        float: left;
        text-align: center; } }
    .page-bottom p span {
      white-space: nowrap; }
    .page-bottom p a {
      color: #9f9f9f; }
      .page-bottom p a:hover {
        text-decoration: underline; }
  .page-bottom img.alignright {
    margin-top: -3px;
    max-width: 45%;
    height: auto; }
  .page-bottom ul.social {
    float: left;
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 20px; }
    .page-bottom ul.social li {
      float: left; }
      .page-bottom ul.social li + li {
        margin-left: 8px; }
      .page-bottom ul.social li a {
        width: 25px;
        height: 25px;
        float: left;
        overflow: hidden;
        text-indent: -999px;
        background: url(../images/icon_facebook.png) top center no-repeat; }
      .page-bottom ul.social li.twitter a {
        background-image: url(../images/icon_twitter.png); }
      .page-bottom ul.social li.linkedin a {
        background-image: url(../images/icon_linkedin.png); }
      .page-bottom ul.social li.youtube a {
        background-image: url(../images/icon_youtube.png); }
  .page-bottom ul.footer-sub-nav {
    margin-bottom: 10px; }
    .page-bottom ul.footer-sub-nav li {
      display: inline-block;
      color: #9f9f9f;
      font: 12px/14px "source", Arial, Helvetica, sans-serif; }
      .page-bottom ul.footer-sub-nav li a {
        color: #9f9f9f;
        font: 12px/14px "source", Arial, Helvetica, sans-serif; }
        .page-bottom ul.footer-sub-nav li a:hover {
          text-decoration: underline; }
      .page-bottom ul.footer-sub-nav li + li:before {
        content: '|';
        margin: 0 4px; }
    @media (max-width: 790px) {
      .page-bottom ul.footer-sub-nav {
        clear: both;
        text-align: center; } }

.team-member {
  border-top: 1px solid #dfdfdf;
  padding-top: 15px; }
  .team-member.first {
    border-top: 0; }
  .team-member h2 {
    font: normal 20px/20px "source-bold", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 0; }
  .team-member .photo {
    float: left;
    width: 13.5%;
    margin-right: 2.7%; }
  .team-member .text {
    float: left;
    width: 83.8%; }
  @media (max-width: 1175px) {
    .team-member .photo {
      width: 23.5%; }
    .team-member .text {
      width: 73.8%; } }
  @media (max-width: 500px) {
    .team-member .photo {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .team-member .text {
      float: none;
      width: 100%; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table tr td {
  padding: 5px; }

.tribe-events-sub-nav li a {
  background: none !important; }
