@charset "UTF-8";
/* ==========================================================================
 * Base
 * ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }
}
/* ==========================================================================
 * Grid
 * ========================================================================== */
.container, .container-narrow, .header .text {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:after, .container-narrow:after, .header .text:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 720px) {
  .container, .container-narrow, .header .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-narrow, .header .text {
  max-width: 44em;
}

.cols + * {
  margin-top: 3em;
}

@media (max-width: 479px) {
  .col + .col {
    margin-top: 2em;
  }
}

@media (min-width: 640px) {
  .col-2 {
    width: 15.27778%;
    float: left;
    margin-right: 1.66667%;
  }
}

@media (min-width: 640px) {
  .col-3 {
    width: 23.75%;
    float: left;
    margin-right: 1.66667%;
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  .col-4 + * {
    margin-top: 2em;
  }
}
@media (min-width: 640px) and (max-width: 1039px) {
  .col-4 {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-4:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .col-4:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media (min-width: 1040px) {
  .col-4 {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-4:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .col-4:nth-child(n+4) {
    margin-top: 2em;
  }
}
@media (min-width: 640px) {
  .standard .col-4 {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
  }
}
@media (max-width: 480px) {
  .boxes .col-4 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .boxes .col-4 + .col {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .boxes .col-4 {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
    margin-top: 0;
  }
  .boxes .col-4:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .boxes .col-4:nth-child(n+3) {
    margin-top: 20px;
  }
  .boxes .col-4:last-child:nth-child(n + 3) {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .boxes .col-4 {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
    margin-top: 0;
  }
  .boxes .col-4:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .boxes .col-4:nth-child(n + 4) {
    margin-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  .half, .col-6 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .half + .col, .col-6 + .col {
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .half, .col-6 {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
  }
  .half:nth-child(2n), .col-6:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 1040px) {
  .break-sooner .half, .break-sooner .col-6 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .col-8 {
    width: 66.11111%;
    float: left;
    margin-right: 1.66667%;
  }
}

@media (min-width: 640px) {
  .col-9 {
    width: 74.58333%;
    float: left;
    margin-right: 1.66667%;
  }
}

.full {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 640px) {
  .last {
    float: right;
    margin-right: 0;
  }
}

/* ==========================================================================
 * Layout
 * ========================================================================== */
html, body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Foundry Monoline W01", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.36364;
  color: #595959;
}
@media (min-width: 640px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 22px;
  }
}

h1, h2, .form .label, h3, h4, h5, h6 {
  color: #0070ba;
}
.header h1, [id=footer] h1, .bg h1, .header h2, .header .form .label, .form .header .label, [id=footer] h2, [id=footer] .form .label, .form [id=footer] .label, .bg h2, .bg .form .label, .form .bg .label, .header h3, [id=footer] h3, .bg h3, .header h4, [id=footer] h4, .bg h4, .header h5, [id=footer] h5, .bg h5, .header h6, [id=footer] h6, .bg h6 {
  color: inherit;
}
.box h1, .box h2, .box .form .label, .form .box .label, .box h3, .box h4, .box h5, .box h6 {
  color: #0070ba;
}

h1, [id=main] > article h1 {
  font-size: 1.90909em;
  font-weight: 500;
  line-height: 1.09091em;
}

h2, .form .label, .sidebar .module h3 {
  font-size: 1.36364em;
  font-weight: 500;
  line-height: 1.18182em;
  margin: 0.5em 0;
}

h3 {
  font-weight: 500;
  font-size: 1.09091em;
  line-height: 1.27273em;
}

p, ul, ol {
  margin: 1.36364em 0;
}

a {
  color: #0070ba;
}
.header a, [id=footer] a {
  color: inherit;
}

figure {
  margin: 0;
}

dl dt {
  display: inline;
  margin: 0;
}
dl dd {
  display: inline;
  margin: 0;
  white-space: nowrap;
}
dl dd:after {
  content: "\a";
  white-space: pre;
}
dl.object-info {
  overflow: hidden;
}
dl.object-info dt {
  font-weight: bold;
}
dl.object-info dt, dl.object-info dd {
  min-width: 120px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 640px) {
  dl.object-info {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    max-width: 586px;
  }
}

ol, ul {
  padding: 0 0 0 1em;
}
ol.clear-list, ul.clear-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-label {
  margin-bottom: 0;
}
.list-label + ul, .list-label + ol {
  margin-top: 0.25em;
}

.list li + li {
  margin-top: 0.5em;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.no-js [data-srcset] {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.fadein.faded {
  opacity: 1;
}

::-webkit-selection {
  color: white;
  background: #0070ba;
}

::-moz-selection {
  color: white;
  background: #0070ba;
}

::-o-selection {
  color: white;
  background: #0070ba;
}

::selection {
  color: white;
  background: #0070ba;
}

/* ==========================================================================
 * Helpers
 * ========================================================================== */
.cols:after, .form .field-group:after, .search-form:after, .wizard .content:after, [id=header] .container:after {
  content: "";
  display: table;
  clear: both;
}

.col > *:first-child, .header .text > *:first-child, .post-box > *:first-child, .box > *:first-child, .sidebar .module > *:first-child, [id=main] > article > *:first-child, .section header > *:first-child {
  margin-top: 0;
}
.col > *:last-child, .header .text > *:last-child, .post-box > *:last-child, .box > *:last-child, .sidebar .module > *:last-child, [id=main] > article > *:last-child, .section header > *:last-child {
  margin-bottom: 0;
}

.scroll-bottom {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 3em;
  height: 3em;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.no-backgroundsize .scroll-bottom {
  background-position: 50% 50%;
  -ms-behavior: url(/backgroundsize.min.htc);
}

.space {
  margin-top: 3em;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #0070ba;
}

.text-big {
  font-size: 2em;
}

.small, .thank-you p {
  font-size: 0.72727em;
}
.small b, .thank-you p b {
  font-size: 1.125em;
}

.smaller {
  font-size: 0.63636em;
}
.smaller b {
  font-size: 1.14286em;
}

.additional {
  max-width: 29em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.additional h6 {
  color: inherit;
  margin: 0;
  font-size: 0.72727em;
}
.additional h6 + p {
  margin-top: 0.5em;
}
.additional p {
  font-size: 0.63636em;
}

@media (min-width: 640px) {
  .inset, .header .breadcrumbs, .actions li, [id=header] .logo-container, [id=header] nav, [id=footer] .bottom {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.68182em;
    padding-right: 0.68182em;
  }
}

.secondary.button, .form input.secondary[type=submit], .actions a.secondary, .inactive.button, .form input.inactive[type=submit], .actions a.inactive, .actions li:first-child a {
  background-color: #e1e1e1;
  color: #595959;
}

.button, .form input[type=submit], .actions a {
  color: white;
  font-size: 1em;
  font-weight: 500;
  background-color: #0070ba;
  color: white;
  border: 1px solid #959595;
  border-radius: 3px;
  line-height: inherit;
  padding: 0.40909em 0.5em;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 640px) {
  .wide.button, .form input.wide[type=submit], .actions a.wide {
    display: block;
  }
}
@media (min-width: 640px) {
  .wide.button, .form input.wide[type=submit], .actions a.wide {
    padding: 0.40909em 5em;
  }
}
.button:hover, .form input[type=submit]:hover, .actions a:hover, .button:focus, .form input[type=submit]:focus, .actions a:focus {
  background-color: black !important;
  color: white !important;
}
.box .button, .box .form input[type=submit], .form .box input[type=submit], .box .actions a, .actions .box a, .post-box .button, .post-box .form input[type=submit], .form .post-box input[type=submit], .post-box .actions a, .actions .post-box a {
  display: block;
}

.text-center {
  text-align: center;
}

/* ==========================================================================
 * Modules
 * ========================================================================== */
.header {
  background-color: #0070ba;
  color: white;
  text-align: center;
}
.header .container {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}
.header .categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 1.75em;
  text-align: center;
}
.header .categories li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75em;
}
.header .categories li.active {
  font-weight: bold;
}
.header .categories a {
  color: inherit;
  text-decoration: none;
}
.header .breadcrumbs {
  position: absolute;
  top: 0.75em;
  line-height: 1;
}
.header h1 {
  margin-bottom: 0;
}
.header h2, .header .form .label, .form .header .label {
  margin-top: 0;
  font-size: 1.09091em;
  font-weight: 400;
}

.post-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #0070ba;
  padding: 15px;
}
.post-box img {
  display: block;
}
.post-box h3 {
  margin: 0.75em 0 0;
  text-align: center;
}
.post-box.big h3 {
  font-size: 1.36364em;
}
.post-box .subtitle {
  color: #0070ba;
  font-weight: 500;
  font-size: 0.90909em;
  margin-top: 0;
  text-align: center;
}
.post-box .p {
  font-size: 0.72727em;
}

.post-box-grid {
  overflow: hidden;
}
@media (min-width: 520px) and (max-width: 1040px) {
  .post-box-grid .post-box.big {
    width: 49.16667%;
    width: calc((100% - 24px)/2);
  }
  .post-box-grid .post-box.big:not([style]):nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1040px) {
  .post-box-grid .post-box.big {
    width: 32.22222%;
    width: calc((100% - 48px)/3);
  }
  .post-box-grid .post-box.big:not([style]):nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 380px) and (max-width: 740px) {
  .post-box-grid .post-box.medium {
    width: 49.16667%;
    width: calc((100% - 24px)/2);
  }
  .post-box-grid .post-box.medium:not([style]):nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1040px) {
  .post-box-grid .post-box.medium {
    width: 32.22222%;
    width: calc((100% - 48px)/3);
  }
  .post-box-grid .post-box.medium:not([style]):nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1040px) {
  .post-box-grid .post-box.medium {
    width: 23.75%;
    width: calc((100% - 72px)/4);
  }
  .post-box-grid .post-box.medium:not([style]):nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .post-box-grid .post-box:not([style]) {
    float: left;
    margin-right: 1.66667%;
    margin-right: calc( 24px );
    margin-bottom: 24px;
  }
}
.post-box-grid .gutter {
  width: 24px;
}
@media (min-width: 800px) {
  .post-box-grid .gutter {
    width: 24.4898%;
    width: calc(24px);
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li + li:before {
  content: "›";
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.box {
  background-color: #fff;
  padding: 1.13636em 15px;
}

@media (min-width: 480px) {
  .flexbox .boxes {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox .boxes > .col {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
  }
  .flexbox .boxes .box {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.box > h2, .form .box > .label, .box > .subtitle, .box > p {
  text-align: center;
}
.box .icon {
  margin: 0 auto;
  height: 3em;
  width: 4em;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
}
.no-backgroundsize .box .icon {
  background-position: 50% 50%;
  -ms-behavior: url(/backgroundsize.min.htc);
}
.box h2, .box .form .label, .form .box .label {
  margin-bottom: 0;
}
.box .subtitle {
  margin-top: 0;
  color: #0070ba;
  font-weight: 500;
  font-size: 0.90909em;
}
.box .p {
  font-size: 0.81818em;
}

.sidebar .module {
  background-color: #f2f2f2;
  padding: 15px;
  max-width: 312px;
}
.sidebar .module h3 {
  margin-bottom: 1em;
}
.sidebar .module + .module {
  margin-top: 20px;
}

@media (min-width: 640px) and (max-width: 1040px) {
  .main-content {
    width: calc( 100% - 305px  );
    margin-right: calc( 24px );
  }
  .main-content + .sidebar {
    width: calc( 281px );
  }
}

.person {
  font-family: Arial;
  font-size: 0.81818em;
}
.person .name {
  display: block;
  margin-top: 0.5em;
}
.person .info {
  margin-bottom: 0;
}
.person .info dt {
  min-width: 3em;
  display: inline-block;
}

.bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.81818em 0 6em 0;
  -webkit-background-size: 0;
  background-size: 0;
}
.bg.bg-top {
  background-position: center top;
}
.bg h1 {
  color: white;
  margin: 0 0 1em 0;
}
.bg .scroll-bottom {
  position: absolute;
  bottom: 1.81818em;
  left: 50%;
  margin-left: -34px;
}
.bg > * {
  position: relative;
  z-index: 1;
}
.bg.fadein {
  opacity: 1;
}
.bg:before {
  content: "";
  background: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.bg.faded:before {
  opacity: 1;
}
.bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 30%;
  z-index: 0;
  background: linear-gradient(#002f4f, rgba(0, 0, 0, 0));
}
body > .bg {
  background-color: #002f4f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100% - 120px);
}
body > .bg:before {
  -webkit-background-size: cover;
  background-size: cover;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 2px;
  font-family: Arial;
  font-size: 0.81818em;
  text-align: left;
  color: #595959;
}
.table th {
  white-space: nowrap;
}
.table th, .table td {
  padding: 1em;
  background-color: #F2F2F2;
  vertical-align: top;
}
.table .mark {
  background-color: #0070ba;
  color: white;
  font-weight: 700;
}
@media (max-width: 640px) {
  .table {
    border-spacing: 0 0;
  }
  .table thead {
    display: none;
  }
  .table tr {
    display: block;
  }
  .table tr + tr {
    margin-top: 1em;
  }
  .table td {
    display: block;
    text-align: right;
  }
  .table td + td {
    margin-top: 2px;
  }
  .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
  }
}
@media (min-width: 800px) {
  .table th:first-child, .table td:first-child {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.22222%;
  }
  .table th:not(:first-child), .table td:not(:first-child) {
    width: 220.0px;
  }
}

/* ==========================================================================
 * Slider
 * ========================================================================== */
[id=slider] {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  background-color: #0070ba;
}
[id=slider] .rsGCaption, [id=slider] .rsSlideCount, [id=slider] .rsArrow {
  font-size: 0.90909em;
  line-height: 1.25;
}
[id=slider] .rsGCaption, [id=slider] .rsSlideCount {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  position: absolute;
  z-index: 100;
  bottom: 0.75em;
  right: 4em;
  width: auto;
  padding: 0.625em 20px;
  color: white;
  font-family: Arial, sans-serif;
}
[id=slider] .rsGCaption {
  background-color: #0070ba;
  left: 4em;
  text-align: left;
}
@media (min-width: 640px) {
  [id=slider] .rsGCaption {
    padding-right: 120px;
  }
}
@media (max-width: 640px) {
  [id=slider] .rsSlideCount {
    display: none;
  }
}
[id=slider] .rsArrow {
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  bottom: 0.75em;
  box-shadow: inset 0 0 0 1px #959595;
  background-color: #0070ba;
  background-position: center;
  color: white;
  -webkit-background-size: auto 64%;
  background-size: auto 64%;
}
[id=slider] .rsArrowLeft {
  left: 0.75em;
}
[id=slider] .rsArrowRight {
  right: 0.75em;
}
[id=slider] .rsArrowIcn {
  display: none;
}

/* ==========================================================================
 * Forms
 * ========================================================================== */
.form [type=text], .form [type=phone], .form [type=email], .form select, .form .customSelect {
  padding: 0.40909em 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  line-height: inherit;
  height: 2.27273em;
  font-size: 1em;
  background-color: #ebebeb;
  border: 1px solid #0070ba;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #0070ba;
  -webkit-transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
}
.form .placeholder[type=text], .form .placeholder[type=phone], .form .placeholder[type=email], .form select.placeholder, .form .placeholder.customSelect {
  color: #595959;
}
.form [type=text]:-moz-placeholder, .form [type=phone]:-moz-placeholder, .form [type=email]:-moz-placeholder, .form select:-moz-placeholder, .form .customSelect:-moz-placeholder {
  color: #595959;
}
.form [type=text]::-webkit-input-placeholder, .form [type=phone]::-webkit-input-placeholder, .form [type=email]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form .customSelect::-webkit-input-placeholder {
  color: #595959;
}
.form .error[type=text], .form .error[type=phone], .form .error[type=email], .form select.error, .form .error.customSelect {
  border-color: #b80000;
  box-shadow: inset 0 0 0 1px #b80000;
}
.form [type=text]:active, .form [type=phone]:active, .form [type=email]:active, .form select:active, .form .customSelect:active, .form [type=text]:focus, .form [type=phone]:focus, .form [type=email]:focus, .form select:focus, .form .customSelect:focus {
  border-color: black;
  box-shadow: inset 0 0 0 1px black;
}

.form label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0.40909em 0.5em;
  border: 1px solid transparent;
  pointer-events: none;
  color: #595959;
}
.form [type=text], .form [type=phone], .form [type=email], .form [type=submit], .form .button {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form select, .form .customSelect {
  display: block;
  line-height: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.form .customSelect.customSelectFocus {
  border-color: black;
  box-shadow: inset 0 0 0 1px black;
}
.form .customSelect:before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -7.5px;
  width: 12px;
  height: 15px;
  pointer-events: none;
}
.form .label {
  font-weight: 400;
  margin: 0 0 1em 0;
}
.form .label b {
  font-weight: 500;
}
@media (min-width: 640px) {
  .form .prev {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.41379%;
    float: left;
  }
  .form .next {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.41379%;
    float: right;
    margin-right: 0;
  }
}
.form .field-group > * {
  float: left;
  margin: 0;
}
.form .field-group > *:last-child {
  float: right;
}
.form .field-group .short {
  width: 30%;
}
.form .field-group .long {
  width: 65%;
}
.form .field-group .medium {
  width: 47.41379%;
}
.form > h2, .form > .label {
  display: none;
}
.form .no-wizard-submit {
  display: none;
}
.form.no-wizard > section {
  margin-bottom: 3em;
}
.form.no-wizard .no-wizard-submit {
  display: block;
}

.field, .field-group {
  position: relative;
  margin: 1.36364em 0;
}

.search-form {
  position: relative;
}
.search-form > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input[type=text] {
  width: 80%;
  width: calc(100% - 4em);
  float: left;
}
.search-form input[type=submit] {
  width: 15%;
  width: calc(3em);
  float: right;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  background-position: center;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.thank-you {
  text-align: center;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}

.steps {
  font-family: Arial;
  font-size: 0.81818em;
  overflow: hidden;
  border: 2px solid #595959;
}
.steps ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.steps li {
  background-color: white;
  padding: 0.8em 0.75em;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .steps li + li {
    border-top: 2px solid #595959;
  }
}
@media (min-width: 640px) {
  .steps li {
    float: left;
    width: 33.33333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .steps li + li {
    border-left: 2px solid #595959;
  }
}
.steps li:after {
  content: " ✓";
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.steps .current {
  background-color: #EBEBEB;
}
.steps .current:after, .steps .current ~ *:after {
  display: none;
}
.steps a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.steps + * {
  margin-top: 1.5em;
}

.actions ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1040px) {
  .actions li {
    width: 47.41379%;
    float: left;
  }
}
@media (min-width: 1040px) {
  .actions li {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
  }
}
.actions li.disabled {
  display: none;
}
.actions li:not(:first-child) {
  float: right;
  margin-right: 0;
}
@media (min-width: 480px) {
  .actions li:not(:first-child) a {
    float: right;
    margin-right: 0;
  }
}
.actions a {
  display: block;
}
@media (min-width: 480px) {
  .actions a {
    width: 47.41379%;
  }
}

.cargo {
  position: relative;
  counter-increment: cargo;
}
.cargo .label b:after {
  content: " " counter(cargo);
}
.cargo p:last-of-type {
  margin-bottom: 0;
}
.cargo:first-child .remove-cargo, .cargo:first-child .copy-cargo {
  display: none;
}

.remove-cargo {
  position: absolute;
  right: 0.68182em;
  top: 0.25em;
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 21px;
  height: 21px;
}

.copy-cargo {
  position: absolute;
  right: 50px;
  top: 0.25em;
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 15px;
  height: 21px;
}

.add-cargo {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7.5em 0;
  background-color: white;
  border: 2px solid #595959;
  border-radius: 3px;
  color: inherit;
  text-decoration: none;
}

/* Accessibility */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info, .wizard > .content > .title, .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* Wizard */
.wizard .content {
  min-height: 100px;
}
.wizard .content > .body {
  width: 100%;
  height: auto;
  position: relative;
}

/* ==========================================================================
 * Map
 * ========================================================================== */
[id=map] {
  height: auto !important;
  min-height: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 0;
  padding-top: 44.44444%;
  width: 100%;
}
[id=map] > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
[id=map] img {
  max-width: none;
}

.gm-style-iw * {
  margin: 0;
}
.gm-style-iw * + * {
  margin-top: 0.25em;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
[id=header] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: white;
}
@media (min-width: 640px) {
  [id=header] {
    height: 80px;
    padding: 20px 0;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  [id=header] + * {
    margin-top: 120px;
  }
}
[id=header].headroom--not-top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1040px) {
  [id=header].headroom--not-top {
    padding: 0;
  }
  [id=header].headroom--not-top .primary {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
@media (max-width: 640px) {
  [id=header] {
    padding: 20px 0;
  }
  [id=header] + * {
    margin-top: 82px;
  }
}
[id=header] .container {
  height: 100%;
}
@media (min-width: 640px) {
  .csstransforms [id=header] .logo-container, .csstransforms [id=header] nav {
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms [id=header] .logo {
    margin-top: 1em;
  }
}
@media (max-width: 639px) {
  [id=header] .logo-container {
    float: left;
  }
}
@media (min-width: 640px) {
  [id=header] .logo-container {
    width: 23.75%;
    float: left;
    margin-right: 1.66667%;
  }
}
[id=header] .logo {
  display: block;
  margin-top: -0.6em;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 190px;
  height: 80px;
  -webkit-background-size: contain;
  background-size: contain;
  max-width: 100%;
  background-position: left center;
}
[id=header] .nav-toggle {
  width: 25px;
  height: 25px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  float: right;
  margin-top: 7px;
}
@media (min-width: 640px) {
  [id=header] nav {
    width: 74.58333%;
    float: right;
    margin-right: 0;
  }
}

/* ==========================================================================
 * Nav
 * ========================================================================== */
[id=nav] {
  font-weight: 500;
}
@media (max-width: 639px) {
  [id=nav] {
    width: calc(100% + 40px);
    margin-left: calc(-20px);
    margin-right: calc(-20px);
    font-size: 1.25em;
  }
  [id=nav] ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 1em;
  }
  [id=nav] li {
    border-top: 1px solid #0070ba;
  }
  [id=nav] a {
    color: inherit;
    text-decoration: none;
    padding: 0.75em 20px;
    display: block;
  }
  [id=nav] a:hover, [id=nav] li.active a {
    background-color: #0070ba;
    color: white;
  }
}
@media (min-width: 640px) {
  [id=nav] {
    color: #595959;
  }
  [id=nav] ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    white-space: nowrap;
  }
  [id=nav] ul:after {
    content: "";
    display: table;
    clear: both;
  }
  [id=nav] ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  [id=nav] ul .active a, [id=nav] ul a:hover {
    color: #0070ba;
  }
  [id=nav] ul .primary + .primary {
    margin-left: 12%;
  }
  [id=nav] ul .secondary + .secondary {
    margin-left: 2em;
  }
  [id=nav] a {
    color: inherit;
    text-decoration: none;
  }
  [id=nav] .primary {
    font-size: 1.27273em;
    margin-top: 35px;
    margin-bottom: 35px;
    -webkit-transition: margin 0.2s;
    transition: margin 0.2s;
    float: left;
  }
}
@media (min-width: 640px) and (min-width: 640px) and (max-width: 800px) {
  [id=nav] .primary {
    font-size: 3vw;
  }
}
@media (min-width: 640px) {
  [id=nav] .secondary {
    font-size: 0.81818em;
  }
  [id=nav] .primary + .secondary {
    margin-left: -1000px;
  }
}

/* ==========================================================================
 * Main
 * ========================================================================== */
[id=main] > section {
  padding-top: 30px;
  padding-bottom: 40px;
}
[id=main] > section:last-child, [id=main] > article:last-child {
  padding-bottom: 6em;
}
[id=main] > article {
  padding-top: 3em;
  padding-bottom: 3em;
}
[id=main] > article h1 {
  text-align: center;
}
[id=main] > article h2 + *, [id=main] > article .form .label + *, .form [id=main] > article .label + * {
  margin-top: 1em;
}
[id=main] > article h2 + table, [id=main] > article .form .label + table, .form [id=main] > article .label + table {
  margin-top: 1.5em;
}
[id=main] > article section {
  padding: 0;
}
[id=main] > article section + section {
  margin-top: 3em;
}

.section {
  padding: 0;
}
.section + .section {
  margin-top: 3em;
}
.section header + * {
  margin-top: 2.5em;
}

/* ==========================================================================
 * Footer
 * ========================================================================== */
[id=footer] {
  background: #0070ba;
  color: white;
  padding: 3em 0;
  position: relative;
}
[id=footer] a {
  color: inherit;
}
[id=footer] .scroll-top {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -34px;
  width: 60px;
  height: 30px;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border: 4px solid #0070ba;
  border-bottom: none;
  background-position: center;
}
@media (max-width: 479px) {
  [id=footer] .footer-col-2 + * {
    margin-top: 2em;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  [id=footer] .footer-col-2 {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
  }
  [id=footer] .footer-col-2:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  [id=footer] .footer-col-2 {
    width: 15.27778%;
    float: left;
    margin-right: 1.66667%;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  [id=footer] .footer-col-6 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
  }
}
@media (min-width: 800px) {
  [id=footer] .footer-col-6 {
    width: 49.16667%;
    float: right;
    margin-right: 0;
  }
}
[id=footer] .main h4 {
  font-size: 1em;
  margin-bottom: 0.75em;
  font-weight: 500;
}
[id=footer] .main h4 + * {
  margin-top: 0;
  font-family: Arial;
}
@media (min-width: 640px) {
  [id=footer] .main h4 + * {
    font-size: 0.72727em;
  }
}
[id=footer] .partners {
  padding: 0;
  list-style-type: none;
}
[id=footer] .partners li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5em;
  margin-bottom: 0.75em;
}
[id=footer] .bottom {
  overflow: hidden;
  text-align: center;
  margin-top: 3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 2px solid white;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  [id=footer] .bottom > * {
    display: block;
    text-align: left;
  }
  [id=footer] .bottom > * + * {
    margin-top: 0.5em;
  }
}
@media (min-width: 480px) {
  [id=footer] .bottom .copy {
    float: left;
  }
}
@media (min-width: 480px) {
  [id=footer] .bottom .author {
    float: right;
  }
}
