@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Dax';
  src: url("/resources/agronomycommunity/fonts/DaxBold.eot");
  src: url("/resources/agronomycommunity/fonts/DaxBold.eot?#iefix") format("embedded-opentype"), url("/resources/agronomycommunity/fonts/DaxBold.woff2") format("woff2"), url("/resources/agronomycommunity/fonts/DaxBold.woff") format("woff"), url("/resources/agronomycommunity/fonts/DaxBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Dax';
  src: url(/resources/agronomycommunity/fonts/DaxRegular.eot);
  src: url(/resources/agronomycommunity/fonts/DaxRegular.eot?#iefix) format("embedded-opentype"), url(/resources/agronomycommunity/fonts/DaxRegular.woff) format("woff"), url(/resources/agronomycommunity/fonts/DaxRegular.ttf) format("truetype"), url(/resources/agronomycommunity/fonts/DaxRegular.svg#DaxRegular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Dax';
  src: url(/resources/agronomycommunity/fonts/DaxMedium.eot);
  src: url(/resources/agronomycommunity/fonts/DaxMedium.eot?#iefix) format("embedded-opentype"), url(/resources/agronomycommunity/fonts/DaxMedium.woff) format("woff"), url(/resources/agronomycommunity/fonts/DaxMedium.ttf) format("truetype"), url(/resources/agronomycommunity/fonts/DaxMedium.svg#DaxMedium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Dax';
  src: url(/resources/agronomycommunity/fonts/DaxItalic.eot);
  src: url(/resources/agronomycommunity/fonts/DaxItalic.eot?#iefix) format("embedded-opentype"), url(/resources/agronomycommunity/fonts/DaxItalic.woff) format("woff"), url(/resources/agronomycommunity/fonts/DaxItalic.ttf) format("truetype"), url(/resources/agronomycommunity/fonts/DaxItalic.svg#DaxItalic) format("svg");
  font-weight: 400;
  font-style: italic;
  font-variant: normal;
}

@font-face {
  font-family: icons;
  src: url(/resources/shared/fonts/icons.eot?74481803);
  src: url(/resources/shared/fonts/icons.eot?74481803#iefix) format("embedded-opentype"), url(/resources/shared/fonts/icons.woff?74481803) format("woff"), url(/resources/shared/fonts/icons.ttf?74481803) format("truetype"), url(/resources/shared/fonts/icons.svg?74481803#icons) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"]:before, [class*=" icon-"]:after,
[class^=icon-]:before,
[class^=icon-]:after {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: 125%;
}

.row,
select {
  width: 100%;
}

.icon-spin:before {
  content: '\77';
}

.icon-menu:before {
  content: '\6d';
}

.icon-globe:before {
  content: '\67';
}

.icon-search:before {
  content: '\73';
}

.icon-ok:before {
  content: '\6f';
}

.icon-down-arrow:before {
  content: '\64';
}

.icon-right-arrow:before {
  content: '\72';
}

.icon-up-arrow:before {
  content: '\75';
}

.icon-left-arrow:before {
  content: '\6c';
}

.icon-facebook:before {
  content: '\66';
}

.icon-linkedin:before {
  content: '\69';
}

.icon-twitter:before {
  content: '\74';
}

.icon-youtube:before {
  content: '\79';
}

.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* ==========================================================
				TABLE OF CONTENT :: Below 768px
============================================================

	01 Layout
	02 Header
	03 Navigation

	06 Footer

	00 imports

============================================================ */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row .row.collapse:after,
.row .row:after,
.row:after,
hr {
  clear: both;
}

/* ========================================================
01 Layout
=========================================================== */
body, html {
  font-size: 14px;
  cursor: auto;
}

body {
  background: #f2f2f2;
  color: #222;
  padding: 0;
  font-family: Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
}

a:hover {
  cursor: pointer;
}

embed,
img,
object {
  max-width: 100%;
  height: auto;
}

embed,
object {
  height: 100%;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

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

@media only screen and (min-width: 600px) and (max-width: 768px) {
  body,
  html {
    font-size: 12px;
  }
}

.row {
  max-width: 1140px;
  margin: 0 auto;
}

.row.collapse .column, .row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  max-width: none;
  margin: 0 -30px;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.column, .columns {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .column.small-centered,
  .columns,
  .columns.small-centered,
  .small-1,
  .small-10,
  .small-11,
  .small-2,
  .small-3,
  .small-4,
  .small-5,
  .small-6,
  .small-7,
  .small-8,
  .small-9,
  .small-12,
  .small-offset-0,
  .small-offset-1,
  .small-offset-10,
  .small-offset-2,
  .small-offset-3,
  .small-offset-4,
  .small-offset-5,
  .small-offset-6,
  .small-offset-7,
  .small-offset-8,
  .small-offset-9 {
    position: relative;
  }
  .column,
  .columns {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .column.medium-centered,
  .columns.medium-centered,
  .medium-1,
  .medium-10,
  .medium-11,
  .medium-12,
  .medium-2,
  .medium-3,
  .medium-4,
  .medium-5,
  .medium-6,
  .medium-7,
  .medium-8,
  .medium-9,
  .pull-1,
  .pull-10,
  .pull-11,
  .pull-2,
  .pull-3,
  .pull-4,
  .pull-5,
  .pull-6,
  .pull-7,
  .pull-8,
  .pull-9,
  .push-1,
  .push-10,
  .push-11,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9,
  .row .medium-offset-0,
  .row .medium-offset-1,
  .row .medium-offset-10,
  .row .medium-offset-2,
  .row .medium-offset-3,
  .row .medium-offset-4,
  .row .medium-offset-5,
  .row .medium-offset-6,
  .row .medium-offset-7,
  .row .medium-offset-8,
  .row .medium-offset-9,
  .row .medium-offset-11 {
    position: relative;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .row .medium-offset-0 {
    margin-left: 0;
  }
  .row .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .row .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .row .medium-offset-3 {
    margin-left: 25%;
  }
  .row .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .row .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .row .medium-offset-6 {
    margin-left: 50%;
  }
  .row .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .row .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .row .medium-offset-9 {
    margin-left: 75%;
  }
  .row .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .row .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11 {
    right: auto;
  }
  .push-1 {
    left: 8.33333%;
  }
  .push-2 {
    left: 16.66667%;
  }
  .push-3 {
    left: 25%;
  }
  .push-4 {
    left: 33.33333%;
  }
  .push-5 {
    left: 41.66667%;
  }
  .push-6 {
    left: 50%;
  }
  .push-7 {
    left: 58.33333%;
  }
  .push-8 {
    left: 66.66667%;
  }
  .push-9 {
    left: 75%;
  }
  .push-10 {
    left: 83.33333%;
  }
  .push-11 {
    left: 91.66667%;
  }
  .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11 {
    left: auto;
  }
  .pull-1 {
    right: 8.33333%;
  }
  .pull-2 {
    right: 16.66667%;
  }
  .pull-3 {
    right: 25%;
  }
  .pull-4 {
    right: 33.33333%;
  }
  .pull-5 {
    right: 41.66667%;
  }
  .pull-6 {
    right: 50%;
  }
  .pull-7 {
    right: 58.33333%;
  }
  .pull-8 {
    right: 66.66667%;
  }
  .pull-9 {
    right: 75%;
  }
  .pull-10 {
    right: 83.33333%;
  }
  .pull-11 {
    right: 91.66667%;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important;
  }
}

@media only screen and (min-width: 768px) {
  .column.large-centered,
  .columns.large-centered,
  .large-1,
  .large-10,
  .large-11,
  .large-12,
  .large-2,
  .large-3,
  .large-4,
  .large-5,
  .large-6,
  .large-7,
  .large-8,
  .large-9,
  .pull-1,
  .pull-10,
  .pull-11,
  .pull-2,
  .pull-3,
  .pull-4,
  .pull-5,
  .pull-6,
  .pull-7,
  .pull-8,
  .pull-9,
  .push-1,
  .push-10,
  .push-11,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9,
  .row .large-offset-0,
  .row .large-offset-1,
  .row .large-offset-10,
  .row .large-offset-2,
  .row .large-offset-3,
  .row .large-offset-4,
  .row .large-offset-5,
  .row .large-offset-6,
  .row .large-offset-7,
  .row .large-offset-8,
  .row .large-offset-9 {
    position: relative;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .row .large-offset-0 {
    margin-left: 0;
  }
  .row .large-offset-1 {
    margin-left: 8.33333%;
  }
  .row .large-offset-2 {
    margin-left: 16.66667%;
  }
  .row .large-offset-3 {
    margin-left: 25%;
  }
  .row .large-offset-4 {
    margin-left: 33.33333%;
  }
  .row .large-offset-5 {
    margin-left: 41.66667%;
  }
  .row .large-offset-6 {
    margin-left: 50%;
  }
  .row .large-offset-7 {
    margin-left: 58.33333%;
  }
  .row .large-offset-8 {
    margin-left: 66.66667%;
  }
  .row .large-offset-9 {
    margin-left: 75%;
  }
  .row .large-offset-10 {
    margin-left: 83.33333%;
  }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}

@media only screen and (max-width: 599px) {
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .column,
  .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.show-for-large-down,
.show-for-medium-down,
.show-for-small {
  display: inherit !important;
}

.show-for-large,
.show-for-large-up,
.show-for-medium,
.show-for-medium-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-large,
.hide-for-large-up,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-large-down,
.hide-for-medium-down,
.hide-for-small {
  display: none !important;
}

table.hide-for-large,
table.hide-for-large-up,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-xlarge,
table.show-for-large-down,
table.show-for-medium-down,
table.show-for-small {
  display: table;
}

thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-xlarge,
thead.show-for-large-down,
thead.show-for-medium-down,
thead.show-for-small {
  display: table-header-group !important;
}

tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-xlarge,
tbody.show-for-large-down,
tbody.show-for-medium-down,
tbody.show-for-small {
  display: table-row-group !important;
}

tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-xlarge,
tr.show-for-large-down,
tr.show-for-medium-down,
tr.show-for-small {
  display: table-row !important;
}

td.hide-for-large,
td.hide-for-large-up,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-xlarge,
td.show-for-large-down,
td.show-for-medium-down,
td.show-for-small,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-xlarge,
th.show-for-large-down,
th.show-for-medium-down,
th.show-for-small {
  display: table-cell !important;
}

@media only screen and (min-width: 600px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
  .hide-for-small {
    display: inherit !important;
  }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }
  table.hide-for-small,
  table.show-for-medium,
  table.show-for-medium-up {
    display: table;
  }
  thead.hide-for-small,
  thead.show-for-medium,
  thead.show-for-medium-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small,
  tbody.show-for-medium,
  tbody.show-for-medium-up {
    display: table-row-group !important;
  }
  tr.hide-for-small,
  tr.show-for-medium,
  tr.show-for-medium-up {
    display: table-row !important;
  }
  td.hide-for-small,
  td.show-for-medium,
  td.show-for-medium-up,
  th.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large,
  table.show-for-large-up {
    display: table;
  }
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large,
  thead.show-for-large-up {
    display: table-header-group !important;
  }
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large,
  tbody.show-for-large-up {
    display: table-row-group !important;
  }
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large,
  tr.show-for-large-up {
    display: table-row !important;
  }
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.show-for-large,
  td.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1140px) {
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }
  .hide-for-xlarge {
    display: none !important;
  }
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge {
    display: table;
  }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge {
    display: table-row !important;
  }
  td.hide-for-large,
  td.hide-for-large-down,
  td.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down,
  th.show-for-xlarge {
    display: table-cell !important;
  }
}

.hide-for-portrait,
.show-for-landscape {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (max-width: 550px) {
  .small-6 {
    width: 100%;
  }
}

@media only screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.hide-for-portrait,
  table.show-for-landscape {
    display: table;
  }
  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group !important;
  }
  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group !important;
  }
  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row !important;
  }
  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  table.hide-for-landscape,
  table.show-for-portrait {
    display: table;
  }
  thead.hide-for-landscape,
  thead.show-for-portrait {
    display: table-header-group !important;
  }
  tbody.hide-for-landscape,
  tbody.show-for-portrait {
    display: table-row-group !important;
  }
  tr.hide-for-landscape,
  tr.show-for-portrait {
    display: table-row !important;
  }
  td.hide-for-landscape,
  td.show-for-portrait,
  th.hide-for-landscape,
  th.show-for-portrait {
    display: table-cell !important;
  }
}

.show-for-touch {
  display: none !important;
}

.hide-for-touch,
.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

.touch table.show-for-touch,
table.hide-for-touch {
  display: table;
}

.touch thead.show-for-touch,
thead.hide-for-touch {
  display: table-header-group !important;
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tr.show-for-touch,
tr.hide-for-touch {
  display: table-row !important;
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
  display: table-cell !important;
}

p.lead {
  font-size: 1.25em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: #f2f2f2;
  margin-top: .2em;
  margin-bottom: .5em;
}

a, b, em, i, small, strong {
  line-height: inherit;
}

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

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
  direction: ltr;
}

dl, ol, p, ul {
  margin-bottom: 1.42857em;
}

a {
  color: #ba5918;
  text-decoration: none;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.42857em;
  font-size: 16px;
}

p a {
  font-weight: 700;
}

.vcard .fn, .vevent .summary, .vevent abbr, code, dl dt, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p aside {
  line-height: 1.35;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial,sans-serif;
  font-style: normal;
  color: #222;
  margin-top: .2em;
  margin-bottom: .5em;
  line-height: 1.18571em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 4.57143em;
}

h2 {
  font-size: 2.85714em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.14286em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .85714em;
}

h1, h2, h3, h4 {
  font-family: "Dax",Arial,Helvetica,sans-serif;
  font-weight: 500;
  color: #4c4c4c;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  margin: 1.42857em 0 1.35714em;
  height: 0;
}

em, i {
  font-style: italic;
}

small {
  font-size: 60%;
}

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  color: #7f0a0c;
}

dl, ol, ul {
  list-style-position: inside;
  font-family: inherit;
}

ol, ul {
  margin-left: 0;
}

ul li ol,
ul li ul {
  font-size: 1em;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

.breadcrumbs, .flexslider .slides li, .inline-list, .inline-list > li, .pagination, aside .accordion li, footer .copyright ul li, nav.site-nav > ul > li .dropdown-menu li, ul.no-bullet {
  list-style: none;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

dl dt {
  margin-bottom: .3em;
}

dl dd {
  margin-bottom: .85714em;
}

.vcard,
blockquote {
  margin: 0 0 1.42857em;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4c4c4c;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

blockquote {
  padding: .64286em 1.42857em 0 1.35714em;
  border-left: 1px solid #ddd;
  line-height: 1.42857em;
  color: #6f6f6f;
}

blockquote p {
  line-height: 1.42857em;
  color: #6f6f6f;
}

blockquote cite {
  display: block;
  font-size: .92857em;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
  color: #555;
}

.vcard {
  display: inline-block;
  border: 1px solid #ddd;
  padding: .71429em .85714em;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-size: 1.07143em;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  border: none;
  padding: 0 .07143em;
}

.print-only {
  display: none !important;
}

a:focus, a:hover {
  color: #ba5918;
  text-decoration: underline;
}

.faq .accordion-content-inner a,
a.download {
  color: #e46e1e;
  font-weight: 700;
  padding-left: .85714em;
  position: relative .faq .accordion-content-inner a, a.download;
}

.faq .accordion-content-inner a :before,
a.download :before {
  content: "r";
  font-family: icons;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}

dl, ol, ul {
  font-size: 1em;
  line-height: 1.4285;
}

.button, button {
  position: relative;
  display: inline-block;
  margin: 0 0 1.42857em;
  padding: .85714em 1.71429em .92857em;
  padding-top: .92857em;
  padding-bottom: .85714em;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-size: 1.14286em;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #004c52;
  background-color: #e46e1e;
}

.button:focus, .button:hover, button:focus, button:hover {
  background-color: #004c52;
  color: #fff;
}

.button.secondary, button.secondary {
  border-color: #ff0d00;
  background-color: #e46e1e;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus, button.secondary:hover, button.secondary:focus {
  background-color: #ff0d00;
  color: #fff;
}

.button.success, button.success {
  border-color: #457a1a;
  background-color: #5da423;
  color: #fff;
}

.button.success:focus, .button.success:hover, button.success:focus, button.success:hover {
  background-color: #457a1a;
  color: #fff;
}

.button.alert, button.alert {
  border-color: #970b0e;
  background-color: #c60f13;
  color: #fff;
}

.button.alert:focus, .button.alert:hover, button.alert:focus, button.alert:hover {
  background-color: #970b0e;
  color: #fff;
}

.button.disabled, .button[disabled], button.disabled, button[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: .6;
  border-color: #004c52;
  background-color: #e46e1e;
  color: #fff;
}

.button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button.disabled:focus, button.disabled:hover, button[disabled]:focus, button[disabled]:hover {
  background-color: #e46e1e;
  color: #fff;
}

.button.disabled.secondary, .button[disabled].secondary, button.disabled.secondary, button[disabled].secondary {
  background-color: #e46e1e;
  border-color: #ff0d00;
}

.button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover, button.disabled.secondary:focus, button.disabled.secondary:hover, button[disabled].secondary:focus, button[disabled].secondary:hover {
  background-color: #e46e1e;
  color: #fff;
}

.button.disabled.success, .button[disabled].success, button.disabled.success, button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
}

.button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover, button.disabled.success:focus, button.disabled.success:hover, button[disabled].success:focus, button[disabled].success:hover {
  background-color: #5da423;
  color: #fff;
}

.button.disabled.alert, .button[disabled].alert, button.disabled.alert, button[disabled].alert {
  border-color: #970b0e;
  background-color: #c60f13;
}

.button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover, button.disabled.alert:focus, button.disabled.alert:hover, button[disabled].alert:focus, button[disabled].alert:hover {
  background-color: #c60f13;
  color: #fff;
}

.button.large, button.large {
  font-size: 1.42857em;
  padding: 1.14286em 2.28571em 1.21429em;
  padding-top: 1.17857em;
  padding-bottom: 1.17857em;
  -webkit-appearance: none;
}

.button.small, button.small {
  font-size: .92857em;
  padding: .64286em 1.28571em .71429em;
  padding-top: .71429em;
  padding-bottom: .64286em;
  -webkit-appearance: none;
}

.button.tiny, button.tiny {
  font-size: .78571em;
  padding: .5em 1em .57143em;
  padding-top: .57143em;
  padding-bottom: .5em;
  -webkit-appearance: none;
}

.button.expand, button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.button.left-align, button.left-align {
  text-align: left;
  text-indent: .85714em;
}

.button.right-align, button.right-align {
  text-align: right;
  padding-right: .85714em;
}

@media only screen {
  .button, button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 0.3s ease-out .button, button;
    transition: background-color 0.3s ease-out .button, button;
  }
  .button :active, button :active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .button.radius, button.radius {
    border-radius: 3px;
  }
  .button.round, button.round {
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 600px) {
  .button, button {
    display: inline-block;
  }
}

.button {
  border: 1px solid #a54f15;
  background-color: #e46e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e46e1e), to(#c95d14));
  background-image: -webkit-linear-gradient(#e46e1e, #c95d14);
  background-image: linear-gradient(#e46e1e, #c95d14);
  border-radius: 5px;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-shadow: 0 -1px #8e4412;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}

.button:hover, .button:focus {
  background-color: #c95d14;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c95d14), to(#e46e1e));
  background-image: -webkit-linear-gradient(#c95d14, #e46e1e);
  background-image: linear-gradient(#c95d14, #e46e1e);
}

.button.secondary {
  color: #4c4c4c;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(#fff, #f2f2f2);
  background-image: linear-gradient(#fff, #f2f2f2);
  text-shadow: none;
  font-weight: 400;
}

.button.secondary:focus, .button.secondary:hover {
  color: inherit;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background-image: -webkit-linear-gradient(#f2f2f2, #fff);
  background-image: linear-gradient(#f2f2f2, #fff);
}

.button.secondary.disabled {
  border-color: #d5d5d5;
  color: #d5d5d5;
}

.button.secondary.disabled:focus, .button.secondary.disabled:hover {
  color: #d5d5d5;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(#fff, #f2f2f2);
  background-image: linear-gradient(#fff, #f2f2f2);
  text-decoration: none;
}

.button.small {
  font-weight: 700;
  background: #005056;
  border: none;
  text-shadow: none;
}

.button.light {
  color: #e46e1e;
  background: #f2f7fa;
}

.breadcrumbs li, .button.small {
  font-family: Arial,Helvetica,sans-serif;
}

.inline-list {
  margin: 0 0 1.21429em -1.57143em;
  padding: 0;
  overflow: hidden;
}

.inline-list > li {
  float: left;
  margin-left: 1.57143em;
  display: block;
}

.inline-list > li * {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  margin-bottom: 1.42857em;
  border: 1px solid #ddd;
}

table tfoot, table thead {
  background: #f5f5f5;
  font-weight: 700;
}

table tfoot tr td, table tfoot tr th, table thead tr td, table thead tr th {
  padding: .57143em .71429em .71429em;
  font-size: 1em;
  color: #222;
  text-align: left;
}

table tr td, table tr th {
  padding: .64286em .71429em;
  font-size: 1em;
  color: #222;
}

table tr.alt, table tr.even, table tr:nth-of-type(even) {
  background: #f2f2f2;
}

table tbody tr td, table tfoot tr td, table table tfoot tr th,
table thead tr th, table tr td {
  display: table-cell;
  line-height: 1.28571em;
}

@media only screen {
  [class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -.71429em;
  }
  [class*=block-grid-]:before, [class*=block-grid-]:after {
    content: " ";
    display: table;
  }
  [class*=block-grid-]:after {
    clear: both;
  }
  [class*=block-grid-] > li {
    display: inline;
    height: auto;
    float: left;
  }
  .small-block-grid-1, .small-block-grid-2, .small-block-grid-3, .small-block-grid-4, .small-block-grid-5, .small-block-grid-6, .small-block-grid-7, .small-block-grid-8, .small-block-grid-9, .small-block-grid-10, .small-block-grid-11, .small-block-grid-12,
  .small-block-grid [class*=block-grid-] > li {
    padding: 0 .71429em 1.42857em;
  }
  .small-block-grid-1 > li {
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li > li {
    width: 50%;
  }
  .small-block-grid-3 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li > li {
    width: 25%;
  }
  .small-block-grid-4 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li > li {
    width: 20% .small-block-grid-5 > li > li;
  }
  .small-block-grid-5 > li > li :nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em .small-block-grid-6 > li > li;
  }
  .small-block-grid-6 > li > li :nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li > li {
    width: 14.28571%;
  }
  .small-block-grid-7 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li > li {
    width: 12.5% .small-block-grid-8 > li > li;
  }
  .small-block-grid-8 > li > li :nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li > li {
    width: 11.11111%;
  }
  .small-block-grid-9 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li > li {
    width: 10%;
  }
  .small-block-grid-10 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li > li {
    width: 9.09091%;
  }
  .small-block-grid-11 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li > li {
    width: 8.33333%;
  }
  .small-block-grid-12 > li > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 600px) {
  .large-block-grid-1 > li:nth-of-type(n),
  .small-block-grid-10 > li:nth-of-type(10n+1),
  .small-block-grid-11 > li:nth-of-type(11n+1),
  .small-block-grid-12 > li:nth-of-type(12n+1),
  .small-block-grid-1 > li:nth-of-type(1n+1),
  .small-block-grid-2 > li:nth-of-type(2n+1),
  .small-block-grid-3 > li:nth-of-type(3n+1),
  .small-block-grid-4 > li:nth-of-type(4n+1),
  .small-block-grid-5 > li:nth-of-type(5n+1),
  .small-block-grid-6 > li:nth-of-type(6n+1),
  .small-block-grid-7 > li:nth-of-type(7n+1),
  .small-block-grid-8 > li:nth-of-type(8n+1),
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  .large-block-grid-10 > li,
  .large-block-grid-11 > li,
  .large-block-grid-12 > li,
  .large-block-grid-1 > li,
  .large-block-grid-2 > li,
  .large-block-grid-3 > li,
  .large-block-grid-4 > li,
  .large-block-grid-5 > li,
  .large-block-grid-7 > li,
  .large-block-grid-8 > li,
  .large-block-grid-9 > li {
    padding: 0 .71429em 1.42857em;
  }
  .large-block-grid-1 > li {
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li > li {
    width: 50%;
  }
  .large-block-grid-3 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li > li {
    width: 25%;
  }
  .large-block-grid-4 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li > li {
    width: 20% .large-block-grid-5 > li > li;
  }
  .large-block-grid-5 > li > li :nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em .large-block-grid-6 > li > li;
  }
  .large-block-grid-6 > li > li :nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li > li {
    width: 14.28571%;
  }
  .large-block-grid-7 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li > li {
    width: 12.5% .large-block-grid-8 > li > li;
  }
  .large-block-grid-8 > li > li :nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li > li {
    width: 11.11111%;
  }
  .large-block-grid-9 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li > li {
    width: 10%;
  }
  .large-block-grid-10 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li > li {
    width: 9.09091%;
  }
  .large-block-grid-11 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li > li {
    width: 8.33333%;
  }
  .large-block-grid-12 > li > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.breadcrumbs {
  display: block;
  overflow: hidden;
  margin-left: 0;
  background-color: #007b85;
  -webkit-border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: .78571em;
  text-transform: uppercase;
}

.breadcrumbs li, .breadcrumbs li a {
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs > :focus a, .breadcrumbs > :hover a {
  text-decoration: underline;
}

.breadcrumbs > .current, .breadcrumbs > .current a {
  cursor: default;
  color: #333;
}

.breadcrumbs > .current:focus, .breadcrumbs > .current:focus a, .breadcrumbs > .current:hover, .breadcrumbs > .current:hover a {
  text-decoration: none;
}

.breadcrumbs > .unavailable, .breadcrumbs > .unavailable a {
  color: #999;
}

.breadcrumbs > .unavailable a:focus, .breadcrumbs > .unavailable:focus, .breadcrumbs > .unavailable:hover, .breadcrumbs > .unavailable:hover a {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > :before {
  content: "-";
  color: #fff;
  margin: 0 .85714em;
  position: relative;
  top: 1px;
}

.breadcrumbs > :first-child:before {
  content: " ";
  margin: 0;
}

.breadcrumbs {
  background: 0 0;
  border: 0 solid #fff;
  padding: 20px 0;
  margin: 0;
  border-radius: 0;
}

.breadcrumbs li {
  font-size: 12px;
  font-weight: 700;
}

.postfix, .prefix, label {
  display: block;
  font-size: 1em;
}

.breadcrumbs li a {
  font-weight: 400;
}

.breadcrumbs > * a, .breadcrumbs > * span {
  text-transform: none;
  color: inherit;
}

form .row .row {
  margin: 0 -.57143em;
}

form .row .row .column, form .row .row .columns {
  padding: 0 .57143em;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column, form .row .row.collapse .columns {
  padding: 0;
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: .57143em;
}

label {
  color: #4d4d4d;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: .21429em;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  padding: .71429em 0;
}

label small {
  text-transform: capitalize;
  color: #666;
}

.postfix, .prefix {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  height: 2.64286em;
  line-height: 2.64286em;
}

.postfix.button, .prefix.button {
  text-align: center;
  line-height: 2.42857em;
  padding: 0;
}

.prefix.button.radius {
  border-radius: 3px 0 0 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.postfix.button.radius {
  border-radius: 0 3px 3px 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.prefix.button.round {
  border-radius: 1000px 0 0 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
}

.postfix.button.round {
  border-radius: 0 1000px 1000px 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
}

label.prefix, span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

label.prefix.radius, span.prefix.radius {
  border-radius: 3px 0 0 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

label.postfix, span.postfix {
  background: #f2f2f2;
  border-color: #ccc;
  border-left: none;
  color: #333;
}

label.postfix.radius, span.postfix.radius {
  border-radius: 0 3px 3px 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.input-group.radius > :first-child, .input-group.radius > :first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group.radius > :last-child, .input-group.radius > :last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.round > :first-child, .input-group.round > :first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.input-group.round > :last-child, .input-group.round > :last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=tel], input[type=time], input[type=url], input[type=search], textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1em;
  margin: 0 0 1.14286em;
  padding: .57143em;
  height: 2.64286em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
  -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=search]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0;
}

input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=month][disabled], input[type=week][disabled], input[type=email][disabled], input[type=number][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=search][disabled], textarea[disabled] {
  background-color: #ddd;
}

input[type=file] {
  width: 100%;
}

fieldset {
  border: 1px solid #ddd;
  padding: 1.42857em;
  margin: 1.28571em 0;
}

fieldset legend {
  font-weight: 700;
  background: #fff;
  padding: 0 .21429em;
  margin: 0 0 0 -.21429em;
}

.error small.error, small.error, span.error {
  padding: .42857em .28571em;
  margin-top: 0;
  font-size: .85714em;
  font-weight: 700;
}

small.error, span.error {
  margin-bottom: 1.14286em;
  background: #c60f13;
  color: #fff;
  display: none;
}

.error input, .error select, .error textarea {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

.error input:focus, .error select:focus, .error textarea:focus {
  background: #fafafa;
  border-color: #999;
}

.error label, .error label.error {
  color: #c60f13;
}

.error small.error {
  display: block;
  margin-bottom: 1.14286em;
  background: #c60f13;
  color: #fff;
}

.error span.error-message {
  display: block;
}

input.error, textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

input.error:focus, textarea.error:focus {
  background: #fafafa;
  border-color: #999;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
  background: #fafafa;
  border-color: #999;
}

label.error {
  color: #c60f13;
}

form {
  margin: 0;
}

select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(#fff, #f2f2f2);
  background-image: linear-gradient(#fff, #f2f2f2);
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 12px;
}

.wffm-iframe-container {
  margin: 40px -30px 50px;
  min-height: 15em;
}

@media only screen and (max-width: 599px) {
  .wffm-iframe-container {
    margin: 20px -15px 30px;
  }
}

form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

form.custom .custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  background: #fff;
}

form.custom .custom.checkbox {
  border-radius: 0;
  padding: 2px;
}

form.custom .custom.radio {
  border-radius: 1000px;
  padding: 5px;
}

form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 14px;
  color: #fff;
}

form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background: #e46e1e;
  position: relative;
}

form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #e46e1e;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.64286em;
  margin-bottom: 1.42857em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
  box-shadow: none;
  font-size: 1em;
  vertical-align: top;
}

form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.57143em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: .57143em;
  margin-right: 2.64286em;
}

.js .global-header .site-switcher .columns:focus a, .js .global-header .site-switcher .columns:hover a, .no-js nav.site-nav > ul > li:focus > a, .no-js nav.site-nav > ul > li:hover > a {
  text-decoration: underline;
}

form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.85714em;
  height: 2.64286em;
  display: block;
  right: 0;
  top: 0;
}

form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: #aaa transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 1.07143em;
  top: 50%;
  margin-top: -3px;
}

form.custom .custom.dropdown.open a.selector:after, form.custom .custom.dropdown:hover a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px inset;
  border-color: #222 transparent transparent;
  border-top-style: solid;
}

form.custom .custom.dropdown .disabled {
  color: #888;
}

form.custom .custom.dropdown .disabled:hover {
  background: 0 0;
  color: #888;
}

form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

form.custom .custom.dropdown.small {
  max-width: 134px;
}

form.custom .custom.dropdown.medium {
  max-width: 254px;
}

form.custom .custom.dropdown.large {
  max-width: 434px;
}

form.custom .custom.dropdown.expand {
  width: 100% !important;
}

form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999;
}

form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}

form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 1em;
  cursor: default;
  min-height: 1.71429em;
  line-height: 1.71429em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
  padding: .28571em 2.71429em .28571em .42857em;
}

form.custom .custom.dropdown ul li.selected {
  background: #eee;
  color: #000;
}

form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

form.custom .custom.dropdown ul li.selected:hover {
  background: #eee;
  cursor: default;
  color: #000;
}

.js .global-header .site-switcher .columns:focus, .js .global-header .site-switcher .columns:hover, .js .promo-tiles .trigger-link:focus, .js .promo-tiles .trigger-link:hover, .promo-tiles .tile.flip:focus, .promo-tiles .tile.flip:hover {
  cursor: pointer;
}

form.custom .custom.dropdown ul.show {
  display: block;
}

form.custom .custom.disabled {
  background: #ddd;
}

.no-js .checkbox, .no-js .radio {
  display: none !important;
}

.custom-form label {
  margin-bottom: .71429em;
}

.custom-form .custom.checkbox {
  margin-right: .71429em;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -2px 5px 0 #d5d5d5;
  box-shadow: inset 0 -2px 5px 0 #d5d5d5;
}

.custom-form .custom.checkbox.checked:before {
  content: "\2714";
  margin-top: 11px;
  margin-left: -5px;
}

.custom-form input[type=checkbox], .custom-form input[type=radio] {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0;
  float: left;
}

.custom-form input[type=checkbox] + label, .custom-form input[type=radio] + label {
  display: block;
  width: auto;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.js .custom-form input[type=checkbox], .js .custom-form input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js .custom-form input[type=checkbox] + label:before, .js .custom-form input[type=radio] + label:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
  color: #e46e1e;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -2px 5px 0 #d5d5d5;
  box-shadow: inset 0 -2px 5px 0 #d5d5d5;
}

.js .custom-form input[type=checkbox] + label.checked:after {
  font-family: icons;
  content: "o";
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 4px;
  color: #e46e1e;
  font-size: 1.21429em;
}

.banner h1, .global-header .top-links li a, .search-results-holder h2 {
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.js .custom-form input[type=radio] + label:before {
  border-radius: 50%;
}

.js .custom-form input[type=radio] + label.checked:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #e46e1e;
}

.js .custom-form input[type=checkbox] + label.disabled, .js .custom-form input[type=radio] + label.disabled {
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.flex-video {
  position: relative;
  padding-top: 1.78571em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.14286em;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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

#main {
  margin-top: -110px;
  margin-bottom: 40px;
  position: relative;
}

#main > .row > .large-8 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main.homepage {
  overflow: visible;
  margin-top: -190px;
  margin-bottom: 0;
}

#main.homepage > .row {
  max-width: 1200px;
}

#main.one-column > .row, #main.two-column > .row, #main > .two-column-search.row {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  #main.two-column > .row, #main > .two-column-search.row {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(66.666%, #fff), color-stop(66.666%, #f7f7f7), color-stop(70%, #fff));
    background-image: -webkit-linear-gradient(left, #fff 0, #fff 66.666%, #f7f7f7 66.666%, #fff 70%);
    background-image: linear-gradient(90deg, #fff 0, #fff 66.666%, #f7f7f7 66.666%, #fff 70%);
  }
}

.no-cssgradients #main.two-column > .row > .small-12.large-8.columns, .no-cssgradients #main > .two-column-search.row > .small-12.large-8.columns {
  border-right: 1px solid #d5d5d5;
}

.skip-link {
  position: absolute;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.global-header {
  position: relative;
  background: #fff;
}

.global-header .top-links {
  border-bottom: 1px solid #f2f2f2;
}

.global-header .top-links .columns {
  padding: 0 10px;
}

.global-header .top-links ul {
  margin: 0;
  list-style-type: none;
}

.global-header .top-links li {
  display: block;
  float: left;
}

.global-header .top-links li a {
  position: relative;
  display: block;
  color: #4c4c4c;
  font-size: .92857em;
  line-height: 1em;
  padding: 14px 20px 12px;
}

.global-header .top-links li a:before {
  display: none;
  content: ' ';
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: transparent transparent #f2f2f2;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
}

.global-header .top-links li a.active-site:before, .global-header .top-links li a:focus:before, .global-header .top-links li a:hover:before {
  display: block;
}

.global-header .top-links li.contact-us {
  float: right;
}

.global-header .site-switcher {
  height: 0;
  overflow: hidden;
  background: url(/resources/ipf/imgs/global-nav-shadow.png) 50% 100% no-repeat;
  -webkit-transition: height .2s ease-out;
  transition: height .2s ease-out;
}

.global-header .site-switcher > div {
  overflow: hidden;
}

.global-header .site-switcher .columns {
  border-left: 1px solid #f2f2f2;
  padding-top: 20px;
  padding-bottom: 80px;
  margin: 20px 0 -60px;
}

.global-header .site-switcher .columns:first-child {
  border: none;
}

.global-header .site-switcher .columns.active-site {
  opacity: .2;
}

.global-header .site-switcher .columns .img-container {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.global-header .site-switcher .columns .img-container img {
  max-height: 60px;
  width: auto;
}

.global-header .site-switcher .columns p {
  margin: 20px 0 0;
  font-size: .85714em;
}

nav.site-nav {
  padding: 36px 0 26px;
  position: relative;
}

nav.site-nav > a {
  float: left;
  margin: 4px 0 0 30px;
}

nav.site-nav > a img {
  max-width: none;
}

nav.site-nav > a:focus img {
  outline: #e46e1e solid 1px;
}

nav.site-nav > ul {
  float: right;
  padding: 0 10px 0 0;
  margin: 3em 0 0;
}

nav.site-nav > ul > li {
  float: left;
  display: block;
}

nav.site-nav > ul > li > a {
  display: block;
  color: #4c4c4c;
  font-size: 1.14286em;
  line-height: 1.125;
  padding: 10px 20px;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 500;
}

nav.site-nav > ul > li > a.active-menu-item, nav.site-nav > ul > li > a:focus, nav.site-nav > ul > li > a:hover {
  color: #e46e1e;
}

nav.site-nav > ul > li > a.active-menu-item + .dropdown-menu {
  display: block;
}

nav.site-nav > ul > li .dropdown-menu {
  display: none;
  width: 100%;
  padding: 25px 0 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  overflow: hidden;
}

nav.site-nav > ul > li .dropdown-menu > .row {
  margin: 0;
}

nav.site-nav > ul > li .dropdown-menu h4 {
  margin-bottom: 18px;
}

nav.site-nav > ul > li .dropdown-menu h4 a {
  color: #4c4c4c;
}

nav.site-nav > ul > li .dropdown-menu .large-3 {
  border-left: 1px solid #f2f2f2;
  float: left;
  padding-bottom: 525px;
  margin-bottom: -510px;
}

nav.site-nav > ul > li .dropdown-menu .large-12:first-child + .large-3, nav.site-nav > ul > li .dropdown-menu .large-3:first-child {
  border-left: none;
}

nav.site-nav > ul > li .dropdown-menu ul {
  margin: 0;
}

nav.site-nav > ul > li .dropdown-menu li a {
  font-size: 1em;
  margin-bottom: .78571em;
  display: inline-block;
}

.no-js nav.site-nav > ul > li {
  padding-bottom: 50px;
  margin-bottom: -50px;
}

.pagination li .current-page:focus, .pagination li .current-page:hover, aside .accordion > h4 > a:focus, aside .accordion > h4 > a:hover {
  text-decoration: none;
}

.no-js nav.site-nav > ul > li:focus .dropdown-menu, .no-js nav.site-nav > ul > li:hover .dropdown-menu {
  display: block;
  background: url(/resources/ipf/imgs/nav-shadow.png) 50% 0 no-repeat #fff;
  border-bottom: 1px solid #999;
}

nav.site-nav > ul .header-search {
  width: 59px;
  height: 38px;
  overflow: hidden;
  position: relative;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

nav.site-nav > ul .header-search.search-open {
  width: 235px;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

nav.site-nav > ul .header-search.search-open a {
  padding-right: 8px;
}

.no-js nav.site-nav > ul .header-search {
  width: 192px;
}

.no-js nav.site-nav > ul .header-search a {
  display: none;
}

nav.site-nav > ul .header-search a {
  padding: 7px 20px 12px;
  float: left;
}

nav.site-nav > ul .header-search a span {
  display: inline-block;
  width: 19px;
  color: #4c4c4c;
}

nav.site-nav > ul .header-search a:focus span, nav.site-nav > ul .header-search a:hover span {
  color: #e46e1e;
}

nav.site-nav > ul .header-search form {
  display: block;
  width: 245px;
}

.nav-bg, nav.site-nav .mobile-nav, nav.site-nav .mobile-switch {
  display: none;
}

nav.site-nav > ul .header-search form .button, nav.site-nav > ul .header-search form input {
  height: 26px;
  float: left;
}

nav.site-nav > ul .header-search form input {
  width: 150px;
  padding: 4px 3px 0;
  border: none;
  border-bottom: 1px solid #a5a5a5;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.site-nav > ul .header-search form input:focus {
  background: 0 0;
}

nav.site-nav > ul .header-search form .button {
  margin: 3px 0 0;
  padding: 4px 8px 0;
  width: 26px;
  font-family: icons;
  font-weight: 700;
  background: 0 0;
  border: none;
  color: #e46e1e;
  text-shadow: none;
}

@media only screen and (max-width: 1139px) {
  nav.site-nav > ul {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 10px 0;
  }
  nav.site-nav > ul .header-search {
    float: right;
  }
}

.nav-container {
  position: relative;
}

.nav-bg {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url(/resources/ipf/imgs/nav-shadow.png) 50% 0 no-repeat #fff;
  border-bottom: 1px solid #999;
  z-index: 9;
}

.clearfix:after, .clearfix:before, .global-header .site-switcher > div:after, .global-header .site-switcher > div:before, .pagination:after, .pagination:before, .promo-tiles .main-block:after, .promo-tiles .main-block:before, .promo-tiles:after, .promo-tiles:before, nav.site-nav:after, nav.site-nav:before, nav.site-nav > ul > li .dropdown-menu:after, nav.site-nav > ul > li .dropdown-menu:before {
  content: " ";
  display: table;
}

.clearfix:after, .global-header .site-switcher > div:after, .pagination:after, .promo-tiles .main-block:after, .promo-tiles:after, nav.site-nav:after, nav.site-nav > ul > li .dropdown-menu:after {
  clear: both;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.banner {
  height: 350px;
  position: relative;
  background-color: #00474c;
  background-image: -webkit-gradient(linear, left top, right top, from(#e46e1e), to(#ba5918));
  background-image: -webkit-linear-gradient(left, #e46e1e, #ba5918);
  background-image: linear-gradient(to right, #e46e1e, #ba5918);
}

.banner h1 {
  color: #fff;
  margin-top: 75px;
  font-size: 4.57143em;
}

.banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .57143em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), transparent);
  background-color: transparent;
}

.banner-search {
  height: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #e46e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e46e1e), to(#ba5918));
  background-image: -webkit-linear-gradient(#e46e1e, #ba5918);
  background-image: linear-gradient(#e46e1e, #ba5918);
}

.banner-search .column:first-child {
  padding-right: 0;
}

.banner-search input {
  margin-bottom: 0;
}

.banner-search input[type=text] {
  height: 50px;
  padding: 15px;
  border-radius: 5px;
  font-style: italic;
}

.banner-search input[type=submit] {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-filter-holder {
  width: 100%;
  min-height: 500px;
  float: left;
  padding-top: 120px;
}

.search-results-holder {
  width: 100%;
  float: left;
}

.search-results-holder h2 {
  margin: 20px 0 60px;
}

.search-results-holder h2 strong {
  display: block;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.search-results-holder .search-results {
  border-bottom: solid 1px #d5d5d5;
  float: left;
  width: 100%;
}

.search-results-holder .search-results .search-result {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-top: solid 1px #d5d5d5;
}

.search-results-holder .search-results .search-result h3 {
  color: #e46e1e;
}

.search-results-holder .button.secondary {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 16px 0;
  width: 100%;
}

.search-result.accordion-item .accordion-trigger {
  margin: 0 0 .71429em;
  padding: .57143em 0 .71429em;
}

.search-result.accordion-item .last-updated {
  display: inline-block;
  margin-right: 1.42857em;
}

.search-result.accordion-item ul {
  list-style-type: none;
  margin: .64286em 0 0;
}

.search-result.accordion-item ul li {
  margin-bottom: .78571em;
}

@media only screen and (min-width: 768px) {
  .search-result.accordion-item .overview {
    max-width: 65%;
  }
}

.download-centre-pager, .show-more-results {
  float: left;
  width: 100%;
}

.pagination {
  margin: 0 auto;
  padding: 50px 0;
  display: table;
}

.pagination li {
  float: left;
}

.pagination li.page a {
  display: block;
  padding: 1em .71429em .92857em;
  border-left: 1px solid #d5d5d5;
}

.pagination li.prev {
  margin-right: 1.42857em;
}

.pagination li.next {
  margin-left: 1.42857em;
}

.pagination li:first-child + li a {
  border: none;
}

.pagination li .current-page {
  font-weight: 700;
  color: #4c4c4c;
}

.pagination .pagination-nav {
  margin-bottom: 0;
  font-family: icons;
  font-size: 1.5em;
  display: block;
  padding: 9px 9px 6px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.sitemap-section ul li a, .sitemap-section ul li ul li a, footer h4 {
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.pagination .pagination-nav:hover {
  text-decoration: none;
  border-color: #d5d5d5;
}

.pagination .pagination-nav.disabled {
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3;
}

.pagination .pagination-nav.disabled:hover {
  border-color: transparent;
}

.sorting h4, aside .accordion {
  border-bottom: 1px solid #d5d5d5;
}

.sorting h4 {
  margin: 0 0 1.57143em;
}

.sorting h4.download-centre-archive {
  padding-top: 30px;
}

@media only screen and (min-width: 960px) {
  .sorting h4.download-centre-archive {
    padding-top: 100px;
  }
}

.sorting label {
  color: #e46e1e;
  position: relative;
}

.sorting .archive-total {
  color: #4c4c4c;
  position: absolute;
  right: 0;
}

.sorting input[type=submit] {
  width: 100%;
  margin: 40px 0 2em;
  text-transform: uppercase;
}

.sitemap-section {
  margin: 3.57143em 0;
}

.sitemap-section ol, .sitemap-section ul {
  list-style-position: inside;
  margin: 10px 0 0;
}

.sitemap-section ol li, .sitemap-section ul li {
  margin-bottom: 10px;
}

.sitemap-section ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 2.85714em;
}

.sitemap-section ul li a {
  font-size: 2.85714em;
  color: #e46e1e;
}

.sitemap-section ul li ul li {
  padding-left: 1.42857em;
  margin-bottom: .71429em;
}

.sitemap-section ul li ul li:before {
  top: 15px;
}

.sitemap-section ul li ul li a {
  font-size: 1.5em;
  color: #4c4c4c;
}

.sitemap-section ul li ul li a:focus, .sitemap-section ul li ul li a:hover {
  color: #4c4c4c;
}

.sitemap-section ul li ul li ul li {
  padding-left: 2.85714em;
  margin-bottom: .71429em;
}

.sitemap-section ul li ul li ul li:before {
  top: 5px;
}

.sitemap-section ul li ul li ul li a {
  font-size: 1.14286em;
  color: #4c4c4c;
}

.sitemap-section ul li ul li ul li a:focus, .sitemap-section ul li ul li ul li a:hover {
  color: #4c4c4c;
}

footer a, footer a:focus, footer a:hover, footer h4, footer p {
  color: #fff;
}

footer {
  overflow: hidden;
  position: relative;
  background: #e46e1e;
}

footer:before {
  content: "";
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 )";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  width: 100%;
  height: 175px;
  margin: auto;
}

footer .single-hr {
  width: 100%;
  margin-bottom: 30px;
}

footer .double-hr {
  width: 100%;
  padding-top: 20px;
  margin-top: 40px;
}

footer p {
  font-size: .85714em;
}

footer h4 {
  margin-bottom: 1em;
}

footer h4 a {
  font-weight: 400;
}

aside a.current, footer a {
  font-weight: 700;
}

footer .quicklinks ul li {
  padding-bottom: 14px;
  list-style-type: none;
  font-size: .85714em;
  line-height: 1.3334;
}

aside .accordion-trigger, aside .accordion > h4 {
  padding: 1.07143em 0 .71429em;
}

footer .copyright ul li, footer .copyright ul li a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #fff;
}

footer .quicklinks a {
  font-family: Arial,Helvetica,sans-serif;
  color: #fff;
}

footer .quicklinks a:focus, footer .quicklinks a:hover {
  color: #fff;
}

footer .copyright p, footer .copyright ul {
  display: inline-block;
  float: left;
}

footer .copyright ul li {
  display: inline;
  margin-left: 20px;
}

footer .copyright ul li:first-child {
  margin-left: 0;
}

aside .accordion {
  margin: 5em 0 2.14286em;
}

aside .accordion li {
  margin: .35714em 0 .42857em;
}

aside .accordion > h4 {
  margin: 0;
  border-top: 1px solid #d5d5d5;
}

aside .accordion > h4:first-child {
  border-top: none;
}

aside .accordion > h4 > a {
  display: block;
  position: relative;
  font-weight: bold;
  color: #505959;
}

aside .accordion > h4 > a.current {
  color: #ba5918;
}

aside .accordion > h4 > a:after {
  content: 'r';
  display: block;
  position: absolute;
  right: .28571em;
  top: 0;
  font-family: icons;
}

aside .accordion-trigger h4 {
  margin: 0;
}

aside .accordion-trigger a {
  color: #4c4c4c;
}

aside .accordion-content-inner {
  margin: .71429em 0 2.14286em;
}

aside .related-article a,
aside .related-article strong {
  display: block;
}

aside h5 {
  font-weight: 400;
}

aside h5 strong {
  display: block;
  font-weight: 700;
}

aside .related-downloads .accordion-trigger > :after {
  top: 0;
  margin-top: .1em;
}

aside .related-downloads .accordion-content-inner, aside .related-downloads li {
  margin: 0;
}

aside.sorting select {
  font-style: italic;
}

.js .promo-tiles .trigger-link:focus a, .js .promo-tiles .trigger-link:hover a, .promo-tiles a.main-block:focus .button, .promo-tiles a.main-block:focus .tile-1-1 *, .promo-tiles a.main-block:hover .button, .promo-tiles a.main-block:hover .tile-1-1 *, aside .accordion > h4 > a:focus span, aside .accordion > h4 > a:hover span {
  text-decoration: underline;
}

.error-wrapper {
  padding: 30px 0;
}

.link-list li {
  border-top: 0 !important;
  position: relative;
}

.link-list li a {
  color: #4c4c4c;
  padding-left: 0;
  display: inline-block;
}

@media only screen and (max-width: 1139px) {
  #main {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 767px) {
  #main {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 599px) {
  #main {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1139px) {
  #main.homepage {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 767px) {
  #main.homepage {
    margin-top: -50px;
  }
  nav.site-nav > ul {
    padding-left: 20px;
  }
  nav.site-nav > ul > li > a {
    padding: 10px;
  }
}

@media only screen and (max-width: 599px) {
  #main.homepage {
    margin-top: 15px;
  }
  .global-header .top-links li.contact-us, nav.site-nav > a, nav.site-nav > ul, nav.site-nav > ul > li {
    float: none;
  }
  .global-header .top-links {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out;
  }
  .global-header .top-links.switch-open {
    height: 156px;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out;
  }
  .global-header .top-links li {
    display: block;
    float: none;
  }
  .global-header .top-links .switch-site, nav.site-nav > ul > li.header-search form a {
    display: none;
  }
  .global-header .top-links li a {
    padding: 14px 15px 12px;
  }
  .global-header .top-links li a:before {
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #f2f2f2;
    left: 0;
    top: 50%;
    margin: -6px 0 0;
  }
  .global-header .top-links .columns {
    padding: 0;
  }
  nav.site-nav {
    padding: 20px 0 0;
  }
  nav.site-nav > a {
    margin: 0 0 5px 15px;
  }
  nav.site-nav > ul {
    margin: 15px 0 0;
    padding: 0;
  }
  nav.site-nav > ul > li.menu-item {
    border-bottom: 1px solid #f2f2f2;
    display: none;
  }
  nav.site-nav > ul > li.menu-item:first-child {
    border-top: 1px solid #f2f2f2;
  }
  nav.site-nav > ul > li:first-child {
    padding-top: 51px;
  }
  nav.site-nav > ul > li.header-search {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 144px;
  }
  nav.site-nav > ul > li.header-search.search-open {
    width: 100%;
  }
  nav.site-nav > ul > li.header-search form {
    width: 100%;
    padding: 10px 48px 10px 15px;
    position: relative;
    float: left;
  }
  nav.site-nav > ul > li.header-search form input {
    margin-top: 0;
    width: 100%;
    height: 30px;
  }
  nav.site-nav > ul > li.header-search form .button {
    margin: 0;
    width: 42px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    right: 5px;
  }
  nav.site-nav > ul > li.icon a {
    padding: 10px;
  }
  nav.site-nav > ul > li.menu-item > a:after {
    content: 'd';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -.5em;
    font-family: icons;
    font-weight: 700;
  }
  nav.site-nav > ul > li.menu-item > a.active-menu-item-mobile:after {
    content: 'u';
  }
  nav.site-nav > ul > li > a {
    padding: 14px 15px 8px;
    position: relative;
  }
  nav.site-nav > ul > li > a.active-menu-item-mobile {
    background-color: #f2f2f2;
  }
  nav.site-nav > ul > li > a.active-menu-item-mobile + .dropdown-menu {
    display: block !important;
  }
  nav.site-nav > ul > li .dropdown-menu {
    position: static;
    padding: 0;
  }
  nav.site-nav > ul > li .dropdown-menu .columns {
    border-top: 1px solid #f2f2f2;
    border-left: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  nav.site-nav > ul > li .dropdown-menu .columns:first-child {
    border-top: none;
  }
  nav.site-nav > ul > li .dropdown-menu h4 {
    margin: 0;
  }
  nav.site-nav > ul > li .dropdown-menu h4 a {
    padding: 14px 0 8px;
  }
  nav.site-nav > ul > li .dropdown-menu li a {
    margin-bottom: 0;
    padding: 5px 0 6px 10px;
  }
  nav.site-nav > ul > li .dropdown-menu a {
    position: relative;
    display: block;
    width: 100%;
  }
  nav.site-nav > ul > li .dropdown-menu a:after {
    content: 'r';
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -.5em;
    font-family: icons;
    font-weight: 700;
    font-size: 16px;
  }
  nav.site-nav > ul .icon {
    position: absolute;
    top: 11px;
    display: block;
  }
  nav.site-nav > ul .icon a span {
    width: 22px;
    height: 19px;
    display: block;
  }
  nav.site-nav > ul .mobile-nav {
    right: 47px;
  }
  nav.site-nav > ul .mobile-switch {
    right: 5px;
  }
  nav.site-nav.nav-open > ul > li.menu-item {
    display: block;
  }
  .nav-bg {
    display: none !important;
  }
}

@media only screen and (max-width: 400px) {
  nav.site-nav > a img {
    width: 105px;
  }
  nav.site-nav > ul .icon {
    top: 27px;
  }
  nav.site-nav > ul > li.header-search {
    top: 94px;
  }
}

@media only screen and (max-width: 870px) {
  nav.site-nav > ul .header-search {
    position: absolute;
    right: 10px;
    top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-search {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .banner-search .column:first-child {
    padding-right: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .banner-search {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .banner-search .column:first-child {
    padding-right: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .pagination li.next, .pagination li.prev {
    margin: 0;
  }
  .pagination li.next a, .pagination li.prev a {
    width: 100%;
  }
  .pagination .button {
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  footer .quicklinks {
    margin-top: 20px;
  }
  footer .double-hr {
    margin-top: 10px;
  }
  footer .double-hr .copyright ul li {
    width: 100%;
    float: left;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  aside {
    margin-top: 2em;
    background-image: -webkit-linear-gradient(#f7f7f7 0, #fff 20px);
    background-image: linear-gradient(#f7f7f7 0, #fff 20px);
  }
  aside .accordion {
    margin-top: 1.5em;
  }
}

.hero-banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.hero-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .57143em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), transparent);
  background-color: transparent;
}

.hero-banner .hero-img {
  position: relative;
  left: 50%;
  margin-left: -700px;
  max-width: 1400px;
}

.hero-banner .content h2, .hero-banner .content h3 {
  font-weight: 400;
  margin-bottom: 14px;
  max-width: 75%;
  color: #fff;
}

.hero-banner .hero-img img {
  width: 100%;
}

.hero-banner .content {
  position: absolute;
  left: 50%;
  margin-left: -570px;
  top: 30px;
}

.hero-banner .content h2 {
  font-size: 4.57143em;
  line-height: 1.1875;
  text-shadow: 0 1px 1px #000101;
}

.hero-banner .content h3 {
  font-size: 1.5em;
  line-height: 1.5238;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.standard-content h2 {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.57143em;
}

.standard-content ol, .standard-content ul {
  list-style-position: inside;
  margin: 2.5em 0 2.5em 2.5em;
  margin-left: 0;
}

.standard-content ol li, .standard-content ul li {
  margin-bottom: .42857em;
}

.standard-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.07143em;
}

.standard-content ul li:before {
  content: '';
  width: .35714em;
  height: .35714em;
  background: #768d3c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.14286em;
  border-radius: 50%;
}

.standard-content table th, .standard-content > p:first-of-type {
  font-weight: 700;
}

.flexslider {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.flexslider .slides {
  margin-bottom: 0;
}

.flexslider .slides li {
  position: relative;
  display: none;
  overflow: hidden;
}

.no-js .flexslider .slides li {
  display: block;
}

.flexslider .slides .button {
  padding: 18px 50px 14px;
}

.flexslider .carousel-nav {
  bottom: 220px;
  top: auto;
  z-index: 10;
}

.feature-overview .columns .button, .feature-overview .columns .flex-video {
  z-index: 100;
  position: relative;
  margin-bottom: 2.14286em;
}

.flexslider .flex-control-paging {
  margin: 0 auto;
}

.flexslider .flex-control-paging li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.flexslider .flex-control-paging a {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.ie8 .flexslider .flex-control-paging a {
  border-bottom: 1px solid #e46e1e;
}

.flexslider .flex-control-paging a:focus, .flexslider .flex-control-paging a:hover {
  background-color: #e46e1e;
  filter: " progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.flexslider .flex-control-paging a.flex-active {
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background-color: #fff;
}

#main p.message {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  font-family: 'Dax', Arial, Helvetica, sans-serif;
}

#main h3 {
  font-size: 36px;
  color: #e46e1e;
}

#main .date {
  font-size: 1em;
  margin-bottom: 2em;
}

#main .img-left {
  float: left;
  margin: 0 1.14286em 1.14286em 0;
}

#main .img-right {
  float: right;
  margin: 0 0 1.14286em 1.14286em;
}

#main blockquote {
  background: #768d3c;
  width: 55%;
  margin: 0 0 1.14286em 30px;
  padding: 30px;
  float: right;
  font-family: 'Dax', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.5em;
  color: #fff;
}

#main blockquote cite, #main blockquote p {
  color: #fff;
  margin: 0;
}

#main table {
  width: 100%;
  border: 0 solid #fff;
  color: #fff;
  margin-bottom: 2.5em;
}

#main table thead tr {
  background-color: #0095a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ba5918), to(#e46e1e));
  background-image: -webkit-linear-gradient(#ba5918, #e46e1e);
  background-image: linear-gradient(#ba5918, #e46e1e);
}

#main table thead th {
  color: #fff;
}

#main table tr {
  border-bottom: solid 1px #d5d5d5;
}

#main table td, #main table th {
  padding: 1.42857em .71429em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
}

#main ul.breadcrumbs {
  margin: 0;
  padding: 0;
}

#main ul.breadcrumbs li {
  padding: 0;
}

#main ul.breadcrumbs li:before {
  color: #353535;
  content: ">";
  display: inline-block;
  position: inherit;
  height: 5px;
  width: 5px;
  background: transparent;
}

#main ul.breadcrumbs li:first-child:before {
  display: none;
}

#main ul.breadcrumbs a {
  color: #353535;
  font-weight: 700;
  font-size: 14px;
}

#main ul.breadcrumbs a:before {
  display: none;
}

#main .bold {
  font-weight: 700;
  margin-bottom: 10px;
}

#main form {
  margin: 0;
}

#main form .row {
  margin: 0;
}

#main form .columns {
  padding: 0;
  padding-right: 7px;
}

#main form .columns:last-child {
  padding-right: 0;
}

#main form fieldset {
  padding: 0;
  padding-top: 20px;
  margin-top: 30px;
  border: 0 none;
  border-top: 1px solid #cccc;
}

#main form p, #main form span {
  font-family: 'Dax', Arial, Helvetica, sans-serif;
  color: #232222;
}

#main form span {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 16px;
  display: block;
}

