@charset "UTF-8";
/*!
Theme Name: Aminex
Theme URI: http://www.delappdesign.com
Author: delapp, goffstock
Author URI: http://www.delappdesign.com
Description: ...
Version: 1.0.0
Text Domain: aminex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

New Theory 2018 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------|
|	Normalize.css modifier              |
|------------------------------------*/
p, span, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

/*------------------------------------|
|	Fonts                               |
|------------------------------------*/
/*------------------------------------|
| Transitions
|------------------------------------*/
/* 
easeOutBounce (jQuery): 
  div.animate({ top: '-=100px' }, 600, 'easeOutBounce', function () { ΓÇª })
easeInBounce (jQuery): 
  div.animate({ top: '-=100px' }, 600, 'easeInBounce', function () { ΓÇª })
*/
/*------------------------------------|
|	Base                                |
|------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  overflow-x: hidden;
  color: #000000;
  background-color: #ffffff;
}

.is-locked body, .is-locked html {
  overflow: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

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

a {
  text-decoration: none;
  color: #0e76bc;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  p {
    margin-bottom: 23px;
  }
}

li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1, h2, h3, h4 {
  font-size: 36px;
  font-size: 2.25rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
}

button,
input {
  padding: 5px;
}

button:focus, button:active {
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/*------------------------------------|
|	Animation                           |
|------------------------------------*/
/* Icon Float Away */
@-webkit-keyframes float {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}
@keyframes float {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}
/* Icon Float Away */
@-webkit-keyframes floatRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
}
@keyframes floatRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
}
/*------------------------------------|
|	Utilities                           |
|------------------------------------*/
.clearfix:after:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!


/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  font-family: "Montserrat", sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}

.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus,
.pure-button-group {
  word-spacing: -0.43em;
}

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none transparent;
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:focus {
  outline: 0;
}

.pure-button-active,
.pure-button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.40;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-right: 1px solid #111;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pure-button-group .pure-button:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
}

.pure-button-group .pure-button:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  border-right: none;
}

/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  -webkit-border-radius: 2em;
          border-radius: 2em;
  padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  top: -1px;
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  margin: 0;
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 0;
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  margin: 0;
}

.pure-form .pure-group button {
  margin: 0.35em 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-3-4 {
  width: 75%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0;
  }

  .pure-form input:not([type]),
  .pure-form input[type="text"],
  .pure-form input[type="password"],
  .pure-form input[type="email"],
  .pure-form input[type="url"],
  .pure-form input[type="date"],
  .pure-form input[type="month"],
  .pure-form input[type="time"],
  .pure-form input[type="datetime"],
  .pure-form input[type="datetime-local"],
  .pure-form input[type="week"],
  .pure-form input[type="number"],
  .pure-form input[type="search"],
  .pure-form input[type="tel"],
  .pure-form input[type="color"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }

  .pure-group input:not([type]),
  .pure-group input[type="text"],
  .pure-group input[type="password"],
  .pure-group input[type="email"],
  .pure-group input[type="url"],
  .pure-group input[type="date"],
  .pure-group input[type="month"],
  .pure-group input[type="time"],
  .pure-group input[type="datetime"],
  .pure-group input[type="datetime-local"],
  .pure-group input[type="week"],
  .pure-group input[type="number"],
  .pure-group input[type="search"],
  .pure-group input[type="tel"],
  .pure-group input[type="color"] {
    margin-bottom: 0;
  }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }

  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }

  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
  position: relative;
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block;
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}

.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "\25B8";
  font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25BE";
}

/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
  display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: .5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none;
}

/* misc default styling */
.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}

/* Need to reset the separator since submenu is vertical */
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto;
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}

.pure-menu-link {
  color: #777;
}

.pure-menu-children {
  background-color: #fff;
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
  padding: .5em 1em;
}

.pure-menu-disabled {
  opacity: .5;
}

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: #eee;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
  color: #000;
}

.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
  background-color: transparent;
}

