/* Color */
/* gray naming from http://en.wikipedia.org/wiki/Shades_of_gray ;-) */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #fff;
  color: #333;
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
dd {
  margin: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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. Remove 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 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/*!
 *  Font Awesome 4.2.0 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.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#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 .08em #eee;
  border-radius: .1em; }

.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; }

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

/* CSS Document */
/* =============================================================================
   RESET STYLES
   ========================================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 unit for REMs */ }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background: #777;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #777;
  color: #fff;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0; }

/* THIS CAN GO */
a:hover, a:active, a:selected, a:visited, a img {
  border: 0;
  outline: none !important; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  /*padding: 0;*/ }

label {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/*-------------------------------------------
GENERIC
-------------------------------------------*/
body, input, textarea, select {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #0056b8; }

.bright-blue {
  color: #06a7e2; }

strong, label, th, legend, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, form, pre, table, hr {
  margin: 0 0 25px 0;
  margin: 0 0 2.5rem 0; }

a, a img {
  color: #0056b8;
  border: 0;
  outline: none; }

a:hover {
  color: #06a7e2; }

/*-------------------------------------------
HEADERS
-------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 900; }

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1; }

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1; }

h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.15; }

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2; }

h5 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35; }

/*-------------------------------------------
TEXT SIZES
-------------------------------------------*/
.tx-xlarge {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2; }

.tx-large {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25; }

.tx-medium {
  font-size: 16px;
  font-size: 1.6rem; }

.tx-small {
  font-size: 12px;
  font-size: 1.2rem; }

/*-------------------------------------------
FORM
-------------------------------------------*/
form br {
  clear: left; }

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 15px 0;
  margin: 0 0 1.5rem 0; }

legend {
  display: block; }

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #b4d1db;
  padding: 5px 10px;
  outline: none;
  margin: 0 0 15px 0;
  margin: 0 0 1.5rem 0;
  max-width: 100%;
  display: block;
  background: #fff;
  border-radius: 3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #06a7e2; }

textarea {
  min-height: 60px; }

input[type="checkbox"] {
  display: inline; }

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #06a7e2;
  border: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 18px 7px 18px;
  border-radius: 3px;
  font-weight: normal; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #0056b8; }

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 650px) {
  body, input, textarea, select, button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6; }
  h1 {
    font-size: 52px;
    font-size: 5.2rem; }
  h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.1; }
  h3 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.15; }
  /*-------------------------------------------
    TEXT SIZES
    -------------------------------------------*/
  .tx-xlarge {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2; }
  .tx-large {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.25; } }

@media only screen and (min-width: 980px) {
  h1 {
    font-size: 60px;
    font-size: 6rem; }
  h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.1;
    margin: 0 0 50px 0;
    margin: 0 0 5rem 0; } }

html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased; }

li {
  list-style-type: none; }

ul {
  padding: 0; }

img {
  height: auto; }

a {
  transition: color ease 0.3s, background-color ease 0.2s; }

/* ============================= General Styles ==========================*/
.inner_wrapper {
  max-width: 1120px;
  padding: 20px 6.25%;
  margin: 0 auto; }
  @media (min-width: 650px) {
    .inner_wrapper {
      padding: 20px 6.25%; } }
  @media (min-width: 1000px) {
    .inner_wrapper {
      padding: 20px 6.25% 70px; } }

.home_content .inner_wrapper {
  padding: 70px 6.25% 70px; }

.header {
  background: #0056b8;
  color: white; }
  .header .nav_wrapper .inner_wrapper {
    padding: 0px 6.25%; }

.content_wrapper, .home_content {
  padding-top: 15px; }

.logo {
  max-width: 229px;
  max-height: 39px; }

.logo-link {
  float: left; }

.logo.color {
  display: none; }

.smooth {
  text-decoration: none;
  font-weight: 700; }

.main_nav li {
  display: inline; }

.content_wrapper li {
  list-style-type: disc;
  margin-left: 20px; }