#main form span.group {
  padding: 0;
}

#main form span.sub {
  font-size: 14px;
}

#main form .center {
  text-align: center;
}

#main form input {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #cccc;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main form input:focus, #main form input:active {
  border-color: #e46e1e;
  outline: 0;
}

#main form input[name='Photo'] {
  border: 0 none;
}

#main form input[type='radio'] {
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  margin-right: -40px;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #e46e1e;
}

#main form input[type='radio']:checked {
  background: #e46e1e;
}

#main form input[type='radio'] + span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  padding-right: 15px;
  margin-top: 13px;
  margin-left: 50px;
  max-width: 88%;
}

#main form input[type='checkbox'] {
  width: 27px;
  height: 27px;
  background: #fff;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  margin-right: -40px;
  vertical-align: top;
}

#main form input[type='checkbox']:checked:before {
  content: "✓";
  display: block;
  position: absolute;
  font-size: 22px;
}

#main form input[type='checkbox'] + span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  padding-right: 15px;
  margin-top: 13px;
  margin-left: 50px;
  max-width: 88%;
}

#main form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#main form #WorkEmail, #main form #PersonalEmail {
  margin-bottom: 0;
}

#main form .upload label {
  margin-left: 10px;
}

#main form .upload button,
#main form .upload label {
  display: inline-block;
}

