@charset "UTF-8";
/*------------------------------------*\
/*------------------------------------*\
=imports
\*------------------------------------*/
/*=sass files
######################################*/
/**
 * - BASE: generic styles (body, etc), normalize, typography
 * - LAYOUT: general page layout, header, footer, content, etc.
 * - COMPONENTS: typography (titles, links, buttons, types of texts)
 * - UTILS: layout and GUI of page header and main navigation
 */
/*------------------------------------*\
=clearfix
\*------------------------------------*/
.pageheader:before, .socialmedia:before, .pagemodule--document a:before, .categories__item a:before, .pagination:before, .pageheader:after, .socialmedia:after, .pagemodule--document a:after, .categories__item a:after, .pagination:after {
  content: "";
  display: table;
}
.pageheader:after, .socialmedia:after, .pagemodule--document a:after, .categories__item a:after, .pagination:after {
  clear: both;
}
.lt-ie8 .pageheader, .lt-ie8 .socialmedia, .lt-ie8 .pagemodule--document a, .pagemodule--document .lt-ie8 a, .lt-ie8 .categories__item a, .categories__item .lt-ie8 a, .lt-ie8 .pagination {
  min-height: 1%;
}

/*------------------------------------*\
=compact lists
\*------------------------------------*/
.mainnav, .footermodule__nav, .socialmedia, .categories, .list-compact {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
=hide things
\*------------------------------------*/
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ipf-logo a, .socialmedia__item > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------*\
=typography
\*------------------------------------*/
/*------------------------------------*\
=media queries
\*------------------------------------*/
/**
 * create media query for each breakpoint in list
 *
 * - we check if passed breakpoint corresponds to something in mq-list
 * - all brekpoints are used here, including those specified as grid:false
 */
/*------------------------------------*\
=media queries
\*------------------------------------*/
/**
 * Usage
 * - used by media queries mixin
 * - used to namespace grids
 *
 * Nested Lists
 * - first param: keyword, also used to namespace grid classes
 * - second param: media query parameters (all media queries are screen based)
 * - Third param: is the query used for grids or not
 *
 * Dimensions
 * - small: 	600px	37.5em
 * - medium: 	750px	46.875em
 * - large: 	1024px	64em
 * - xlarge: 	1140px	71.25em
 */
/*------------------------------------*\
=typography
\*------------------------------------*/
/*------------------------------------*\
=colors
\*------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/*------------------------------------*\
=body
\*------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #E8E8E8;
  color: #090909;
}

/*------------------------------------*\
=typography main
\*------------------------------------*/
html {
  font: normal 100%/1.4 Helvetica, Arial, sans-serif;
}

/*------------------------------------*\
=titles
\*------------------------------------*/
/*
=Default
######################################*/
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
}

.page-title {
  margin: 1em 0 .5em 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 46.875em) {
  .page-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.page-title--notop {
  margin-top: 0;
}

.module-title {
  margin: 0 0 1em;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
}

.module-subtitle {
  margin: 1em 0 .75em;
  padding: 0;
  font-weight: 400;
  line-height: 1.3;
  font-size: 21px;
  font-size: 1.3125rem;
}

.module-subtitle--notop {
  margin: 0 0 .75em;
}

.item-title {
  margin: .15em 0 .5em;
  padding: 0;
  font-weight: 400;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
}

.item-title--notop {
  margin: 0 0 .15em;
}

.item-title--small {
  font-size: 21px;
  font-size: 1.3125rem;
}

.item-title--smaller {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

/*
=WYSIWYG
######################################*/
/**
 *
 * quarantining default titles in a wysiwyg element
 *
*/
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.wysiwyg h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: .5em;
  margin-bottom: -0.25em;
}
.wysiwyg h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: -0.25em;
}
.wysiwyg h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.wysiwyg blockquote {
  margin: 1em 0 1em 1.5em;
  padding: 0;
  font-style: italic;
  color: #64635c;
}

/*------------------------------------*\
=links
\*------------------------------------*/
a {
  text-decoration: none;
  color: #189acb;
  -webkit-transition: all .25s linear;
          transition: all .25s linear;
}

a:hover {
  color: #127498;
  text-decoration: underline;
}

.more:after {
  content: " »";
}

/*------------------------------------*\
=buttons
\*------------------------------------*/
.button {
  display: inline-block;
  margin-top: .5em;
  padding: .75em 1em;
  background: #fff;
  color: #090909;
  border: 2px solid #090909;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: .25em;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.button:hover {
  color: #189acb;
  border: 2px solid #189acb;
  text-decoration: none;
}

/*------------------------------------*\
=text styles
\*------------------------------------*/
.intro {
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #64635c;
}

.text-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.item-meta {
  margin: 1.5em 0 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #64635c;
}

@media only screen and (min-width: 46.875em) {
  .item-meta--notop {
    margin-top: 0;
  }
}

/*------------------------------------*\
=grid
\*------------------------------------*/
/**
 * gutter between grid units
 *
 * has to be a fixed value like rem, em or px
 */
/**
 * type of classes to use: silent classes or not
 */
/**
 * negative margins
 *
 * cancels padding for outermost left and right grid units
 */
.grid {
  display: block;
  margin-left: -2.5em;
}

/**
 * grid items defined using inline-block
 *
 * more flexible than float
 * we use border-box to define padding inside boxes
 */
.grid__unit {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  padding-left: 2.5em;
}

/**
 * mixin to create our grid classes in all media queries
 *
 * classes are namespaced using breakpoints defined in mq-list
 */
/**
 * mixin to create our push classes in all media queries
 *
 * classes are namespaced using breakpoints defined in mq-list
 */
/**
 * mixin to create our push classes in all media queries
 *
 * classes are namespaced using breakpoints defined in mq-list
 */
/**
 * create non namespaced grid / push / pull classes
 */
.unit-full {
  width: 100%;
}

.unit-1of2, .unit-2of4, .unit-3of6, .unit-4of8, .unit-5of10, .unit-6of12 {
  width: 50%;
}

.unit-1of3, .unit-2of6, .unit-4of12 {
  width: 33.33333%;
}

.unit-2of3, .unit-4of6, .unit-8of12 {
  width: 66.66667%;
}

.unit-1of4, .unit-2of8, .unit-3of12 {
  width: 25%;
}

.unit-3of4, .unit-6of8, .unit-9of12 {
  width: 75%;
}

.unit-1of5, .unit-2of10 {
  width: 20%;
}

.unit-2of5, .unit-4of10 {
  width: 40%;
}

.unit-3of5, .unit-6of10 {
  width: 60%;
}

.unit-4of5, .unit-8of10 {
  width: 80%;
}

.unit-1of6, .unit-2of12 {
  width: 16.66667%;
}

.unit-5of6, .unit-10of12 {
  width: 83.33333%;
}

.unit-1of8 {
  width: 12.5%;
}

.unit-3of8 {
  width: 37.5%;
}

.unit-5of8 {
  width: 62.5%;
}

.unit-7of8 {
  width: 87.5%;
}

.unit-1of10 {
  width: 10%;
}

.unit-3of10 {
  width: 30%;
}

.unit-7of10 {
  width: 70%;
}

.unit-9of10 {
  width: 90%;
}

.unit-1of12 {
  width: 8.33333%;
}

.unit-5of12 {
  width: 41.66667%;
}

.unit-7of12 {
  width: 58.33333%;
}

.unit-11of12 {
  width: 91.66667%;
}

.push-full {
  position: relative;
  left: 100%;
}

.push-1of2, .push-2of4, .push-3of6, .push-4of8, .push-5of10, .push-6of12 {
  position: relative;
  left: 50%;
}

.push-1of3, .push-2of6, .push-4of12 {
  position: relative;
  left: 33.33333%;
}

.push-2of3, .push-4of6, .push-8of12 {
  position: relative;
  left: 66.66667%;
}

.push-1of4, .push-2of8, .push-3of12 {
  position: relative;
  left: 25%;
}

.push-2of4 {
  position: relative;
}

.push-3of4, .push-6of8, .push-9of12 {
  position: relative;
  left: 75%;
}

.push-1of5, .push-2of10 {
  position: relative;
  left: 20%;
}

