/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 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;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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"], /* 1 */
[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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*! formstone v1.1.1 [grid.css] 2016-05-07 | GPL-3.0 License | formstone.it */

.fs-grid .fs-row,.fs_grid_row{min-width:300px;margin-left:auto;margin-right:auto}@media screen and (max-width:739px){.fs-grid .fs-row,.fs_grid_row{width:96%;width:calc(100% - 40px)}}@media screen and (min-width:740px){.fs-grid .fs-row,.fs_grid_row{width:720px}}@media screen and (min-width:980px){.fs-grid .fs-row,.fs_grid_row{width:960px}}@media screen and (min-width:1220px){.fs-grid .fs-row,.fs_grid_row{width:1200px}}.fs-grid .fs-row:after,.fs_grid_row:after{height:0;clear:both;content:".";display:block;line-height:0;visibility:hidden}.fs-grid-fluid .fs-row,.fs_grid_row_fluid{width:96%;width:calc(100% - 40px)}@media screen and (max-width:499px){.fs-grid-adaptive .fs-row,.fs_grid_row_adaptive{width:300px}}@media screen and (min-width:500px) and (max-width:739px){.fs-grid-adaptive .fs-row,.fs_grid_row_adaptive{width:480px}}.fs-grid .fs-row .fs-row,.fs_grid_row_row{min-width:auto;width:102.08333333%;margin-left:-1.04166667%;margin-right:-1.04166667%}.fs-grid .fs-row [class*=fs-cell][class*="-contained"] .fs-row,.fs_grid_row_row_contained{width:100%;margin-left:0;margin-right:0}.fs_grid_row_destroy{width:auto;margin-left:0;margin-right:0}.fs-grid .fs-row [class*=fs-cell],.fs_grid_cell{width:97.91666667%;float:left;margin-left:1.04166667%;margin-right:1.04166667%}.fs-grid .fs-row [class*=fs-cell][class*="-centered"],.fs_grid_cell_centered{float:none;margin-left:auto;margin-right:auto}.fs-grid .fs-row [class*=fs-cell][class*="-padded"],.fs_grid_cell_padded{box-sizing:content-box;margin-left:0;margin-right:0;padding-left:1.04166667%;padding-right:1.04166667%}.fs-grid .fs-row [class*=fs-cell][class*="-contained"],.fs_grid_cell_contained{margin-left:0;margin-right:0}.fs-grid .fs-row [class*=fs-cell][class*="-right"],.fs_grid_cell_right{float:right}.fs_grid_cell_destroy{width:auto;float:none;margin-left:0;margin-right:0}*{box-sizing:border-box}:after,:before{box-sizing:inherit}.fs-grid .fs-row .fs-all-fifth{width:17.91666667%}.fs-grid .fs-row .fs-all-fourth{width:22.91666667%}.fs-grid .fs-row .fs-all-third{width:31.25%}.fs-grid .fs-row .fs-all-half{width:47.91666667%}.fs-grid .fs-row .fs-all-full{width:97.91666667%}.fs-grid .fs-row .fs-all-push-fifth{margin-left:21.04166667%}.fs-grid .fs-row .fs-all-push-fourth{margin-left:26.04166667%}.fs-grid .fs-row .fs-all-push-third{margin-left:34.375%}.fs-grid .fs-row .fs-all-push-half{margin-left:51.04166667%}.fs-grid .fs-row [class*="-contained"].fs-all-fifth{width:20%}.fs-grid .fs-row [class*="-contained"].fs-all-fourth{width:25%}.fs-grid .fs-row [class*="-contained"].fs-all-third{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-all-half{width:50%}.fs-grid .fs-row [class*="-contained"].fs-all-full{width:100%}.fs-grid .fs-row [class*="-contained"].fs-all-push-fifth{margin-left:20%}.fs-grid .fs-row [class*="-contained"].fs-all-push-fourth{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-all-push-third{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-all-push-half{margin-left:50%}.fs-grid .fs-row .fs-all-hide{display:none}.fs-grid .fs-row .fs-all-destroy{width:auto;float:none;margin-left:0;margin-right:0}@media screen and (max-width:739px){.fs-grid .fs-row .fs-sm-1{width:31.25%}.fs-grid .fs-row .fs-sm-2{width:64.58333333%}.fs-grid .fs-row .fs-sm-3{width:97.91666667%}.fs-grid .fs-row .fs-sm-push-1{margin-left:34.375%}.fs-grid .fs-row .fs-sm-push-2{margin-left:67.70833333%}.fs-grid .fs-row [class*="-contained"].fs-sm-1{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-sm-2{width:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-sm-3{width:100%}.fs-grid .fs-row [class*="-contained"].fs-sm-push-1{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-sm-push-2{margin-left:66.66666667%}.fs-grid .fs-row .fs-sm-fifth{width:17.91666667%}.fs-grid .fs-row .fs-sm-fourth{width:22.91666667%}.fs-grid .fs-row .fs-sm-third{width:31.25%}.fs-grid .fs-row .fs-sm-half{width:47.91666667%}.fs-grid .fs-row .fs-sm-full{width:97.91666667%}.fs-grid .fs-row .fs-sm-push-fifth{margin-left:21.04166667%}.fs-grid .fs-row .fs-sm-push-fourth{margin-left:26.04166667%}.fs-grid .fs-row .fs-sm-push-third{margin-left:34.375%}.fs-grid .fs-row .fs-sm-push-half{margin-left:51.04166667%}.fs-grid .fs-row [class*="-contained"].fs-sm-fifth{width:20%}.fs-grid .fs-row [class*="-contained"].fs-sm-fourth{width:25%}.fs-grid .fs-row [class*="-contained"].fs-sm-third{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-sm-half{width:50%}.fs-grid .fs-row [class*="-contained"].fs-sm-full{width:100%}.fs-grid .fs-row [class*="-contained"].fs-sm-push-fifth{margin-left:20%}.fs-grid .fs-row [class*="-contained"].fs-sm-push-fourth{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-sm-push-third{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-sm-push-half{margin-left:50%}.fs-grid .fs-row .fs-sm-hide{display:none}.fs-grid .fs-row .fs-sm-destroy{width:auto;float:none;margin-left:0;margin-right:0}}@media screen and (max-width:499px){.fs-grid .fs-row .fs-xs-1{width:31.25%}.fs-grid .fs-row .fs-xs-2{width:64.58333333%}.fs-grid .fs-row .fs-xs-3{width:97.91666667%}.fs-grid .fs-row .fs-xs-push-1{margin-left:34.375%}.fs-grid .fs-row .fs-xs-push-2{margin-left:67.70833333%}.fs-grid .fs-row [class*="-contained"].fs-xs-1{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xs-2{width:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xs-3{width:100%}.fs-grid .fs-row [class*="-contained"].fs-xs-push-1{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xs-push-2{margin-left:66.66666667%}.fs-grid .fs-row .fs-xs-fifth{width:17.91666667%}.fs-grid .fs-row .fs-xs-fourth{width:22.91666667%}.fs-grid .fs-row .fs-xs-third{width:31.25%}.fs-grid .fs-row .fs-xs-half{width:47.91666667%}.fs-grid .fs-row .fs-xs-full{width:97.91666667%}.fs-grid .fs-row .fs-xs-push-fifth{margin-left:21.04166667%}.fs-grid .fs-row .fs-xs-push-fourth{margin-left:26.04166667%}.fs-grid .fs-row .fs-xs-push-third{margin-left:34.375%}.fs-grid .fs-row .fs-xs-push-half{margin-left:51.04166667%}.fs-grid .fs-row [class*="-contained"].fs-xs-fifth{width:20%}.fs-grid .fs-row [class*="-contained"].fs-xs-fourth{width:25%}.fs-grid .fs-row [class*="-contained"].fs-xs-third{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xs-half{width:50%}.fs-grid .fs-row [class*="-contained"].fs-xs-full{width:100%}.fs-grid .fs-row [class*="-contained"].fs-xs-push-fifth{margin-left:20%}.fs-grid .fs-row [class*="-contained"].fs-xs-push-fourth{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-xs-push-third{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xs-push-half{margin-left:50%}.fs-grid .fs-row .fs-xs-hide{display:none}.fs-grid .fs-row .fs-xs-destroy{width:auto;float:none;margin-left:0;margin-right:0}}@media screen and (min-width:740px) and (max-width:979px){.fs-grid .fs-row .fs-md-1{width:14.58333333%}.fs-grid .fs-row .fs-md-2{width:31.25%}.fs-grid .fs-row .fs-md-3{width:47.91666667%}.fs-grid .fs-row .fs-md-4{width:64.58333333%}.fs-grid .fs-row .fs-md-5{width:81.25%}.fs-grid .fs-row .fs-md-6{width:97.91666667%}.fs-grid .fs-row .fs-md-push-1{margin-left:17.70833333%}.fs-grid .fs-row .fs-md-push-2{margin-left:34.375%}.fs-grid .fs-row .fs-md-push-3{margin-left:51.04166667%}.fs-grid .fs-row .fs-md-push-4{margin-left:67.70833333%}.fs-grid .fs-row .fs-md-push-5{margin-left:84.375%}.fs-grid .fs-row [class*="-contained"].fs-md-1{width:16.66666667%}.fs-grid .fs-row [class*="-contained"].fs-md-2{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-md-3{width:50%}.fs-grid .fs-row [class*="-contained"].fs-md-4{width:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-md-5{width:83.33333333%}.fs-grid .fs-row [class*="-contained"].fs-md-6{width:100%}.fs-grid .fs-row [class*="-contained"].fs-md-push-1{margin-left:16.66666667%}.fs-grid .fs-row [class*="-contained"].fs-md-push-2{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-md-push-3{margin-left:50%}.fs-grid .fs-row [class*="-contained"].fs-md-push-4{margin-left:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-md-push-5{margin-left:83.33333333%}.fs-grid .fs-row .fs-md-fifth{width:17.91666667%}.fs-grid .fs-row .fs-md-fourth{width:22.91666667%}.fs-grid .fs-row .fs-md-third{width:31.25%}.fs-grid .fs-row .fs-md-half{width:47.91666667%}.fs-grid .fs-row .fs-md-full{width:97.91666667%}.fs-grid .fs-row .fs-md-push-fifth{margin-left:21.04166667%}.fs-grid .fs-row .fs-md-push-fourth{margin-left:26.04166667%}.fs-grid .fs-row .fs-md-push-third{margin-left:34.375%}.fs-grid .fs-row .fs-md-push-half{margin-left:51.04166667%}.fs-grid .fs-row [class*="-contained"].fs-md-fifth{width:20%}.fs-grid .fs-row [class*="-contained"].fs-md-fourth{width:25%}.fs-grid .fs-row [class*="-contained"].fs-md-third{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-md-half{width:50%}.fs-grid .fs-row [class*="-contained"].fs-md-full{width:100%}.fs-grid .fs-row [class*="-contained"].fs-md-push-fifth{margin-left:20%}.fs-grid .fs-row [class*="-contained"].fs-md-push-fourth{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-md-push-third{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-md-push-half{margin-left:50%}.fs-grid .fs-row .fs-md-hide{display:none}.fs-grid .fs-row .fs-md-destroy{width:auto;float:none;margin-left:0;margin-right:0}}@media screen and (min-width:980px){.fs-grid .fs-row .fs-lg-1{width:6.25%}.fs-grid .fs-row .fs-lg-2{width:14.58333333%}.fs-grid .fs-row .fs-lg-3{width:22.91666667%}.fs-grid .fs-row .fs-lg-4{width:31.25%}.fs-grid .fs-row .fs-lg-5{width:39.58333333%}.fs-grid .fs-row .fs-lg-6{width:47.91666667%}.fs-grid .fs-row .fs-lg-7{width:56.25%}.fs-grid .fs-row .fs-lg-8{width:64.58333333%}.fs-grid .fs-row .fs-lg-9{width:72.91666667%}.fs-grid .fs-row .fs-lg-10{width:81.25%}.fs-grid .fs-row .fs-lg-11{width:89.58333333%}.fs-grid .fs-row .fs-lg-12{width:97.91666667%}.fs-grid .fs-row .fs-lg-push-1{margin-left:9.375%}.fs-grid .fs-row .fs-lg-push-2{margin-left:17.70833333%}.fs-grid .fs-row .fs-lg-push-3{margin-left:26.04166667%}.fs-grid .fs-row .fs-lg-push-4{margin-left:34.375%}.fs-grid .fs-row .fs-lg-push-5{margin-left:42.70833333%}.fs-grid .fs-row .fs-lg-push-6{margin-left:51.04166667%}.fs-grid .fs-row .fs-lg-push-7{margin-left:59.375%}.fs-grid .fs-row .fs-lg-push-8{margin-left:67.70833333%}.fs-grid .fs-row .fs-lg-push-9{margin-left:76.04166667%}.fs-grid .fs-row .fs-lg-push-10{margin-left:84.375%}.fs-grid .fs-row .fs-lg-push-11{margin-left:92.70833333%}.fs-grid .fs-row [class*="-contained"].fs-lg-1{width:8.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-2{width:16.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-3{width:25%}.fs-grid .fs-row [class*="-contained"].fs-lg-4{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-5{width:41.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-6{width:50%}.fs-grid .fs-row [class*="-contained"].fs-lg-7{width:58.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-8{width:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-9{width:75%}.fs-grid .fs-row [class*="-contained"].fs-lg-10{width:83.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-11{width:91.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-12{width:100%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-1{margin-left:8.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-2{margin-left:16.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-3{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-4{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-5{margin-left:41.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-6{margin-left:50%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-7{margin-left:58.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-8{margin-left:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-9{margin-left:75%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-10{margin-left:83.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-11{margin-left:91.66666667%}.fs-grid .fs-row .fs-lg-fifth{width:17.91666667%}.fs-grid .fs-row .fs-lg-fourth{width:22.91666667%}.fs-grid .fs-row .fs-lg-third{width:31.25%}.fs-grid .fs-row .fs-lg-half{width:47.91666667%}.fs-grid .fs-row .fs-lg-full{width:97.91666667%}.fs-grid .fs-row .fs-lg-push-fifth{margin-left:21.04166667%}.fs-grid .fs-row .fs-lg-push-fourth{margin-left:26.04166667%}.fs-grid .fs-row .fs-lg-push-third{margin-left:34.375%}.fs-grid .fs-row .fs-lg-push-half{margin-left:51.04166667%}.fs-grid .fs-row [class*="-contained"].fs-lg-fifth{width:20%}.fs-grid .fs-row [class*="-contained"].fs-lg-fourth{width:25%}.fs-grid .fs-row [class*="-contained"].fs-lg-third{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-half{width:50%}.fs-grid .fs-row [class*="-contained"].fs-lg-full{width:100%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth{margin-left:20%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-third{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-lg-push-half{margin-left:50%}.fs-grid .fs-row .fs-lg-hide{display:none}.fs-grid .fs-row .fs-lg-destroy{width:auto;float:none;margin-left:0;margin-right:0}}@media screen and (min-width:1220px){.fs-grid .fs-row .fs-xl-1{width:6.25%}.fs-grid .fs-row .fs-xl-2{width:14.58333333%}.fs-grid .fs-row .fs-xl-3{width:22.91666667%}.fs-grid .fs-row .fs-xl-4{width:31.25%}.fs-grid .fs-row .fs-xl-5{width:39.58333333%}.fs-grid .fs-row .fs-xl-6{width:47.91666667%}.fs-grid .fs-row .fs-xl-7{width:56.25%}.fs-grid .fs-row .fs-xl-8{width:64.58333333%}.fs-grid .fs-row .fs-xl-9{width:72.91666667%}.fs-grid .fs-row .fs-xl-10{width:81.25%}.fs-grid .fs-row .fs-xl-11{width:89.58333333%}.fs-grid .fs-row .fs-xl-12{width:97.91666667%}.fs-grid .fs-row .fs-xl-push-1{margin-left:9.375%}.fs-grid .fs-row .fs-xl-push-2{margin-left:17.70833333%}.fs-grid .fs-row .fs-xl-push-3{margin-left:26.04166667%}.fs-grid .fs-row .fs-xl-push-4{margin-left:34.375%}.fs-grid .fs-row .fs-xl-push-5{margin-left:42.70833333%}.fs-grid .fs-row .fs-xl-push-6{margin-left:51.04166667%}.fs-grid .fs-row .fs-xl-push-7{margin-left:59.375%}.fs-grid .fs-row .fs-xl-push-8{margin-left:67.70833333%}.fs-grid .fs-row .fs-xl-push-9{margin-left:76.04166667%}.fs-grid .fs-row .fs-xl-push-10{margin-left:84.375%}.fs-grid .fs-row .fs-xl-push-11{margin-left:92.70833333%}.fs-grid .fs-row [class*="-contained"].fs-xl-1{width:8.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-2{width:16.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-3{width:25%}.fs-grid .fs-row [class*="-contained"].fs-xl-4{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-5{width:41.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-6{width:50%}.fs-grid .fs-row [class*="-contained"].fs-xl-7{width:58.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-8{width:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-9{width:75%}.fs-grid .fs-row [class*="-contained"].fs-xl-10{width:83.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-11{width:91.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-12{width:100%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-1{margin-left:8.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-2{margin-left:16.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-3{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-4{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-5{margin-left:41.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-6{margin-left:50%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-7{margin-left:58.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-8{margin-left:66.66666667%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-9{margin-left:75%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-10{margin-left:83.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-11{margin-left:91.66666667%}.fs-grid .fs-row .fs-xl-fifth{width:17.91666667%}.fs-grid .fs-row .fs-xl-fourth{width:22.91666667%}.fs-grid .fs-row .fs-xl-third{width:31.25%}.fs-grid .fs-row .fs-xl-half{width:47.91666667%}.fs-grid .fs-row .fs-xl-full{width:97.91666667%}.fs-grid .fs-row .fs-xl-push-fifth{margin-left:21.04166667%}.fs-grid .fs-row .fs-xl-push-fourth{margin-left:26.04166667%}.fs-grid .fs-row .fs-xl-push-third{margin-left:34.375%}.fs-grid .fs-row .fs-xl-push-half{margin-left:51.04166667%}.fs-grid .fs-row [class*="-contained"].fs-xl-fifth{width:20%}.fs-grid .fs-row [class*="-contained"].fs-xl-fourth{width:25%}.fs-grid .fs-row [class*="-contained"].fs-xl-third{width:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-half{width:50%}.fs-grid .fs-row [class*="-contained"].fs-xl-full{width:100%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-fifth{margin-left:20%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-fourth{margin-left:25%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-third{margin-left:33.33333333%}.fs-grid .fs-row [class*="-contained"].fs-xl-push-half{margin-left:50%}.fs-grid .fs-row .fs-xl-hide{display:none}.fs-grid .fs-row .fs-xl-destroy{width:auto;float:none;margin-left:0;margin-right:0}}
/*! formstone v1.1.1 [background.css] 2016-05-07 | GPL-3.0 License | formstone.it */

.fs-background{overflow:hidden;position:relative}.fs-background,.fs-background-container,.fs-background-media{-webkit-transition:none;transition:none}.fs-background-container{width:100%;height:100%;position:absolute;top:0;z-index:0;overflow:hidden}.fs-background-media{position:absolute;top:0;bottom:0;opacity:0}.fs-background-media.fs-background-animated{-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.fs-background-media iframe,.fs-background-media img,.fs-background-media video{width:100%;height:100%;display:block;-webkit-user-drag:none}.fs-background-media.fs-background-fixed,.fs-background-media.fs-background-native{width:100%;height:100%}.fs-background-media.fs-background-fixed img,.fs-background-media.fs-background-native img{display:none}.fs-background-media.fs-background-native{background-position:center;background-size:cover}.fs-background-media.fs-background-fixed{background-position:center;background-attachment:fixed}.fs-background-embed.fs-background-ready:after{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:''}.fs-background-embed.fs-background-ready iframe{z-index:0}
/*! formstone v1.1.1 [carousel.css] 2016-05-07 | GPL-3.0 License | formstone.it */

.fs-carousel.fs-carousel-enabled{width:100%;position:relative}.fs-carousel.fs-carousel-enabled:after{clear:both;content:'';display:table}.fs-carousel,.fs-carousel *,.fs-carousel :after,.fs-carousel :before,.fs-carousel:after,.fs-carousel:before{box-sizing:border-box;-webkit-transition:none;transition:none;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.fs-carousel-enabled.fs-carousel-contained,.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container,.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper{overflow:hidden}.fs-carousel-enabled .fs-carousel-viewport{position:relative}.fs-carousel-enabled .fs-carousel-viewport:after{clear:both;content:'';display:table}.fs-carousel-enabled .fs-carousel-wrapper{position:relative}.fs-carousel-enabled .fs-carousel-wrapper:after{clear:both;content:'';display:table}.fs-carousel-enabled .fs-carousel-container{position:relative}.fs-carousel-enabled .fs-carousel-container:after{clear:both;content:'';display:table}.fs-carousel-enabled .fs-carousel-canister{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin:0;overflow:hidden;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister{-webkit-transition:height .5s ease,-webkit-transform .5s ease;transition:height .5s ease,-webkit-transform .5s ease;transition:height .5s ease,transform .5s ease;transition:height .5s ease,transform .5s ease,-webkit-transform .5s ease}.fs-carousel-enabled .fs-carousel-item{min-height:1px;display:block;float:left}.fs-carousel-enabled .fs-carousel-item img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fs-carousel-single .fs-carousel-item{position:absolute;top:0;left:0;z-index:1}.fs-carousel-single .fs-carousel-item.fs-carousel-visible{position:relative;z-index:2}.fs-carousel-controls{display:none}.fs-carousel-enabled .fs-carousel-controls{width:100%;margin:0;padding:0}.fs-carousel-controls_custom.fs-carousel-visible,.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible{display:block}.fs-carousel-enabled .fs-carousel-control{border:none;cursor:pointer;padding:0}.fs-carousel-pagination{display:none}.fs-carousel-enabled .fs-carousel-pagination{width:100%}.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible{display:block}.fs-carousel-enabled .fs-carousel-page{border:none;cursor:pointer;display:inline-block;padding:0}.fs-carousel-enabled.fs-carousel-rtl{direction:rtl}.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item{float:right}
/*! formstone v1.1.1 [navigation.css] 2016-05-07 | GPL-3.0 License | formstone.it */

.fs-navigation,.fs-navigation *,.fs-navigation :after,.fs-navigation :before,.fs-navigation:after,.fs-navigation:before{box-sizing:border-box;-webkit-transition:none;transition:none;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.fs-navigation-toggle-nav.fs-navigation-enabled{display:none}.fs-navigation-toggle-nav.fs-navigation-open{display:block}.fs-navigation-toggle-handle.fs-navigation-enabled{border:none;padding:0;width:100%;cursor:pointer;display:block}.fs-navigation-overlay-nav.fs-navigation-enabled,.fs-navigation-push-nav.fs-navigation-enabled,.fs-navigation-reveal-nav.fs-navigation-enabled{width:270px;height:100%;height:calc(100% + 60px);position:fixed;top:0;background:#fff;display:block;overflow:auto;-webkit-overflow-scrolling:touch}.fs-navigation-push-nav.fs-navigation-enabled,.fs-navigation-reveal-nav.fs-navigation-enabled{visibility:hidden}.fs-navigation-reveal-nav.fs-navigation-animated{-webkit-transition:visibility 1ms linear .2s;transition:visibility 1ms linear .2s}.fs-navigation-overlay-nav.fs-navigation-animated,.fs-navigation-push-nav.fs-navigation-animated{-webkit-transition:visibility 1ms linear .2s,-webkit-transform .2s ease;transition:visibility 1ms linear .2s,-webkit-transform .2s ease;transition:transform .2s ease,visibility 1ms linear .2s;transition:transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease}.fs-navigation-push-nav.fs-navigation-enabled,.fs-navigation-reveal-nav.fs-navigation-enabled{z-index:0}.fs-navigation-overlay-left-nav.fs-navigation-enabled,.fs-navigation-push-left-nav.fs-navigation-enabled,.fs-navigation-reveal-left-nav.fs-navigation-enabled{left:0}.fs-navigation-overlay-right-nav.fs-navigation-enabled,.fs-navigation-push-right-nav.fs-navigation-enabled,.fs-navigation-reveal-right-nav.fs-navigation-enabled{right:0}.fs-navigation-overlay-left-nav.fs-navigation-enabled,.fs-navigation-push-left-nav.fs-navigation-enabled{-webkit-transform:translateX(-270px);-ms-transform:translateX(-270px);transform:translateX(-270px)}.csstransforms3d .fs-navigation-overlay-left-nav.fs-navigation-enabled,.csstransforms3d .fs-navigation-push-left-nav.fs-navigation-enabled{-webkit-transform:translate3D(-270px,0,0);-ms-transform:translate3D(-270px,0,0);transform:translate3D(-270px,0,0)}.fs-navigation-overlay-right-nav.fs-navigation-enabled,.fs-navigation-push-right-nav.fs-navigation-enabled{-webkit-transform:translateX(270px);-ms-transform:translateX(270px);transform:translateX(270px)}.csstransforms3d .fs-navigation-overlay-right-nav.fs-navigation-enabled,.csstransforms3d .fs-navigation-push-right-nav.fs-navigation-enabled{-webkit-transform:translate3D(270px,0,0);-ms-transform:translate3D(270px,0,0);transform:translate3D(270px,0,0)}.fs-navigation-overlay-nav.fs-navigation-enabled{z-index:3}.fs-navigation-reveal-nav.fs-navigation-open{visibility:visible;-webkit-transition:visibility 1ms ease;transition:visibility 1ms ease}.fs-navigation-overlay-nav.fs-navigation-open,.fs-navigation-push-nav.fs-navigation-open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:visibility 1ms ease,-webkit-transform .2s ease;transition:visibility 1ms ease,-webkit-transform .2s ease;transition:transform .2s ease,visibility 1ms ease;transition:transform .2s ease,visibility 1ms ease,-webkit-transform .2s ease;visibility:visible}.csstransforms3d .fs-navigation-overlay-nav.fs-navigation-open,.csstransforms3d .fs-navigation-push-nav.fs-navigation-open{-webkit-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.fs-navigation-overlay-handle.fs-navigation-enabled,.fs-navigation-push-handle.fs-navigation-enabled{border:none;padding:0;cursor:pointer;display:block}.fs-navigation-overlay-content:before{width:100%;height:100%;height:calc(100% + 60px);position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;background:#fff;background:rgba(255,255,255,.75);content:'';display:block;opacity:0;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease;visibility:hidden}.fs-navigation-overlay-content.fs-navigation-open:before{opacity:1;visibility:visible}.fs-navigation-push-content.fs-navigation-enabled,.fs-navigation-reveal-content.fs-navigation-enabled{position:relative;z-index:1;display:block;overflow:hidden;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.csstransforms3d .fs-navigation-push-content.fs-navigation-enabled,.csstransforms3d .fs-navigation-reveal-content.fs-navigation-enabled{-webkit-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.fs-navigation-push-content.fs-navigation-animated,.fs-navigation-reveal-content.fs-navigation-animated{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.fs-navigation-push-left-content.fs-navigation-open,.fs-navigation-reveal-left-content.fs-navigation-open{-webkit-transform:translate3D(270px,0,0);-ms-transform:translate3D(270px,0,0);transform:translate3D(270px,0,0)}.csstransforms3d .fs-navigation-push-left-content.fs-navigation-open,.csstransforms3d .fs-navigation-reveal-left-content.fs-navigation-open{-webkit-transform:translateX(270px);-ms-transform:translateX(270px);transform:translateX(270px)}.fs-navigation-push-right-content.fs-navigation-open,.fs-navigation-reveal-right-content.fs-navigation-open{-webkit-transform:translate3D(-270px,0,0);-ms-transform:translate3D(-270px,0,0);transform:translate3D(-270px,0,0)}.csstransforms3d .fs-navigation-push-right-content.fs-navigation-open,.csstransforms3d .fs-navigation-reveal-right-content.fs-navigation-open{-webkit-transform:translateX(-270px);-ms-transform:translateX(-270px);transform:translateX(-270px)}.fs-navigation-handle.fs-navigation-enabled{border:none;padding:0}.fs-navigation-lock{overflow:hidden!important}
/* ==========================================================================
	Variables
============================================================================= */
/* ==========================================================================
	Colors
============================================================================= */
/* ==========================================================================
	Fonts
============================================================================= */
/* ==========================================================================
	Mixins
============================================================================= */
/**
	 * Cover Image:
	 *
	 * Use on wrapping element of img (<figure>, <picture>)
	 * Will work like background-size: cover; but with static images
	 * Won't scale it down though, so good to use with picturefill
	 */
.left,
.block_left {
  float: left;
}
.block_left {
  margin: 0 20px 20px 0;
}
.right,
.block_right {
  float: right;
}
.block_right {
  margin: 0 0 20px 20px;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contain {
  overflow: hidden;
}
.no_select,
.no_select * {
  user-select: none;
}
.hide {
  display: none !important;
  visibility: hidden;
}
.visually_hide {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.visually_hide.focusable:active,
.visually_hide.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.invisible {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}
.print {
  display: none;
}
.video_frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video_frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.max_width_item {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================================================
	Main Site
============================================================================= */
/* ==========================================================================
	Variables
============================================================================= */
/* ==========================================================================
	Colors
============================================================================= */
/* ==========================================================================
	Fonts
============================================================================= */
/* ==========================================================================
	Mixins
============================================================================= */
/**
	 * Cover Image:
	 *
	 * Use on wrapping element of img (<figure>, <picture>)
	 * Will work like background-size: cover; but with static images
	 * Won't scale it down though, so good to use with picturefill
	 */
.left,
.block_left {
  float: left;
}
.block_left {
  margin: 0 20px 20px 0;
}
.right,
.block_right {
  float: right;
}
.block_right {
  margin: 0 0 20px 20px;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contain {
  overflow: hidden;
}
.no_select,
.no_select * {
  user-select: none;
}
.hide {
  display: none !important;
  visibility: hidden;
}
.visually_hide {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.visually_hide.focusable:active,
.visually_hide.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.invisible {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}
.print {
  display: none;
}
.video_frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video_frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.max_width_item {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
/* ==========================================================================
	Elements
============================================================================= */
html {
  font-size: 16px;
}
html,
body {
  background: #222222;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  min-width: 300px;
  color: #222222;
  overflow-x: hidden;
}
:focus {
  outline: none;
}
::selection {
  background: #eee;
  text-shadow: none;
}
hr {
  width: 100%;
  height: 1px;
  background: #eee;
  border: none;
  clear: both;
  margin: 0;
  padding: 0;
}
iframe {
  border: none;
}
menu {
  margin: 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
/* ==========================================================================
	Typography
============================================================================= */
.heading_1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media only screen and (min-width: 500px) {
  .heading_1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 740px) {
  .heading_1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.heading_2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width: 500px) {
  .heading_2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .heading_2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.heading_3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 500px) {
  .heading_3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .heading_3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.intro_text {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 500px) {
  .intro_text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .intro_text {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.body_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 500px) {
  .body_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) {
  .body_text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.body_text_small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media only screen and (min-width: 500px) {
  .body_text_small {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 740px) {
  .body_text_small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.sidebar_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.touch a[href^=tel] {
  color: inherit;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.typography {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  /* WYSIWYG Images
		============================================================================= */
}
@media only screen and (min-width: 500px) {
  .typography {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) {
  .typography {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.typography h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media only screen and (min-width: 500px) {
  .typography h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 740px) {
  .typography h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.typography h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (min-width: 500px) {
  .typography h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .typography h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.typography h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 500px) {
  .typography h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .typography h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.typography p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 500px) {
  .typography p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) {
  .typography p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.typography .page_intro {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 500px) {
  .typography .page_intro {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .typography .page_intro {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.typography a {
  border-bottom: 1px solid #c85525;
  color: #222222;
}
.typography a:active,
.typography a:focus,
.no-touchevents .typography a:hover {
  color: #c85525;
}
.typography img {
  max-width: 50%;
  height: auto;
}
.typography .block_left,
.typography .block_right {
  width: auto;
  max-width: 60%;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 740px) {
  .typography .block_left,
  .typography .block_right {
    max-width: 50%;
  }
}
.typography .block_left img,
.typography .block_right img {
  max-width: none;
}
.typography .block_left figcaption,
.typography .block_right figcaption {
  caption-side: bottom;
  display: table-caption;
}
/* Blockquote
	============================================================================= */
/* Lists
	============================================================================= */
.typography ol li,
.typography ul li {
  margin: 5px 0;
}
.typography ol {
  counter-reset: li;
}
.typography ol > li {
  display: block;
  position: relative;
  list-style: none;
}
.typography ol > li:before {
  position: absolute;
  top: 0;
  right: 100%;
  color: #b2b2b2;
  content: counter(li) ". ";
  counter-increment: li;
  margin: 0 10px 0 0;
}
.typography ol[type="a"] > li:before {
  content: counter(li, lower-alpha) ". ";
}
.typography ol[type="A"] > li:before {
  content: counter(li, upper-alpha) ". ";
}
.typography ol[type="i"] > li:before {
  content: counter(li, lower-roman) ". ";
}
.typography ol[type="I"] > li:before {
  content: counter(li, upper-roman) ". ";
}
.typography ul {
  list-style: none;
}
.typography ul li:before {
  display: block;
  width: 5px;
  height: 5px;
  background: #b2b2b2;
  border-radius: 100%;
  content: "";
  float: left;
  margin: 10px 0 0 -20px;
}
/* Tables
	============================================================================= */
.typography table {
  width: 100%;
  min-width: 400px;
  border-collapse: collapse;
}
.typography table th,
.typography table td {
  margin: 0;
  padding: 5px 10px;
}
@media only screen and (min-width: 740px) {
  .typography table th,
  .typography table td {
    padding: 15px 20px;
  }
}
.typography table th,
.typography table thead td {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  background: #eaeaea;
  text-transform: uppercase;
}
.typography table td {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 2px solid #eaeaea;
}
@media only screen and (min-width: 740px) {
  .typography table td {
    font-size: 16px;
    font-size: 1rem;
  }
}
.table_wrapper {
  min-height: 0.01%;
}
.table_wrapper.table_wrapper_overflow {
  position: relative;
}
.table_wrapper.table_wrapper_overflow:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1);
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
}
.table_wrapper.table_wrapper_overflow .table_wrapper_inner {
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table_wrapper.table_wrapper_overflow > table {
  margin: 0;
  border: 0;
}
.table_wrapper.table_wrapper_overflow > table > tbody {
  border: none;
}
.table_wrapper.table_wrapper_overflow > table > thead > tr > th:first-child,
.table_wrapper.table_wrapper_overflow > table > tbody > tr > th:first-child,
.table_wrapper.table_wrapper_overflow > table > tfoot > tr > th:first-child,
.table_wrapper.table_wrapper_overflow > table > thead > tr > td:first-child,
.table_wrapper.table_wrapper_overflow > table > tbody > tr > td:first-child,
.table_wrapper.table_wrapper_overflow > table > tfoot > tr > td:first-child {
  border-left: 0;
}
.table_wrapper.table_wrapper_overflow > table > thead > tr > th:last-child,
.table_wrapper.table_wrapper_overflow > table > tbody > tr > th:last-child,
.table_wrapper.table_wrapper_overflow > table > tfoot > tr > th:last-child,
.table_wrapper.table_wrapper_overflow > table > thead > tr > td:last-child,
.table_wrapper.table_wrapper_overflow > table > tbody > tr > td:last-child,
.table_wrapper.table_wrapper_overflow > table > tfoot > tr > td:last-child {
  border-right: 0;
}
.table_wrapper.table_wrapper_overflow > table > tbody > tr:last-child > th,
.table_wrapper.table_wrapper_overflow > table > tfoot > tr:last-child > th,
.table_wrapper.table_wrapper_overflow > table > tbody > tr:last-child > td,
.table_wrapper.table_wrapper_overflow > table > tfoot > tr:last-child > td {
  border-bottom: 0;
}
/* ==========================================================================
	Forms
============================================================================= */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: none;
  border-radius: 0;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
	Background
============================================================================= */
/* ==========================================================================
	Transitions
============================================================================= */
.transition_default {
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.transition_default_ease {
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
/* ==========================================================================
	Images
============================================================================= */
.image_1_1 {
  padding-top: 100%;
}
.image_16_9 {
  padding-top: 56.25%;
}
.image_3_2 {
  padding-top: 66.66666667%;
}
.responsive_image {
  display: block;
}
.responsive_image picture {
  display: block;
}
.responsive_image img {
  display: block;
  width: 100%;
}
/* ==========================================================================
	Buttons
============================================================================= */
button {
  background: none;
  border: none;
  padding: 0;
}
.button_inline {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  background: #c85525;
  border: none;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  text-transform: uppercase;
  display: inline-block;
}
.button_inline:active,
.button_inline:focus,
.no-touchevents .button_inline:hover {
  color: #222222;
}
.button_block {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  background: #c85525;
  border: none;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  text-transform: uppercase;
  display: block;
}
.button_block:active,
.button_block:focus,
.no-touchevents .button_block:hover {
  color: #222222;
}
.button_full {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  background: #c85525;
  border: none;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.button_full:active,
.button_full:focus,
.no-touchevents .button_full:hover {
  color: #222222;
}
.button_back:before {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .button_back:before {
  background-image: url(../images/icons.svg);
}
.button_back:before {
  margin-right: 10px;
}
.button_back:before {
  width: 14px;
  height: 7px;
  background-position: -15px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.button_back:active,
.button_back:focus,
.no-touchevents .button_back:hover {
  color: #222222;
}
.button_back:active:before,
.button_back:focus:before,
.no-touchevents .button_back:hover:before {
  transform: translateX(-5px);
}
/* ==================================================================
	Base Icons
================================================================== */
.icon_only .icon_text {
  display: none !important;
  visibility: hidden;
}
.icon_only_before:before {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .icon_only_before:before {
  background-image: url(../images/icons.svg);
}
.icon_only_after:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .icon_only_after:after {
  background-image: url(../images/icons.svg);
}
.icon_left:before {
  margin-right: 10px;
}
.icon_right:after {
  margin-left: 10px;
}
.icon_center {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  text-indent: 100%;
}
.icon_center:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
.svg .icon_center:after {
  background-image: url(../images/icons.svg);
}
/* ==================================================================
   Icons
================================================================== */
/* ==================================================================
   Common
================================================================== */
.nav_heading {
  display: none !important;
  visibility: hidden;
}
/* ==========================================================================
	 Alert
============================================================================= */
.alert {
  background: #222222;
  color: #ffffff;
}
@media only screen and (min-width: 980px) {
  .alert {
    background: rgba(34, 34, 34, 0.7);
  }
}
.alert_row {
  position: relative;
}
.alert_content {
  line-height: 1.2;
  margin: 15px 0 17px;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .alert_content {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 22px;
  }
}
.alert_button {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  background: #333333;
  color: #c85525;
  letter-spacing: 0.05em;
  line-height: 60px;
  padding: 0 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
.alert_button:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .alert_button:after {
  background-image: url(../images/icons.svg);
}
.alert_button:after {
  margin-left: 10px;
}
.alert_button:after {
  width: 14px;
  height: 7px;
  background-position: -65px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.alert_button:active,
.alert_button:focus,
.no-touchevents .alert_button:hover {
  color: #ffffff;
}
.alert_button:active:after,
.alert_button:focus:after,
.no-touchevents .alert_button:hover:after {
  transform: translateX(5px);
}
.desktop_alert_button {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #222222;
}
@media only screen and (max-width: 979px) {
  .desktop_alert_button {
    display: none;
  }
}
.mobile_alert_button {
  width: 100%;
  margin-bottom: 30px;
}
/* ==========================================================================
	 Header
============================================================================= */
.header {
  background: #333333;
}
.header.fs-background:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(34, 34, 34, 0.6);
  content: "";
}
.header h1 {
  color: #ffffff;
}
.header_position {
  position: relative;
  z-index: 5;
}
.header_row {
  position: relative;
  padding: 20px 0;
}
@media only screen and (min-width: 740px) {
  .header_row {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 980px) {
  .header_row {
    padding: 60px 0;
  }
}
.header_logo {
  background: url(../images/logo_weiss.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 100px;
  height: 52px;
  display: block;
  background-size: 100% auto;
}
.svg .header_logo {
  background-image: url(../images/icons.svg);
}
@media only screen and (min-width: 740px) {
  .header_logo {
    width: 250px;
    height: 55px;
  }
}
.mobile_nav_handle {
  width: 50px;
  height: 50px;
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background: #222222;
  border-radius: 100%;
  cursor: pointer;
  display: none;
  float: right;
  overflow: hidden;
}
.mobile_nav_handle.fs-navigation-enabled {
  display: block;
}
.mobile_nav_handle:before,
.mobile_nav_handle:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #c85525;
  content: '';
  transition: box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.mobile_nav_handle:before {
  opacity: 0;
}
.mobile_nav_handle:after {
  box-shadow: 0 5px 0 0 #c85525, 0 -5px 0 0 #c85525;
}
.mobile_nav_handle.fs-navigation-open:before {
  opacity: 1;
  transform: rotate(-135deg);
}
.mobile_nav_handle.fs-navigation-open:after {
  box-shadow: 0 0 0 0 transparent,
					0 0 0 0 transparent;
  transform: rotate(135deg);
}
/* ==========================================================================
	 Footer
============================================================================= */
.footer {
  background: #222222 url(../images/footer_icon.png) no-repeat center center;
  padding: 30px 0;
}
.svg .footer {
  background-image: url(../images/footer_icon.svg);
}
@media only screen and (min-width: 740px) {
  .footer {
    padding: 40px 0;
  }
}
.footer_logo {
  background: url(../images/logo_weiss.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 110px;
  height: 24px;
  display: block;
  background-size: 100% auto;
}
.svg .footer_logo {
  background-image: url(../images/icons.svg);
}
@media only screen and (min-width: 740px) {
  .footer_logo {
    width: 180px;
    height: 40px;
  }
}
.footer_content {
  font-size: 16px;
  font-size: 1rem;
  color: #999999;
  line-height: 1.6;
}
@media only screen and (min-width: 740px) {
  .footer_content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ==========================================================================
	 Mobile Sidebar
============================================================================= */
.mobile_sidebar,
.mobile_sidebar.fs-navigation-enabled {
  background: #222222;
  padding: 20px;
}
@media only screen and (min-width: 980px) {
  .mobile_sidebar {
    display: none !important;
    visibility: hidden;
  }
}
/* ==========================================================================
	 Main Navigation Common
============================================================================= */
.main_nav_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px solid #c85525;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.main_nav_link.active,
.main_nav_link:active,
.main_nav_link:focus,
.no-touchevents .main_nav_link:hover {
  color: #c85525;
}
/*	 Main Navigation Mobile
	============================================================================= */
.main_nav_mobile {
  padding: 20px;
}
.main_nav_mobile .main_nav_item {
  margin: 0 0 30px;
}
.main_nav_mobile .main_nav_item.fs-swap-enabled .main_nav_children {
  display: none;
}
.main_nav_mobile .main_nav_item.fs-swap-active .main_nav_children {
  display: block;
}
.main_nav_mobile .main_nav_link {
  display: inline-block;
}
.main_nav_mobile .main_nav_child_link {
  display: block;
}
/*	 Main Navigation Desktop
	============================================================================= */
.main_nav_desktop {
  clear: both;
  float: right;
  margin: 30px 0 0;
}
@media only screen and (max-width: 979px) {
  .main_nav_desktop {
    display: none !important;
    visibility: hidden;
  }
}
.main_nav_desktop .main_nav_item {
  float: left;
  margin-left: 40px;
}
.main_nav_desktop .main_nav_link {
  font-size: 20px;
  font-size: 1.25rem;
}
/* ==========================================================================
	 Secondary Navigation Common
============================================================================= */
.secondary_nav_link {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  color: #999999;
  letter-spacing: 0.05em;
}
.secondary_nav_link:active,
.secondary_nav_link:focus,
.no-touchevents .secondary_nav_link:hover {
  color: #ffffff;
}
/*	 Secondary Navigation Mobile
	============================================================================= */
.secondary_nav_mobile {
  padding: 0 20px 20px;
}
.secondary_nav_mobile .secondary_nav_item {
  border-bottom: 1px solid #000000;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.secondary_nav_mobile .secondary_nav_item:last-child {
  border: none;
}
/*	 Secondary Navigation Desktop
	============================================================================= */
.secondary_nav_desktop {
  float: right;
}
@media only screen and (max-width: 979px) {
  .secondary_nav_desktop {
    display: none !important;
    visibility: hidden;
  }
}
.secondary_nav_desktop .secondary_nav_item {
  font-size: 18px;
  font-size: 1.125rem;
  float: left;
  margin-left: 30px;
}
.secondary_nav_desktop .secondary_nav_link {
  color: #ffffff;
}
.secondary_nav_desktop .secondary_nav_link:active,
.secondary_nav_desktop .secondary_nav_link:focus,
.no-touchevents .secondary_nav_desktop .secondary_nav_link:hover {
  border-color: #ffffff;
  color: #ffffff;
}
/* ==========================================================================
	 Footer Navigation
============================================================================= */
.footer_nav_heading {
  display: none !important;
  visibility: hidden;
}
/* ==========================================================================
	 Breadcrumb Navigation
============================================================================= */
.breadcrumb_nav {
  position: relative;
  z-index: 5;
  padding: 30px 0;
}
@media only screen and (max-width: 979px) {
  .breadcrumb_nav {
    display: none !important;
    visibility: hidden;
  }
}
.breadcrumb_nav_item {
  font-size: 16px;
  font-size: 1rem;
  float: left;
}
.breadcrumb_nav_item:before {
  width: 8px;
  height: 2px;
  display: inline-block;
  background: #999999;
  content: '';
  margin: 9px 10px 0 13px;
  vertical-align: top;
}
.breadcrumb_nav_item.home:before {
  display: none;
}
.breadcrumb_nav_link,
.breadcrumb_nav_label {
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.breadcrumb_nav_link:active,
.breadcrumb_nav_link:focus,
.no-touchevents .breadcrumb_nav_link:hover {
  color: #f1b917;
}
.breadcrumb_nav_link.home {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url(../images/icons.png) no-repeat 0 0;
  width: 10px;
  height: 11px;
  background-position: 0 -90px;
  display: block;
  margin: 5px 0 0;
}
.svg .breadcrumb_nav_link.home {
  background-image: url(../images/icons.svg);
}
/* ==========================================================================
	 Sub Navigation
============================================================================= */
.sub_nav {
  background: #f9f6f3;
  border-top: 10px solid #c85525;
  margin: 0 0 20px;
  padding: 20px 0;
}
@media only screen and (min-width: 980px) {
  .sub_nav {
    margin: 50px 0 20px;
  }
}
.sub_nav_handle {
  position: relative;
  display: none;
}
.sub_nav_handle.fs-navigation-enabled {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #222222;
  padding: 0 30px;
  border-radius: 100%;
  cursor: pointer;
}
.sub_nav_handle.fs-navigation-enabled:before,
.sub_nav_handle.fs-navigation-enabled:after {
  position: absolute;
  width: 18px;
  height: 2px;
  top: 0;
  right: 30px;
  bottom: 0;
  background: #c85525;
  content: '';
  margin: auto;
  transition: box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.sub_nav_handle.fs-navigation-enabled:before {
  opacity: 0;
}
.sub_nav_handle.fs-navigation-enabled:after {
  box-shadow: 0 5px 0 0 #c85525, 0 -5px 0 0 #c85525;
}
.sub_nav_handle.fs-navigation-open:before {
  opacity: 1;
  transform: rotate(-135deg);
}
.sub_nav_handle.fs-navigation-open:after {
  box-shadow: 0 0 0 0 transparent,
					0 0 0 0 transparent;
  transform: rotate(135deg);
}
.sub_nav_wrapper.fs-navigation-enabled {
  margin: 20px 0 0;
}
.sub_nav_item {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  color: #222222;
  margin: 0 30px;
}
.sub_nav_item:last-child {
  border: none;
}
.sub_nav_item_active,
.sub_nav_has_children {
  background: #ebe4da;
  border: none;
  margin: -1px 0 0;
  padding: 0 30px;
}
.sub_nav_link {
  display: block;
  color: #222222;
  padding: 20px 0;
}
.sub_nav_link:active,
.sub_nav_link:focus,
.no-touchevents .sub_nav_link:hover {
  color: #c85525;
}
.sub_nav_top {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  border: none;
  color: #c85525;
  text-transform: uppercase;
}
.sub_nav_top .sub_nav_link {
  color: #c85525;
  padding: 10px 0;
  margin: 0 0 5px;
}
.sub_nav_top .sub_nav_link:active,
.sub_nav_top .sub_nav_link:focus,
.no-touchevents .sub_nav_top .sub_nav_link:hover {
  color: #c85525;
}
.sub_nav_active {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #ebe4da;
}
.sub_nav_active:active,
.sub_nav_active:focus,
.no-touchevents .sub_nav_active:hover {
  color: #222222;
}
.sub_nav_children {
  margin: -15px 0 0;
  padding: 0 0 10px;
}
.sub_nav_children .sub_nav_item {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
/* ==========================================================================
	 Social Navigation
============================================================================= */
.social_nav {
  padding: 20px 0 0;
}
@media only screen and (min-width: 740px) {
  .social_nav {
    padding: 0;
  }
}
.social_nav_heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #999999;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.social_nav_item {
  display: block;
  margin: 10px 0;
}
.social_nav_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #c85525;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.social_nav_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .social_nav_link:after {
  background-image: url(../images/icons.svg);
}
.social_nav_link:after {
  margin-left: 10px;
}
.social_nav_link:after {
  width: 14px;
  height: 7px;
  background-position: -65px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.social_nav_link:active,
.social_nav_link:focus,
.no-touchevents .social_nav_link:hover {
  color: #ffffff;
}
.social_nav_link:active:after,
.social_nav_link:focus:after,
.no-touchevents .social_nav_link:hover:after {
  transform: translateX(5px);
}
/* ==========================================================================
	 Secondary Navigation Common
============================================================================= */
.pagination {
  margin: 25px 0 50px;
}
.pagination .pagination_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  border: none;
  color: #808080;
  line-height: 40px;
  margin: 0 3px;
  vertical-align: middle;
}
.pagination .pagination_link:active,
.pagination .pagination_link:focus,
.no-touchevents .pagination .pagination_link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.pagination .pagination_current {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #c85525;
}
.pagination .pagination_arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: relative;
  background: #f9f6f3;
  border: none;
  border-radius: 100%;
  line-height: 40px;
  vertical-align: middle;
}
.pagination .pagination_arrow,
.pagination .pagination_arrow:link,
.pagination .pagination_arrow:visited,
.pagination .pagination_arrow:hover,
.pagination .pagination_arrow:active,
.pagination .pagination_arrow:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.pagination .pagination_arrow:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .pagination .pagination_arrow:after {
  background-image: url(../images/icons.svg);
}
.pagination .pagination_arrow:active,
.pagination .pagination_arrow:focus,
.no-touchevents .pagination .pagination_arrow:hover {
  background: #ebe4da;
}
.pagination .pagination_arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagination .pagination_arrow.pagination_previous {
  margin: 0 5px 0 0;
}
.pagination .pagination_arrow.pagination_previous:after {
  width: 14px;
  height: 7px;
  background-position: -15px -90px;
}
.pagination .pagination_arrow.pagination_next {
  margin: 0 0 0 5px;
}
.pagination .pagination_arrow.pagination_next:after {
  width: 14px;
  height: 7px;
  background-position: -30px -90px;
}
/* ==========================================================================
	Page
============================================================================= */
a.skip_link {
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  transform: translateY(-300%);
  transition: transform 0.35s,
			top 0.35s;
}
a.skip_link:focus,
a.skip_link:active {
  outline: none;
  transform: translateY(0);
}
.no-csstransforms a.skip_link {
  top: -100%;
}
.no-csstransforms a.skip_link:focus,
.no-csstransforms a.skip_link:active {
  top: 0;
}
.page_wrapper {
  background: #ffffff;
}
@media only screen and (min-width: 740px) {
  .page_row {
    padding: 30px 0 0;
  }
}
.page_content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .page_content {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1220px) {
  .page_sidebar {
    width: 300px;
    margin-left: -25px;
  }
}
#main_page_title:focus,
#main_page_title:active {
  outline: none;
}
/* ==========================================================================
	 Callouts
============================================================================= */
/* ==========================================================================
	Home
============================================================================= */
.home_header h1 {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 30px 0 60px;
}
@media only screen and (min-width: 740px) {
  .home_header h1 {
    font-size: 46px;
    font-size: 2.875rem;
    padding: 30px 0 120px;
  }
}
@media only screen and (min-width: 980px) {
  .home_header h1 {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 30px 0 200px;
  }
}
.home_header h1 span {
  color: #f1b917;
}
/* ==========================================================================
	Flexible Callout
============================================================================= */
.flexible_callout {
  border: 2px solid #eaeaea;
  border-width: 2px 0;
  margin-bottom: -2px;
  padding: 40px 0;
}
.flexible_callout:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.flexible_callout_image {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 500px) {
  .flexible_callout_image {
    width: 33.333%;
    max-width: 275px;
    float: right;
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 740px) {
  .flexible_callout_image {
    float: left;
    margin: 0 30px 0 0;
  }
}
.flexible_callout_wrapper {
  overflow: hidden;
}
.flexible_callout_heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (min-width: 500px) {
  .flexible_callout_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .flexible_callout_heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1220px) {
  .flexible_callout_heading {
    margin: 10px 0 20px;
  }
}
.flexible_callout_content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 20px 0 30px;
}
@media only screen and (min-width: 500px) {
  .flexible_callout_content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) {
  .flexible_callout_content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.flexible_callout_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #c85525;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.flexible_callout_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .flexible_callout_link:after {
  background-image: url(../images/icons.svg);
}
.flexible_callout_link:after {
  margin-left: 10px;
}
.flexible_callout_link:after {
  width: 14px;
  height: 7px;
  background-position: -30px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.flexible_callout_link:active,
.flexible_callout_link:focus,
.no-touchevents .flexible_callout_link:hover {
  color: #222222;
}
.flexible_callout_link:active:after,
.flexible_callout_link:focus:after,
.no-touchevents .flexible_callout_link:hover:after {
  transform: translateX(5px);
}
/* ==========================================================================
	Sidebar Callout
============================================================================= */
.sidebar_callout {
  overflow: hidden;
  background: #34531b;
  margin: 20px 0;
}
.sidebar_callout_image {
  margin: 0;
}
@media only screen and (min-width: 500px) {
  .sidebar_callout_image {
    width: 33.333%;
    max-width: 275px;
    float: right;
    margin: 20px 20px;
  }
}
@media only screen and (min-width: 980px) {
  .sidebar_callout_image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
  }
}
.sidebar_callout_wrapper {
  border-top: 10px solid #34531b;
  padding: 30px;
}
.sidebar_callout_heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 500px) {
  .sidebar_callout_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .sidebar_callout_heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sidebar_callout_content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 10px 0 20px;
}
@media only screen and (min-width: 500px) {
  .sidebar_callout_content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 740px) {
  .sidebar_callout_content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.sidebar_callout_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #f1b917;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sidebar_callout_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .sidebar_callout_link:after {
  background-image: url(../images/icons.svg);
}
.sidebar_callout_link:after {
  margin-left: 10px;
}
.sidebar_callout_link:after {
  width: 14px;
  height: 7px;
  background-position: -65px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.sidebar_callout_link:active,
.sidebar_callout_link:focus,
.no-touchevents .sidebar_callout_link:hover {
  color: #ffffff;
}
.sidebar_callout_link:active:after,
.sidebar_callout_link:focus:after,
.no-touchevents .sidebar_callout_link:hover:after {
  transform: translateX(5px);
}
/* ==========================================================================
	Media Gallery
============================================================================= */
.media_gallery {
  background: #808080 url(../images/plaid-gray.png) repeat center -50px;
  padding: 75px 0;
}
@media only screen and (min-width: 740px) {
  .media_gallery {
    padding: 100px 0;
  }
}
.media_gallery_heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 500px) {
  .media_gallery_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .media_gallery_heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.media_gallery_carousel.fs-carousel,
.media_gallery_carousel.fs-carousel .fs-carousel-viewport {
  overflow: visible;
}
.media_gallery_carousel .fs-carousel-viewport {
  background: #222222;
  border: 10px solid #222222;
  border-radius: 3px;
}
@media only screen and (max-width: 979px) {
  .media_gallery_carousel .fs-carousel-controls {
    display: none !important;
    visibility: hidden;
  }
}
.media_gallery_carousel .fs-carousel-control {
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  top: 0;
  bottom: 0;
  background: #c85525;
  border-radius: 100%;
  opacity: 0;
  margin: auto;
}
.media_gallery_carousel .fs-carousel-control:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .media_gallery_carousel .fs-carousel-control:after {
  background-image: url(../images/icons.svg);
}
.media_gallery_carousel .fs-carousel-control,
.media_gallery_carousel .fs-carousel-control:link,
.media_gallery_carousel .fs-carousel-control:visited,
.media_gallery_carousel .fs-carousel-control:hover,
.media_gallery_carousel .fs-carousel-control:active,
.media_gallery_carousel .fs-carousel-control:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.media_gallery_carousel .fs-carousel-control:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.media_gallery_carousel .fs-carousel-control:active,
.media_gallery_carousel .fs-carousel-control:focus,
.no-touchevents .media_gallery_carousel .fs-carousel-control:hover {
  background: #333333;
}
.media_gallery_carousel .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
}
.media_gallery_carousel .fs-carousel-control.fs-carousel-control_previous {
  left: -30px;
}
.media_gallery_carousel .fs-carousel-control.fs-carousel-control_previous:after {
  width: 14px;
  height: 7px;
  background-position: -50px -90px;
}
.media_gallery_carousel .fs-carousel-control.fs-carousel-control_next {
  right: -30px;
}
.media_gallery_carousel .fs-carousel-control.fs-carousel-control_next:after {
  width: 14px;
  height: 7px;
  background-position: -65px -90px;
}
.media_gallery_carousel .fs-carousel-pagination {
  margin: 20px 0 0;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .media_gallery_carousel .fs-carousel-pagination {
    display: none !important;
    visibility: hidden;
  }
}
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  margin: 0 3px;
  opacity: 0.5;
}
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page,
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page:link,
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page:visited,
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page:hover,
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page:active,
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page:focus {
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.media_gallery_carousel .fs-carousel-pagination .fs-carousel-page.fs-carousel-active {
  opacity: 1;
}
.media_gallery_item {
  position: relative;
  background: #333333;
  margin: 0 5px 0 0;
}
.media_gallery_caption {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  background: #222222;
  color: #ffffff;
  line-height: 1.4;
  padding: 10px;
}
@media only screen and (min-width: 740px) {
  .media_gallery_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.8);
    padding: 20px;
    transform: translate(0, 100%);
    transition: transform 0.25s ease;
  }
  .fs-carousel-visible .media_gallery_caption {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	Full Callout
============================================================================= */
.full_callout {
  background: #808080 url(../images/plaid-gray.png) repeat center -50px;
  padding: 40px 0;
}
@media only screen and (min-width: 740px) {
  .full_callout {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 980px) {
  .full_callout {
    padding: 100px 0;
  }
}
.full_callout_image {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 500px) {
  .full_callout_image {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 740px) {
  .full_callout_wrapper {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1220px) {
  .full_callout_wrapper {
    margin-top: 30px;
  }
}
.full_callout_heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 500px) {
  .full_callout_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .full_callout_heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.full_callout_content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 20px 0 30px;
}
@media only screen and (min-width: 500px) {
  .full_callout_content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) {
  .full_callout_content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.full_callout_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #f1b917;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.full_callout_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .full_callout_link:after {
  background-image: url(../images/icons.svg);
}
.full_callout_link:after {
  margin-left: 10px;
}
.full_callout_link:after {
  width: 14px;
  height: 7px;
  background-position: -65px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.full_callout_link:active,
.full_callout_link:focus,
.no-touchevents .full_callout_link:hover {
  color: #ffffff;
}
.full_callout_link:active:after,
.full_callout_link:focus:after,
.no-touchevents .full_callout_link:hover:after {
  transform: translateX(5px);
}
/* ==========================================================================
	News Callout
============================================================================= */
.news_callout {
  padding: 40px 0;
}
@media only screen and (min-width: 740px) {
  .news_callout {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 980px) {
  .news_callout_row {
    background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 100%);
    background-size: 5px 5px;
    background-repeat: repeat-y;
    background-position: 520px 0;
  }
}
@media only screen and (min-width: 1220px) {
  .news_callout_row {
    background-position: 750px 0;
  }
}
.news_callout_heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 500px) {
  .news_callout_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 740px) {
  .news_callout_heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 740px) {
  .news_callout_heading {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 20px;
  }
}
.news_callout_heading a {
  border: none;
  color: #222222;
}
.news_callout_heading a:active,
.news_callout_heading a:focus,
.no-touchevents .news_callout_heading a:hover {
  color: #c85525;
}
.news_callout_item {
  border: 2px solid #eaeaea;
  border-width: 2px 0;
  margin-bottom: -2px;
  padding: 20px 0;
}
.news_callout_item:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 740px) {
  .news_callout_item:first-child {
    border: none;
  }
}
.news_callout_item:last-child {
  border: none;
}
.news_callout_item .news_callout_item_image {
  width: 33.333%;
  max-width: 300px;
  float: right;
  margin: 0 0 20px 30px;
}
.news_callout_item .news_callout_item_image img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 980px) {
  .news_callout_item .news_callout_item_image {
    width: 40%;
  }
}
@media only screen and (min-width: 500px) {
  .news_callout_item .news_callout_item_wrapper {
    overflow: hidden;
  }
}
.news_callout_item .news_callout_item_heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 740px) {
  .news_callout_item .news_callout_item_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.news_callout_item .news_callout_item_heading a {
  border: none;
  color: #222222;
}
.news_callout_item .news_callout_item_heading a:active,
.news_callout_item .news_callout_item_heading a:focus,
.no-touchevents .news_callout_item .news_callout_item_heading a:hover {
  color: #c85525;
}
.news_callout_item .news_callout_item_date {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  color: #808080;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.news_callout_item .news_callout_item_content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
}
@media only screen and (min-width: 500px) {
  .news_callout_item .news_callout_item_content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) {
  .news_callout_item .news_callout_item_content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.news_callout_item .news_callout_item_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  border: none;
  color: #c85525;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.news_callout_item .news_callout_item_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .news_callout_item .news_callout_item_link:after {
  background-image: url(../images/icons.svg);
}
.news_callout_item .news_callout_item_link:after {
  margin-left: 10px;
}
.news_callout_item .news_callout_item_link:after {
  width: 14px;
  height: 7px;
  background-position: -30px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.news_callout_item .news_callout_item_link:active,
.news_callout_item .news_callout_item_link:focus,
.no-touchevents .news_callout_item .news_callout_item_link:hover {
  color: #222222;
}
.news_callout_item .news_callout_item_link:active:after,
.news_callout_item .news_callout_item_link:focus:after,
.no-touchevents .news_callout_item .news_callout_item_link:hover:after {
  transform: translateX(5px);
}
.news_callout_item_top {
  border: none;
  padding-bottom: 30px;
}
.news_callout_item_top .news_callout_item_heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (min-width: 500px) {
  .news_callout_item_top .news_callout_item_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .news_callout_item_top .news_callout_item_heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 740px) {
  .news_callout_item_top .news_callout_item_heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* ==========================================================================
	News
============================================================================= */
.news_article {
  border: 2px solid #eaeaea;
  border-width: 2px 0;
  margin-bottom: -2px;
  padding: 40px 0;
}
.news_article:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.news_article .news_article_image {
  width: 33.333%;
  max-width: 215px;
  float: right;
  margin: 0 0 20px 30px;
}
.news_article .news_article_image img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 500px) {
  .news_article .news_article_wrapper {
    overflow: hidden;
  }
}
.news_article .news_article_heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 20px;
}
@media only screen and (min-width: 500px) {
  .news_article .news_article_heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 740px) {
  .news_article .news_article_heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.news_article .news_article_heading a {
  border: none;
}
.news_article .news_article_heading a:active,
.news_article .news_article_heading a:focus,
.no-touchevents .news_article .news_article_heading a:hover {
  color: #c85525;
}
.news_article .news_article_date {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  color: #808080;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.news_article .news_article_content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.news_article .news_article_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  border: none;
  color: #c85525;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.news_article .news_article_link:after {
  background: url(../images/icons.png) no-repeat 0 0;
  display: inline-block;
  content: "";
}
.svg .news_article .news_article_link:after {
  background-image: url(../images/icons.svg);
}
.news_article .news_article_link:after {
  margin-left: 10px;
}
.news_article .news_article_link:after {
  width: 14px;
  height: 7px;
  background-position: -30px -90px;
  margin-bottom: 2px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.news_article .news_article_link:active,
.news_article .news_article_link:focus,
.no-touchevents .news_article .news_article_link:hover {
  color: #222222;
}
.news_article .news_article_link:active:after,
.news_article .news_article_link:focus:after,
.no-touchevents .news_article .news_article_link:hover:after {
  transform: translateX(5px);
}
.news_article_top {
  background: #f9f6f3;
  padding: 40px 30px;
}
/* ==========================================================================
	News Detail
============================================================================= */
.news_detail_date {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #808080;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.news_detail_image {
  max-width: 100%;
  margin: 0 0 30px;
}
.news_detail_image img {
  max-width: 100%;
}
.news_detail_sidebar {
  margin-bottom: 50px;
}
@media only screen and (min-width: 980px) {
  .news_detail_sidebar {
    margin-top: 55px;
  }
}
/* ==========================================================================
	Print
============================================================================= */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print {
    display: block;
  }
}