#main form .upload input#Photo {
  display: none;
}

#main form select {
  color: #4e6020;
  -webkit-appearance: none;
  background: url("../resources/ipf/imgs/arrow-down.jpg") 100% 50% no-repeat #fff;
  background-size: 30px;
}

#main form select:focus {
  border-color: #e46e1e;
  outline: 0;
}

#main form .select-holder {
  border: 1px solid #e46e1e;
  border-radius: 5px;
  padding: 2px;
  position: relative;
  margin-top: 15px;
}

#main form .select-holder select {
  margin: 0;
  border: 0 none;
  padding: 5px;
  color: #232222;
  background: none;
}

#main form .select-holder select::-webkit-scrollbar-track {
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#main form .select-holder select::-webkit-scrollbar {
  width: 6px;
}

#main form .select-holder select::-webkit-scrollbar-thumb {
  background-color: #e46e1e;
  border-radius: 5px;
}

#main form input[type='submit'],
#main form button {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  background: #e46e1e;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: 700;
}

#main form input[type='submit'].grey,
#main form button.grey {
  color: #000;
  background: #f2f2f1;
}

#main form input[type='submit'].reverse,
#main form button.reverse {
  color: #e46e1e;
  background: #f2f2f1;
}

#main form .filters li {
  padding-left: 0;
  float: left;
  color: #a9a9a9;
  font-family: 'Dax', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