.push-2of5, .push-4of10 {
  position: relative;
  left: 40%;
}

.push-3of5, .push-6of10 {
  position: relative;
  left: 60%;
}

.push-4of5, .push-8of10 {
  position: relative;
  left: 80%;
}

.push-1of6, .push-2of12 {
  position: relative;
  left: 16.66667%;
}

.push-2of6 {
  position: relative;
}

.push-3of6 {
  position: relative;
}

.push-4of6 {
  position: relative;
}

.push-5of6, .push-10of12 {
  position: relative;
  left: 83.33333%;
}

.push-1of8 {
  position: relative;
  left: 12.5%;
}

.push-2of8 {
  position: relative;
}

.push-3of8 {
  position: relative;
  left: 37.5%;
}

.push-4of8 {
  position: relative;
}

.push-5of8 {
  position: relative;
  left: 62.5%;
}

.push-6of8 {
  position: relative;
}

.push-7of8 {
  position: relative;
  left: 87.5%;
}

.push-1of10 {
  position: relative;
  left: 10%;
}

.push-2of10 {
  position: relative;
}

.push-3of10 {
  position: relative;
  left: 30%;
}

.push-4of10 {
  position: relative;
}

.push-5of10 {
  position: relative;
}

.push-6of10 {
  position: relative;
}

.push-7of10 {
  position: relative;
  left: 70%;
}

.push-8of10 {
  position: relative;
}

.push-9of10 {
  position: relative;
  left: 90%;
}

.push-1of12 {
  position: relative;
  left: 8.33333%;
}

.push-2of12 {
  position: relative;
}

.push-3of12 {
  position: relative;
}

.push-4of12 {
  position: relative;
}

.push-5of12 {
  position: relative;
  left: 41.66667%;
}

.push-6of12 {
  position: relative;
}

.push-7of12 {
  position: relative;
  left: 58.33333%;
}

.push-8of12 {
  position: relative;
}

.push-9of12 {
  position: relative;
}

.push-10of12 {
  position: relative;
}

.push-11of12 {
  position: relative;
  left: 91.66667%;
}

.pull-full {
  position: relative;
  right: 100%;
}

.pull-1of2, .pull-2of4, .pull-3of6, .pull-4of8, .pull-5of10, .pull-6of12 {
  position: relative;
  right: 50%;
}

.pull-1of3, .pull-2of6, .pull-4of12 {
  position: relative;
  right: 33.33333%;
}

.pull-2of3, .pull-4of6, .pull-8of12 {
  position: relative;
  right: 66.66667%;
}

.pull-1of4, .pull-2of8, .pull-3of12 {
  position: relative;
  right: 25%;
}

.pull-2of4 {
  position: relative;
}

.pull-3of4, .pull-6of8, .pull-9of12 {
  position: relative;
  right: 75%;
}

.pull-1of5, .pull-2of10 {
  position: relative;
  right: 20%;
}

.pull-2of5, .pull-4of10 {
  position: relative;
  right: 40%;
}

.pull-3of5, .pull-6of10 {
  position: relative;
  right: 60%;
}

.pull-4of5, .pull-8of10 {
  position: relative;
  right: 80%;
}

.pull-1of6, .pull-2of12 {
  position: relative;
  right: 16.66667%;
}

.pull-2of6 {
  position: relative;
}

.pull-3of6 {
  position: relative;
}

.pull-4of6 {
  position: relative;
}

.pull-5of6, .pull-10of12 {
  position: relative;
  right: 83.33333%;
}

.pull-1of8 {
  position: relative;
  right: 12.5%;
}

.pull-2of8 {
  position: relative;
}

.pull-3of8 {
  position: relative;
  right: 37.5%;
}

.pull-4of8 {
  position: relative;
}

.pull-5of8 {
  position: relative;
  right: 62.5%;
}

.pull-6of8 {
  position: relative;
}

.pull-7of8 {
  position: relative;
  right: 87.5%;
}

.pull-1of10 {
  position: relative;
  right: 10%;
}

.pull-2of10 {
  position: relative;
}

.pull-3of10 {
  position: relative;
  right: 30%;
}

.pull-4of10 {
  position: relative;
}

.pull-5of10 {
  position: relative;
}

.pull-6of10 {
  position: relative;
}

.pull-7of10 {
  position: relative;
  right: 70%;
}

.pull-8of10 {
  position: relative;
}

.pull-9of10 {
  position: relative;
  right: 90%;
}

.pull-1of12 {
  position: relative;
  right: 8.33333%;
}

.pull-2of12 {
  position: relative;
}

.pull-3of12 {
  position: relative;
}

.pull-4of12 {
  position: relative;
}

.pull-5of12 {
  position: relative;
  right: 41.66667%;
}

.pull-6of12 {
  position: relative;
}

.pull-7of12 {
  position: relative;
  right: 58.33333%;
}

.pull-8of12 {
  position: relative;
}

.pull-9of12 {
  position: relative;
}

.pull-10of12 {
  position: relative;
}

.pull-11of12 {
  position: relative;
  right: 91.66667%;
}

/**
 * create namespaced grid classes
 *
 * - using media queries defined in variables.scss
 */
