@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Fonts
 * ----------------------------------------------------------------------------
 * I'm a simple guy with simple needs, I don't like to mix a lot of different
 * fonts in my designs.  To keep it simple, I have two different font types:
 * copy and headlines.  They are exactly what they sound like.
 *
 * Make sure you also define "fallbacks" on the off chance Google fonts goes
 * down or your user is on a crappy connection.
 *
 */
/**
 * Elements are global styles.  They are very generic, in fact, you
 * should think long and hard before adding anything to this stylesheet.
 * Do not add font sizes or colors in here...yes even if it's global
 * because the truth is it probably isn't as global as you think.
 */
* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-family: Hind, Helvetica Neue, sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0; }

:focus {
  outline: none; }

body {
  background: #fff;
  color: #000;
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Univers LT W01_55 Roman1475956", sans-serif;
  line-height: 1.5; }

img {
  max-width: 100%; }
  img .responsive {
    height: auto;
    width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora';
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.25;
  margin: 0;
  padding: 0; }

b, strong {
  font-weight: 700; }

p, ul, ol {
  font-size: inherit; }

a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none; }
  a.underline {
    text-decoration: underline; }

p {
  margin: 0;
  padding: 0 0 25px 0; }
  p:last-of-type {
    padding-bottom: 0; }

nav ol, nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ol li, nav ul li {
    margin: 0;
    padding: 0; }

.screen-reader {
  position: absolute;
  top: -99999px;
  left: -99999px; }

.align--center {
  text-align: center; }
  @media (max-width: 1280px) {
    .align--center {
      text-align: left; } }

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

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

h1 {
  font-size: 42px; }
  h1 span {
    font-style: italic;
    font-size: 85%;
    display: block; }
  h1.align--center {
    text-align: center; }

h1.section-header, div[class^=".full-width"] h1.section-header {
  padding: 50px 0 25px 0; }

div[class^=".full-width"] h1 {
  font-size: 40px;
  margin-bottom: 25px; }

h1.page-header {
  font-size: 60px;
  padding: 50px 0 25px 0; }

@media (max-width: 1160px) {
  h1 {
    font-size: 32px; }
  .text h1 {
    margin-top: 50px;
    margin-bottom: 20px; }
  h1.page-header {
    font-size: 40px;
    padding: 25px 0 25px 0; } }

.univers-black {
  font-family: "Univers LT W01_75 Black1475980", sans-serif; }

.no-paragraph-spacing,
.address {
  padding-bottom: 25px; }
  .no-paragraph-spacing p,
  .address p {
    padding: 0; }

ul.nav {
  margin: 0;
  padding: 0; }
  ul.nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    padding-right: 50px; }
    ul.nav li:last-of-type {
      padding-right: 0; }

.with-padding {
  padding: 50px 0; }
  .with-padding.extra-padding {
    padding: 75px 0; }