.content_wrapper a:hover {
  text-decoration: none;
  border-bottom: 1px solid #06a7e2; }

.cta {
  background: #06a7e2;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding: 7px 40px;
  border-radius: 4px;
  border-bottom: 4px solid #038ad5;
  display: inline-block; }
  .cta:hover {
    background: #0056b8;
    color: #fff; }
  .content_wrapper .cta:hover {
    border-bottom: 4px solid #0056b8; }

.bright-blue {
  color: #06a7e2; }

.contact {
  background: #f4fcff;
  border: 1px solid #b4d1db;
  border-left: none;
  border-right: none; }
  @media (min-width: 650px) {
    .contact {
      background: #f4fcff url(/images/bg-footer.png) top right no-repeat; } }
  .contact .contact_text h5 {
    margin-bottom: 10px; }
  .contact .freecall span {
    display: block; }
    @media (min-width: 650px) {
      .contact .freecall span {
        display: inline; } }

@media (min-width: 1000px) {
  .home .home_content {
    padding-bottom: 0;
    margin-bottom: 0;
    background: url(/images/bg-home.png) center 50px no-repeat; } }

.intro .inner_wrapper {
  padding-bottom: 0; }

.mobile-only {
  display: block; }
  @media (min-width: 1000px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media (min-width: 1000px) {
    .desktop-only {
      display: block; } }

/* ============================= Navigation ==========================*/
.navigation a, .navigation a:hover {
  color: white; }
.navigation > li {
  font-weight: 700;
  color: #06a7e2;
  text-decoration: none; }
.navigation ul a {
  border-bottom: 1px solid transparent;
  display: inline;
  text-decoration: none; }
.navigation ul a:hover {
  text-decoration: underline; }
.navigation#mobile_nav {
  background: #0056b8;
  padding-top: 20px; }
  .navigation#mobile_nav > li {
    padding-left: 35px; }
    .navigation#mobile_nav > li ul {
      margin-bottom: 10px; }
  .navigation#mobile_nav > li:first-child {
    margin-bottom: 10px; }
  .navigation#mobile_nav li > a {
    color: #06a7e2;
    text-decoration: none;
    cursor: default; }
  .navigation#mobile_nav li li a, .navigation#mobile_nav .page-item-40 a {
    color: #fff;
    cursor: pointer; }
    .navigation#mobile_nav li li a:hover, .navigation#mobile_nav .page-item-40 a:hover {
      text-decoration: underline; }

#menu-item-42 a {
  cursor: pointer; }

/* ============================= Breadcrumbs ==========================*/
.breadcrumbs .inner_wrapper {
  padding-top: 20px;
  padding-bottom: 0; }

.breadcrumbs * {
  font-size: 14px; }

.breadcrumbs a {
  color: #fff;
  text-decoration: none; }

/* =============== Desktop Navigation ===========*/
@media (min-width: 1000px) {
  .mega-sub-menu {
    width: 100%; } }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a, .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a {
  font-size: 18px;
  font-weight: 700; }
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover, .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a:hover {
    font-weight: 700; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary .mega-menu-megamenu .mega-menu-item-has-children > a {
  border-bottom: 2px solid #fff !important;
  margin-bottom: 5px !important; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary .mega-menu-megamenu .mega-sub-menu a[title] ~ .link_description {
  display: block;
  border-bottom: 1px solid #5ebbe7;
  color: #b6dff3;
  line-height: 1.1;
  font-style: italic;
  padding-bottom: 10px;
  margin-bottom: 5px; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary .mega-menu-megamenu .mega-sub-menu a[title]:last-child ~ .link_description {
  margin-bottom: 20px; }

#mega-menu-primary > li:last-child {
  padding-bottom: 30px !important; }
  @media (min-width: 1000px) {
    #mega-menu-primary > li:last-child {
      padding-bottom: 0 !important; } }

.nav_wrapper #mega-menu-wrap-primary {
  background: transparent; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
  padding-bottom: 20px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a, .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a, .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  font-size: 16px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover, .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover, .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover {
    text-decoration: underline; }

@media (min-width: 1000px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 140% !important;
    margin-left: -40%; } }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  line-height: 20px;
  padding: 5px 10px; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a {
  padding-top: 10px; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {
  padding-bottom: 10px; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  float: none;
  display: inline-block; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover {
  background: #06a7e2 !important; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus {
  background: transparent; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  background: #06a7e2 !important;
  background: rgba(6, 167, 226, 0.9) !important; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a a {
    color: #fff !important;
    font-weight: 700; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  width: 200px; }

@media (max-width: 649px) {
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
    width: auto !important;
    float: none !important; } }

@media (min-width: 1000px) {
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a {
    background: transparent !important; }
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    color: #06a7e2;
    line-height: auto;
    height: auto; }
  .nav_wrapper #mega-menu-wrap-primary {
    background: transparent;
    float: right !important;
    clear: none !important; }
  .sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, .sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover {
    color: #0056b8 !important; }
  .sticky.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle a {
    color: #0056b8; } }

@media screen and (min-width: 1050px) {
  .nav_wrapper #mega-menu-wrap-primary .mega-menu-toggle {
    display: none !important; } }

.nav_wrapper #mega-menu-wrap-primary .mega-menu-toggle {
  display: inline;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  top: -38px;
  background: transparent;
  float: right;
  right: -7px; }

.nav_wrapper #mega-menu-wrap-primary .mega-menu-toggle:before {
  font-size: 35px; }