@media only screen and (min-width: 37.5em) {
  .small-unit-full {
    width: 100%;
  }

  .small-unit-1of2, .small-unit-2of4, .small-unit-3of6, .small-unit-4of8, .small-unit-5of10, .small-unit-6of12 {
    width: 50%;
  }

  .small-unit-1of3, .small-unit-2of6, .small-unit-4of12 {
    width: 33.33333%;
  }

  .small-unit-2of3, .small-unit-4of6, .small-unit-8of12 {
    width: 66.66667%;
  }

  .small-unit-1of4, .small-unit-2of8, .small-unit-3of12 {
    width: 25%;
  }

  .small-unit-3of4, .small-unit-6of8, .small-unit-9of12 {
    width: 75%;
  }

  .small-unit-1of5, .small-unit-2of10 {
    width: 20%;
  }

  .small-unit-2of5, .small-unit-4of10 {
    width: 40%;
  }

  .small-unit-3of5, .small-unit-6of10 {
    width: 60%;
  }

  .small-unit-4of5, .small-unit-8of10 {
    width: 80%;
  }

  .small-unit-1of6, .small-unit-2of12 {
    width: 16.66667%;
  }

  .small-unit-5of6, .small-unit-10of12 {
    width: 83.33333%;
  }

  .small-unit-1of8 {
    width: 12.5%;
  }

  .small-unit-3of8 {
    width: 37.5%;
  }

  .small-unit-5of8 {
    width: 62.5%;
  }

  .small-unit-7of8 {
    width: 87.5%;
  }

  .small-unit-1of10 {
    width: 10%;
  }

  .small-unit-3of10 {
    width: 30%;
  }

  .small-unit-7of10 {
    width: 70%;
  }

  .small-unit-9of10 {
    width: 90%;
  }

  .small-unit-1of12 {
    width: 8.33333%;
  }

  .small-unit-5of12 {
    width: 41.66667%;
  }

  .small-unit-7of12 {
    width: 58.33333%;
  }

  .small-unit-11of12 {
    width: 91.66667%;
  }

  .small-push-full {
    position: relative;
    left: 100%;
  }

  .small-push-1of2, .small-push-2of4, .small-push-3of6, .small-push-4of8, .small-push-5of10, .small-push-6of12 {
    position: relative;
    left: 50%;
  }

  .small-push-1of3, .small-push-2of6, .small-push-4of12 {
    position: relative;
    left: 33.33333%;
  }

  .small-push-2of3, .small-push-4of6, .small-push-8of12 {
    position: relative;
    left: 66.66667%;
  }

  .small-push-1of4, .small-push-2of8, .small-push-3of12 {
    position: relative;
    left: 25%;
  }

  .small-push-2of4 {
    position: relative;
  }

  .small-push-3of4, .small-push-6of8, .small-push-9of12 {
    position: relative;
    left: 75%;
  }

  .small-push-1of5, .small-push-2of10 {
    position: relative;
    left: 20%;
  }

  .small-push-2of5, .small-push-4of10 {
    position: relative;
    left: 40%;
  }

  .small-push-3of5, .small-push-6of10 {
    position: relative;
    left: 60%;
  }

  .small-push-4of5, .small-push-8of10 {
    position: relative;
    left: 80%;
  }

  .small-push-1of6, .small-push-2of12 {
    position: relative;
    left: 16.66667%;
  }

  .small-push-2of6 {
    position: relative;
  }

  .small-push-3of6 {
    position: relative;
  }

  .small-push-4of6 {
    position: relative;
  }

  .small-push-5of6, .small-push-10of12 {
    position: relative;
    left: 83.33333%;
  }

  .small-push-1of8 {
    position: relative;
    left: 12.5%;
  }

  .small-push-2of8 {
    position: relative;
  }

  .small-push-3of8 {
    position: relative;
    left: 37.5%;
  }

  .small-push-4of8 {
    position: relative;
  }

  .small-push-5of8 {
    position: relative;
    left: 62.5%;
  }

  .small-push-6of8 {
    position: relative;
  }

  .small-push-7of8 {
    position: relative;
    left: 87.5%;
  }

  .small-push-1of10 {
    position: relative;
    left: 10%;
  }

  .small-push-2of10 {
    position: relative;
  }

  .small-push-3of10 {
    position: relative;
    left: 30%;
  }

  .small-push-4of10 {
    position: relative;
  }

  .small-push-5of10 {
    position: relative;
  }

  .small-push-6of10 {
    position: relative;
  }

  .small-push-7of10 {
    position: relative;
    left: 70%;
  }

  .small-push-8of10 {
    position: relative;
  }

  .small-push-9of10 {
    position: relative;
    left: 90%;
  }

  .small-push-1of12 {
    position: relative;
    left: 8.33333%;
  }

  .small-push-2of12 {
    position: relative;
  }

  .small-push-3of12 {
    position: relative;
  }

  .small-push-4of12 {
    position: relative;
  }

  .small-push-5of12 {
    position: relative;
    left: 41.66667%;
  }

  .small-push-6of12 {
    position: relative;
  }

  .small-push-7of12 {
    position: relative;
    left: 58.33333%;
  }

  .small-push-8of12 {
    position: relative;
  }

  .small-push-9of12 {
    position: relative;
  }

  .small-push-10of12 {
    position: relative;
  }

  .small-push-11of12 {
    position: relative;
    left: 91.66667%;
  }

  .small-pull-full {
    position: relative;
    right: 100%;
  }

  .small-pull-1of2, .small-pull-2of4, .small-pull-3of6, .small-pull-4of8, .small-pull-5of10, .small-pull-6of12 {
    position: relative;
    right: 50%;
  }

  .small-pull-1of3, .small-pull-2of6, .small-pull-4of12 {
    position: relative;
    right: 33.33333%;
  }

  .small-pull-2of3, .small-pull-4of6, .small-pull-8of12 {
    position: relative;
    right: 66.66667%;
  }

  .small-pull-1of4, .small-pull-2of8, .small-pull-3of12 {
    position: relative;
    right: 25%;
  }

  .small-pull-2of4 {
    position: relative;
  }

  .small-pull-3of4, .small-pull-6of8, .small-pull-9of12 {
    position: relative;
    right: 75%;
  }

  .small-pull-1of5, .small-pull-2of10 {
    position: relative;
    right: 20%;
  }

  .small-pull-2of5, .small-pull-4of10 {
    position: relative;
    right: 40%;
  }

  .small-pull-3of5, .small-pull-6of10 {
    position: relative;
    right: 60%;
  }

  .small-pull-4of5, .small-pull-8of10 {
    position: relative;
    right: 80%;
  }

  .small-pull-1of6, .small-pull-2of12 {
    position: relative;
    right: 16.66667%;
  }

  .small-pull-2of6 {
    position: relative;
  }

  .small-pull-3of6 {
    position: relative;
  }

  .small-pull-4of6 {
    position: relative;
  }

  .small-pull-5of6, .small-pull-10of12 {
    position: relative;
    right: 83.33333%;
  }

  .small-pull-1of8 {
    position: relative;
    right: 12.5%;
  }

  .small-pull-2of8 {
    position: relative;
  }

  .small-pull-3of8 {
    position: relative;
    right: 37.5%;
  }

  .small-pull-4of8 {
    position: relative;
  }

  .small-pull-5of8 {
    position: relative;
    right: 62.5%;
  }

  .small-pull-6of8 {
    position: relative;
  }

  .small-pull-7of8 {
    position: relative;
    right: 87.5%;
  }

  .small-pull-1of10 {
    position: relative;
    right: 10%;
  }

  .small-pull-2of10 {
    position: relative;
  }

  .small-pull-3of10 {
    position: relative;
    right: 30%;
  }

  .small-pull-4of10 {
    position: relative;
  }

  .small-pull-5of10 {
    position: relative;
  }

  .small-pull-6of10 {
    position: relative;
  }

  .small-pull-7of10 {
    position: relative;
    right: 70%;
  }

  .small-pull-8of10 {
    position: relative;
  }

  .small-pull-9of10 {
    position: relative;
    right: 90%;
  }

  .small-pull-1of12 {
    position: relative;
    right: 8.33333%;
  }

  .small-pull-2of12 {
    position: relative;
  }

  .small-pull-3of12 {
    position: relative;
  }

  .small-pull-4of12 {
    position: relative;
  }

  .small-pull-5of12 {
    position: relative;
    right: 41.66667%;
  }

  .small-pull-6of12 {
    position: relative;
  }

  .small-pull-7of12 {
    position: relative;
    right: 58.33333%;
  }

  .small-pull-8of12 {
    position: relative;
  }

  .small-pull-9of12 {
    position: relative;
  }

  .small-pull-10of12 {
    position: relative;
  }

  .small-pull-11of12 {
    position: relative;
    right: 91.66667%;
  }
}
@media only screen and (min-width: 46.875em) {
  .medium-unit-full {
    width: 100%;
  }

  .medium-unit-1of2, .medium-unit-2of4, .medium-unit-3of6, .medium-unit-4of8, .medium-unit-5of10, .medium-unit-6of12 {
    width: 50%;
  }

  .medium-unit-1of3, .medium-unit-2of6, .medium-unit-4of12 {
    width: 33.33333%;
  }

  .medium-unit-2of3, .medium-unit-4of6, .medium-unit-8of12 {
    width: 66.66667%;
  }

  .medium-unit-1of4, .medium-unit-2of8, .medium-unit-3of12 {
    width: 25%;
  }

  .medium-unit-3of4, .medium-unit-6of8, .medium-unit-9of12 {
    width: 75%;
  }

  .medium-unit-1of5, .medium-unit-2of10 {
    width: 20%;
  }

  .medium-unit-2of5, .medium-unit-4of10 {
    width: 40%;
  }

  .medium-unit-3of5, .medium-unit-6of10 {
    width: 60%;
  }

  .medium-unit-4of5, .medium-unit-8of10 {
    width: 80%;
  }

  .medium-unit-1of6, .medium-unit-2of12 {
    width: 16.66667%;
  }

  .medium-unit-5of6, .medium-unit-10of12 {
    width: 83.33333%;
  }

  .medium-unit-1of8 {
    width: 12.5%;
  }

  .medium-unit-3of8 {
    width: 37.5%;
  }

  .medium-unit-5of8 {
    width: 62.5%;
  }

  .medium-unit-7of8 {
    width: 87.5%;
  }

  .medium-unit-1of10 {
    width: 10%;
  }

  .medium-unit-3of10 {
    width: 30%;
  }

  .medium-unit-7of10 {
    width: 70%;
  }

  .medium-unit-9of10 {
    width: 90%;
  }

  .medium-unit-1of12 {
    width: 8.33333%;
  }

  .medium-unit-5of12 {
    width: 41.66667%;
  }

  .medium-unit-7of12 {
    width: 58.33333%;
  }

  .medium-unit-11of12 {
    width: 91.66667%;
  }

  .medium-push-full {
    position: relative;
    left: 100%;
  }

  .medium-push-1of2, .medium-push-2of4, .medium-push-3of6, .medium-push-4of8, .medium-push-5of10, .medium-push-6of12 {
    position: relative;
    left: 50%;
  }

  .medium-push-1of3, .medium-push-2of6, .medium-push-4of12 {
    position: relative;
    left: 33.33333%;
  }

  .medium-push-2of3, .medium-push-4of6, .medium-push-8of12 {
    position: relative;
    left: 66.66667%;
  }

  .medium-push-1of4, .medium-push-2of8, .medium-push-3of12 {
    position: relative;
    left: 25%;
  }

  .medium-push-2of4 {
    position: relative;
  }

  .medium-push-3of4, .medium-push-6of8, .medium-push-9of12 {
    position: relative;
    left: 75%;
  }

  .medium-push-1of5, .medium-push-2of10 {
    position: relative;
    left: 20%;
  }

  .medium-push-2of5, .medium-push-4of10 {
    position: relative;
    left: 40%;
  }

  .medium-push-3of5, .medium-push-6of10 {
    position: relative;
    left: 60%;
  }

  .medium-push-4of5, .medium-push-8of10 {
    position: relative;
    left: 80%;
  }

  .medium-push-1of6, .medium-push-2of12 {
    position: relative;
    left: 16.66667%;
  }

  .medium-push-2of6 {
    position: relative;
  }

  .medium-push-3of6 {
    position: relative;
  }

  .medium-push-4of6 {
    position: relative;
  }

  .medium-push-5of6, .medium-push-10of12 {
    position: relative;
    left: 83.33333%;
  }

  .medium-push-1of8 {
    position: relative;
    left: 12.5%;
  }

  .medium-push-2of8 {
    position: relative;
  }

  .medium-push-3of8 {
    position: relative;
    left: 37.5%;
  }

  .medium-push-4of8 {
    position: relative;
  }

  .medium-push-5of8 {
    position: relative;
    left: 62.5%;
  }

  .medium-push-6of8 {
    position: relative;
  }

  .medium-push-7of8 {
    position: relative;
    left: 87.5%;
  }

  .medium-push-1of10 {
    position: relative;
    left: 10%;
  }

  .medium-push-2of10 {
    position: relative;
  }

  .medium-push-3of10 {
    position: relative;
    left: 30%;
  }

  .medium-push-4of10 {
    position: relative;
  }

  .medium-push-5of10 {
    position: relative;
  }

  .medium-push-6of10 {
    position: relative;
  }

  .medium-push-7of10 {
    position: relative;
    left: 70%;
  }

  .medium-push-8of10 {
    position: relative;
  }

  .medium-push-9of10 {
    position: relative;
    left: 90%;
  }

  .medium-push-1of12 {
    position: relative;
    left: 8.33333%;
  }

  .medium-push-2of12 {
    position: relative;
  }

  .medium-push-3of12 {
    position: relative;
  }

  .medium-push-4of12 {
    position: relative;
  }

  .medium-push-5of12 {
    position: relative;
    left: 41.66667%;
  }

  .medium-push-6of12 {
    position: relative;
  }

  .medium-push-7of12 {
    position: relative;
    left: 58.33333%;
  }

  .medium-push-8of12 {
    position: relative;
  }

  .medium-push-9of12 {
    position: relative;
  }

  .medium-push-10of12 {
    position: relative;
  }

  .medium-push-11of12 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-full {
    position: relative;
    right: 100%;
  }

  .medium-pull-1of2, .medium-pull-2of4, .medium-pull-3of6, .medium-pull-4of8, .medium-pull-5of10, .medium-pull-6of12 {
    position: relative;
    right: 50%;
  }

  .medium-pull-1of3, .medium-pull-2of6, .medium-pull-4of12 {
    position: relative;
    right: 33.33333%;
  }

  .medium-pull-2of3, .medium-pull-4of6, .medium-pull-8of12 {
    position: relative;
    right: 66.66667%;
  }

  .medium-pull-1of4, .medium-pull-2of8, .medium-pull-3of12 {
    position: relative;
    right: 25%;
  }

  .medium-pull-2of4 {
    position: relative;
  }

  .medium-pull-3of4, .medium-pull-6of8, .medium-pull-9of12 {
    position: relative;
    right: 75%;
  }

  .medium-pull-1of5, .medium-pull-2of10 {
    position: relative;
    right: 20%;
  }

  .medium-pull-2of5, .medium-pull-4of10 {
    position: relative;
    right: 40%;
  }

  .medium-pull-3of5, .medium-pull-6of10 {
    position: relative;
    right: 60%;
  }

  .medium-pull-4of5, .medium-pull-8of10 {
    position: relative;
    right: 80%;
  }

  .medium-pull-1of6, .medium-pull-2of12 {
    position: relative;
    right: 16.66667%;
  }

  .medium-pull-2of6 {
    position: relative;
  }

  .medium-pull-3of6 {
    position: relative;
  }

  .medium-pull-4of6 {
    position: relative;
  }

  .medium-pull-5of6, .medium-pull-10of12 {
    position: relative;
    right: 83.33333%;
  }

  .medium-pull-1of8 {
    position: relative;
    right: 12.5%;
  }

  .medium-pull-2of8 {
    position: relative;
  }

  .medium-pull-3of8 {
    position: relative;
    right: 37.5%;
  }

  .medium-pull-4of8 {
    position: relative;
  }

  .medium-pull-5of8 {
    position: relative;
    right: 62.5%;
  }

  .medium-pull-6of8 {
    position: relative;
  }

  .medium-pull-7of8 {
    position: relative;
    right: 87.5%;
  }

  .medium-pull-1of10 {
    position: relative;
    right: 10%;
  }

  .medium-pull-2of10 {
    position: relative;
  }

  .medium-pull-3of10 {
    position: relative;
    right: 30%;
  }

  .medium-pull-4of10 {
    position: relative;
  }

  .medium-pull-5of10 {
    position: relative;
  }

  .medium-pull-6of10 {
    position: relative;
  }

  .medium-pull-7of10 {
    position: relative;
    right: 70%;
  }

  .medium-pull-8of10 {
    position: relative;
  }

  .medium-pull-9of10 {
    position: relative;
    right: 90%;
  }

  .medium-pull-1of12 {
    position: relative;
    right: 8.33333%;
  }

  .medium-pull-2of12 {
    position: relative;
  }

  .medium-pull-3of12 {
    position: relative;
  }

  .medium-pull-4of12 {
    position: relative;
  }

  .medium-pull-5of12 {
    position: relative;
    right: 41.66667%;
  }

  .medium-pull-6of12 {
    position: relative;
  }

  .medium-pull-7of12 {
    position: relative;
    right: 58.33333%;
  }

  .medium-pull-8of12 {
    position: relative;
  }

  .medium-pull-9of12 {
    position: relative;
  }

  .medium-pull-10of12 {
    position: relative;
  }

  .medium-pull-11of12 {
    position: relative;
    right: 91.66667%;
  }
}
@media only screen and (min-width: 64em) {
  .large-unit-full {
    width: 100%;
  }

  .large-unit-1of2, .large-unit-2of4, .large-unit-3of6, .large-unit-4of8, .large-unit-5of10, .large-unit-6of12 {
    width: 50%;
  }

  .large-unit-1of3, .large-unit-2of6, .large-unit-4of12 {
    width: 33.33333%;
  }

  .large-unit-2of3, .large-unit-4of6, .large-unit-8of12 {
    width: 66.66667%;
  }

  .large-unit-1of4, .large-unit-2of8, .large-unit-3of12 {
    width: 25%;
  }

  .large-unit-3of4, .large-unit-6of8, .large-unit-9of12 {
    width: 75%;
  }

  .large-unit-1of5, .large-unit-2of10 {
    width: 20%;
  }

  .large-unit-2of5, .large-unit-4of10 {
    width: 40%;
  }

  .large-unit-3of5, .large-unit-6of10 {
    width: 60%;
  }

  .large-unit-4of5, .large-unit-8of10 {
    width: 80%;
  }

  .large-unit-1of6, .large-unit-2of12 {
    width: 16.66667%;
  }

  .large-unit-5of6, .large-unit-10of12 {
    width: 83.33333%;
  }

  .large-unit-1of8 {
    width: 12.5%;
  }

  .large-unit-3of8 {
    width: 37.5%;
  }

  .large-unit-5of8 {
    width: 62.5%;
  }

  .large-unit-7of8 {
    width: 87.5%;
  }

  .large-unit-1of10 {
    width: 10%;
  }

  .large-unit-3of10 {
    width: 30%;
  }

  .large-unit-7of10 {
    width: 70%;
  }

  .large-unit-9of10 {
    width: 90%;
  }

  .large-unit-1of12 {
    width: 8.33333%;
  }

  .large-unit-5of12 {
    width: 41.66667%;
  }

  .large-unit-7of12 {
    width: 58.33333%;
  }

  .large-unit-11of12 {
    width: 91.66667%;
  }

  .large-push-full {
    position: relative;
    left: 100%;
  }

  .large-push-1of2, .large-push-2of4, .large-push-3of6, .large-push-4of8, .large-push-5of10, .large-push-6of12 {
    position: relative;
    left: 50%;
  }

  .large-push-1of3, .large-push-2of6, .large-push-4of12 {
    position: relative;
    left: 33.33333%;
  }

  .large-push-2of3, .large-push-4of6, .large-push-8of12 {
    position: relative;
    left: 66.66667%;
  }

  .large-push-1of4, .large-push-2of8, .large-push-3of12 {
    position: relative;
    left: 25%;
  }

  .large-push-2of4 {
    position: relative;
  }

  .large-push-3of4, .large-push-6of8, .large-push-9of12 {
    position: relative;
    left: 75%;
  }

  .large-push-1of5, .large-push-2of10 {
    position: relative;
    left: 20%;
  }

  .large-push-2of5, .large-push-4of10 {
    position: relative;
    left: 40%;
  }

  .large-push-3of5, .large-push-6of10 {
    position: relative;
    left: 60%;
  }

  .large-push-4of5, .large-push-8of10 {
    position: relative;
    left: 80%;
  }

  .large-push-1of6, .large-push-2of12 {
    position: relative;
    left: 16.66667%;
  }

  .large-push-2of6 {
    position: relative;
  }

  .large-push-3of6 {
    position: relative;
  }

  .large-push-4of6 {
    position: relative;
  }

  .large-push-5of6, .large-push-10of12 {
    position: relative;
    left: 83.33333%;
  }

  .large-push-1of8 {
    position: relative;
    left: 12.5%;
  }

  .large-push-2of8 {
    position: relative;
  }

  .large-push-3of8 {
    position: relative;
    left: 37.5%;
  }

  .large-push-4of8 {
    position: relative;
  }

  .large-push-5of8 {
    position: relative;
    left: 62.5%;
  }

  .large-push-6of8 {
    position: relative;
  }

  .large-push-7of8 {
    position: relative;
    left: 87.5%;
  }

  .large-push-1of10 {
    position: relative;
    left: 10%;
  }

  .large-push-2of10 {
    position: relative;
  }

  .large-push-3of10 {
    position: relative;
    left: 30%;
  }

  .large-push-4of10 {
    position: relative;
  }

  .large-push-5of10 {
    position: relative;
  }

  .large-push-6of10 {
    position: relative;
  }

  .large-push-7of10 {
    position: relative;
    left: 70%;
  }

  .large-push-8of10 {
    position: relative;
  }

  .large-push-9of10 {
    position: relative;
    left: 90%;
  }

  .large-push-1of12 {
    position: relative;
    left: 8.33333%;
  }

  .large-push-2of12 {
    position: relative;
  }

  .large-push-3of12 {
    position: relative;
  }

  .large-push-4of12 {
    position: relative;
  }

  .large-push-5of12 {
    position: relative;
    left: 41.66667%;
  }

  .large-push-6of12 {
    position: relative;
  }

  .large-push-7of12 {
    position: relative;
    left: 58.33333%;
  }

  .large-push-8of12 {
    position: relative;
  }

  .large-push-9of12 {
    position: relative;
  }

  .large-push-10of12 {
    position: relative;
  }

  .large-push-11of12 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-full {
    position: relative;
    right: 100%;
  }

  .large-pull-1of2, .large-pull-2of4, .large-pull-3of6, .large-pull-4of8, .large-pull-5of10, .large-pull-6of12 {
    position: relative;
    right: 50%;
  }

  .large-pull-1of3, .large-pull-2of6, .large-pull-4of12 {
    position: relative;
    right: 33.33333%;
  }

  .large-pull-2of3, .large-pull-4of6, .large-pull-8of12 {
    position: relative;
    right: 66.66667%;
  }

  .large-pull-1of4, .large-pull-2of8, .large-pull-3of12 {
    position: relative;
    right: 25%;
  }

  .large-pull-2of4 {
    position: relative;
  }

  .large-pull-3of4, .large-pull-6of8, .large-pull-9of12 {
    position: relative;
    right: 75%;
  }

  .large-pull-1of5, .large-pull-2of10 {
    position: relative;
    right: 20%;
  }

  .large-pull-2of5, .large-pull-4of10 {
    position: relative;
    right: 40%;
  }

  .large-pull-3of5, .large-pull-6of10 {
    position: relative;
    right: 60%;
  }

  .large-pull-4of5, .large-pull-8of10 {
    position: relative;
    right: 80%;
  }

  .large-pull-1of6, .large-pull-2of12 {
    position: relative;
    right: 16.66667%;
  }

  .large-pull-2of6 {
    position: relative;
  }

  .large-pull-3of6 {
    position: relative;
  }

  .large-pull-4of6 {
    position: relative;
  }

  .large-pull-5of6, .large-pull-10of12 {
    position: relative;
    right: 83.33333%;
  }

  .large-pull-1of8 {
    position: relative;
    right: 12.5%;
  }

  .large-pull-2of8 {
    position: relative;
  }

  .large-pull-3of8 {
    position: relative;
    right: 37.5%;
  }

  .large-pull-4of8 {
    position: relative;
  }

  .large-pull-5of8 {
    position: relative;
    right: 62.5%;
  }

  .large-pull-6of8 {
    position: relative;
  }

  .large-pull-7of8 {
    position: relative;
    right: 87.5%;
  }

  .large-pull-1of10 {
    position: relative;
    right: 10%;
  }

  .large-pull-2of10 {
    position: relative;
  }

  .large-pull-3of10 {
    position: relative;
    right: 30%;
  }

  .large-pull-4of10 {
    position: relative;
  }

  .large-pull-5of10 {
    position: relative;
  }

  .large-pull-6of10 {
    position: relative;
  }

  .large-pull-7of10 {
    position: relative;
    right: 70%;
  }

  .large-pull-8of10 {
    position: relative;
  }

  .large-pull-9of10 {
    position: relative;
    right: 90%;
  }

  .large-pull-1of12 {
    position: relative;
    right: 8.33333%;
  }

  .large-pull-2of12 {
    position: relative;
  }

  .large-pull-3of12 {
    position: relative;
  }

  .large-pull-4of12 {
    position: relative;
  }

  .large-pull-5of12 {
    position: relative;
    right: 41.66667%;
  }

  .large-pull-6of12 {
    position: relative;
  }

  .large-pull-7of12 {
    position: relative;
    right: 58.33333%;
  }

  .large-pull-8of12 {
    position: relative;
  }

  .large-pull-9of12 {
    position: relative;
  }

  .large-pull-10of12 {
    position: relative;
  }

  .large-pull-11of12 {
    position: relative;
    right: 91.66667%;
  }
}
@media only screen and (min-width: 71.25em) {
  .xlarge-unit-full {
    width: 100%;
  }

  .xlarge-unit-1of2, .xlarge-unit-2of4, .xlarge-unit-3of6, .xlarge-unit-4of8, .xlarge-unit-5of10, .xlarge-unit-6of12 {
    width: 50%;
  }

  .xlarge-unit-1of3, .xlarge-unit-2of6, .xlarge-unit-4of12 {
    width: 33.33333%;
  }

  .xlarge-unit-2of3, .xlarge-unit-4of6, .xlarge-unit-8of12 {
    width: 66.66667%;
  }

  .xlarge-unit-1of4, .xlarge-unit-2of8, .xlarge-unit-3of12 {
    width: 25%;
  }

  .xlarge-unit-3of4, .xlarge-unit-6of8, .xlarge-unit-9of12 {
    width: 75%;
  }

  .xlarge-unit-1of5, .xlarge-unit-2of10 {
    width: 20%;
  }

  .xlarge-unit-2of5, .xlarge-unit-4of10 {
    width: 40%;
  }

  .xlarge-unit-3of5, .xlarge-unit-6of10 {
    width: 60%;
  }

  .xlarge-unit-4of5, .xlarge-unit-8of10 {
    width: 80%;
  }

  .xlarge-unit-1of6, .xlarge-unit-2of12 {
    width: 16.66667%;
  }

  .xlarge-unit-5of6, .xlarge-unit-10of12 {
    width: 83.33333%;
  }

  .xlarge-unit-1of8 {
    width: 12.5%;
  }

  .xlarge-unit-3of8 {
    width: 37.5%;
  }

  .xlarge-unit-5of8 {
    width: 62.5%;
  }

  .xlarge-unit-7of8 {
    width: 87.5%;
  }

  .xlarge-unit-1of10 {
    width: 10%;
  }

  .xlarge-unit-3of10 {
    width: 30%;
  }

  .xlarge-unit-7of10 {
    width: 70%;
  }

  .xlarge-unit-9of10 {
    width: 90%;
  }

  .xlarge-unit-1of12 {
    width: 8.33333%;
  }

  .xlarge-unit-5of12 {
    width: 41.66667%;
  }

  .xlarge-unit-7of12 {
    width: 58.33333%;
  }

  .xlarge-unit-11of12 {
    width: 91.66667%;
  }

  .xlarge-push-full {
    position: relative;
    left: 100%;
  }

  .xlarge-push-1of2, .xlarge-push-2of4, .xlarge-push-3of6, .xlarge-push-4of8, .xlarge-push-5of10, .xlarge-push-6of12 {
    position: relative;
    left: 50%;
  }

  .xlarge-push-1of3, .xlarge-push-2of6, .xlarge-push-4of12 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-push-2of3, .xlarge-push-4of6, .xlarge-push-8of12 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-push-1of4, .xlarge-push-2of8, .xlarge-push-3of12 {
    position: relative;
    left: 25%;
  }

  .xlarge-push-2of4 {
    position: relative;
  }

  .xlarge-push-3of4, .xlarge-push-6of8, .xlarge-push-9of12 {
    position: relative;
    left: 75%;
  }

  .xlarge-push-1of5, .xlarge-push-2of10 {
    position: relative;
    left: 20%;
  }

  .xlarge-push-2of5, .xlarge-push-4of10 {
    position: relative;
    left: 40%;
  }

  .xlarge-push-3of5, .xlarge-push-6of10 {
    position: relative;
    left: 60%;
  }

  .xlarge-push-4of5, .xlarge-push-8of10 {
    position: relative;
    left: 80%;
  }

  .xlarge-push-1of6, .xlarge-push-2of12 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-push-2of6 {
    position: relative;
  }

  .xlarge-push-3of6 {
    position: relative;
  }

  .xlarge-push-4of6 {
    position: relative;
  }

  .xlarge-push-5of6, .xlarge-push-10of12 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-push-1of8 {
    position: relative;
    left: 12.5%;
  }

  .xlarge-push-2of8 {
    position: relative;
  }

  .xlarge-push-3of8 {
    position: relative;
    left: 37.5%;
  }

  .xlarge-push-4of8 {
    position: relative;
  }

  .xlarge-push-5of8 {
    position: relative;
    left: 62.5%;
  }

  .xlarge-push-6of8 {
    position: relative;
  }

  .xlarge-push-7of8 {
    position: relative;
    left: 87.5%;
  }

  .xlarge-push-1of10 {
    position: relative;
    left: 10%;
  }

  .xlarge-push-2of10 {
    position: relative;
  }

  .xlarge-push-3of10 {
    position: relative;
    left: 30%;
  }

  .xlarge-push-4of10 {
    position: relative;
  }

  .xlarge-push-5of10 {
    position: relative;
  }

  .xlarge-push-6of10 {
    position: relative;
  }

  .xlarge-push-7of10 {
    position: relative;
    left: 70%;
  }

  .xlarge-push-8of10 {
    position: relative;
  }

  .xlarge-push-9of10 {
    position: relative;
    left: 90%;
  }

  .xlarge-push-1of12 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-push-2of12 {
    position: relative;
  }

  .xlarge-push-3of12 {
    position: relative;
  }

  .xlarge-push-4of12 {
    position: relative;
  }

  .xlarge-push-5of12 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-push-6of12 {
    position: relative;
  }

  .xlarge-push-7of12 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-push-8of12 {
    position: relative;
  }

  .xlarge-push-9of12 {
    position: relative;
  }

  .xlarge-push-10of12 {
    position: relative;
  }

  .xlarge-push-11of12 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-full {
    position: relative;
    right: 100%;
  }

  .xlarge-pull-1of2, .xlarge-pull-2of4, .xlarge-pull-3of6, .xlarge-pull-4of8, .xlarge-pull-5of10, .xlarge-pull-6of12 {
    position: relative;
    right: 50%;
  }

  .xlarge-pull-1of3, .xlarge-pull-2of6, .xlarge-pull-4of12 {
    position: relative;
    right: 33.33333%;
  }

  .xlarge-pull-2of3, .xlarge-pull-4of6, .xlarge-pull-8of12 {
    position: relative;
    right: 66.66667%;
  }

  .xlarge-pull-1of4, .xlarge-pull-2of8, .xlarge-pull-3of12 {
    position: relative;
    right: 25%;
  }

  .xlarge-pull-2of4 {
    position: relative;
  }

  .xlarge-pull-3of4, .xlarge-pull-6of8, .xlarge-pull-9of12 {
    position: relative;
    right: 75%;
  }

  .xlarge-pull-1of5, .xlarge-pull-2of10 {
    position: relative;
    right: 20%;
  }

  .xlarge-pull-2of5, .xlarge-pull-4of10 {
    position: relative;
    right: 40%;
  }

  .xlarge-pull-3of5, .xlarge-pull-6of10 {
    position: relative;
    right: 60%;
  }

  .xlarge-pull-4of5, .xlarge-pull-8of10 {
    position: relative;
    right: 80%;
  }

  .xlarge-pull-1of6, .xlarge-pull-2of12 {
    position: relative;
    right: 16.66667%;
  }

  .xlarge-pull-2of6 {
    position: relative;
  }

  .xlarge-pull-3of6 {
    position: relative;
  }

  .xlarge-pull-4of6 {
    position: relative;
  }

  .xlarge-pull-5of6, .xlarge-pull-10of12 {
    position: relative;
    right: 83.33333%;
  }

  .xlarge-pull-1of8 {
    position: relative;
    right: 12.5%;
  }

  .xlarge-pull-2of8 {
    position: relative;
  }

  .xlarge-pull-3of8 {
    position: relative;
    right: 37.5%;
  }

  .xlarge-pull-4of8 {
    position: relative;
  }

  .xlarge-pull-5of8 {
    position: relative;
    right: 62.5%;
  }

  .xlarge-pull-6of8 {
    position: relative;
  }

  .xlarge-pull-7of8 {
    position: relative;
    right: 87.5%;
  }

  .xlarge-pull-1of10 {
    position: relative;
    right: 10%;
  }

  .xlarge-pull-2of10 {
    position: relative;
  }

  .xlarge-pull-3of10 {
    position: relative;
    right: 30%;
  }

  .xlarge-pull-4of10 {
    position: relative;
  }

  .xlarge-pull-5of10 {
    position: relative;
  }

  .xlarge-pull-6of10 {
    position: relative;
  }

  .xlarge-pull-7of10 {
    position: relative;
    right: 70%;
  }

  .xlarge-pull-8of10 {
    position: relative;
  }

  .xlarge-pull-9of10 {
    position: relative;
    right: 90%;
  }

  .xlarge-pull-1of12 {
    position: relative;
    right: 8.33333%;
  }

  .xlarge-pull-2of12 {
    position: relative;
  }

  .xlarge-pull-3of12 {
    position: relative;
  }

  .xlarge-pull-4of12 {
    position: relative;
  }

  .xlarge-pull-5of12 {
    position: relative;
    right: 41.66667%;
  }

  .xlarge-pull-6of12 {
    position: relative;
  }

  .xlarge-pull-7of12 {
    position: relative;
    right: 58.33333%;
  }

  .xlarge-pull-8of12 {
    position: relative;
  }

  .xlarge-pull-9of12 {
    position: relative;
  }

  .xlarge-pull-10of12 {
    position: relative;
  }

  .xlarge-pull-11of12 {
    position: relative;
    right: 91.66667%;
  }
}
/*------------------------------------*\
=main layout
\*------------------------------------*/
/**
 *
 * Everything centererd in a page container
 *
*/
.page {
  margin: 0 auto;
  max-width: 1140px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 71.25em) {
  .page {
    margin: 2em auto;
    border-radius: .25em;
  }
}