#main form .filters li a.current {
  font-weight: bold;
  text-decoration: underline;
}

#main form .filters li:before {
  display: none;
}

#main form .filters li:after {
  content: "|";
  margin: 0 5px;
  color: #a9a9a9;
}

#main form .small-6 {
  padding-right: 15px;
}

#main form .small-6:last-child {
  padding-left: 15px;
}

#main form .small-6 button {
  width: 100%;
}

#main aside form fieldset {
  margin: 0;
}

#main aside form span {
  padding-top: 10px;
}

#main aside form input {
  margin: 0;
}

#main aside form input[type="submit"] {
  margin-top: 15px;
}

#main a.back-lnk {
  color: #353535;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: block;
  padding-bottom: 40px;
}

#main dt {
  width: 50%;
  float: left;
  clear: left;
  font-weight: 400;
}

#main dd {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

#main .profiles {
  margin-top: 50px;
}

#main .profile .row, #main .profiles .row {
  margin: 0;
}

#main .profile .columns, #main .profiles .columns {
  padding: 0;
}

#main .profile .name, #main .profiles .name {
  margin-bottom: 15px;
  color: #e46e1e;
  font-weight: 700;
  font-size: 25px;
}

#main .profile h4, #main .profiles h4 {
  font-weight: 700;
}