.pure-table-odd td {
  background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 980px) {
  .pure-u-nav-1,
  .pure-u-nav-1-1,
  .pure-u-nav-1-2,
  .pure-u-nav-1-3,
  .pure-u-nav-2-3,
  .pure-u-nav-1-4,
  .pure-u-nav-3-4,
  .pure-u-nav-1-5,
  .pure-u-nav-2-5,
  .pure-u-nav-3-5,
  .pure-u-nav-4-5,
  .pure-u-nav-5-5,
  .pure-u-nav-1-6,
  .pure-u-nav-5-6,
  .pure-u-nav-1-8,
  .pure-u-nav-3-8,
  .pure-u-nav-5-8,
  .pure-u-nav-7-8,
  .pure-u-nav-1-12,
  .pure-u-nav-5-12,
  .pure-u-nav-7-12,
  .pure-u-nav-11-12,
  .pure-u-nav-1-24,
  .pure-u-nav-2-24,
  .pure-u-nav-3-24,
  .pure-u-nav-4-24,
  .pure-u-nav-5-24,
  .pure-u-nav-6-24,
  .pure-u-nav-7-24,
  .pure-u-nav-8-24,
  .pure-u-nav-9-24,
  .pure-u-nav-10-24,
  .pure-u-nav-11-24,
  .pure-u-nav-12-24,
  .pure-u-nav-13-24,
  .pure-u-nav-14-24,
  .pure-u-nav-15-24,
  .pure-u-nav-16-24,
  .pure-u-nav-17-24,
  .pure-u-nav-18-24,
  .pure-u-nav-19-24,
  .pure-u-nav-20-24,
  .pure-u-nav-21-24,
  .pure-u-nav-22-24,
  .pure-u-nav-23-24,
  .pure-u-nav-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-nav-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-nav-1-12,
  .pure-u-nav-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-nav-1-8,
  .pure-u-nav-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-nav-1-6,
  .pure-u-nav-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-nav-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-nav-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-nav-1-4,
  .pure-u-nav-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-nav-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-nav-1-3,
  .pure-u-nav-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-nav-3-8,
  .pure-u-nav-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-nav-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-nav-5-12,
  .pure-u-nav-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-nav-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-nav-1-2,
  .pure-u-nav-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-nav-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-nav-7-12,
  .pure-u-nav-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-nav-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-nav-5-8,
  .pure-u-nav-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-nav-2-3,
  .pure-u-nav-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-nav-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-nav-3-4,
  .pure-u-nav-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-nav-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-nav-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-nav-5-6,
  .pure-u-nav-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-nav-7-8,
  .pure-u-nav-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-nav-11-12,
  .pure-u-nav-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-nav-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-nav-1,
  .pure-u-nav-1-1,
  .pure-u-nav-5-5,
  .pure-u-nav-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 568px) {
  .pure-u-p-1,
  .pure-u-p-1-1,
  .pure-u-p-1-2,
  .pure-u-p-1-3,
  .pure-u-p-2-3,
  .pure-u-p-1-4,
  .pure-u-p-3-4,
  .pure-u-p-1-5,
  .pure-u-p-2-5,
  .pure-u-p-3-5,
  .pure-u-p-4-5,
  .pure-u-p-5-5,
  .pure-u-p-1-6,
  .pure-u-p-5-6,
  .pure-u-p-1-8,
  .pure-u-p-3-8,
  .pure-u-p-5-8,
  .pure-u-p-7-8,
  .pure-u-p-1-12,
  .pure-u-p-5-12,
  .pure-u-p-7-12,
  .pure-u-p-11-12,
  .pure-u-p-1-24,
  .pure-u-p-2-24,
  .pure-u-p-3-24,
  .pure-u-p-4-24,
  .pure-u-p-5-24,
  .pure-u-p-6-24,
  .pure-u-p-7-24,
  .pure-u-p-8-24,
  .pure-u-p-9-24,
  .pure-u-p-10-24,
  .pure-u-p-11-24,
  .pure-u-p-12-24,
  .pure-u-p-13-24,
  .pure-u-p-14-24,
  .pure-u-p-15-24,
  .pure-u-p-16-24,
  .pure-u-p-17-24,
  .pure-u-p-18-24,
  .pure-u-p-19-24,
  .pure-u-p-20-24,
  .pure-u-p-21-24,
  .pure-u-p-22-24,
  .pure-u-p-23-24,
  .pure-u-p-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-p-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-p-1-12,
  .pure-u-p-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-p-1-8,
  .pure-u-p-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-p-1-6,
  .pure-u-p-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-p-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-p-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-p-1-4,
  .pure-u-p-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-p-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-p-1-3,
  .pure-u-p-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-p-3-8,
  .pure-u-p-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-p-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-p-5-12,
  .pure-u-p-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-p-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-p-1-2,
  .pure-u-p-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-p-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-p-7-12,
  .pure-u-p-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-p-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-p-5-8,
  .pure-u-p-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-p-2-3,
  .pure-u-p-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-p-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-p-3-4,
  .pure-u-p-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-p-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-p-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-p-5-6,
  .pure-u-p-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-p-7-8,
  .pure-u-p-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-p-11-12,
  .pure-u-p-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-p-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-p-1,
  .pure-u-p-1-1,
  .pure-u-p-5-5,
  .pure-u-p-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .pure-u-pl-1,
  .pure-u-pl-1-1,
  .pure-u-pl-1-2,
  .pure-u-pl-1-3,
  .pure-u-pl-2-3,
  .pure-u-pl-1-4,
  .pure-u-pl-3-4,
  .pure-u-pl-1-5,
  .pure-u-pl-2-5,
  .pure-u-pl-3-5,
  .pure-u-pl-4-5,
  .pure-u-pl-5-5,
  .pure-u-pl-1-6,
  .pure-u-pl-5-6,
  .pure-u-pl-1-8,
  .pure-u-pl-3-8,
  .pure-u-pl-5-8,
  .pure-u-pl-7-8,
  .pure-u-pl-1-12,
  .pure-u-pl-5-12,
  .pure-u-pl-7-12,
  .pure-u-pl-11-12,
  .pure-u-pl-1-24,
  .pure-u-pl-2-24,
  .pure-u-pl-3-24,
  .pure-u-pl-4-24,
  .pure-u-pl-5-24,
  .pure-u-pl-6-24,
  .pure-u-pl-7-24,
  .pure-u-pl-8-24,
  .pure-u-pl-9-24,
  .pure-u-pl-10-24,
  .pure-u-pl-11-24,
  .pure-u-pl-12-24,
  .pure-u-pl-13-24,
  .pure-u-pl-14-24,
  .pure-u-pl-15-24,
  .pure-u-pl-16-24,
  .pure-u-pl-17-24,
  .pure-u-pl-18-24,
  .pure-u-pl-19-24,
  .pure-u-pl-20-24,
  .pure-u-pl-21-24,
  .pure-u-pl-22-24,
  .pure-u-pl-23-24,
  .pure-u-pl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-pl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-pl-1-12,
  .pure-u-pl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-pl-1-8,
  .pure-u-pl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-pl-1-6,
  .pure-u-pl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-pl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-pl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-pl-1-4,
  .pure-u-pl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-pl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-pl-1-3,
  .pure-u-pl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-pl-3-8,
  .pure-u-pl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-pl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-pl-5-12,
  .pure-u-pl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-pl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-pl-1-2,
  .pure-u-pl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-pl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-pl-7-12,
  .pure-u-pl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-pl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-pl-5-8,
  .pure-u-pl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-pl-2-3,
  .pure-u-pl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-pl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-pl-3-4,
  .pure-u-pl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-pl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-pl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-pl-5-6,
  .pure-u-pl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-pl-7-8,
  .pure-u-pl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-pl-11-12,
  .pure-u-pl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-pl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-pl-1,
  .pure-u-pl-1-1,
  .pure-u-pl-5-5,
  .pure-u-pl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pure-u-ts-1,
  .pure-u-ts-1-1,
  .pure-u-ts-1-2,
  .pure-u-ts-1-3,
  .pure-u-ts-2-3,
  .pure-u-ts-1-4,
  .pure-u-ts-3-4,
  .pure-u-ts-1-5,
  .pure-u-ts-2-5,
  .pure-u-ts-3-5,
  .pure-u-ts-4-5,
  .pure-u-ts-5-5,
  .pure-u-ts-1-6,
  .pure-u-ts-5-6,
  .pure-u-ts-1-8,
  .pure-u-ts-3-8,
  .pure-u-ts-5-8,
  .pure-u-ts-7-8,
  .pure-u-ts-1-12,
  .pure-u-ts-5-12,
  .pure-u-ts-7-12,
  .pure-u-ts-11-12,
  .pure-u-ts-1-24,
  .pure-u-ts-2-24,
  .pure-u-ts-3-24,
  .pure-u-ts-4-24,
  .pure-u-ts-5-24,
  .pure-u-ts-6-24,
  .pure-u-ts-7-24,
  .pure-u-ts-8-24,
  .pure-u-ts-9-24,
  .pure-u-ts-10-24,
  .pure-u-ts-11-24,
  .pure-u-ts-12-24,
  .pure-u-ts-13-24,
  .pure-u-ts-14-24,
  .pure-u-ts-15-24,
  .pure-u-ts-16-24,
  .pure-u-ts-17-24,
  .pure-u-ts-18-24,
  .pure-u-ts-19-24,
  .pure-u-ts-20-24,
  .pure-u-ts-21-24,
  .pure-u-ts-22-24,
  .pure-u-ts-23-24,
  .pure-u-ts-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-ts-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-ts-1-12,
  .pure-u-ts-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-ts-1-8,
  .pure-u-ts-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-ts-1-6,
  .pure-u-ts-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-ts-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-ts-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-ts-1-4,
  .pure-u-ts-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-ts-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-ts-1-3,
  .pure-u-ts-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-ts-3-8,
  .pure-u-ts-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-ts-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-ts-5-12,
  .pure-u-ts-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-ts-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-ts-1-2,
  .pure-u-ts-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-ts-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-ts-7-12,
  .pure-u-ts-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-ts-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-ts-5-8,
  .pure-u-ts-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-ts-2-3,
  .pure-u-ts-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-ts-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-ts-3-4,
  .pure-u-ts-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-ts-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-ts-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-ts-5-6,
  .pure-u-ts-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-ts-7-8,
  .pure-u-ts-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-ts-11-12,
  .pure-u-ts-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-ts-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-ts-1,
  .pure-u-ts-1-1,
  .pure-u-ts-5-5,
  .pure-u-ts-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 840px) {
  .pure-u-tm-1,
  .pure-u-tm-1-1,
  .pure-u-tm-1-2,
  .pure-u-tm-1-3,
  .pure-u-tm-2-3,
  .pure-u-tm-1-4,
  .pure-u-tm-3-4,
  .pure-u-tm-1-5,
  .pure-u-tm-2-5,
  .pure-u-tm-3-5,
  .pure-u-tm-4-5,
  .pure-u-tm-5-5,
  .pure-u-tm-1-6,
  .pure-u-tm-5-6,
  .pure-u-tm-1-8,
  .pure-u-tm-3-8,
  .pure-u-tm-5-8,
  .pure-u-tm-7-8,
  .pure-u-tm-1-12,
  .pure-u-tm-5-12,
  .pure-u-tm-7-12,
  .pure-u-tm-11-12,
  .pure-u-tm-1-24,
  .pure-u-tm-2-24,
  .pure-u-tm-3-24,
  .pure-u-tm-4-24,
  .pure-u-tm-5-24,
  .pure-u-tm-6-24,
  .pure-u-tm-7-24,
  .pure-u-tm-8-24,
  .pure-u-tm-9-24,
  .pure-u-tm-10-24,
  .pure-u-tm-11-24,
  .pure-u-tm-12-24,
  .pure-u-tm-13-24,
  .pure-u-tm-14-24,
  .pure-u-tm-15-24,
  .pure-u-tm-16-24,
  .pure-u-tm-17-24,
  .pure-u-tm-18-24,
  .pure-u-tm-19-24,
  .pure-u-tm-20-24,
  .pure-u-tm-21-24,
  .pure-u-tm-22-24,
  .pure-u-tm-23-24,
  .pure-u-tm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-tm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-tm-1-12,
  .pure-u-tm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-tm-1-8,
  .pure-u-tm-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-tm-1-6,
  .pure-u-tm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-tm-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-tm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-tm-1-4,
  .pure-u-tm-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-tm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-tm-1-3,
  .pure-u-tm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-tm-3-8,
  .pure-u-tm-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-tm-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-tm-5-12,
  .pure-u-tm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-tm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-tm-1-2,
  .pure-u-tm-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-tm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-tm-7-12,
  .pure-u-tm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-tm-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-tm-5-8,
  .pure-u-tm-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-tm-2-3,
  .pure-u-tm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-tm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-tm-3-4,
  .pure-u-tm-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-tm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-tm-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-tm-5-6,
  .pure-u-tm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-tm-7-8,
  .pure-u-tm-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-tm-11-12,
  .pure-u-tm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-tm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-tm-1,
  .pure-u-tm-1-1,
  .pure-u-tm-5-5,
  .pure-u-tm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .pure-u-t-1,
  .pure-u-t-1-1,
  .pure-u-t-1-2,
  .pure-u-t-1-3,
  .pure-u-t-2-3,
  .pure-u-t-1-4,
  .pure-u-t-3-4,
  .pure-u-t-1-5,
  .pure-u-t-2-5,
  .pure-u-t-3-5,
  .pure-u-t-4-5,
  .pure-u-t-5-5,
  .pure-u-t-1-6,
  .pure-u-t-5-6,
  .pure-u-t-1-8,
  .pure-u-t-3-8,
  .pure-u-t-5-8,
  .pure-u-t-7-8,
  .pure-u-t-1-12,
  .pure-u-t-5-12,
  .pure-u-t-7-12,
  .pure-u-t-11-12,
  .pure-u-t-1-24,
  .pure-u-t-2-24,
  .pure-u-t-3-24,
  .pure-u-t-4-24,
  .pure-u-t-5-24,
  .pure-u-t-6-24,
  .pure-u-t-7-24,
  .pure-u-t-8-24,
  .pure-u-t-9-24,
  .pure-u-t-10-24,
  .pure-u-t-11-24,
  .pure-u-t-12-24,
  .pure-u-t-13-24,
  .pure-u-t-14-24,
  .pure-u-t-15-24,
  .pure-u-t-16-24,
  .pure-u-t-17-24,
  .pure-u-t-18-24,
  .pure-u-t-19-24,
  .pure-u-t-20-24,
  .pure-u-t-21-24,
  .pure-u-t-22-24,
  .pure-u-t-23-24,
  .pure-u-t-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-t-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-t-1-12,
  .pure-u-t-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-t-1-8,
  .pure-u-t-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-t-1-6,
  .pure-u-t-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-t-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-t-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-t-1-4,
  .pure-u-t-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-t-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-t-1-3,
  .pure-u-t-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-t-3-8,
  .pure-u-t-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-t-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-t-5-12,
  .pure-u-t-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-t-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-t-1-2,
  .pure-u-t-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-t-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-t-7-12,
  .pure-u-t-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-t-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-t-5-8,
  .pure-u-t-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-t-2-3,
  .pure-u-t-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-t-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-t-3-4,
  .pure-u-t-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-t-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-t-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-t-5-6,
  .pure-u-t-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-t-7-8,
  .pure-u-t-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-t-11-12,
  .pure-u-t-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-t-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-t-1,
  .pure-u-t-1-1,
  .pure-u-t-5-5,
  .pure-u-t-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1056px) {
  .pure-u-tl-1,
  .pure-u-tl-1-1,
  .pure-u-tl-1-2,
  .pure-u-tl-1-3,
  .pure-u-tl-2-3,
  .pure-u-tl-1-4,
  .pure-u-tl-3-4,
  .pure-u-tl-1-5,
  .pure-u-tl-2-5,
  .pure-u-tl-3-5,
  .pure-u-tl-4-5,
  .pure-u-tl-5-5,
  .pure-u-tl-1-6,
  .pure-u-tl-5-6,
  .pure-u-tl-1-8,
  .pure-u-tl-3-8,
  .pure-u-tl-5-8,
  .pure-u-tl-7-8,
  .pure-u-tl-1-12,
  .pure-u-tl-5-12,
  .pure-u-tl-7-12,
  .pure-u-tl-11-12,
  .pure-u-tl-1-24,
  .pure-u-tl-2-24,
  .pure-u-tl-3-24,
  .pure-u-tl-4-24,
  .pure-u-tl-5-24,
  .pure-u-tl-6-24,
  .pure-u-tl-7-24,
  .pure-u-tl-8-24,
  .pure-u-tl-9-24,
  .pure-u-tl-10-24,
  .pure-u-tl-11-24,
  .pure-u-tl-12-24,
  .pure-u-tl-13-24,
  .pure-u-tl-14-24,
  .pure-u-tl-15-24,
  .pure-u-tl-16-24,
  .pure-u-tl-17-24,
  .pure-u-tl-18-24,
  .pure-u-tl-19-24,
  .pure-u-tl-20-24,
  .pure-u-tl-21-24,
  .pure-u-tl-22-24,
  .pure-u-tl-23-24,
  .pure-u-tl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-tl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-tl-1-12,
  .pure-u-tl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-tl-1-8,
  .pure-u-tl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-tl-1-6,
  .pure-u-tl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-tl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-tl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-tl-1-4,
  .pure-u-tl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-tl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-tl-1-3,
  .pure-u-tl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-tl-3-8,
  .pure-u-tl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-tl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-tl-5-12,
  .pure-u-tl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-tl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-tl-1-2,
  .pure-u-tl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-tl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-tl-7-12,
  .pure-u-tl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-tl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-tl-5-8,
  .pure-u-tl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-tl-2-3,
  .pure-u-tl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-tl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-tl-3-4,
  .pure-u-tl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-tl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-tl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-tl-5-6,
  .pure-u-tl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-tl-7-8,
  .pure-u-tl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-tl-11-12,
  .pure-u-tl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-tl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-tl-1,
  .pure-u-tl-1-1,
  .pure-u-tl-5-5,
  .pure-u-tl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1124px) {
  .pure-u-txl-1,
  .pure-u-txl-1-1,
  .pure-u-txl-1-2,
  .pure-u-txl-1-3,
  .pure-u-txl-2-3,
  .pure-u-txl-1-4,
  .pure-u-txl-3-4,
  .pure-u-txl-1-5,
  .pure-u-txl-2-5,
  .pure-u-txl-3-5,
  .pure-u-txl-4-5,
  .pure-u-txl-5-5,
  .pure-u-txl-1-6,
  .pure-u-txl-5-6,
  .pure-u-txl-1-8,
  .pure-u-txl-3-8,
  .pure-u-txl-5-8,
  .pure-u-txl-7-8,
  .pure-u-txl-1-12,
  .pure-u-txl-5-12,
  .pure-u-txl-7-12,
  .pure-u-txl-11-12,
  .pure-u-txl-1-24,
  .pure-u-txl-2-24,
  .pure-u-txl-3-24,
  .pure-u-txl-4-24,
  .pure-u-txl-5-24,
  .pure-u-txl-6-24,
  .pure-u-txl-7-24,
  .pure-u-txl-8-24,
  .pure-u-txl-9-24,
  .pure-u-txl-10-24,
  .pure-u-txl-11-24,
  .pure-u-txl-12-24,
  .pure-u-txl-13-24,
  .pure-u-txl-14-24,
  .pure-u-txl-15-24,
  .pure-u-txl-16-24,
  .pure-u-txl-17-24,
  .pure-u-txl-18-24,
  .pure-u-txl-19-24,
  .pure-u-txl-20-24,
  .pure-u-txl-21-24,
  .pure-u-txl-22-24,
  .pure-u-txl-23-24,
  .pure-u-txl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-txl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-txl-1-12,
  .pure-u-txl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-txl-1-8,
  .pure-u-txl-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-txl-1-6,
  .pure-u-txl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-txl-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-txl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-txl-1-4,
  .pure-u-txl-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-txl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-txl-1-3,
  .pure-u-txl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-txl-3-8,
  .pure-u-txl-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-txl-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-txl-5-12,
  .pure-u-txl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-txl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-txl-1-2,
  .pure-u-txl-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-txl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-txl-7-12,
  .pure-u-txl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-txl-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-txl-5-8,
  .pure-u-txl-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-txl-2-3,
  .pure-u-txl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-txl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-txl-3-4,
  .pure-u-txl-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-txl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-txl-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-txl-5-6,
  .pure-u-txl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-txl-7-8,
  .pure-u-txl-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-txl-11-12,
  .pure-u-txl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-txl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-txl-1,
  .pure-u-txl-1-1,
  .pure-u-txl-5-5,
  .pure-u-txl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .pure-u-ls-1,
  .pure-u-ls-1-1,
  .pure-u-ls-1-2,
  .pure-u-ls-1-3,
  .pure-u-ls-2-3,
  .pure-u-ls-1-4,
  .pure-u-ls-3-4,
  .pure-u-ls-1-5,
  .pure-u-ls-2-5,
  .pure-u-ls-3-5,
  .pure-u-ls-4-5,
  .pure-u-ls-5-5,
  .pure-u-ls-1-6,
  .pure-u-ls-5-6,
  .pure-u-ls-1-8,
  .pure-u-ls-3-8,
  .pure-u-ls-5-8,
  .pure-u-ls-7-8,
  .pure-u-ls-1-12,
  .pure-u-ls-5-12,
  .pure-u-ls-7-12,
  .pure-u-ls-11-12,
  .pure-u-ls-1-24,
  .pure-u-ls-2-24,
  .pure-u-ls-3-24,
  .pure-u-ls-4-24,
  .pure-u-ls-5-24,
  .pure-u-ls-6-24,
  .pure-u-ls-7-24,
  .pure-u-ls-8-24,
  .pure-u-ls-9-24,
  .pure-u-ls-10-24,
  .pure-u-ls-11-24,
  .pure-u-ls-12-24,
  .pure-u-ls-13-24,
  .pure-u-ls-14-24,
  .pure-u-ls-15-24,
  .pure-u-ls-16-24,
  .pure-u-ls-17-24,
  .pure-u-ls-18-24,
  .pure-u-ls-19-24,
  .pure-u-ls-20-24,
  .pure-u-ls-21-24,
  .pure-u-ls-22-24,
  .pure-u-ls-23-24,
  .pure-u-ls-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-ls-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-ls-1-12,
  .pure-u-ls-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-ls-1-8,
  .pure-u-ls-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
  }

  .pure-u-ls-1-6,
  .pure-u-ls-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-ls-1-5 {
    width: 20%;
    *width: 19.9690%;
  }

  .pure-u-ls-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-ls-1-4,
  .pure-u-ls-6-24 {
    width: 25%;
    *width: 24.9690%;
  }

  .pure-u-ls-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-ls-1-3,
  .pure-u-ls-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-ls-3-8,
  .pure-u-ls-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
  }

  .pure-u-ls-2-5 {
    width: 40%;
    *width: 39.9690%;
  }

  .pure-u-ls-5-12,
  .pure-u-ls-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-ls-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-ls-1-2,
  .pure-u-ls-12-24 {
    width: 50%;
    *width: 49.9690%;
  }

  .pure-u-ls-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-ls-7-12,
  .pure-u-ls-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-ls-3-5 {
    width: 60%;
    *width: 59.9690%;
  }

  .pure-u-ls-5-8,
  .pure-u-ls-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
  }

  .pure-u-ls-2-3,
  .pure-u-ls-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-ls-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-ls-3-4,
  .pure-u-ls-18-24 {
    width: 75%;
    *width: 74.9690%;
  }

  .pure-u-ls-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-ls-4-5 {
    width: 80%;
    *width: 79.9690%;
  }

  .pure-u-ls-5-6,
  .pure-u-ls-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-ls-7-8,
  .pure-u-ls-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
  }

  .pure-u-ls-11-12,
  .pure-u-ls-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-ls-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-ls-1,
  .pure-u-ls-1-1,
  .pure-u-ls-5-5,
  .pure-u-ls-24-24 {
    width: 100%;
  }
}
/* Ninja Forms Overrides */
.nf-form-fields-required {
  margin-bottom: 20px;
}