/**
 *
 * margins on inside containers
 * footer has awrapper for the background color
 *
*/
.pageheader, .pagecontent, .pagefooter {
  margin: 0 7.01754%;
}
@media only screen and (min-width: 64em) {
  .pageheader, .pagecontent, .pagefooter {
    margin: 0 9.64912%;
  }
}

/*------------------------------------*\
=grid
\*------------------------------------*/
/**
 *
 * clearfix on header: nav and logo are floated
 *
*/
.pageheader {
  padding: 1em 0;
}
@media only screen and (min-width: 46.875em) {
  .pageheader {
    padding: 3em 0;
  }
}

/**
 *
 * logo with SVG image replacement and png fallback
 *
*/
.logo {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
@media only screen and (min-width: 46.875em) {
  .logo {
    float: left;
    margin: .1em 0;
    padding: 0;
  }
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../img/logo.svg);
}
.no-svg .logo a {
  background-image: url(../img/logo.png);
}
.logo a:hover {
  opacity: .8;
}
.logo img {
  position: absolute;
  top: 0;
  left: -999px;
}

/**
 *
 * main navigation
 *
*/
.mainnav {
  margin-top: 1em;
}
@media only screen and (min-width: 46.875em) {
  .mainnav {
    float: right;
    width: 86.95652%;
    margin-top: 0;
  }
}