#main .profile span, #main .profiles span {
  padding: 0;
  margin: 0;
}

#main .profile dt, #main .profiles dt {
  width: 100px;
}

#main .profile a, #main .profiles a {
  font-size: 16px;
}

#main .profile p, #main .profiles p {
  margin-bottom: 0px;
}

#main .profile p.green, #main .profiles p.green {
  color: #4e6020;
}

#main .profile p.bold, #main .profiles p.bold {
  margin-top: 20px;
}

#main .profile h3 + p.bold, #main .profiles h3 + p.bold {
  margin-top: 0;
}

#main .profile p.green:nth-last-child(2), #main .profiles p.green:nth-last-child(2) {
  margin-top: 20px;
}

#main .profile .profile-img, #main .profiles .profile-img {
  padding: 0px 20px 30px 0px;
}

#main .profile .underline, #main .profiles .underline {
  border-bottom: 1px solid #CCC;
  width: 100%;
  margin-bottom: 30px;
}

#main .profile .mail-btn,
#main .profile .phone-btn, #main .profiles .mail-btn,
#main .profiles .phone-btn {
  padding: 10px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  max-width: 130px;
  text-align: center;
}

#main .profile .mail-btn:hover,
#main .profile .phone-btn:hover, #main .profiles .mail-btn:hover,
#main .profiles .phone-btn:hover {
  text-decoration: none;
  opacity: .8;
}