/*------------------------------------|
|	Content Wrap                        |
|------------------------------------*/
/*---- Limits width of content, adds side padding, & allows background colours to extend to screen edge ----*/
.l-constrained, .l-constrained--split, .l-constrained--narrow, .l-constrained--banner, .l-constrained--latest {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
}
@media (min-width: 1397px) {
  .l-constrained, .l-constrained--split, .l-constrained--narrow, .l-constrained--banner, .l-constrained--latest {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-constrained--grid {
  padding-right: 1%;
  padding-left: 1%;
}

.l-constrained--top, .banner__text, .banner--plain {
  padding-top: 126px;
}
@media (min-width: 980px) {
  .l-constrained--top, .banner__text, .banner--plain {
    padding-top: 132px;
  }
}

.l-constrained--split {
  max-width: 1102px;
}
@media (min-width: 1212.2) {
  .l-constrained--split {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-constrained--narrow {
  max-width: 654px;
}
@media (min-width: 719.4) {
  .l-constrained--narrow {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-constrained--banner {
  max-width: 772px;
}
@media (min-width: 849.2) {
  .l-constrained--banner {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-constrained--latest {
  max-width: 620px;
}
@media (min-width: 682) {
  .l-constrained--latest {
    padding-right: 0;
    padding-left: 0;
  }
}

/*------------------------------------|
|	Footer                              |
|------------------------------------*/
.l-footer {
  background-color: #2780bc;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 23px 0;
  text-align: right;
}

.l-footer__content {
  background: transparent url("assets/img/logos/logo-footer-2.png") no-repeat left center;
  line-height: 34px;
}

@media (max-width: 599px) {
  .l-footer__content {
    background-position: center top;
    -webkit-background-size: 117px 34px;
            background-size: 117px 34px;
    padding-top: 50px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .l-footer--l, .l-footer--r {
    text-align: center;
    margin-bottom: 12px;
  }
}

@media (min-width: 600px) {
  .l-footer--r {
    text-align: right;
  }
}

.l-footer__logo {
  width: 118px;
  height: auto;
}
@media (max-width: 599px) {
  .l-footer__logo {
    margin-bottom: 20px;
  }
}

/*------------------------------------|
|	Forms                               |
|------------------------------------*/
/*------------------------------------|
|	Site Header                         |
|------------------------------------*/
.l-header {
  background-color: transparent;
  color: #0977bc;
  padding: 30px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.l-header:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.l-header a {
  color: #0977bc;
}

.l-header__title {
  color: #fff;
  text-indent: -999px;
}

.l-header__logo, .l-header__nav {
  display: inline-block;
  vertical-align: middle;
}

.l-header__logo {
  height: 72px;
  width: 232px;
  max-width: 75%;
  background: transparent url("assets/img/logos/logo.png") no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (min-width: 980px) {
  .l-header__nav {
    float: right;
  }
}

.l-header__brg {
  display: none;
}
@media (max-width: 979px) {
  .l-header__brg {
    display: inline-block;
    float: right;
  }
}

/*------------------------------------|
|	Buttons                             |
|------------------------------------*/
.btn, .btn--cta, .btn--cta-w, .btn--cta-b, .btn--form, .contact .submit-wrap input,
.contact .field-wrap > div input[type=checkbox], .contact .field-wrap button, .contact .field-wrap input[type=button], .contact .field-wrap input[type=submit] {
  cursor: pointer;
}

.btn--cta, .btn--cta-w, .btn--cta-b, .btn--form, .contact .submit-wrap input,
.contact .field-wrap > div input[type=checkbox], .contact .field-wrap button, .contact .field-wrap input[type=button], .contact .field-wrap input[type=submit] {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  padding: 7px 34px 6px 17px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.btn--form, .contact .submit-wrap input,
.contact .field-wrap > div input[type=checkbox], .contact .field-wrap button, .contact .field-wrap input[type=button], .contact .field-wrap input[type=submit],
.btn--cta,
.btn--cta-w,
.btn--cta-b,
.btn--cta:hover:before,
.btn--cta-w:hover:before,
.btn--cta-b:hover:before,
.btn--cta:focus:before,
.btn--cta-w:focus:before,
.btn--cta-b:focus:before,
.btn--cta:active:before,
.btn--cta-w:active:before,
.btn--cta-b:active:before {
  background-repeat: no-repeat;
  background-position: right 8px center;
  -webkit-background-size: 9px 23px;
          background-size: 9px 23px;
}

.btn--cta-w {
  background-image: url("assets/img/icons/arrow-b.svg");
  background-color: #fff;
  color: #0e76bc;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.btn--cta-w:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e76bc;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn--cta-w:hover, .btn--cta-w:focus, .btn--cta-w:active {
  color: #ffffff;
}
.btn--cta-w:hover:before, .btn--cta-w:focus:before, .btn--cta-w:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.btn--cta-w:hover:before, .btn--cta-w:focus:before, .btn--cta-w:active:before {
  background-image: url("assets/img/icons/arrow-w.svg");
}
.btn--cta-w:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #0e76bc inset;
          box-shadow: 0px 0px 0px 2px #0e76bc inset;
}

.btn--cta-b, .btn--form, .contact .submit-wrap input,
.contact .field-wrap > div input[type=checkbox], .contact .field-wrap button, .contact .field-wrap input[type=button], .contact .field-wrap input[type=submit] {
  background-image: url("assets/img/icons/arrow-w.svg");
  background-color: #0e76bc;
  color: #fff;
}

.btn--cta-b {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.btn--cta-b:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.btn--cta-b:hover, .btn--cta-b:focus, .btn--cta-b:active {
  color: #0e76bc;
}
.btn--cta-b:hover:before, .btn--cta-b:focus:before, .btn--cta-b:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.btn--cta-b:hover:before, .btn--cta-b:focus:before, .btn--cta-b:active:before {
  background-image: url("assets/img/icons/arrow-b.svg");
}
.btn--cta-b:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
          box-shadow: 0px 0px 0px 2px #fff inset;
}

.btn--scroll {
  display: inline-block;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.btn--scroll .btn__icon {
  background: transparent url("assets/img/icons/arrow-d.svg") no-repeat center bottom;
  -webkit-background-size: 36px 14px;
          background-size: 36px 14px;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.btn--scroll:hover .btn__icon, .btn--scroll:focus .btn__icon, .btn--scroll:active .btn__icon {
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.btn--form, .contact .submit-wrap input,
.contact .field-wrap > div input[type=checkbox], .contact .field-wrap button, .contact .field-wrap input[type=button], .contact .field-wrap input[type=submit] {
  text-align: left;
  width: 165px;
}

/*------------------------------------|
|	Buttons                             |
|------------------------------------*/
.btn--brg {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
  margin-top: 16px;
}
.btn--brg span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0977bc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.btn--brg span:nth-child(1) {
  top: 0px;
}
.btn--brg span:nth-child(2) {
  top: 8px;
}
.btn--brg span:nth-child(3) {
  top: 16px;
}
.is-menu-open .btn--brg span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 8px;
}
.is-menu-open .btn--brg span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.is-menu-open .btn--brg span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: 8px;
}

.btn--close {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.btn--close span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0977bc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.btn--close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 8px;
}
.btn--close span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.btn--close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: 8px;
}

/*------------------------------------|
|	Sliders                             |
|------------------------------------*/
/*------------------------------------|
| Modal
|------------------------------------*/
.modal, .person-mod {
  position: fixed;
  display: none;
  overflow: hidden;
  top: 10%;
  left: 10%;
  width: 80%;
  height: auto;
  max-height: 80%;
  z-index: 9999;
  padding: 20px 0 20px 20px;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__inner {
  height: inherit;
  overflow-y: auto;
  margin-top: 40px;
}

.modal__col {
  height: 100%;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .modal, .person-mod {
    top: 15%;
    left: 20%;
    width: 60%;
    height: auto;
    max-height: 70%;
  }

  .modal__col {
    padding-left: 20px;
    padding-right: 60px;
    overflow-y: auto;
  }

  .modal__inner {
    overflow-y: visible;
    padding-top: 0;
  }
}
@media (min-width: 980px) {
  .modal, .person-mod {
    padding: 40px 0 40px 40px;
  }

  .modal__close {
    top: 40px;
    right: 40px;
  }

  .modal__col {
    padding-right: 80px;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .modal, .person-mod {
    padding: 40px 0 40px 60px;
  }

  .modal__close {
    top: 40px;
    right: 60px;
  }

  .modal__col {
    padding-left: 60px;
    padding-right: 100px;
  }
}
/*------------------------------------|
| Person Modal
|------------------------------------*/
.person-mod {
  background-color: #fff;
  text-align: center;
}

.person-mod__img {
  width: 240px;
}

.person-mod__txt {
  text-align: left;
}

@media (min-width: 768px) {
  .person-mod {
    text-align: left;
  }

  .person-mod .modal__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .person-mod__imgwrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 240px;
        -ms-flex: 1 0 240px;
            flex: 1 0 240px;
  }

  .person-mod__img {
    width: 240px;
  }

  .person-mod__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.is-person-open .person-mod {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*------------------------------------|
| Row
|------------------------------------*/
.row {
  margin-bottom: 88px;
  padding: 20px 0;
}

.row--txt h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 64px;
  line-height: 4rem;
}
.row--txt h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
  margin-bottom: 2px;
}
.row--txt h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  line-height: 2.625rem;
  margin-bottom: 4px;
}
.row--txt h4 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 6px;
}
.row--txt h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 6px;
}
.row--txt h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 6px;
}
.row--txt ol, .row--txt ul {
  padding: 0;
  list-style-position: inside;
}
.row--txt ol, .row--txt ul, .row--txt p {
  margin: 0 0 16px 0;
}

/*------------------------------------|
|	Banner
|------------------------------------*/
.banner {
  min-height: 440px;
}

.banner, .banner--secondary {
  display: block;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner__text-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.banner__text {
  display: inline-block;
  max-width: 630px;
}

.banner__more {
  display: block;
  margin: 0 auto 35px auto;
  text-align: center;
}

.banner--plain {
  text-align: center;
}

.banner--secondary .banner__sub {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}

.banner--secondary-text {
  text-align: center;
  padding-top: 126px;
  padding-bottom: 76px;
}

@media (min-width: 980px) {
  .banner--secondary .banner__sub {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }

  .banner--secondary-text {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
@media (min-height: 600px) and (min-width: 600px) {
  .banner, .banner__text-wrap {
    height: 100vh;
  }

  .banner__text-wrap {
    padding: 40px 30px;
    margin-bottom: 0;
  }

  .banner__text {
    position: relative;
    top: 12%;
  }

  .banner__more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .banner--secondary-text {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}
/*------------------------------------|
|	Block
|------------------------------------*/
.block {
  padding: 0 15px;
}

/*------------------------------------|
|	Breadcrumbs                         |
|------------------------------------*/
.breadcrumbs {
  text-align: center;
  text-transform: uppercase;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs .is-active a {
  color: red;
  font-weight: 600;
}

/*------------------------------------|
| Columnar
|------------------------------------*/
.columnar__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: left;
}
@media (min-width: 768px) {
  .columnar__text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.columnar__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

/*------------------------------------|
| Contact
|------------------------------------*/
.contact {
  margin-bottom: 90px;
  /* Ninja Forms overrides for contact form */
}
.contact textarea {
  padding: 5px;
}
.contact textarea, .contact input {
  border: 2px solid #0977bc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.contact textarea:hover, .contact textarea:active, .contact textarea:focus, .contact input:hover, .contact input:active, .contact input:focus {
  outline: none;
}
.contact input[type=button] {
  border: none;
  outline: none;
}
.contact .nf-error .ninja-forms-field {
  border: 2px solid #e80000;
}
.contact .nf-error-msg {
  text-align: center;
}
.contact #ninja_forms_required_items, .contact .nf-field-container {
  margin-bottom: 10px;
}
.contact .textarea-container {
  margin-bottom: 30px;
}
.contact .submit-container, .contact .nf-form-fields-required {
  text-align: center;
}
.contact .submit-wrap input,
.contact .field-wrap > div input[type=checkbox], .contact .field-wrap button, .contact .field-wrap input[type=button], .contact .field-wrap input[type=submit] {
  text-align: left;
  width: 165px;
}

/*------------------------------------|
| Hero Image
|------------------------------------*/
.hero {
  margin-bottom: 70px;
}
.hero img {
  width: 100%;
  height: auto;
}

/*------------------------------------|
|	Latest News
|------------------------------------*/
.latest {
  padding: 70px 0 58px;
  margin-bottom: 0;
  background: #0e76bc url("assets/img/bg/ttl-sect.png") no-repeat right center;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
}

.lastest__ttl {
  margin-bottom: 18px;
}

.lastest__ttl, .lastest__subttl {
  text-align: center;
}

.lastest__subttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 auto 32px auto;
}

.lastest__content {
  max-width: 460px;
  margin: 0 auto 36px auto;
}
@media (min-width: 768px) {
  .lastest__content {
    max-width: none;
    margin: 0 0 47px 0;
  }
}

.latest__link {
  text-align: center;
}

/*------------------------------------|
|	Lead
|------------------------------------*/
.lead {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 44px;
  line-height: 2.75rem;
  margin-bottom: 26px;
}

.lead__wrap {
  text-align: center;
  padding: 42px 0 66px 0;
}

@media (max-width: 979px) {
  .lead__wrap {
    padding: 36px 0 52px 0;
  }

  .lead {
    margin-bottom: 12px;
  }
}
/*------------------------------------|
|	Menu
|------------------------------------*/
.site-menu {
  z-index: 999;
  position: fixed;
  width: 96px;
  height: 96px;
}
.site-menu:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-color: #000000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  will-change: transform;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 979px) {
  .site-menu {
    width: 74px;
    height: 74px;
  }
}

.is-menu-open .site-menu:after {
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.0s;
       -o-transition-delay: 0.0s;
          transition-delay: 0.0s;
}
@media (max-width: 567px) {
  .is-menu-open .site-menu:after {
    top: -125vw;
    right: -125vw;
    bottom: -125vw;
    left: -125vw;
  }
}
@media (min-width: 568px) and (max-width: 1269px) {
  .is-menu-open .site-menu:after {
    top: -75vw;
    right: -75vw;
    bottom: -75vw;
    left: -75vw;
  }
}
@media (min-width: 1270px) {
  .is-menu-open .site-menu:after {
    top: -952px;
    right: -952px;
    bottom: -952px;
    left: -952px;
  }
}

@media (min-width: 980px) {
  .site-menu {
    -webkit-animation: opacityShow 1s linear forwards;
            animation: opacityShow 1s linear forwards;
  }

  .has-modern-js .site-menu {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .has-modern-js .site-menu:before {
    content: '';
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    z-index: 1001;
    pointer-events: none;
  }
  .has-modern-js.is-logo-ready .site-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .has-modern-js.is-logo-ready .site-menu:before {
    -webkit-animation: openLogo 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
            animation: openLogo 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
.has-logo .site-menu {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.has-logo .site-menu:before {
  -webkit-animation: none;
          animation: none;
  content: none;
}

/*------------------------------------|
|	Nav
|------------------------------------*/
.nav li {
  display: block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
}
.nav a {
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 979px) {
  .menu {
    padding: 0 40px;
  }

  .nav {
    padding-top: 80px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25%;
    z-index: 999;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .3s transform ease-in;
    -o-transition: .3s transform ease-in;
    transition: .3s transform ease-in;
    background-color: #fff;
    overflow-y: auto;
  }
  .nav a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 11px 0;
    padding-right: 24px;
  }
  .nav .current-menu-item > a,
  .nav .current-menu-ancestor > a,
  .nav a:hover,
  .nav a:focus,
  .nav a:active {
    color: #737476;
  }
  .is-menu-open .nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .3s transform ease-out;
    -o-transition: .3s transform ease-out;
    transition: .3s transform ease-out;
  }
  .no-animate .nav {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .sub-menu {
    visibility: hidden;
    height: 0;
    padding-left: 16px;
  }

  .menu > .menu-item-has-children > a {
    position: relative;
    position: relative;
    max-width: 280px;
  }
  .menu > .menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-top: 8px solid #0977bc;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .menu > .menu-item-has-children > a:after {
    bottom: -webkit-calc(50% - 5px);
    bottom: calc(50% - 5px);
  }

  .is-menu-open > .sub-menu {
    visibility: visible;
    height: auto;
  }
  .menu > .is-menu-open.menu-item-has-children > a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 980px) {
  .nav {
    position: static;
    display: inline-block;
  }
  .nav .menu > li {
    display: inline-block;
    line-height: 36px;
    margin: 18px 0 18px 0;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .nav .menu > li.current-menu-ancestor > a {
    color: #737476;
  }
  .nav .menu > li:hover,
  .nav .menu > li:focus,
  .nav .menu > li:active,
  .nav .menu > li.current-menu-ancestor:hover,
  .nav .menu > li.current-menu-ancestor:focus,
  .nav .menu > li.current-menu-ancestor:active {
    background-color: #0977bc;
  }
  .nav .menu > li:hover > a,
  .nav .menu > li:focus > a,
  .nav .menu > li:active > a,
  .nav .menu > li.current-menu-ancestor:hover > a,
  .nav .menu > li.current-menu-ancestor:focus > a,
  .nav .menu > li.current-menu-ancestor:active > a {
    color: #fff;
  }
  .nav a {
    font-size: 16px;
    color: #0977bc;
  }

  .menu > li {
    overflow: hidden;
  }

  .menu-item-has-children a {
    cursor: pointer;
  }

  .sub-menu {
    padding: 5px 0 0 0;
    width: 200px;
  }
  .sub-menu li {
    line-height: 26px;
    padding-bottom: 10px;
  }
  .sub-menu a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }
  .sub-menu a:hover,
  .sub-menu a:focus,
  .sub-menu a:active,
  .sub-menu .current-menu-item a {
    color: #737476;
  }

  .menu > li > .sub-menu {
    position: absolute;
    left: 0;
  }
  .menu > li > .sub-menu:after {
    content: '';
    background: white;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
  }

  .menu > li.is-menu-open,
  .menu > li:hover,
  .menu > li:focus,
  .menu > li:active {
    overflow: visible;
  }
}
/*------------------------------------|
|	News
|------------------------------------*/
.news__header {
  margin-bottom: 14px;
}

.news__date, .news__ttl {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
}

.news__ttl {
  color: #000000;
}
@media (max-width: 979px) {
  .news__ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.news__date {
  color: #0977bc;
}
@media (max-width: 979px) {
  .news__date {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

.news--single {
  margin-bottom: 125px;
}
.news--single .news__header {
  margin-bottom: 80px;
}

.news--arch {
  padding: 40px 0 50px;
  border-bottom: 2px solid #0977bc;
}
.news--arch:last-child {
  border-bottom: none;
}

/*------------------------------------|
|	404, Not Found                      |
|------------------------------------*/
.not-found {
  text-align: center;
}

/*------------------------------------|
| Overlay
|------------------------------------*/
.overlay {
  display: none;
  content: '';
  background-color: rgba(9, 119, 188, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color .3s ease-in, opacity .3s ease-in;
  -o-transition: background-color .3s ease-in, opacity .3s ease-in;
  transition: background-color .3s ease-in, opacity .3s ease-in;
  z-index: 997;
}

.is-menu-open .overlay, .is-modal-open .overlay {
  display: block;
  background-color: rgba(9, 119, 188, 0.75);
  -webkit-transition: background-color .3s ease-out, opacity .3s ease-out;
  -o-transition: background-color .3s ease-out, opacity .3s ease-out;
  transition: background-color .3s ease-out, opacity .3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
}

.no-animate .overlay {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/*------------------------------------|
|	People
|------------------------------------*/
.people {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------------------------------|
|	Person
|------------------------------------*/
.person {
  text-align: center;
  padding-bottom: 20px;
}

.person__img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
@media (max-width: 839px) {
  .person__img {
    width: 240px;
  }
}

.person__txt {
  display: none;
}

/*------------------------------------|
|	Project
|------------------------------------*/
/*------------------------------------|
|	Split Rows
|------------------------------------*/
.split:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.split__img {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.split__img img {
  width: 432px;
  max-width: 100%;
}

.split__ttl {
  color: #0e76bc;
  margin-bottom: 2px;
}

.split__subttl {
  margin-bottom: 13px;
}

.split__btn {
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .split__img, .split__txt {
    width: 48%;
    display: inline-block;
  }

  .split__img {
    margin: 0 0 20px 0;
    text-align: left;
  }

  .split--l .split__img {
    padding-right: 20px;
    float: left;
  }

  .split--r .split__img {
    padding-left: 20px;
    float: right;
  }

  .split__btn {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .split--l .split__img {
    padding-right: 7%;
  }

  .split--r .split__img {
    padding-left: 7%;
  }
}
/*------------------------------------|
| Title Section
|------------------------------------*/
.title-section {
  padding: 135px 0 150px;
  text-align: center;
  color: #fff;
  background: #0e76bc url("assets/img/bg/ttl-sect.png") no-repeat right center;
  -webkit-background-size: cover;
          background-size: cover;
}

.title-section__ttl, .title-section__sub {
  display: block;
  margin: 0 auto;
}

.title-section__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  max-width: 570px;
  margin-bottom: 7px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .title-section__ttl {
    font-size: 6.6vw;
  }
}
@media (max-width: 319px) {
  .title-section__ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 567px) {
  .title-section__ttl {
    margin-bottom: 20px;
  }
}

.title-section__sub {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 41px;
  line-height: 2.5625rem;
  max-width: 730px;
}
@media (max-width: 519px) {
  .title-section__sub {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

/*------------------------------------|
| Typography
|------------------------------------*/
.th-title-secban {
  color: #0977bc;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 16px;
}
@media (min-width: 980px) {
  .th-title-secban {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 45px;
    line-height: 2.8125rem;
    margin-bottom: 30px;
  }
}

.th-title-homeban, .th-title-plainban {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-weight: 400;
  margin-bottom: 26px;
}
@media (min-width: 980px) {
  .th-title-homeban, .th-title-plainban {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin-bottom: 43px;
  }
}

.th-title-plainban {
  color: #0977bc;
}

.th-block-ttl {
  color: #0977bc;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 4px;
}

.th-block-sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 22px;
  display: block;
}


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