.mainnav__item {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item {
    width: 25%;
  }
}
.mainnav__item > a {
  display: block;
  margin-bottom: .5em;
  padding: .25em .5em;
  border-radius: .25em;
  background: #dcdbd5;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item > a {
    display: block;
    margin: 0;
    padding: .5em;
    border-left: 1px solid #dcdbd5;
    background: none;
    text-align: left;
    border-radius: 0;
  }
}
.mainnav__item > a:hover {
  background: #b9b8ac;
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item > a:hover {
    background: none;
  }
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item > a:hover > .navsublink {
    -webkit-transition: all .25s linear;
            transition: all .25s linear;
    color: #b9b8ac;
  }
}
.mainnav__item:nth-child(odd) > a {
  margin-right: .25em;
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item:nth-child(odd) > a {
    margin-right: 0;
  }
}
.mainnav__item:nth-child(even) > a {
  margin-left: .25em;
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item:nth-child(even) > a {
    margin-left: 0;
  }
}

.mainnav__item--current > a, .mainnav__item--current > a:hover {
  background: #1b1b1a;
  color: #fff;
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item--current > a, .mainnav__item--current > a:hover {
    background: none;
    color: #1b1b1a;
  }
}
@media only screen and (min-width: 46.875em) {
  .mainnav__item--current > a > .navsublink, .mainnav__item--current > a:hover > .navsublink {
    color: #1b1b1a;
  }
}