h1.no-top,
.no-top {
  padding-top: 0;
  margin-top: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .embed-container video {
    width: 100%;
    height: auto; }

.panel-dots {
  display: none; }

@media (min-width: 1160px) {
  .panel-dots {
    display: block;
    position: fixed;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
    z-index: 99; }
    .panel-dots .dot {
      border-radius: 100%;
      width: 16px;
      height: 16px;
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.65) 0 0 4px;
      margin-bottom: 20px;
      transition: background-color 1.5s;
      cursor: pointer; }
      .panel-dots .dot.active {
        background-color: #42b2de; } }

@media (min-width: 1280px) {
  .panel-dots .dot {
    margin-bottom: 10px; } }

@media (max-width: 1160px) {
  .home .panel-wrapper {
    background-color: #fff; }
    .home .panel-wrapper .panel.first {
      background-color: #0f5da7;
      color: #fff;
      background-image: url("/assets/images/minified/newspaper-pattern.png");
      background-size: cover; }
      .home .panel-wrapper .panel.first .slice-left {
        display: none; }
    .home .panel-wrapper .panel.third {
      color: #fff;
      background: url("/assets/images/minified/black-transparency.png"), url("/assets/images/minified/home/homepage-bts-panel.jpg"); }
    .home .panel-wrapper .panel.fourth {
      color: #fff;
      background-image: url("/assets/images/minified/black-transparency.png"), url("/assets/images/minified/home/homepage-slide-excelerate-right.jpg"); } }

@media (min-width: 1160px) {
  body.home .panel.first .slice-right {
    background-color: white; }
  body.home .panel.second h1 {
    color: #0f5da7; }
  body.home .panel.second p {
    color: #808083; }
  body.home .panel.second .slice-left,
  body.home .panel.second .slice-right {
    background-color: white; }
  body.home .panel.third .slice-right {
    background-color: black; }
  body.home .panel.fourth .slice-left,
  body.home .panel.fourth .slice-right {
    background-color: black; } }

@media (max-width: 1160px) {
  body.home .panel {
    text-align: center; }
    body.home .panel .panel-text--right,
    body.home .panel .panel-text--left {
      padding: 50px 0 60px 0; }
    body.home .panel h1 {
      font-size: 50px;
      margin: 0; }
    body.home .panel.first .button, body.home .panel.second .button, body.home .panel.third .button, body.home .panel.fourth .button {
      margin: 0;
      margin-left: auto;
      margin-right: auto; }
  body.home .panel.first .media.mobile-only,
  body.home .panel.third .media.mobile-only {
    display: block;
    max-width: 100px;
    margin: 40px auto; }
  body.home .panel.first .slice-right,
  body.home .panel.third .slice-right {
    display: none; }
  body.home .panel.first .slice-left {
    display: none; }
  body.home .panel.second h1 {
    margin-bottom: 50px; }
  body.home .panel.second .button {
    margin-top: 50px; }
  body.home .panel.second .slice-right {
    display: none; }
  body.home .panel.third .button {
    margin-top: 50px; }
  body.home .panel.third .slice-left {
    display: none; }
  body.home .panel.fourth .button {
    margin-top: 50px; }
  body.home .panel.fourth .home-logo {
    margin: auto; }
  body.home .panel.fourth .slice-right,
  body.home .panel.fourth .slice-left {
    display: none; }
  .homepage-content .panel-text--left,
  .homepage-content .panel-text--right {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .homepage-content .panel-text--left:after,
    .homepage-content .panel-text--right:after {
      content: " ";
      display: block;
      clear: both; } }

@media (min-width: 1160px) {
  body.home {
    overflow: hidden; }
    body.home .footer {
      padding: 25px 0;
      z-index: 1; }
    body.home .panel {
      position: fixed; }
    body.home .embed-container {
      background-size: cover;
      -ms-transform: translatez(0);
      transform: translatez(0); }
    body.home .panel.hidden .slice-left {
      -ms-transform: skewX(150deg) translatez(0) translatex(-65%);
      transform: skewX(150deg) translatez(0) translatex(-65%); }
    body.home .panel.hidden .slice-right {
      -ms-transform: skewX(150deg) translatez(0) translatex(65%);
      transform: skewX(150deg) translatez(0) translatex(65%); }
    body.home .panel.hidden .panel-text--left {
      -ms-transform: translate(-150%, -50%) translatez(0);
      transform: translate(-150%, -50%) translatez(0); }
    body.home .panel.hidden .panel-text--right {
      -ms-transform: translate(150%, -50%) translatez(0);
      transform: translate(150%, -50%) translatez(0); }
    body.home .panel.offscreen {
      z-index: 1 !important; }
    body.home .panel.first .media.mobile-only,
    body.home .panel.third .media.mobile-only {
      display: none; }
    body.home .panel.first {
      z-index: 48; }
    body.home .panel.second {
      z-index: 47; }
      body.home .panel.second .embed-container {
        transition: transform 1.5s; }
      body.home .panel.second.active .slice-right .embed-container {
        -ms-transform: skewX(-150deg) translate(350px, 0);
        transform: skewX(-150deg) translate(350px, 0); }
    body.home .panel.third {
      z-index: 46; }
    body.home .panel.fourth {
      z-index: 45; }
      body.home .panel.fourth .slice-left .embed-container {
        background-size: cover, cover;
        transition: transform 1.5s; }
      body.home .panel.fourth .slice-right .embed-container {
        background-size: cover;
        transition: transform 1.5s; }
      body.home .panel.fourth.active .slice-right .embed-container {
        -ms-transform: skewX(-150deg) translate(350px, 0);
        transform: skewX(-150deg) translate(350px, 0); }
      body.home .panel.fourth.active .slice-left .embed-container {
        -ms-transform: skewX(-150deg) translate(-350px, 0);
        transform: skewX(-150deg) translate(-350px, 0); }
    body.home .panel#last-section {
      z-index: 44;
      transition: transform 1s;
      height: 99%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      body.home .panel#last-section.footer-revealed {
        -ms-transform: translate(0, -154px);
        transform: translate(0, -154px); }
      body.home .panel#last-section .padded-image-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.home .panel#last-section .padded-image-grid h1 {
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          font-size: 45px; } }

.home-logo {
  max-width: 350px; }

.container.investments-partnerships {
  padding-bottom: 50px; }
  .container.investments-partnerships .partner {
    text-align: center; }
    .container.investments-partnerships .partner .button {
      margin-left: auto;
      margin-right: auto; }

@media (min-width: 980px) {
  .container.investments-partnerships {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container.investments-partnerships .partner {
      padding: 0 20px;
      width: 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      position: relative;
      padding-bottom: 100px; }
      .container.investments-partnerships .partner .button {
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 55%; } }

@media (max-width: 768px) {
  .container.contact-grid .one-half {
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 1160px) {
  .careers .panel-wrapper .embed-container {
    background-position: 0 0; } }

section.awards {
  padding: 50px 0; }
  section.awards .award-header {
    transition: 200ms linear all; }
  section.awards span.award {
    display: block; }
  section.awards .award-header {
    cursor: pointer; }
    section.awards .award-header h2 {
      font-family: "Univers LT W01_67 Bold_1476016", sans-serif;
      border-bottom: 1px solid #7f7f7f;
      font-size: 30px;
      position: relative; }
    section.awards .award-header .fa {
      color: #42b2de;
      font-size: 20px;
      line-height: 20px;
      padding-right: 8px; }
    section.awards .award-header.open .fa {
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  section.awards .awards-list h5 {
    font-family: "Univers LT W01_75 Black1475980", sans-serif;
    font-size: 18px;
    color: #42b2de;
    margin-bottom: 5px; }
    section.awards .awards-list h5 a {
      color: #42b2de !important; }
  section.awards .awards-list p {
    font-family: "Univers LT W01_57 Condensed", sans-serif; }
  section.awards .awards-list em {
    font-family: "Univers LT W01_55 Obliq1475962", sans-serif;
    font-style: normal; }
  section.awards .award.description {
    margin-top: 25px; }
  section.awards .award.link {
    margin-top: 25px; }
  section.awards .awards-list {
    display: none; }

@media (min-width: 1160px) {
  .awards .award-header {
    transition: 200ms linear all; }
    .awards .award-header .full {
      padding: 25px 50px; }
    .awards .award-header.open .full {
      padding-bottom: 0; }
  .awards-list .one-third {
    width: 33.33333%;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px; }
    .awards-list .one-third:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .awards-list .one-third:nth-child(3n + 2) {
      margin-left: 33.33333%;
      margin-right: -100%;
      clear: none; }
    .awards-list .one-third:nth-child(3n + 3) {
      margin-left: 66.66667%;
      margin-right: -100%;
      clear: none; } }

@media (max-width: 1160px) {
  .awards .panel-wrapper .embed-container {
    background-position: 0 0; } }

@media (min-width: 1160px) {
  .awards .panel-wrapper .embed-container {
    background-position: 375px 0; } }

@media (min-width: 1280px) {
  .awards .panel-wrapper .embed-container {
    background-position: 475px 0; } }

@media (min-width: 1600px) {
  .awards .panel-wrapper .embed-container {
    background-position: bottom right; } }

.markets-list {
  padding: 30px 0; }
  .markets-list a {
    font-family: "Univers LT W01_57 Condensed", sans-serif; }
  .markets-list h2 {
    font-family: "Univers LT W01_75 Black1475980", sans-serif;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 12.5px;
    margin-bottom: 16.66667px; }
  .markets-list ul, .markets-list li {
    margin: 0;
    padding: 0; }
  .markets-list li {
    list-style-type: none; }

.market-content .image-wrapper img {
  min-width: 100%; }

.market-sidebar {
  color: #808083;
  padding-top: 50px !important; }
  .market-sidebar strong {
    color: #444; }

.market-social {
  padding-bottom: 25px; }
  .market-social a {
    margin-right: 20px; }
  .market-social i.fa {
    font-size: 25px; }

.markets-back-link {
  position: absolute;
  top: 10px; }
  .markets-back-link, .markets-back-link a {
    border: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; }

#map {
  position: relative;
  top: -15px; }

blockquote#history-change {
  background: url("/assets/images/minified/black-transparency.png") no-repeat scroll bottom right, url("/assets/images/minified/about/history/mcclatchy-change-tech.jpg") no-repeat scroll bottom right;
  background-size: cover; }
  @media (max-width: 980px) {
    blockquote#history-change {
      background-position: top right; } }

.media-gallery.history-gallery .gallery-block {
  height: 450px; }
  .media-gallery.history-gallery .gallery-block#mcclatchy-1866 {
    background-size: cover; }
  .media-gallery.history-gallery .gallery-block#mcclatchy-1882 {
    float: left; }
  .media-gallery.history-gallery .gallery-block#mcclatchy-1895 {
    float: right; }

@media (max-width: 1300px) {
  .media-gallery.history-gallery .gallery-block {
    float: none !important;
    width: 100%;
    height: 700px; }
    .media-gallery.history-gallery .gallery-block#mcclatchy-1866 {
      height: 300px;
      background-size: 100% auto;
      background-position: center center; }
    .media-gallery.history-gallery .gallery-block#mcclatchy-1895 {
      background-position: bottom center; } }

.bts-gallery .full-width-fifth {
  border: 1px solid #fff;
  padding: 0; }
  .bts-gallery .full-width-fifth a {
    padding: 100px;
    display: block; }
  @media (max-width: 768px) {
    .bts-gallery .full-width-fifth a {
      min-height: 250px; } }

.full-width.statistics-section {
  background-size: auto;
  background-repeat: repeat; }

.statistics-grid {
  width: 100%;
  text-align: center; }
  .statistics-grid:after {
    clear: both;
    content: '';
    display: table; }
  .statistics-grid .statistic {
    padding-bottom: 20px; }
  .statistics-grid h2 {
    color: #42b2de;
    font-family: "Univers LT W01_67 Bold_1476016", sans-serif; }
  @media (max-width: 640px) {
    .statistics-grid {
      padding: 50px; } }
  @media (min-width: 640px) {
    .statistics-grid .statistic {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      padding-left: 1%;
      margin-bottom: 50px;
      padding-bottom: 0; } }
  @media (min-width: 1160px) {
    .statistics-grid {
      padding-top: 50px; }
      .statistics-grid .statistic {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        padding-left: 1%;
        margin-bottom: 50px;
        padding-bottom: 0; } }

@media (max-width: 1160px) {
  .statistics-grid {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .statistics-grid:after {
      content: " ";
      display: block;
      clear: both; }
    .statistics-grid:after {
      clear: both;
      content: '';
      display: table; }
    .statistics-grid h2 {
      font-size: 30px; } }

@media (min-width: 768px) {
  .statistics-grid h2 {
    font-size: 50px; } }

@media (min-width: 1160px) {
  .statistics-grid h2 {
    font-size: 70px; } }

@media (min-width: 1440px) {
  .statistics-grid h2 {
    font-size: 70px; } }

.page-section {
  padding: 50px 0; }

@media (max-width: 1160px) {
  .container .one-half,
  .container .one-third,
  .container .two-third,
  .container .one-fourth,
  .container .three-fourth,
  .container .full {
    padding: 25px; }
    .container .one-half.no-pad,
    .container .one-third.no-pad,
    .container .two-third.no-pad,
    .container .one-fourth.no-pad,
    .container .three-fourth.no-pad,
    .container .full.no-pad {
      padding: 0; } }

@media (min-width: 768px) {
  .container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: table; }
    .container.no-flex {
      display: block; }
    .container:after {
      content: " ";
      display: block;
      clear: both; }
    .container.thin {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      min-width: 80%; }
      .container.thin:after {
        content: " ";
        display: block;
        clear: both; }
  .container .one-half {
    width: 50%;
    float: left; }
    .container .one-half:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .container .one-half:nth-child(2n + 2) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
  .container .one-third {
    width: 33.33333%;
    float: left; }
  .container .two-third {
    width: 66.66667%;
    float: left; }
  .container.last {
    float: right;
    margin-right: 0; } }

@media (min-width: 980px) {
  .container .one-fourth {
    width: 25%;
    float: left; }
    .container .one-fourth:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .container .one-fourth:nth-child(4n + 2) {
      margin-left: 25%;
      margin-right: -100%;
      clear: none; }
    .container .one-fourth:nth-child(4n + 3) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
    .container .one-fourth:nth-child(4n + 4) {
      margin-left: 75%;
      margin-right: -100%;
      clear: none; }
  .container .three-fourth {
    width: 75%;
    float: left; }
    .container .three-fourth:nth-child(1n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; } }

@media (min-width: 1160px) {
  .container.with-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .container.super-thin, .container.extra-thin {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto; }
    .container.super-thin:after, .container.extra-thin:after {
      content: " ";
      display: block;
      clear: both; }
    .container.super-thin .one-third, .container.extra-thin .one-third {
      padding: 25px; }
  .container.super-thin {
    max-width: 35%;
    margin-left: auto;
    margin-right: auto; }
    .container.super-thin:after {
      content: " ";
      display: block;
      clear: both; }
  .container .one-half,
  .container .one-third,
  .container .two-third,
  .container .one-fourth,
  .container .three-fourth,
  .container .full {
    padding: 50px; }
    .container .one-half.no-pad,
    .container .one-third.no-pad,
    .container .two-third.no-pad,
    .container .one-fourth.no-pad,
    .container .three-fourth.no-pad,
    .container .full.no-pad {
      padding: 0; } }

@media (max-width: 1280px) {
  .first .one-half {
    width: 100%; }
  .first .one-fourth.empty,
  .first .one-half.empty {
    display: none; }
  .investments-partnerships.container .one-fourth {
    padding-top: 10px;
    padding-bottom: 10px; } }

section .container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  section .container:after {
    content: " ";
    display: block;
    clear: both; }
  section .container.full-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%; }
    section .container.full-width:after {
      content: " ";
      display: block;
      clear: both; }
    section .container.full-width .full-width-third,
    section .container.full-width .full-width-right,
    section .container.full-width .full-width-left {
      margin-left: 0%;
      padding: 0; }
      @media (max-width: 1160px) {
        section .container.full-width .full-width-third .text,
        section .container.full-width .full-width-right .text,
        section .container.full-width .full-width-left .text {
          max-width: 90%;
          margin-left: auto;
          margin-right: auto; }
          section .container.full-width .full-width-third .text:after,
          section .container.full-width .full-width-right .text:after,
          section .container.full-width .full-width-left .text:after {
            content: " ";
            display: block;
            clear: both; } }