#main .profile .mail-btn img,
#main .profile .phone-btn img, #main .profiles .mail-btn img,
#main .profiles .phone-btn img {
  max-width: 13px;
  margin-right: 10px;
}

#main .profile .mail-btn, #main .profiles .mail-btn {
  background: #4e6020;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}

#main .profile .phone-btn, #main .profiles .phone-btn {
  background: #f2f2f1;
  color: #4e6020;
  margin-bottom: 20px;
}

#main .product .direction {
  margin-top: 10px;
}

#main .product-details {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
}

#main .product thead {
  background: 0 none;
}

#main .product thead tr {
  background: 0 none;
}

#main .product thead tr th {
  border-bottom: 2px solid #e46e1e;
  padding: 0;
}

#main .product tbody tr:nth-child(even) {
  background-color: #f2f2f1;
}

#main .product tr {
  border-bottom: 0 none;
}

#main .product td {
  vertical-align: top;
  padding: 13px 10px 0px 10px;
  width: 50%;
}

#main .product td.is-open a:after {
  background: url("../resources/ipf/imgs/arrow-up.png") 50% no-repeat;
  background-size: 10px;
}

#main .product td.is-open .product-details {
  max-height: 500px;
}

#main .product p span {
  display: inline;
}

#main .product span {
  line-height: 135%;
  padding: 0px;
}