@media only screen and (min-width: 46.875em) {
  .navlink,
  .navsublink {
    display: block;
  }
}

.navlink {
  font: 600 1em/1 "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.navsublink {
  display: none;
}
@media only screen and (min-width: 46.875em) {
  .navsublink {
    display: block;
    margin-top: .25em;
    font: normal 90%/1.1 "proxima-nova", Helvetica, Arial, sans-serif;
    color: #189acb;
  }
}

.pagefooter-wrapper {
  background: #1b1b1a;
  color: #dcdbd5;
}
@media only screen and (min-width: 64em) {
  .pagefooter-wrapper {
    border-radius: 0 0 .25em .25em;
  }
}

.pagefooter {
  padding: 5em 0 0;
}

.pagefooter__copyright {
  margin-top: 2em;
  border-top: 1px solid #353533;
  padding: .25em 0;
  text-align: center;
}

/**
 *
 * modules in footer
 *
*/
.footermodule {
  margin-bottom: 2em;
}

@media only screen and (min-width: 46.875em) {
  .footermodule__nav li {
    padding: .1em 0;
  }
}
@media only screen and (min-width: 64em) {
  .footermodule__nav li {
    padding: 0;
  }
}
.footermodule__nav a {
  display: block;
  padding: .5em 0;
  border-top: 1px solid #353533;
  color: #7f7d74;
}
@media only screen and (min-width: 46.875em) {
  .footermodule__nav a {
    display: inline;
    padding: 0;
    border: none;
  }
}
.footermodule__nav li:last-child > a {
  border-bottom: 1px solid #353533;
}
@media only screen and (min-width: 46.875em) {
  .footermodule__nav li:last-child > a {
    border: none;
  }
}
.footermodule__nav a:hover {
  text-decoration: none;
  color: #c8c8c4;
}