.full-width {
  position: relative; }
  .full-width .text {
    overflow: auto; }
  .full-width.tall .container {
    padding: 50px 0; }
  .full-width.pad-bottom {
    padding-bottom: 50px; }

.full-width-center {
  text-align: center; }
  @media (max-width: 768px) {
    .full-width-center {
      text-align: left; } }

.full-width,
.full-width-right,
.full-width-left,
.full-width-third,
.full-width-center,
.full-width-fifth {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 1280px) {
  .full-width-left[style^="background-image"],
  .full-width-right[style^="background-image"] {
    min-height: 350px; } }

@media (max-width: 1024px) {
  .full-width-third .text {
    padding: 25px 0; } }

@media (min-width: 1160px) {
  .full-width-third,
  .full-width-right,
  .full-width-left,
  .full-width-center,
  .full-width-fifth {
    width: 50%;
    float: left;
    margin-left: 8.33333%;
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    position: relative;
    padding: 100px 0; }
    .full-width-third .text,
    .full-width-right .text,
    .full-width-left .text,
    .full-width-center .text,
    .full-width-fifth .text {
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex: 1;
      flex: 1;
      width: 100%; }
    .full-width-third .text,
    .full-width-right .text,
    .full-width-left .text,
    .full-width-center .text,
    .full-width-fifth .text {
      width: 87.5%;
      float: left; }
      .full-width-third .text h1,
      .full-width-right .text h1,
      .full-width-left .text h1,
      .full-width-center .text h1,
      .full-width-fifth .text h1 {
        padding-bottom: 25px; }
  .full-width-right .text {
    margin-left: 8.33333%; }
    .full-width-right .text.align--right {
      margin-left: 16.66667%;
      width: 66.66667%;
      float: left; }
      .full-width-right .text.align--right .button {
        float: right; }
  .one-half .text {
    width: 50%;
    float: left;
    margin-left: 8.33333%; }
  .full-width .full-width-left .text.push {
    margin-left: 16.66667%; }
  .full-width-center {
    margin: 0 auto;
    float: none;
    display: block; }
    .full-width-center .text {
      width: 100%;
      float: none;
      text-align: center; }
    .full-width-center .button {
      margin: inherit auto; }
    .full-width-center.section-footer, .full-width-center.section-header {
      padding: 50px 0 25px 0; }
    .full-width-center.section-footer {
      padding: 0; }
  .full-width-third {
    width: 33.33333%;
    float: left;
    margin-left: 0%;
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .full-width-third .text {
      text-align: center;
      float: none;
      margin: 0 auto;
      padding: 50px 0; }
    .full-width-third .button {
      margin: 50px auto; }
  .full-width-fifth {
    width: 20%;
    float: left;
    margin-left: 0%; }
    .full-width-fifth:nth-child(5n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .full-width-fifth:nth-child(5n + 2) {
      margin-left: 20%;
      margin-right: -100%;
      clear: none; }
    .full-width-fifth:nth-child(5n + 3) {
      margin-left: 40%;
      margin-right: -100%;
      clear: none; }
    .full-width-fifth:nth-child(5n + 4) {
      margin-left: 60%;
      margin-right: -100%;
      clear: none; }
    .full-width-fifth:nth-child(5n + 5) {
      margin-left: 80%;
      margin-right: -100%;
      clear: none; }
    .full-width-fifth .text {
      width: 100%;
      float: none;
      padding: 50px; }
  .first .one-half,
  .first .one-fourth,
  .first .three-fourth {
    padding-top: 0; }
  .first h1.section-header, .first div[class^=".full-width"] h1.section-header, div[class^=".full-width"] .first h1.section-header {
    padding-top: 25px; } }

@media (min-width: 1160px) {
  .full-width-left .text,
  .full-width-right .text {
    width: 75%;
    float: left; } }

.together-grid h2 {
  margin-bottom: 10px; }
  .together-grid h2 div {
    font-size: 35px; }

.icon-grid h2, .icon-grid h3 {
  font-family: "Univers LT W01_55 Roman1475956", sans-serif;
  margin-bottom: 10px; }

.icon-grid h2 {
  font-family: "Univers LT W01_75 Black1475980", sans-serif; }

@media (max-width: 768px) {
  .icon-grid .one-third {
    padding: 25px 0; } }

.accent-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px; }
  .accent-icon.logo-icon {
    margin-bottom: 0; }
  .accent-icon.round {
    border-radius: 100%; }

/* TruMeasure section on Marketers page -- REMOVED
.accent-number {
	font-family: $univers-bold-cond;
	font-size: 30px;

	@include media(">=xxlarge") {
		font-size: 50px;
	}

	&.orange {
		color: get-color(tru-orange);
	}
} */
.testimonials.icon-grid .one-third {
  padding-top: 0; }

.testimonials.icon-grid .testimonial h2 {
  margin-top: 20px;
  margin-bottom: 0; }

.testimonials.icon-grid .testimonial h3 {
  font-size: 16px; }

.testimonials.icon-grid .testimonial img {
  max-width: 60%; }
  @media (min-width: 480px) {
    .testimonials.icon-grid .testimonial img {
      max-width: 40%; } }
  @media (min-width: 768px) {
    .testimonials.icon-grid .testimonial img {
      max-width: 60%; } }

@media (max-width: 1280px) {
  .padded-image-grid {
    padding-bottom: 50px; } }

.padded-image-grid .full-width-third .text {
  text-align: center;
  padding-top: 0;
  padding-bottom: 80px; }

.padded-image-grid .full-width-third p:first-of-type {
  padding-bottom: 0; }

.padded-image-grid .full-width-third img.accent-icon {
  margin-bottom: 0;
  max-width: 40%; }

.padded-image-grid .full-width-third .button {
  margin: 20px auto 0 auto; }

@media (max-width: 768px) {
  .padded-image-grid .full-width-third {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .padded-image-grid .full-width-third img.accent-icon,
    .padded-image-grid .full-width-third .button,
    .padded-image-grid .full-width-third h1 {
      margin: 0; }
    .padded-image-grid .full-width-third img.accent-icon,
    .padded-image-grid .full-width-third .button {
      margin-left: auto;
      margin-right: auto; }
    .padded-image-grid .full-width-third .button {
      margin-top: 25px; } }

.article-grid a {
  color: #fff; }

.article-grid span.read-more {
  color: #42b2de; }

.article-grid .text {
  padding: 50px;
  min-height: 150px; }

.article-grid h2 {
  font-family: "Univers LT W01_75 Black1475980", sans-serif;
  font-size: 32px; }

.article-grid p {
  font-family: "Univers LT W01_57 Condensed", sans-serif;
  margin: 0;
  padding: 0; }
  .article-grid p:first-of-type {
    margin-top: 25px;
    margin-bottom: 10px; }

.article-grid .publication {
  font-family: "Univers LT W01_55 Roman1475956", sans-serif; }

@media (min-width: 768px) {
  .container.article-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .container.article-grid .article {
      display: inline-block;
      float: none;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 50%; }
    .container.article-grid .text {
      padding: 50px; } }

@media (min-width: 1160px) {
  .article-grid .article .text {
    padding: 125px; } }

@media (max-width: 1160px) {
  .panel-wrapper {
    position: relative;
    z-index: 2; }
  .panel-wrapper.no-slide .panel .panel-text--left,
  .panel-wrapper.no-slide .panel .panel-text--right {
    margin: 0;
    margin-bottom: 25px;
    width: 100%; }
  .panel-wrapper.no-slide .panel h1 {
    margin: 25px 0; }
  .panel-wrapper.no-slide .panel.first {
    background-color: #0f5da7;
    color: #fff; }
    .panel-wrapper.no-slide .panel.first .panel-text--left {
      padding: 50px 0;
      margin: 0; }
    .panel-wrapper.no-slide .panel.first .credit {
      display: none; }
  .panel-wrapper.no-slide .slice-right .embed-container {
    display: none; }
  .panel-wrapper.no-slide .slice-right.contains-video .embed-container {
    background-size: cover;
    display: block; } }

@media (max-width: 1280px) {
  .panel-wrapper.no-slide .panel h1 {
    font-size: 45px; }
  .panel-wrapper.no-slide .panel-text--left {
    width: 40%;
    margin-left: 5%;
    padding-left: 0; } }

@media (min-width: 1160px) {
  .panel-wrapper {
    overflow: auto;
    width: 100%;
    height: 99vh; }
    .panel-wrapper .panel {
      position: absolute;
      width: 100%;
      height: 99%;
      overflow: hidden; }
  .panel h1 {
    line-height: 1.05;
    margin-bottom: 25px; }
  .panel .slice-left, .panel .slice-right {
    transition: transform 1s; }
  .panel .slice-left {
    background-color: #0f5da7;
    position: absolute;
    left: -50%;
    width: 100%;
    height: 100%;
    -ms-transform: skewX(150deg) translatez(0) translatex(0);
    transform: skewX(150deg) translatez(0) translatex(0);
    overflow: hidden; }
    .panel .slice-left .embed-container {
      -ms-transform: skewX(-150deg) translatez(0);
      transform: skewX(-150deg) translatez(0);
      padding-bottom: 0;
      height: 99%;
      left: 50%; }
  .panel .slice-right {
    position: absolute;
    right: -50%;
    width: 100%;
    height: 100%;
    -ms-transform: skewX(150deg) translatez(0) translatex(0);
    transform: skewX(150deg) translatez(0) translatex(0);
    overflow: hidden; }
    .panel .slice-right .embed-container {
      -ms-transform: skewX(-150deg);
      transform: skewX(-150deg);
      padding-bottom: 0;
      height: 100%;
      left: -50%; }
  .panel .panel-text, .panel .panel-text--left, .panel .panel-text--right {
    width: 40%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
    z-index: 2;
    transition: transform 1s;
    color: white;
    font-size: 18px;
    font-size: 1.125rem; }
    .panel .panel-text--left {
      padding-left: 5%;
      left: 0; }
    .panel .panel-text--right {
      padding-right: 5%;
      padding-left: 5%;
      right: 0; }
  .panel-wrapper.no-slide {
    position: relative;
    height: 90vh; }
    .panel-wrapper.no-slide .panel {
      height: 100%;
      position: absolute; }
      .panel-wrapper.no-slide .panel .embed-container {
        background-size: auto 100%; }
    .panel-wrapper.no-slide .panel-text, .panel-wrapper.no-slide .panel .panel-text--left, .panel .panel-wrapper.no-slide .panel-text--left, .panel-wrapper.no-slide .panel .panel-text--right, .panel .panel-wrapper.no-slide .panel-text--right {
      width: 25%;
      float: left;
      margin-left: 12.5%;
      transition: transform 1s;
      color: white;
      font-size: 18px;
      font-size: 1.125rem; }
      .panel-wrapper.no-slide .panel-text--left, .panel-wrapper.no-slide .panel-text--right {
        left: 0;
        padding: 0 2.5% 0 0; }
      .panel-wrapper.no-slide .panel-text--left {
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }

@media (min-width: 1440px) {
  .panel h1 {
    font-size: 60px; } }

.button {
  display: table;
  min-width: 200px;
  padding: 20px 30px;
  margin: 50px 0;
  color: #fff;
  background: #42b2de;
  font-family: "Univers LT W01_75 Black1475980", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: 200ms linear all; }
  .button.no-spacing {
    margin: 0; }
  .button.small {
    min-width: 125px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 12px; }
  .button:hover, .button:focus, .button:active {
    background: #2A85A9; }

.button.align--center,
.align--center .button {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  .button.no-spacing.mobile-margin {
    margin-top: 25px;
    margin-bottom: 25px; } }

.embed-container,
.panel {
  position: relative; }

.credit {
  display: table;
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 160px;
  max-width: 160px;
  padding: 10px;
  font-family: "Univers LT W01_57 Condensed", sans-serif;
  color: white;
  background-color: transparent;
  transition: 300ms linear all; }
  .credit:hover, .credit:focus, .credit:active {
    cursor: pointer; }
  .credit .toggle,
  .credit .credit-info {
    display: table-cell; }
  .credit .toggle {
    font-size: 25px;
    vertical-align: bottom;
    text-shadow: #000 0 0 1px; }
  .credit .credit-info {
    vertical-align: top;
    padding: 0 10px 0 0;
    font-size: 14px;
    opacity: 0; }
  .credit span.author,
  .credit a.publication {
    display: block; }
  .credit a.publication {
    text-decoration: underline;
    color: #42b2de; }
  .credit.open {
    background: rgba(0, 0, 0, 0.75); }
    .credit.open .credit-info {
      opacity: 1; }

body {
  position: relative; }

body.no-scroll {
  height: 100%;
  overflow: hidden; }

.js-video-embed-container {
  display: none;
  background: #000;
  position: fixed;
  z-index: -999;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%; }
  .js-video-embed-container iframe {
    height: 100vh;
    width: 100%; }
  .js-video-embed-container .close-button {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    color: #fff;
    font-size: 30px;
    cursor: pointer; }
  .js-video-embed-container.open {
    z-index: 998 !important; }

#wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page,
#wrapper .gs-webResult.gs-result a.gs-title:link,
#wrapper .gs-webResult.gs-result a.gs-title:link b,
#wrapper .gs-imageResult a.gs-title:link,
#wrapper .gs-imageResult a.gs-title:link b {
  color: #42b2de !important; }

#wrapper .gs-webResult div.gs-visibleUrl {
  color: #000; }

#wrapper .gsc-tabHeader.gsc-tabhActive,
#wrapper .gsc-tabsArea {
  border: none; }

#wrapper .gsc-result .gs-title {
  height: auto; }

#wrapper .gsc-tabHeader {
  overflow: visible; }

#wrapper .gsc-tabsArea {
  font-size: 18px;
  height: auto; }

#wrapper .gsc-control-cse .gsc-table-result,
#wrapper .cse .gsc-control-cse,
#wrapper .gsc-control-cse {
  padding: 0;
  font-family: "Univers LT W01_55 Roman1475956", sans-serif !important; }

#wrapper .gsc-thumbnail-inside,
#wrapper .gsc-url-top {
  padding-left: 0; }

.search-desktop.fa-search {
  display: none; }

.gsc {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .gsc:after {
    content: " ";
    display: block;
    clear: both; }
  .gsc input.q {
    padding: 30px 0 10px 0;
    border: 0;
    height: 75px;
    line-height: 78px;
    font-size: 30px;
    font-family: "Univers LT W01_55 Roman1475956", sans-serif;
    line-height: 1.25; }
    .gsc input.q::-webkit-input-placeholder {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      font-size: 16px; }
    .gsc input.q:-moz-placeholder {
      /* older Firefox*/
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      font-size: 16px; }
    .gsc input.q::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      font-size: 16px; }
    .gsc input.q:-ms-input-placeholder {
      font-family: "Univers LT W01_57 Condensed", sans-serif;
      font-size: 16px; }

@media (min-width: 1360px) {
  .search {
    display: block;
    max-width: 250px; }
    .search .search-desktop.fa-search {
      display: inline-block;
      max-height: none;
      cursor: pointer; }
    .search .search-input {
      display: none; }
    .search.open {
      background: #fff; }
      .search.open .search-input {
        position: absolute;
        top: -34px;
        margin-top: -1px;
        right: 20px;
        max-width: 250px;
        display: inline-block; }
        .search.open .search-input input {
          width: 100%;
          font-family: "Univers LT W01_57 Condensed", sans-serif;
          font-size: 16px; } }

@media (min-width: 1361px) {
  .search.open {
    padding: 0;
    margin-left: 275px; } }

.image-wrapper {
  padding-bottom: 25px; }

.embed-container {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right; }
  @media (max-width: 768px) {
    .embed-container {
      background-size: 100% auto; } }
  .embed-container.full-container {
    background-size: cover;
    min-height: 500px; }

.media-gallery {
  overflow: auto; }
  .media-gallery:after {
    clear: both;
    content: '';
    display: table; }
  .media-gallery .gallery-block {
    position: relative;
    float: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 50%; }
  .media-gallery.trio .gallery-block:first-of-type {
    height: 600px;
    width: 50%;
    float: left; }
  .media-gallery.wide-first .gallery-block:first-of-type {
    height: 450px;
    width: auto;
    float: none; }
  .media-gallery.wide-last .gallery-block {
    height: 450px; }
  .media-gallery.wide-last .gallery-block:last-of-type {
    width: auto;
    clear: both;
    float: none; }
  .media-gallery.stacked .gallery-block {
    height: 400px;
    float: none;
    width: auto;
    clear: both; }
  @media (max-width: 768px) {
    .media-gallery .gallery-block {
      width: 100%;
      height: 300px;
      float: none; } }

.article-grid .article-link,
.article-grid .zoom-link,
.bts-gallery .article-link,
.bts-gallery .zoom-link {
  display: block;
  position: relative;
  z-index: 10; }

.article-grid .background-wrap,
.bts-gallery .background-wrap {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 150ms linear all; }

.article-grid .article, .article-grid .one-half, .article-grid .full-width-fifth,
.bts-gallery .article,
.bts-gallery .one-half,
.bts-gallery .full-width-fifth {
  position: relative;
  overflow: hidden; }
  .article-grid .article .background-wrap, .article-grid .one-half .background-wrap, .article-grid .full-width-fifth .background-wrap,
  .bts-gallery .article .background-wrap,
  .bts-gallery .one-half .background-wrap,
  .bts-gallery .full-width-fifth .background-wrap {
    transition: 300ms linear all; }
  .article-grid .article:hover .background-wrap, .article-grid .article:focus .background-wrap, .article-grid .one-half:hover .background-wrap, .article-grid .one-half:focus .background-wrap, .article-grid .full-width-fifth:hover .background-wrap, .article-grid .full-width-fifth:focus .background-wrap,
  .bts-gallery .article:hover .background-wrap,
  .bts-gallery .article:focus .background-wrap,
  .bts-gallery .one-half:hover .background-wrap,
  .bts-gallery .one-half:focus .background-wrap,
  .bts-gallery .full-width-fifth:hover .background-wrap,
  .bts-gallery .full-width-fifth:focus .background-wrap {
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.pp_default .pp_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  .pp_default .pp_details .pp_nav,
  .pp_default .pp_details .pp_description,
  .pp_default .pp_details .pp_close {
    margin: 0;
    padding: 0;
    float: none;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .pp_default .pp_details .pp_nav {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px; }
  .pp_default .pp_details .pp_description {
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    font-weight: normal;
    font-size: 13px; }
  .pp_default .pp_details .pp_close {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px; }
  .pp_default .pp_details .pp_social {
    display: none; }

@media (max-width: 1280px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden; }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important; }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important; }
  .pp_content {
    width: 100% !important;
    height: auto !important; }
  .pp_fade {
    width: 100% !important;
    height: 100% !important; }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important; }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important; }
  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important; }
  a.pp_close {
    right: 7% !important;
    top: 10px !important; } }