#main .product a.icon-down-arrow span {
  display: inline-block;
  width: 70%;
}

#main .product a.icon-down-arrow:before {
  display: none;
}

#main .product a.icon-down-arrow:after {
  color: #000;
  content: "";
  background: url("../resources/ipf/imgs/arrow-down-black.png") 50% no-repeat;
  background-size: 10px;
  width: 30px;
  height: 20px;
  float: right;
  margin-right: 20px;
}

#main .product a.tag {
  background-color: #e46e1e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-holder:after {
    background: #e46e1e;
    content: "";
    width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
  }
}

.feature-overview {
  background-color: #fff;
  padding-top: 2.14286em;
  position: relative;
}

.feature-overview .columns img {
  margin: -2.14286em 0 0;
}

.feature-overview .columns h3 {
  font-size: 2em;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
}

.feature-overview .columns h3 strong {
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 500;
  display: block;
  font-weight: 400;
}

.promo-tiles .tile h2, .promo-tiles .tile h3, .quick-contact h2, .quick-contact h3 {
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.feature-overview .columns p {
  margin-bottom: 2.14286em;
}

.feature-overview span.shadow {
  background: url(/resources/ipf/imgs/feature-overview-bg.png) bottom center no-repeat;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#main.one-column > .quick-contact {
  margin-top: 40px;
  background-color: #e46e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e46e1e), to(#e46e1e));
  background-image: -webkit-linear-gradient(#e46e1e, #e46e1e);
  background-image: linear-gradient(#e46e1e, #e46e1e);
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.quick-contact .columns {
  background-color: transparent !important;
}

.quick-contact h2 {
  font-size: 2em;
}

.quick-contact h2 strong {
  display: block;
}

.quick-contact h3 {
  font-size: 1.5em;
}

.quick-contact h2, .quick-contact h3, .quick-contact h4 {
  color: #fff;
}

.quick-contact h2 strong, .quick-contact h3 strong, .quick-contact h4 strong {
  display: block;
}

.promo-tiles {
  margin-bottom: 40px;
}

.promo-tiles.single-row .main-block:first-child .tile-2-1 {
  width: 100%;
}

.promo-tiles .main-block {
  width: 33.333%;
  float: left;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .promo-tiles .main-block:first-child {
    width: 100%;
  }
  .promo-tiles .main-block:first-child .tile-2-1 {
    width: 50%;
    padding-bottom: 25%;
  }
  .promo-tiles .main-block:first-child .tile-1-1 {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .promo-tiles .main-block {
    width: 33.5%;
    margin-right: -.18%;
  }
}

@media only screen and (max-width: 767px) {
  .promo-tiles .main-block {
    width: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .promo-tiles .main-block {
    width: 100%;
  }
}

.promo-tiles .main-block.video {
  width: 67%;
  margin: 0 -.18%;
}

@media only screen and (max-width: 767px) {
  .promo-tiles .main-block.video {
    width: 100%;
  }
}

.promo-tiles .tile {
  position: relative;
  height: 0;
  float: left;
  z-index: 2;
}

.promo-tiles .tile .tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.promo-tiles .tile .tile-inner.img {
  padding: 0;
  background: #000;
}

.promo-tiles .tile .tile-inner.img img {
  position: absolute;
}

.promo-tiles .tile .tile-inner.img h2 {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 30px;
  margin: 0;
  z-index: 1;
}

.promo-tiles .tile ul {
  list-style-type: none;
  margin-bottom: 1em;
}

.promo-tiles .tile ul li {
  border-top: 1px solid #338990;
  padding: .8em 0;
}

.promo-tiles .tile ul li:first-child {
  border: none;
}

.promo-tiles .tile ul li h3 {
  margin: 0;
}

.promo-tiles .tile ul li span {
  display: inline-block;
  width: 33%;
}

.promo-tiles .tile ul.link-list li {
  border-top: 0;
  position: relative;
  padding: .5em 0;
}

.promo-tiles .tile ul.link-list li a {
  color: #4c4c4c;
  display: inline-block;
}

.promo-tiles .tile p {
  color: #4c4c4c;
}

.promo-tiles .tile img {
  width: 100%;
}

.promo-tiles .tile h2, .promo-tiles .tile h3 {
  margin-top: 0;
  line-height: 1.3;
}

.promo-tiles .tile h2 {
  font-size: 1.85714em;
}

.promo-tiles .tile h2 strong {
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 500;
  display: block;
}

.promo-tiles .tile .button {
  font-weight: 400;
}

.promo-tiles .tile .button.small {
  font-weight: 700;
}

@media only screen and (min-width: 960px) and (max-width: 1139px), only screen and (max-width: 767px) {
  .promo-tiles .tile .tile-inner, .promo-tiles .tile .tile-inner.img h2 {
    padding: 20px;
  }
  .promo-tiles .tile h2 {
    font-size: 1.64286em;
  }
  .promo-tiles .tile h3 {
    font-size: 1.21429em;
  }
  .promo-tiles .tile .button, .promo-tiles .tile p {
    font-size: .78571em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px), only screen and (max-width: 359px) {
  .promo-tiles .tile .tile-inner, .promo-tiles .tile .tile-inner.img h2 {
    padding: 15px;
  }
  .promo-tiles .tile h2 {
    font-size: 1.28571em;
  }
  .promo-tiles .tile h3 {
    font-size: .92857em;
  }
  .promo-tiles .tile .button, .promo-tiles .tile p {
    font-size: .71429em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 859px) {
  .promo-tiles .tile .chart ul {
    margin-bottom: 0;
  }
  .promo-tiles .tile .chart .button.small {
    margin-bottom: .5em;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .promo-tiles .tile .tile-inner, .promo-tiles .tile .tile-inner.img h2 {
    padding: 15px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 599px) {
  .promo-tiles .tile .tile-inner, .promo-tiles .tile .tile-inner.img h2 {
    padding: 15px;
  }
  .promo-tiles .tile h2 {
    font-size: 1.57143em;
  }
  .promo-tiles .tile h3 {
    font-size: 1.5em;
  }
  .promo-tiles .tile .button, .promo-tiles .tile p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 359px) {
  .promo-tiles .tile .tile-inner, .promo-tiles .tile .tile-inner.img h2 {
    padding: 10px;
  }
}

.promo-tiles .tile.flip .flip-tile:focus, .promo-tiles .tile.flip .flip-tile:hover, .promo-tiles .tile.flip:focus .flip-tile, .promo-tiles .tile.flip:hover .flip-tile {
  border-color: transparent #e46e1e #e46e1e transparent;
}

.promo-tiles .tile.flip .button:focus ~ .flip-tile, .promo-tiles .tile.flip .button:hover ~ .flip-tile, .promo-tiles .tile.flip .content-loading:focus ~ .flip-tile, .promo-tiles .tile.flip .content-loading:hover ~ .flip-tile, .promo-tiles .tile.flip iframe:focus ~ .flip-tile, .promo-tiles .tile.flip iframe:hover ~ .flip-tile {
  border-color: transparent #121212 #121212 transparent;
  border-color: transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) transparent;
}

.promo-tiles .tile-back, .promo-tiles .tile-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.promo-tiles .tile-front {
  z-index: 2;
  -webkit-transform: perspective(1000px) rotateY(0);
  transform: perspective(1000px) rotateY(0);
}

.promo-tiles .tile-back {
  background: #fff;
  z-index: 1;
  -webkit-transform: perspective(1000px) rotateY(-180deg);
  transform: perspective(1000px) rotateY(-180deg);
}

.promo-tiles .tile-back .flip-tile:after {
  content: "\2013";
}

.promo-tiles .tile.flipped .tile-front {
  z-index: 1;
  -webkit-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
}

.promo-tiles .tile.flipped .tile-back {
  z-index: 2;
  -webkit-transform: perspective(1000px) rotateY(0);
  transform: perspective(1000px) rotateY(0);
}

.promo-tiles .flip-tile {
  width: 0;
  height: 0;
  border: 28px solid;
  border-color: transparent #121212 #121212 transparent;
  border-color: transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.promo-tiles .flip-tile:focus, .promo-tiles .flip-tile:hover {
  border-color: transparent #e46e1e #e46e1e transparent;
}

.promo-tiles .flip-tile:after {
  content: "+";
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.no-csstransitions .promo-tiles .flip-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.no-csstransitions .promo-tiles .tile.flip {
  overflow: hidden;
}

.no-csstransitions .promo-tiles .tile-back {
  top: 100%;
  z-index: 3;
}

.promo-tiles .tile-2-1 {
  width: 100%;
  padding-bottom: 50%;
  background-color: #e46e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e46e1e), to(#e46e1e));
  background-image: -webkit-linear-gradient(#e46e1e, #e46e1e);
  background-image: linear-gradient(#e46e1e, #e46e1e);
}

.promo-tiles .tile-2-1 h2, .promo-tiles .tile-2-1 h3, .promo-tiles .tile-2-1 p {
  color: #fff;
}

.promo-tiles .tile-2-1 h2 {
  line-height: 1.1;
}

.promo-tiles .tile-1-1 {
  width: 50%;
  padding-bottom: 50%;
  background: #fff;
}

.promo-tiles .tile-1-1 a {
  color: #4c4c4c;
}

.promo-tiles .tile-2-2 {
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
}

.promo-tiles .chart .tile-front {
  background-color: #e46e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e46e1e), to(#e46e1e));
  background-image: -webkit-linear-gradient(#e46e1e, #e46e1e);
  background-image: linear-gradient(#e46e1e, #e46e1e);
}

.promo-tiles .chart .tile-back {
  background: #e46e1e;
}

.promo-tiles .chart h2, .promo-tiles .chart h3, .promo-tiles .chart p {
  color: #fff;
}

.promo-tiles .chart img {
  margin-bottom: 1em;
}

.promo-tiles .chart .last-updated {
  font-size: .8em;
  font-style: italic;
  color: #e5f8f9;
  margin: 0;
}

.promo-tiles .content-loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: wait;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

.promo-tiles .content-loading:before {
  content: '\77';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  text-align: center;
  font-family: icons;
  font-size: 30px;
  -webkit-animation: spin 3s infinite linear;
  animation: spin 3s infinite linear;
  display: inline-block;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding: 1.42857em;
  color: #b8d4d6;
  border-radius: .35714em;
}

.alert-box * {
  color: #b8d4d6;
  margin: 0;
}

.accordion-item {
  border-top: 1px solid #d5d5d5;
}

.accordion-item:first-child {
  border: none;
}

.accordion-trigger a {
  display: block;
  margin: 0;
  position: relative;
  padding-right: 1.42857em;
}

.accordion-trigger a:focus, .accordion-trigger a:hover {
  text-decoration: none;
}

.accordion-trigger a:focus span, .accordion-trigger a:focus strong, .accordion-trigger a:hover span, .accordion-trigger a:hover strong {
  text-decoration: underline;
}

.accordion-trigger a:after {
  content: 'u';
  position: absolute;
  right: 0;
  top: 0;
  color: #e46e1e;
  font-family: icons;
}

.closed .accordion-trigger a:after, .no-js .accordion-trigger a:after {
  content: 'd';
}

.accordion-content {
  overflow: hidden;
}

.primary-landing .accordion-trigger {
  padding: 55px 0 50px;
}

.primary-landing .accordion-trigger h2 {
  margin: 0;
}

.primary-landing .accordion-content p {
  font-size: 1.5em;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
}

.primary-landing .accordion-content p a {
  font-size: inherit;
  line-height: inherit;
}

.primary-landing .accordion-content a {
  font-size: 1.5em;
  line-height: 2em;
  font-family: 'Dax',Arial,Helvetica,sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.primary-landing .accordion-content a:before {
  content: "r";
  font-family: icons;
  position: absolute;
  left: 0;
  top: -1px;
  text-decoration: none;
}

.primary-landing .accordion-content a:focus, .primary-landing .accordion-content a:hover {
  text-decoration: none;
}

.primary-landing .accordion-content a:focus span, .primary-landing .accordion-content a:hover span, a[href^=tel] {
  text-decoration: underline;
}

.primary-landing .accordion-content-inner {
  margin-bottom: 50px;
  max-width: 80%;
}

.primary-landing ul {
  list-style-type: none;
}

.faq .accordion {
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
}

.faq .accordion-item h3 {
  color: #4c4c4c;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.faq .accordion-item.closed h3 {
  color: #e46e1e;
}

.faq .accordion-trigger {
  padding: 1.78571em 0 1.42857em;
}

.faq .accordion-content-inner {
  margin-bottom: 2.14286em;
  max-width: 90%;
}

@media only screen and (max-width: 1139px) {
  .hero-banner .hero-img {
    margin: 0 -130px;
    left: 0;
  }
  .hero-banner .content {
    left: 0;
    width: 100%;
    margin: 0;
  }
  .hero-banner .content h2 {
    font-size: 3.85714em;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner .content h2 {
    font-size: 2.71429em;
  }
}

@media only screen and (max-width: 599px) {
  .hero-banner .content h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 1139px) {
  .hero-banner .content h3 {
    font-size: 1.28571em;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner .content h3 {
    font-size: 1.14286em;
  }
}

@media only screen and (max-width: 599px) {
  .hero-banner .content h3 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1139px) {
  .hero-banner .content .button {
    font-size: 1.14286em;
  }
  .hero-banner .carousel-nav {
    bottom: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner .content .button {
    font-size: 1em;
    padding-top: .7em;
    padding-bottom: .7em;
  }
  .hero-banner .carousel-nav {
    bottom: 80px;
  }
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table td, .pinned table th {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td {
    display: none;
  }
}

@media only screen and (max-width: 1139px) {
  .invest-with-us .caption {
    width: 100%;
    height: auto;
  }
  .invest-with-us .caption p, .invest-with-us .caption strong, .invest-with-us ul {
    width: 100%;
  }
  .invest-with-us ul li {
    width: 25%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .invest-with-us ul li {
    border-left: 0 solid #E2E2E2;
    width: 50%;
  }
}

@media only screen and (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .banner {
    height: auto;
  }
  .banner h1 {
    font-size: 2.85714em;
    margin: 55px 0;
  }
  #main h2 {
    padding-bottom: 15px;
  }
  #main .profile {
    margin-top: 45px;
  }
  #main .profile .small-3,
  #main .profile .small-4,
  #main .profile .small-8,
  #main .profile .small-9 {
    width: 100%;
  }
  #main .profile dd {
    width: 65%;
  }
  #main .underline:last-child {
    border: 0 none;
  }
  #main form .row {
    margin-top: 15px;
  }
  #main form .small-6.columns {
    padding: 0;
  }
  #main form button {
    margin: 0;
    margin-top: 10px;
  }
  #main .small-3,
  #main .small-9 {
    width: 100%;
  }
  #main .product-details p:last-child {
    margin-bottom: 0;
  }
  #main .product th, #main .product td {
    display: block;
    width: 100%;
  }
  #main .product th:nth-child(2), #main .product td:nth-child(2) {
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    max-height: 0;
    overflow: hidden;
  }
  #main .product th:nth-child(2) span, #main .product td:nth-child(2) span {
    margin-bottom: 20px;
  }
  #main .product th:nth-child(2) span:before, #main .product td:nth-child(2) span:before {
    content: "Category Name: ";
    display: block;
    font-weight: bold;
    margin-right: 10px;
    line-height: 150%;
  }
  #main .product td.is-open + td {
    max-height: 100px;
  }
  .desktop-only {
    display: none !important;
  }
  .hero-banner .carousel-nav {
    bottom: 15px;
  }
  .feature-overview-holder .feature-overview {
    padding-top: 0;
  }
  .feature-overview-holder .feature-overview .columns {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .quick-contact {
    margin-bottom: 40px;
  }
  .invest-with-us ul li {
    border-top: 1px solid #E2E2E2;
    width: 100%;
  }
  .invest-with-us ul li:first-child {
    border-top: 0 solid #E2E2E2;
  }
  footer:before {
    display: none;
  }
}

/* a[href^=tel] {
	color: inherit
} */
/* ========================================================
00 imports
=========================================================== */
.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

.location__filters {
  display: none;
}

.location__navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .location__navigator {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.location__navigator-col:first-child {
  overflow-y: auto;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .location__navigator-col:first-child {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .location__navigator-col:first-child {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .location__navigator-col:first-child {
    width: 33.33%;
  }
}

.location__navigator-col:last-child {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .location__navigator-col:last-child {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .location__navigator-col:last-child {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .location__navigator-col:last-child {
    width: 66.66%;
  }
}

.location__navigator-container {
  font-family: "Dax", Arial, Helvetica, sans-serif;
  background-color: #fff;
  padding: 0 15px 60px;
  margin-top: -50px;
  opacity: 0;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .location__navigator-container {
    padding: 0 30px 60px;
    margin-top: 0;
  }
}

.location__navigator-container .message {
  line-height: 1.42857em;
  font-size: 16px;
  padding: 0 0 20px 0;
}

.location__map {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .location__map {
    width: 100%;
    height: auto;
    min-height: 500px;
    opacity: 1;
    overflow: auto;
    visibility: visible;
  }
}

.location__list {
  list-style-type: none;
  list-style: none;
  margin: 0 !important;
}

.location__list li .show-details {
  color: #000;
  font-weight: 700;
  margin-left: 49px;
  margin-top: 10px;
  display: block;
}

.location__list li .show-details:before {
  content: "";
  background: url(/resources/ipf/imgs/arrow-down-black.png) 50% no-repeat;
  height: 10px;
  width: 30px;
  display: inline-block;
}

.location__list li.loader {
  text-align: center;
}

.location__list li.loader p {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 10px;
}

.location__list li:before {
  display: none;
}

@media screen and (min-width: 551px) and (min-height: 600px) {
  .location__list {
    padding-right: 25px;
  }
}

.location__list-item {
  text-align: left;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 2em 1em !important;
  border-bottom: 1px solid #e46e1e;
  margin-bottom: 0 !important;
}

.location__list-item a.address {
  text-decoration: underline;
}

.location__list-item:before {
  display: none;
}

.location__list-item.active {
  background-color: #f2f2f1;
}

.location__list-item.active .show-details {
  color: #e46e1e;
}

.location__list-item.active .show-details:before {
  background-image: url(/resources/ipf/imgs/arrow-up.png);
}

.location__list-item.active .location__details-col {
  max-height: 500px;
}

.location__list-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location__list-item .down-arrow {
  margin-bottom: 10px;
}

.location__list-item .location__details-col {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: 59px;
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .location__list-item {
    padding: 2em 4.5em 2em 2em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .location__list-item > div {
    display: block;
  }
  .location__list-item .location__details-col {
    display: none;
  }
}

.location__pin {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2em;
  max-height: 38px;
}

.location__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 551px) {
  .location__legend {
    padding: 0 1em;
  }
}

.location__legend-item {
  padding: 0 1em 1em 0;
}

@media screen and (min-width: 551px) {
  .location__legend-item {
    padding: 1em;
  }
}

.location__legend-item img {
  margin-right: 1em;
  width: 20px;
}

.location__legend-item span {
  font-weight: 600;
}

.location__accordion {
  display: none;
}

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

.location__more {
  display: inline-block;
  border: 1px solid #e46e1e;
  border-radius: 10px;
  padding: 0.5em;
  min-width: 50%;
  color: #e46e1e;
  font-weight: 500;
}

.location__more:hover, .location__more:focus {
  text-decoration: none;
  background-color: #e46e1e;
  color: #fff;
}

.location__more-container {
  display: none;
  text-align: center;
  padding-right: 25px;
  margin-top: 1em;
}

@media screen and (min-width: 600px) and (min-height: 600px) {
  .location__details > div {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .location__details > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.location__details {
  font-family: "Dax", Arial, Helvetica, sans-serif;
  display: none;
  background-color: #f2f2f1;
}

.location__details h3 {
  font-size: 1.5em !important;
}

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

.location__details:not(:empty) {
  padding: 1.5em;
}

.location__details-heading {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (min-width: 1024px) {
  .location__details-col {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .location__details-table {
    display: table;
  }
}

@media screen and (min-width: 1024px) {
  .location__details-row {
    display: table-row;
  }
}

.location__details-cell {
  line-height: 150%;
  vertical-align: top;
  width: 50%;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .location__details-cell {
    display: table-cell;
    width: auto;
  }
}

.location__details-cell strong {
  margin-right: 1em;
}

div.location-text {
  display: none;
}

div.location-text span {
  padding: 0;
}

div.dealer-supplier-text {
  display: none;
}

div.dealer-supplier-text span {
  padding: 0 !important;
}

.location-text {
  display: none;
}

/*# sourceMappingURL=main-ipf.css.map */