.footermodule__title {
  margin: 0 0 1em 0;
  padding: 0;
  font-weight: 300;
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
}

/**
 *
 * ipf-logo
 *
*/
.ipf-logo {
  margin: 0 0 2em;
  padding: 0;
}
.ipf-logo a {
  display: block;
  width: 171px;
  height: 51px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/ipf_logo.svg);
}
.no-svg .ipf-logo a {
  background-image: url(../img/ipf_logo.png);
}

/**
 *
 * social media list
 *
*/
.socialmedia {
  margin: 1em 0;
}

.socialmedia__item {
  float: left;
  margin-right: 8px;
}
.socialmedia__item:last-child {
  margin-right: 0;
}
.socialmedia__item > a {
  float: left;
  width: 26px;
  height: 26px;
  background-image: url(../img/sprite_socialmedia.svg);
  background-repeat: no-repeat;
}
.socialmedia__item > a:hover {
  opacity: .8;
}

.socialmedia__item--twitter > a {
  background-position: 0 0;
}

.socialmedia__item--facebook > a {
  background-position: -36px 0;
}

.socialmedia__item--vimeo > a {
  background-position: -108px 0;
}

.socialmedia__item--rss > a {
  background-position: -72px 0;
}

/*------------------------------------*\
=layout of the content area
\*------------------------------------*/
/**
 * two columns layout for pages
 * the layout is managed via grid and grid__unit but we need some specific styles
 *
 * - pagecontent__secondary needs a top margin when stacked below pagecontent__primary
 * - pagecontent__secondary--alt is used when secondary content is always below pagecontent__primary
 *
*/
.pagecontent {
  padding: 0 0 3em;
}

.pagecontent__secondary {
  margin-top: 3em;
}
@media only screen and (min-width: 64em) {
  .pagecontent__secondary {
    margin-top: 0;
  }
}

.pagecontent__secondary--alt {
  margin-top: 3em;
}

/**
 *
 * base styles for forms
 *
*/
.simpleform {
  margin: 2em 0;
  padding: 0;
}

.label {
  font-weight: 600;
  color: #090909;
}
.label span {
  color: #189acb;
}

.label--blocked {
  display: block;
}

.forminput {
  border: 1px solid #dcdbd5;
  padding: .5em;
  background: #fff;
  color: #1b1b1a;
  font-size: 16px;
  font-size: 1rem;
}

.formbutton {
  display: inline-block;
  padding: .75em 1em;
  background: #189acb;
  color: #fff;
  border: none;
  border-radius: .25em;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
}
.formbutton:hover {
  color: #fff;
  background: #127498;
}
.formbutton:active {
  background: #090909;
}

.searchform {
  margin: 1em 0 3em;
}
.searchform .searchform__q {
  border: none;
  padding: .53em .5em;
  background: #dcdbd5;
  color: #64635c;
  border-radius: .25em;
  vertical-align: bottom;
  width: 50%;
}