.nav_wrapper #mega-menu-wrap-primary .mega-menu-toggle:after {
  display: none; }

.sticky {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background: white;
  padding-bottom: 0 !important; }
  @media (min-width: 1000px) {
    .sticky {
      display: block; } }
  .sticky .logo.color {
    display: inline; }
  .sticky .logo.mono {
    display: none; }
  .sticky .tel_number a {
    color: #0056b8 !important; }

.nav_wrapper {
  border-bottom: 1px solid #06a7e2;
  padding: 20px 0 0; }

.desktop_nav .tel_number a {
  border: none;
  color: white; }

.no-touch .tel_link {
  text-decoration: none; }
  .no-touch .tel_link:hover {
    color: inherit;
    cursor: default; }

.sticky {
  -webkit-animation: show-navigation 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: show-navigation 0.2s;
  /* IE 10+, Fx 29+ */ }

/* ============================= Home Page Styles ==========================*/
.home .header {
  background: #0056b8 url(/images/home1.jpg) center center;
  background-size: cover; }
  @media screen and (min-height: 750px) {
    .home .header {
      position: absolute;
      height: 50%;
      width: 100%; } }

.home_content .intro li {
  list-style-type: disc;
  margin-left: 20px; }

@media screen and (min-height: 750px) {
  .home_content {
    position: absolute;
    top: 50%;
    width: 100%; } }

.home .intro p:last-child {
  margin-bottom: 0px; }

.linked_container a {
  box-sizing: border-box;
  position: relative;
  padding: 50px 40px;
  color: #fff;
  text-decoration: none;
  background: #f4fcff;
  display: block;
  margin-bottom: 30px; }
.linked_container a:hover .pseudo_link {
  border-bottom: 1px solid white;
  text-decoration: none; }
.linked_container li {
  text-align: center; }
  .linked_container li img {
    width: auto;
    margin-bottom: 20px; }
  .linked_container li .pseudo_link {
    text-decoration: underline; }
.linked_container .solve_it {
  background: #06a7e2; }
.linked_container .build_it {
  background: #059ddd; }
.linked_container .support_it {
  background: #0383cf; }
  @media (min-width: 1000px) {
    .linked_container .support_it {
      margin-left: 51.53061%; } }
.linked_container .improve_it {
  background: #0056b8; }
.linked_container .arrow {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent; }
  @media (min-width: 650px) {
    .linked_container .arrow {
      display: none; } }
  @media (min-width: 1000px) {
    .linked_container .arrow {
      display: block;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; } }
.linked_container .arrow.outside {
  bottom: -15px;
  border-top: 15px solid #f00;
  left: 50%;
  margin-left: -15px; }
  @media (min-width: 1000px) {
    .linked_container .arrow.outside {
      margin-left: 0px;
      margin-top: -15px;
      left: 100%;
      bottom: 0;
      top: 50%;
      border-left: 15px solid #f00; } }
.linked_container .solve_it .arrow.outside {
  border-top-color: #06a7e2; }
  @media (min-width: 1000px) {
    .linked_container .solve_it .arrow.outside {
      border-left-color: #06a7e2;
      border-top-color: transparent; } }
.linked_container .build_it .arrow.outside {
  border-top-color: #059ddd; }
  @media (min-width: 1000px) {
    .linked_container .build_it .arrow.outside {
      border-left-color: #059ddd;
      border-top-color: transparent; } }
.linked_container .support_it .arrow.outside {
  border-top-color: #0383cf; }
  @media (min-width: 1000px) {
    .linked_container .support_it .arrow.outside {
      border-left-color: #0383cf;
      border-top-color: transparent; } }
.linked_container .arrow.inside {
  top: 0px;
  border-top: 15px solid #fff; }
  @media (min-width: 1000px) {
    .linked_container .arrow.inside {
      left: 0;
      top: 50%;
      margin-top: -15px;
      margin-left: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid white; } }

.bubble_box_wrapper {
  padding-top: 30px; }
  .bubble_box_wrapper h2 {
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 650px) {
      .bubble_box_wrapper h2 {
        text-align: left; } }

.bubble_box {
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 60px;
  box-sizing: border-box; }
  .bubble_box img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -95px;
    max-width: 191px;
    max-height: 208px; }
  .bubble_box h4 {
    z-index: 2;
    position: relative;
    padding: 80px 0px 90px; }
  .bubble_box p {
    margin-bottom: 0;
    line-height: 1.2; }
  @media (min-width: 1000px) {
    .bubble_box.d7-d9 {
      margin-left: 51.53061%; } }

.splash {
  color: white;
  padding: 70px 6.25% 40px; }
  @media screen and (max-height: 649px) and (min-width: 650px) {
    .splash {
      position: relative; } }
  .splash .smooth {
    color: white;
    font-size: 50px;
    font-size: 5rem;
    display: block;
    clear: both;
    outline: none; }
  .splash h1 {
    margin-bottom: 0; }
  @media (min-width: 650px) {
    .splash .slogan {
      background: none;
      height: auto;
      padding: 0; } }
  @media (min-width: 1280px) {
    .splash .slogan {
      width: 65%;
      background: none;
      height: auto;
      padding: 0;
      bottom: 80px; } }
  .splash .large_logo {
    display: none; }
    @media screen and (min-height: 650px) {
      .splash .large_logo {
        position: absolute;
        right: 6.25%;
        bottom: 25px; } }
    @media screen and (max-height: 649px) and (min-width: 650px) {
      .splash .large_logo {
        float: right; } }
    @media (min-width: 650px) {
      .splash .large_logo {
        width: 130px;
        display: block; } }
    @media (min-width: 1000px) {
      .splash .large_logo {
        height: auto;
        bottom: auto; } }
    @media (min-width: 1280px) {
      .splash .large_logo {
        left: 60.11905%; } }

#map {
  height: 300px;
  display: none; }
  @media (min-width: 1000px) {
    #map {
      display: block; } }

/* ============================= Sub Page Styles ==========================*/
.page_header {
  padding-top: 40px;
  padding-bottom: 15px; }

.subpage h1 {
  color: inherit;
  font-size: 5rem; }
.subpage .header {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0056b8;
  background-size: cover; }

@media (max-width: 979px) {
  .content_wrapper {
    background-image: none !important; } }
@media (min-width: 1000px) {
  .content_wrapper {
    background-position: center top 30px;
    background-repeat: no-repeat; } }

.feature-wrapper .inner_wrapper {
  padding-top: 0; }

.feature_box_wrapper {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    .feature_box_wrapper {
      width: 50%;
      display: inline;
      float: left; } }
  @media screen and (min-width: 650px) and (max-width: 1000px) {
    .feature_box_wrapper.even .feature_box {
      border-right: none; } }
  @media (min-width: 1000px) {
    .feature_box_wrapper {
      width: 33%; }
      .feature_box_wrapper.third .feature_box {
        border-right: none; }
      .subpage-4-columns .feature_box_wrapper {
        width: 25%; } }

@media (min-width: 1000px) {
  .improve_it .feature_box_wrapper {
    width: 25%; }
    .improve_it .feature_box_wrapper.fourth .feature_box {
      border-right: none !important; }
    .improve_it .feature_box_wrapper.third .feature_box {
      border-right: 1px solid #e9eef0; } }
.improve_it .feature_list li {
  list-style-type: none;
  margin-left: 0; }
.improve_it .feature_box_wrapper:last-child .feature_box {
  border-right: none !important; }

@media (min-width: 1000px) {
  .subpage-4-columns .feature_box_wrapper.fourth .feature_box, .subpage-4-columns .feature_box_wrapper.third .feature_box {
    border-right: 1px solid #e9eef0 !important; } }

.feature_boxes {
  margin-bottom: 30px; }

.clients .intro {
  background-image: none; }

.feature_box_wrapper:last-child .feature_box {
  border-right: none; }

.feature_box {
  margin-bottom: 5%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 25px 10px; }
  @media (min-width: 650px) {
    .feature_box {
      border-right: 1px solid #e9eef0; } }
  .feature_box .fa {
    font-size: 50px;
    font-size: 5rem;
    color: #06a7e2;
    margin-bottom: 15px;
    display: block; }
  .feature_box h5 {
    font-weight: 700;
    margin-bottom: 15px; }
  .feature_box p {
    line-height: 1.2; }
  .feature_box ul {
    list-style-position: inside; }

.icon-block-link {
  text-decoration: none; }

.spacer {
  height: 1px;
  background: #e9eef0;
  margin: 0 5%;
  display: block; }

/* contact page */
.get_it .intro .inner_wrapper {
  padding-bottom: 70px; }

.contact_container {
  box-sizing: border-box;
  background: #f4fcff;
  border: 1px solid #b4d1db;
  text-align: center;
  text-decoration: none; }
  .contact_container:hover {
    border-bottom-color: #b4d1db !important; }
  .contact_container .fa {
    color: #06a7e2;
    font-size: 34px; }

.contact_email_link {
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    .contact_email_link {
      margin-bottom: 0; } }

.contact_tel_link {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 20px;
  padding: 50px 10px !important; }
  .contact_tel_link img {
    max-width: 61px;
    max-height: 57px;
    display: block;
    margin: 0 auto 20px; }
    @media (min-width: 650px) {
      .contact_tel_link img {
        display: inline;
        margin-right: 20px; } }
  @media (min-width: 650px) {
    .contact_tel_link {
      padding: 70px; } }

.contact_email_link, .contact-map-link {
  line-height: 1.2;
  padding: 40px 10px; }
  .contact_email_link .fa, .contact-map-link .fa {
    margin-bottom: 10px; }

.contact_form {
  margin-top: 50px; }
  .contact_form input, .contact_form textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border ease 0.1s;
    color: #06a7e2; }
  .contact_form button {
    box-sizing: border-box;
    transition: background-color ease 0.1s; }

.wpcf7-form label {
  display: none; }
.wpcf7-form p {
  margin-bottom: 15px; }
  .wpcf7-form p br {
    display: none; }
.wpcf7-form input {
  margin-bottom: 0; }
.wpcf7-form textarea {
  height: 100px; }

span.wpcf7-not-valid-tip {
  color: #f04124; }

div.wpcf7-validation-errors {
  border: none !important;
  background: #f04124; }

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #fff; }

div.wpcf7-mail-sent-ok {
  border: none;
  background: #43AC6A; }

.search-wrapper {
  display: none;
  margin-top: 10px;
  margin-left: 10px; }
  @media (min-width: 1000px) {
    .search-wrapper {
      margin: 0;
      position: absolute;
      right: 0;
      top: 60px; } }
  .search-wrapper.show {
    display: block; }

.nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle {
  display: none !important; }
  @media (min-width: 1000px) {
    .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle {
      display: inline-block !important; } }
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle a {
    color: #fff; }
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle i {
    width: 20px; }
  .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle i.show:before {
    content: '\f00d';
    display: none; }
    @media (min-width: 1000px) {
      .nav_wrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-search-toggle i.show:before {
        display: block; } }

.search-input {
  background: transparent;
  border: none;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px; }
  .search-input:focus {
    outline: none; }

.search {
  padding: 5px 0 5px;
  clear: both;
  display: inline-block;
  background: #06a7e2;
  margin: 0; }
  .search button {
    background: transparent;
    padding: 3px 15px;
    margin-left: 10px; }
    .search button:focus {
      outline: none; }
  @media (min-width: 1000px) {
    .search {
      float: right; } }

/* Testimonial Styles */
.testimonials {
  margin: 20px 0 20px; }

.home .testimonials {
  margin: 0 0 20px; }
  @media (min-width: 1000px) {
    .home .testimonials {
      margin: 0 0 20px; } }

.testimonials blockquote {
  border: 1px solid #b4d1db;
  background: #06a7e2;
  margin: 35px 0 40px 0;
  clear: both;
  display: block;
  border-radius: 8px; }

.testimonials .quote {
  background: #f4fcff;
  padding: 25px 30px 30px 30px;
  border-radius: 7px;
  font-style: italic; }

.testimonials .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f4fcff;
  margin: 0 0 0 60px; }

.testimonials .quoteCite {
  font-weight: 700;
  margin-bottom: 0;
  padding: 5px 30px 15px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem; }

/* =============== Blog ===========*/
.blog {
  margin-bottom: 30px; }
  @media (min-width: 650px) {
    .blog {
      margin-bottom: 50px; } }
  .blog:first-child {
    padding-top: 0; }

.sidebar ul {
  list-style-type: none; }
  .sidebar ul li:before {
    color: #0056b8;
    float: left;
    margin-left: -20px;
    content: '\2022'; }
.sidebar li {
  margin-left: 0; }
  .sidebar li a {
    color: #06a7e2;
    font-size: 16px; }
.sidebar *:last-child {
  margin: 0; }

.sidebar__container {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px; }

h2.sidebar__header {
  color: #666;
  text-transform: uppercase;
  border-bottom: 3px solid #eee;
  padding-bottom: 15px; }

.blog-header__pubdate {
  color: #666;
  text-transform: uppercase;
  font-size: 14px; }

.blog-header h2 {
  margin-bottom: 5px; }

.blog-header__headline {
  text-decoration: none;
  font-size: 42px; }
  @media (min-width: 1000px) {
    .blog-header__headline {
      font-size: 48px; } }

.blog-excerpt .blog-header__headline {
  font-size: 36px; }
  @media (min-width: 1000px) {
    .blog-excerpt .blog-header__headline {
      font-size: 36px; } }

.blog-header__links {
  font-size: 14px;
  margin-bottom: 25px; }

.blog-header__links a {
  color: #06a7e2;
  text-decoration: none; }

.blog-feature-image {
  margin-bottom: 20px;
  margin-right: 30px !important;
  margin-left: auto; }
  .blog-feature-image:hover {
    border: none; }
  .blog-full .blog-feature-image {
    margin-bottom: 40px; }

.excerpt-copy {
  border-bottom: 3px solid #eee;
  padding-bottom: 30px; }
  @media (min-width: 1000px) {
    .excerpt-copy {
      padding-bottom: 60px; } }
  .excerpt-copy .cta {
    margin-top: 20px; }

.pagination-wrapper a {
  float: right;
  font-weight: 900; }

.pagination-wrapper a:first-child {
  float: left;
  border-bottom: 1px solid transparent; }

#load-more {
  width: 100%;
  border: none; }
  #load-more.done {
    display: none; }

/* ============================= Footer Styles ==========================*/
.footer_nav {
  padding: 100px 0 20px 0;
  background: #0056b8 url(/images/logo_small.png) center 20px no-repeat;
  text-align: center;
  color: white; }
  .footer_nav .smooth {
    border-bottom: 1px solid transparent; }
    .footer_nav .smooth .fa {
      font-size: 25px;
      font-size: 2.5rem;
      position: relative;
      top: 2px;
      margin-right: 5px; }
  @media (min-width: 1000px) {
    .footer_nav {
      background-position: center center;
      padding: 40px 0; }
      .footer_nav .smooth, .footer_nav .copyright {
        float: left; }
      .footer_nav .social, .footer_nav .bylink {
        float: right; }
      .footer_nav .copyright {
        clear: left; }
      .footer_nav .bylink {
        clear: right; } }
  .footer_nav a {
    color: inherit; }
    .footer_nav a:hover {
      text-decoration: none;
      border-bottom: 1px solid white; }
  .footer_nav .inner_wrapper {
    padding-top: 0;
    padding-bottom: 0; }

.social {
  margin-bottom: 0px; }
  .social li {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem; }
    .social li:last-child {
      margin-right: 0; }

#vectors {
  display: none; }

.get_it #vectors {
  display: inline; }

/* ============================= Page Sidebar ==========================*/
.page-sidebar {
  border: 1px solid #b4d1db;
  background: #f3fbfe;
  border-radius: 7px;
  padding: 10px; }

/* ============================= Ninja Form Styles ==========================*/
.ninja-forms-required-items {
  font-size: 12px;
  font-style: italic; }

.ninja-forms-field-error {
  font-size: 12px;
  font-style: italic; }

.ninja-forms-response-msg {
  color: #fff;
  padding: 5px;
  font-size: 14px; }

.ninja-forms-error-msg {
  background: #f04124; }

.ninja-forms-success-msg {
  background: #43AC6A; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