.media-callout.media-button {
  text-align: center; }

@media (max-width: 1160px) {
  .slice-right .play-button,
  .slice-left .play-button {
    max-width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .media-callout.media-button {
    text-align: left; }
  .media-callout-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .media-callout-flex .media-callout {
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex: 1;
      flex: 1;
      width: 100%; }
      .media-callout-flex .media-callout.media-button {
        -ms-flex-order: 1;
        order: 1; }
  .media-callout {
    -ms-flex-order: 2;
    order: 2;
    margin: 25px 0; }
    .media-callout h1 {
      margin-top: 0; }
    .media-callout img {
      height: 100px; } }

@media (min-width: 1160px) {
  .media-callout .button {
    margin: 50px inherit; }
  .slice-right .play-button,
  .slice-left .play-button {
    position: absolute;
    right: 20%;
    top: 50%;
    -ms-transform: translateY(-70%);
    transform: translateY(-70%); }
  .slice-left .play-button {
    right: auto;
    left: 20%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

blockquote {
  position: relative; }
  blockquote .quoted:before {
    content: open-quote; }
  blockquote .quoted:after {
    content: close-quote; }
  blockquote.callout {
    margin: 0;
    padding: 25px 50px;
    font-family: "Lora", georgia, serif;
    text-align: center;
    font-size: 24px;
    border-style: solid none;
    border-color: #000;
    border-size: 2px; }
    blockquote.callout .button {
      margin-bottom: 0; }
  blockquote.quote-section {
    margin: 0;
    padding: 50px; }
    blockquote.quote-section .quoted,
    blockquote.quote-section .attribution {
      text-align: center;
      color: #fff;
      display: block; }
    blockquote.quote-section .quoted {
      font-family: "Lora", georgia, serif;
      font-size: 30px;
      line-height: 35px; }
      @media (min-width: 1160px) {
        blockquote.quote-section .quoted {
          font-size: 50px;
          line-height: 65px; } }
    blockquote.quote-section .attribution {
      display: block;
      font-size: 18px;
      font-family: "Univers LT W01_55 Roman1475956", sans-serif;
      margin-top: 25px; }
  @media (max-width: 768px) {
    blockquote.quote-section {
      font-size: 25px;
      line-height: 1.5; }
    blockquote.callout {
      margin: 0; } }

p + blockquote {
  margin-top: 0; }
  p + blockquote.callout {
    margin-bottom: 15px; }

a[name],
.award-header {
  padding-top: 115px;
  margin-top: -115px;
  display: inline-block;
  /* required for webkit browsers */ }

.award-header {
  display: block; }

.dark-section {
  background-color: #444;
  color: white; }
  .dark-section.light-gray, .dark-section.gray {
    background-color: #808083; }
    .dark-section.light-gray a:not(.button), .dark-section.gray a:not(.button) {
      color: #42b2de; }

.light-section {
  background-color: #fff; }
  .light-section.light-gray {
    background-color: #ececec; }
  .light-section a:not(.button) {
    color: #42b2de; }

@media (max-width: 1280px) {
  .embed-container.titletown {
    background-size: 100% auto;
    min-height: 200px; }
  .flex-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .dark-overlay-mobile,
  .light-overlay-mobile {
    background: rgba(0, 0, 0, 0.55);
    display: table;
    width: 100%;
    height: 100%;
    background-repeat: repeat; }
  .light-overlay-mobile {
    background: rgba(255, 255, 255, 0.75); }
  .mobile-padding {
    padding: 50px 0; }
  .no-mobile-spacing h1,
  h1.no-mobile-spacing {
    padding: 0;
    margin: 0; }
  .button.mobile-center {
    margin-left: auto;
    margin-right: auto; }
  .mobile-center {
    text-align: center; }
    .mobile-center .align--center {
      text-align: center; }
    .mobile-center .button,
    .mobile-center .button.no-spacing,
    .mobile-center .button.mobile-center {
      margin-left: auto;
      margin-right: auto; }
  .mobile-hide {
    display: none; } }

.mainnav {
  width: 25%;
  float: left;
  float: right;
  margin-right: 0; }

.logo {
  width: 75%;
  float: left; }

.header-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.header {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  transition: 300ms linear all;
  border-bottom: 1px solid #7f7f7f; }
  .header:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 1350px) {
    .header {
      padding: 20px 0 0 0; } }
  .header > .container {
    margin-bottom: 20px; }
    @media (min-width: 1350px) {
      .header > .container {
        margin-bottom: 20px; } }

.logo img {
  width: 200px; }

.subnav,
.mainnav {
  display: none;
  font-size: 16px; }
  .subnav a,
  .mainnav a {
    color: #000; }
    .subnav a:hover, .subnav a:focus, .subnav a:active, .subnav a.active,
    .mainnav a:hover,
    .mainnav a:focus,
    .mainnav a:active,
    .mainnav a.active {
      color: #0f5da7;
      border-bottom: 2px solid #0f5da7; }

.subnav {
  border-top: 1px solid #7f7f7f; }
  .subnav a {
    color: #7f7f7f; }
    .subnav a:hover, .subnav a:focus, .subnav a:active, .subnav a.active {
      color: #0f5da7; }
    .subnav a.active {
      font-family: "Univers LT W01_67 Bold_1476016", sans-serif; }

#mobile-nav-toggle {
  border: 0; }

.mainnav.mobilenav {
  display: block; }

.mobile-search {
  background: #fff;
  overflow: hidden; }

.menu-buttons {
  text-align: right; }
  .menu-buttons a {
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
    color: #42b2de;
    font-family: "Univers LT W01_57 Condensed", sans-serif; }
  .menu-buttons i.fa {
    cursor: pointer; }

.mobile-menu {
  background: #fff;
  z-index: 9999; }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    font-family: "Univers LT W01_57 Condensed", sans-serif;
    text-align: left;
    font-size: 30px; }
    .mobile-menu ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: inline-block;
      padding-right: 50px; }
      .mobile-menu ul li:last-of-type {
        padding-right: 0; }
    .mobile-menu ul li {
      display: block; }

.mobile-menu ul li {
  display: block;
  margin-bottom: 10px;
  margin-left: 30px; }
  .mobile-menu ul li:first-of-type {
    margin-top: 20px; }
  .mobile-menu ul li span {
    position: relative;
    display: inline-block;
    padding-left: 40px; }
  .mobile-menu ul li .fa-caret-right {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
    color: #42b2de; }

.mobile-menu ul ul {
  font-size: 20px;
  margin-left: 65px; }
  .mobile-menu ul ul li {
    margin: 10px 0; }

.search,
.header,
.mobile-search {
  transition: 300ms linear all; }

ul.mobile.nav {
  transition: 1ms linear all; }

.search-desktop,
ul.mobile.nav,
.mobile-nav-wrap .mobile-search,
.mobile-menu ul ul {
  max-height: 0; }

.mobile-menu ul ul {
  overflow-y: hidden; }

@media (max-width: 1360px) {
  .header-wrap {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .header-wrap:after {
      content: " ";
      display: block;
      clear: both; }
  .header {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); } }

@media (min-width: 1360px) {
  .mainnav {
    width: 75%;
    float: left;
    text-align: right; }
  .logo {
    width: 25%;
    float: left; }
  .mobile-menu,
  .mainnav.mobilenav {
    display: none; }
  .logo img {
    width: 250px; }
  .header.sticky {
    padding: 0;
    padding-top: 20px; }
    .header.sticky .subnav {
      margin-top: 10px;
      padding: 16.66667px 0; }
    .header.sticky .no-subnav {
      padding-bottom: 20px; }
  .subnav,
  .mainnav {
    display: block;
    font-family: "Univers LT W01_57 Condensed", sans-serif;
    text-align: right; }
  .mainnav {
    position: relative;
    margin-top: 0; }
  .subnav {
    padding: 18px 0; }
  ul.nav,
  .search {
    display: inline-block; }
  .search {
    padding-left: 50px; } }

#wrapper {
  position: relative;
  z-index: 3; }

.footer {
  position: fixed;
  width: 100%;
  z-index: -1;
  bottom: 0;
  padding: 50px 0;
  background: #000;
  color: #fff;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.3); }
  .footer a:hover, .footer a:focus, .footer a:active {
    color: #7f7f7f; }
  .footer .information {
    font-family: "Univers LT W01_57 Condensed", sans-serif;
    font-size: 14px; }
    .footer .information .nav li {
      padding-right: 16.66667px; }
  .footer .social {
    font-size: 30px; }
    .footer .social a {
      padding-right: 10px; }
  .footer .copyright {
    color: #7f7f7f;
    padding-top: 12.5px; }

@media (max-width: 768px) {
  .footer .container.with-flex {
    display: block; } }

@media (max-width: 768px) {
  .footer {
    text-align: center; }
    .footer .copyright {
      display: none; }
    .footer .information {
      margin-bottom: 20px; }
      .footer .information li {
        display: none; }
        .footer .information li:last-of-type, .footer .information li:nth-last-child(2) {
          display: inline-block; } }

@media (min-width: 768px) {
  .footer .social {
    width: 20%;
    float: left;
    float: right;
    margin-right: 0;
    text-align: right; }
  .footer .information {
    width: 80%;
    float: left;
    font-family: "Univers LT W01_57 Condensed", sans-serif;
    font-size: 14px; } }

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