/**
 *
 * searchform in footer
 *
 *	- nesting needed to overrride attribute selector for searchfields in normalize
 *
*/
.searchform-footer {
  margin: 0;
  padding: 0;
}
.searchform-footer .searchform-footer__q {
  border: none;
  box-sizing: border-box;
  padding: .5em 30px .5em .5em;
  font-size: 14px;
  font-size: 0.875rem;
  background: #090909 url(../img/icn-search.svg) 95% center no-repeat;
  color: #b9b8ac;
  border-radius: .25em;
  width: 100%;
}

/*------------------------------------*\
=image holder
\*------------------------------------*/
/**
 * Anything holding an image (<p>, <div>)
 */
.imgholder {
  margin: 0;
  padding: 0;
}

.imgholder--border {
  margin: 0;
  padding: 1px;
  background: #dcdbd5;
}

/*------------------------------------*\
=fluid images
\*------------------------------------*/
.fluidimg {
  max-width: 100%;
  display: block;
}

/*------------------------------------*\
=fluid videos
\*------------------------------------*/
/**
* preserving a 16/9 ratio
*/
.vidholder {
  position: relative;
  /*positioning context*/
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
  background: #000;
}

.vidholder > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*------------------------------------*\
=galleries
\*------------------------------------*/
.gallery {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}

.gallery__item {
  margin-bottom: 2.5em;
}
.gallery__item:last-child {
  margin-bottom: 0;
}

.galleryimg {
  margin: 0;
  padding: 0;
  background: #e8e7e3;
  color: #1b1b1a;
}

.galleryimg__info {
  padding: .5em 1em;
}
@media only screen and (min-width: 46.875em) {
  .galleryimg__info {
    padding: 1em 2em;
  }
}

.galleryimg__copyright {
  color: #64635c;
  font-size: 14px;
  font-size: 0.875rem;
}

/*------------------------------------*\
=content modules for modular pages
\*------------------------------------*/
/*
=modules common styles
######################################*/
/**
 *
 * - the first module on the page does not get a border
 * - all module types are variants of the default module styles
 *
*/
.pagemodule {
  margin-top: 3em;
  border-top: 1px solid #dcdbd5;
  padding-top: 3em;
}
.pagemodule:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

/*
=media and text modules (videos and images)
######################################*/
/*
 * - Media is alsways first in code
 * - The first grid__unit in the code gets a bottom margin
 *
 */
.pagemodule--mediatxt .grid__unit:first-child {
  margin-bottom: 1.5em;
}

/*
=text modules
######################################*/
/**
 *
 * do not make use of grids but using css3 columns
 *
*/
.txtcolumns {
  margin: 1em 0;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
.txtcolumns h2, .txtcolumns h3, .txtcolumns h4 {
  margin-top: 0;
  margin-bottom: -.5em;
  line-height: 1.2;
  -webkit-break-after: avoid-column;
     -moz-break-after: avoid-column;
          break-after: avoid-column;
}
.txtcolumns h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.txtcolumns h3 {
  font-size: 19px;
  font-size: 1.1875rem;
}
.txtcolumns h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 46.875em) {
  .txtcolumns--2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (min-width: 46.875em) {
  .txtcolumns--3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media only screen and (min-width: 46.875em) {
  .txtcolumns--4 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media only screen and (min-width: 64em) {
  .txtcolumns--4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

/*
=document modules
######################################*/
.pagemodule--document {
  margin: 3em 0;
  border-top: none;
  padding: 0;
}
.pagemodule--document a {
  display: block;
  padding: 1em;
  border-radius: .35em;
  background: #189acb;
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 46.875em) {
  .pagemodule--document a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.pagemodule--document a:hover {
  background: #127498;
}

.document {
  margin: 0;
  padding: 0;
}

.document__name {
  float: left;
  width: 69%;
}

.document__info {
  float: right;
  width: 29%;
  text-transform: uppercase;
  text-align: right;
}

/**
 *
 * suppress module margin and border when coming after a document module
 *
*/
.pagemodule--document + .pagemodule {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

/*
=video modules
######################################*/
/**
 *
 * nothing special here at the moment
 *
*/
/*
=2units modules and 3units modules
######################################*/
/**
 *
 * default = all grid__units descendants get a bottom margin
 * default = remove bottom-margin for the last unit in the list
 * medium = remove bottom-margin for the all items in the list
 *
*/
.pagemodule--2units .grid__unit, .pagemodule--3units .grid__unit {
  margin-bottom: 2em;
}
.pagemodule--2units .grid__unit:last-child, .pagemodule--3units .grid__unit:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 46.875em) {
  .pagemodule--2units .grid__unit, .pagemodule--3units .grid__unit {
    margin-bottom: 0;
  }
}

/*
=4units modules
######################################*/
/**
 *
 * default = all grid__units descendants get a bottom margin
 * default = remove bottom-margin for the 4th unit in the list
 * medium = remove bottom-margin for the 3rd and 4th items in the list
 * large = remove bottom-margin for all items in the list
 *
*/
.pagemodule--4units .grid__unit {
  margin-bottom: 2em;
}
.pagemodule--4units .grid__unit:nth-child(4) {
  margin-bottom: 0;
}
@media only screen and (min-width: 46.875em) {
  .pagemodule--4units .grid__unit:nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .pagemodule--4units .grid__unit {
    margin-bottom: 0;
  }
}

/*------------------------------------*\
=widgets
\*------------------------------------*/
/**
 *
 * mainly used in secondary content zone
 *
*/
.widget + .widget {
  margin-top: 5em;
}

.widget__title {
  margin: .75em 0 1em;
  padding: 0 0 .5em 0;
  border-bottom: 1px solid #189acb;
  font-weight: 600;
  font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1b1b1a;
}

/*------------------------------------*\
=item information
\*------------------------------------*/
/**
 *
 * used at the bottom of articles
 *
*/
.iteminfo {
  margin: 1.5em 0;
  border-top: 1px solid #dcdbd5;
  padding: 1.5em 0 0;
}

.iteminfo__author, .iteminfo__media {
  margin: 0;
  padding: 0;
  color: #64635c;
  font-size: 14px;
  font-size: 0.875rem;
}

/*------------------------------------*\
=lists
\*------------------------------------*/
/*
=categories
######################################*/
.categories__item a {
  display: block;
  text-decoration: none;
  padding: .5em 0;
  border-bottom: 1px solid #dcdbd5;
  font-size: 14px;
  font-size: 0.875rem;
}
.categories__item a .cat-name {
  float: left;
  color: #189acb;
}
.categories__item a .cat-nbr {
  float: right;
  color: #b9b8ac;
}
.categories__item a:hover .cat-name {
  color: #1b1b1a;
}
.categories__item a:hover .cat-nbr {
  color: #1b1b1a;
}

.categories__item--current a .cat-name, .categories__item--current a:hover .cat-name {
  color: #1b1b1a;
}
.categories__item--current a .cat-nbr, .categories__item--current a:hover .cat-nbr {
  color: #1b1b1a;
}

/*
=blocks lists
######################################*/
.blocks-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.blocks-list__item {
  margin-bottom: 1em;
}
.blocks-list__item:last-child {
  margin-bottom: 0;
}

/*
=articles lists
######################################*/
/**
 *
 * with and without media
 *
 * - used for news lists, press releases list, videos list, etc.
 *
*/
.articles-list-media, .articles-list-nomedia {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.articles-list-media__item {
  margin-bottom: 2em;
}
.articles-list-media__item:last-child {
  margin-bottom: 0;
}

.articles-list-nomedia__item {
  margin-bottom: 3em;
}
.articles-list-nomedia__item:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
=pagination
\*------------------------------------*/
.pagination {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination__item {
  float: left;
}
.pagination__item a {
  float: left;
  margin-right: .25em;
  padding: .25em .75em;
  border: 1px solid #dcdbd5;
  border-radius: .25em;
}
.pagination__item a:hover {
  text-decoration: none;
  background: #f3f3f1;
}

.pagination__item--current a, .pagination__item--current a:hover {
  border-color: #1b1b1a;
  background: #1b1b1a;
  color: #fff;
}
