@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.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 {
  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: ""; }

.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: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-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: ""; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

input, select {
  vertical-align: middle;
  border-radius: none; }

img {
  border: none; }

/* Vendor */
.breaker {
  clear: both; }

.clearfix {
  zoom: 1; }

.group:before,
.group:after {
  content: '';
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

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

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic; }

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

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

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

p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: '\2010';
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto; }

/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.alert {
  width: 100%;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #494949;
  margin: 1.2em 0;
  padding: .5em 2%; }
  .alert.alert-success {
    color: #4eb510 !important; }
  .alert.alert-danger {
    color: #df1b24 !important; }
  .alert.alert-warning {
    color: #edce41 !important; }
  .alert.alert-success-border {
    border: 3px solid #4eb510 !important; }
  .alert.alert-danger-border {
    border: 3px solid #df1b24 !important; }
  .alert.alert-warning-border {
    border: 3px solid #edce41 !important; }

.btn {
  display: inline-block;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  background: none;
  border: none;
  border-radius: 2px;
  padding: .85em 1.25em;
  color: #0084ca;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  transition: color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .btn.btn-default {
    color: #494949;
    font-weight: 700;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    background: #a8a8a8; }
    .btn.btn-default:hover {
      background: #9b9b9b; }
  .btn.btn-white {
    color: #0084ca;
    font-weight: 700;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid #c9c9c9; }
    .btn.btn-white:hover {
      background: #f2f2f2; }
  .btn.btn-primary {
    color: #fff;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    background: #12597f; }
    .btn.btn-primary:hover {
      background: #156995; }

.form-input {
  height: 2em;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 0 .5em;
  outline: none;
  border-radius: 2px;
  border: none;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(26, 26, 26, 0.3); }
  .form-input:hover {
    background: #fafafa; }
  .form-input:focus {
    border: 1px solid #b2b2b2;
    background: #fff; }
  .form-input:disabled {
    cursor: not-allowed;
    border: 1px solid #f2f2f2;
    background: #fff; }

.form-select {
  height: 2.5em;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 0;
  outline: none; }

label.has-success {
  color: #4eb510; }
  label.has-success span {
    color: #4eb510 !important; }
  label.has-success .form-input {
    color: #4eb510 !important;
    border: 1px solid #4eb510 !important; }
  label.has-success select {
    border: 1px solid #4eb510 !important; }

label.has-warning {
  color: #edce41; }
  label.has-warning span {
    color: #edce41 !important; }
  label.has-warning .form-input {
    color: #edce41 !important;
    border: 1px solid #edce41 !important; }
  label.has-warning select {
    border: 1px solid #edce41 !important; }

label.has-error {
  color: #df1b24; }
  label.has-error span {
    color: #df1b24 !important; }
  label.has-error .form-input {
    color: #df1b24 !important;
    border: 1px solid #df1b24 !important; }
  label.has-error select {
    border: 1px solid #df1b24 !important; }

body {
  background: #f7f7f7;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  background: #f7f7f7;
  text-align: center;
  overflow-y: scroll;
  padding-top: 120px; }

.wrapper {
  width: 1160px;
  position: relative;
  margin: 0 auto;
  text-align: left; }

.site-header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  background: linear-gradient(#fff, #e7e7e7); }
  .site-header .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .9em; }
  .site-header .logo {
    width: 326px;
    height: 83px;
    display: inline-block;
    background: url(../img/platform-logo@2x.png) no-repeat;
    background-size: auto 100%; }
  .site-header .nav-menu {
    margin-top: .75em;
    text-align: right; }
    .site-header .nav-menu .nav-trigger {
      position: relative;
      z-index: 200;
      font-size: 1.4em;
      font-weight: bold;
      color: #0084ca;
      text-transform: uppercase;
      display: none; }
    .site-header .nav-menu li {
      display: inline-block;
      margin-left: 1.75em; }
      .site-header .nav-menu li a {
        display: inline-block;
        color: #494949;
        font-size: .9em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 1em .25em;
        border-bottom: 1px solid #494949; }
        .site-header .nav-menu li a:hover {
          color: #636363;
          border-color: #636363; }
      .site-header .nav-menu li.active a {
        color: #0084ca;
        border-color: #0084ca; }

.site-container {
  display: block;
  margin: 3em 0; }

.site-footer {
  width: 100%;
  display: block; }
  .site-footer .footer-logo {
    width: 100%;
    height: 425px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/footer-swirl.png) top center no-repeat;
    background-size: 100%; }
    .site-footer .footer-logo .logo-badge {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      background: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-footer .footer-logo .logo-badge img {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto; }
  .site-footer .footer-links {
    width: 100%;
    display: block;
    background: linear-gradient(#0084ca, #12597f);
    padding: 1em 0; }
    .site-footer .footer-links .nav-menu {
      display: block;
      text-align: center; }
      .site-footer .footer-links .nav-menu li {
        display: inline-block;
        margin: 0 2em; }
        .site-footer .footer-links .nav-menu li a {
          display: inline-block;
          font-weight: normal;
          color: #fff;
          text-transform: uppercase; }
          .site-footer .footer-links .nav-menu li a:hover {
            text-decoration: underline; }

.herospace {
  width: 100%;
  height: 700px;
  display: block;
  margin-top: -3em;
  background: url(../img/herospace-bg.jpg) no-repeat; }
  .herospace .wrapper {
    text-align: center;
    padding-top: 70px; }
  .herospace .featured-welcome {
    width: 80%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3em 2em;
    color: #fff;
    background: rgba(21, 116, 166, 0.6);
    border-radius: 6px; }
    .herospace .featured-welcome:after, .herospace .featured-welcome:before {
      content: "";
      width: 40%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 30%; }
    .herospace .featured-welcome:after {
      bottom: 1.5em; }
    .herospace .featured-welcome:before {
      top: 1.5em; }
    .herospace .featured-welcome h1 {
      font-size: 40px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.3em;
      text-shadow: 2px 4px rgba(73, 73, 73, 0.5); }
    .herospace .featured-welcome h2 {
      font-size: 20px;
      font-weight: normal;
      text-shadow: 1px 1px rgba(73, 73, 73, 0.15); }
  .herospace .featured-services {
    width: 100%;
    display: block;
    margin-top: 3.5em;
    background: rgba(0, 132, 202, 0.8);
    border-radius: 6px;
    color: #fff; }
    .herospace .featured-services h2.services-title {
      display: block;
      padding: 1.2em 0;
      background: rgba(21, 116, 166, 0.6);
      border-radius: 6px 6px 0 0;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.3em;
      text-transform: uppercase; }
    .herospace .featured-services .services-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 1.5em 0;
      padding: 0 3em; }
    .herospace .featured-services .service {
      width: 50%;
      display: inline-block;
      text-align: center;
      box-sizing: border-box; }
      .herospace .featured-services .service:nth-of-type(2) {
        padding: 0 3em;
        border-left: 1px solid #60b8e6; }
      .herospace .featured-services .service .service-icon {
        max-width: 60px;
        display: inline-block;
        margin-bottom: 1em; }
        .herospace .featured-services .service .service-icon img {
          width: 100%; }
      .herospace .featured-services .service h3 {
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1.5em; }
        .herospace .featured-services .service h3 b {
          display: block; }
    .herospace .featured-services .btn {
      position: relative;
      top: .25em;
      display: inline-block;
      margin: 1em auto -1em auto; }

.contact-section {
  width: 100%;
  display: block;
  padding-bottom: 2em;
  margin: 5em 0 0 0; }
  .contact-section .contact-title {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #0084ca;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
    .contact-section .contact-title:after {
      content: "";
      width: 30%;
      height: 1px;
      background: #0084ca;
      position: absolute;
      left: 35%;
      bottom: -.5em; }
  .contact-section .contact-body {
    width: 100%;
    display: block;
    background: #0084ca;
    padding: 3em 0;
    color: #fff;
    text-align: center; }
    .contact-section .contact-body h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 2em;
      margin-bottom: 1em; }
    .contact-section .contact-body p {
      font-size: 1.2em;
      line-height: 2.2em;
      margin: .5em 0; }
      .contact-section .contact-body p i.fa {
        display: block;
        font-size: 2em; }
  .contact-section .btn {
    display: inline-block;
    position: relative;
    top: -1.45em; }

h1.page-title {
  position: relative;
  display: block;
  font-size: 50px;
  font-weight: bold;
  color: #0084ca;
  text-transform: uppercase;
  text-align: center;
  margin: 1.5em 0; }
  h1.page-title:after {
    content: "";
    width: 10%;
    height: 1px;
    background: #0084ca;
    position: absolute;
    left: 45%;
    bottom: -.5em; }

.page-body {
  max-width: 880px;
  margin: 0 auto;
  display: block;
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  line-height: 2em; }
  .page-body div, .page-body p {
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 1.5em; }
  .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    color: #494949;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2em;
    margin-top: .7em;
    margin-bottom: 1em; }
    .page-body h2 a, .page-body h3 a, .page-body h4 a, .page-body h5 a, .page-body h6 a {
      text-decoration: none; }
      .page-body h2 a:hover, .page-body h3 a:hover, .page-body h4 a:hover, .page-body h5 a:hover, .page-body h6 a:hover {
        text-decoration: underline; }
  .page-body h2 {
    font-size: 26px; }
  .page-body h3 {
    font-size: 22px; }
  .page-body h4 {
    font-size: 19px; }
  .page-body h5 {
    font-size: 18px; }
  .page-body h6 {
    font-size: 18px; }
  .page-body ul, .page-body ol {
    width: 96%;
    margin: .8em 0 1.2em 4%; }
  .page-body ul li, .page-body ol li {
    list-style-type: disc;
    font-weight: 400; }
  .page-body ol li {
    list-style-type: decimal; }
  .page-body ul li {
    list-style: none;
    padding: .35em 0; }
    .page-body ul li:before {
      margin-left: -1em;
      margin-right: .5em;
      content: '\f105';
      color: #494949;
      font-family: "FontAwesome"; }
  .page-body a {
    color: #494949;
    text-decoration: underline; }
  .page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0; }
    .page-body table th, .page-body table td {
      padding: .5em;
      vertical-align: middle; }
      .page-body table th p, .page-body table td p {
        font-size: 1.2em;
        color: #0084ca;
        margin-bottom: 0; }
      .page-body table th a, .page-body table td a {
        color: #0084ca; }
      .page-body table th i.fa, .page-body table td i.fa {
        color: #494949; }
  .page-body .stressed-text {
    color: #494949; }
  .page-body figure.image {
    position: relative;
    max-width: 100%;
    display: block;
    margin: .5em auto; }
    .page-body figure.image.video-embed {
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .page-body figure.image.video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .page-body figure.image.open-gallery:after {
      content: '\f00e';
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 400;
      font-family: "FontAwesome";
      font-size: 32px;
      color: #fff;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    .page-body figure.image img {
      max-width: 100%;
      position: relative;
      z-index: 200;
      height: auto;
      display: block; }
    .page-body figure.image figcaption {
      margin: 0;
      padding: 7px;
      background: #f7f7f7;
      font-size: .85em;
      text-align: center; }

.link-gallery {
  display: block;
  margin: 2em 0; }
  .link-gallery .gallery-title {
    display: block;
    font-size: 1.6em;
    color: #0084ca;
    margin-bottom: .5em; }
  .link-gallery ul {
    display: block;
    margin-left: 2em; }
    .link-gallery ul li {
      font-size: 1em;
      list-style: none;
      padding: 7px 0; }
      .link-gallery ul li:before {
        margin-left: -1em;
        margin-right: .5em;
        content: '\f105';
        color: #0084ca;
        font-family: 'FontAwesome'; }
      .link-gallery ul li a {
        font-size: 1.1em;
        font-weight: bold;
        color: #494949; }
        .link-gallery ul li a:hover {
          text-decoration: underline; }

.node-list {
  width: 100%;
  display: block; }
  .node-list .node-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1em;
    margin: 1.5em 0;
    border-bottom: 2px dotted #e7e7e7; }
    .node-list .node-item:last-of-type {
      border-bottom: none; }
    .node-list .node-item .img-container {
      width: 150px;
      display: inline-block;
      margin-right: 1.5em; }
      .node-list .node-item .img-container img {
        width: 100%;
        height: auto;
        display: block; }
    .node-list .node-item .node-content {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .node-list .node-item .node-content h2 {
        display: block;
        margin-bottom: 1em; }
        .node-list .node-item .node-content h2 a {
          font-size: 1.3em;
          font-weight: bold;
          color: #0084ca; }
          .node-list .node-item .node-content h2 a:hover {
            text-decoration: underline; }
      .node-list .node-item .node-content .page-body {
        display: block;
        margin-bottom: .75em; }
      .node-list .node-item .node-content .btn {
        display: inline-block; }

.references-teaser {
  width: 100%;
  display: block;
  background: linear-gradient(#fff, #e7e7e7);
  padding-bottom: 2em;
  margin: 5em 0 1em 0; }
  .references-teaser .references-teaser-title {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #0084ca;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
    .references-teaser .references-teaser-title:after {
      content: "";
      width: 30%;
      height: 1px;
      background: #0084ca;
      position: absolute;
      left: 35%;
      bottom: -.5em; }
  .references-teaser .references-line {
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .references-teaser .references-line img {
      display: inline-block;
      width: 300px;
      margin: 0; }
  .references-teaser .btn {
    display: inline-block;
    position: relative;
    top: 3.35em; }

.references-gallery {
  width: 100%;
  display: block;
  margin: 2em 0; }
  .references-gallery .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .references-gallery .reference-item {
    width: 22%;
    display: inline-block;
    margin: 1.5%; }
    .references-gallery .reference-item img {
      width: 100%;
      border-radius: 20px; }

@media only screen and (max-width: 1300px) {
  .wrapper {
    width: 1100px; }
  .herospace .featured-welcome h1 {
    font-size: 32px; }
  .herospace .featured-welcome h2 {
    font-size: 18px;
    margin-top: .5em; }
  h1.page-title {
    font-size: 42px;
    margin: 1em 0 2.5em 0; }
  .site-footer .footer-logo {
    height: 300px; }
  .site-footer .footer-links .nav-menu li {
    margin: 0 1em; } }

@media only screen and (max-width: 1060px) {
  body {
    padding-top: 0; }
  .wrapper {
    width: 96%;
    padding: 0 2%; }
  .site-header {
    position: static; }
    .site-header .logo {
      width: 260px;
      height: 66px;
      margin-top: 10px; }
    .site-header .nav-menu {
      margin-top: 1.25em; }
      .site-header .nav-menu li {
        margin-left: 1em; }
        .site-header .nav-menu li a {
          padding: .5em 0; }
  .herospace .wrapper {
    padding-top: 50px; } }

@media only screen and (max-width: 960px) {
  .site-header .logo {
    width: 220px;
    height: 56px;
    margin-top: 17px; }
  .site-header .nav-menu li a {
    font-size: .85em; }
  .herospace {
    height: 620px; }
    .herospace .featured-welcome {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .herospace .featured-services h2.services-title {
      font-size: 22px; }
    .herospace .featured-services .service h3 {
      font-size: 1em; }
  .references-teaser .references-line {
    height: 180px; }
    .references-teaser .references-line img {
      width: 180px;
      height: 180px; }
  .contact-section {
    padding-bottom: 0; }
    .contact-section .contact-body {
      padding: 2em 0; }
      .contact-section .contact-body h2 {
        font-size: 24px; }
  .site-footer .footer-logo {
    height: 260px; }
  .site-footer .footer-links .nav-menu li {
    margin: 0 .75em; }
    .site-footer .footer-links .nav-menu li a {
      font-size: .85em; } }

@media only screen and (max-width: 840px) {
  .site-header.open-menu {
    height: auto; }
    .site-header.open-menu .wrapper {
      display: block; }
  .site-header .nav-menu .nav-trigger {
    display: block; }
  .site-header .nav-menu ul.main-list {
    display: none;
    width: 100%;
    text-align: left; }
    .site-header .nav-menu ul.main-list li {
      display: block; }
      .site-header .nav-menu ul.main-list li:last-child a {
        border: none; }
      .site-header .nav-menu ul.main-list li a {
        padding: 1em;
        font-size: 1.2em;
        line-height: 1.3em;
        display: block; } }

@media only screen and (max-width: 660px) {
  .site-header .logo {
    width: 190px;
    height: 48px;
    margin-top: 23px; }
  .site-header .nav-menu .nav-trigger {
    font-size: 1.1em; }
  .herospace {
    background-size: 800%;
    height: auto; }
    .herospace .wrapper {
      padding-top: .5em; }
    .herospace .featured-welcome {
      padding: .75em 0; }
      .herospace .featured-welcome:after, .herospace .featured-welcome:before {
        display: none; }
      .herospace .featured-welcome h1 {
        font-size: 20px; }
      .herospace .featured-welcome h2 {
        font-size: 17px;
        line-height: 1.5em; }
    .herospace .featured-services {
      margin-top: 1em;
      margin-bottom: 1em; }
      .herospace .featured-services h2.services-title {
        padding-left: 1em;
        padding-right: 1em; }
      .herospace .featured-services .services-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .herospace .featured-services .service {
        width: 100%;
        border: none;
        margin: 1em 0; }
        .herospace .featured-services .service:nth-of-type(2) {
          border: none; }
  h1.page-title {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  .page-body table {
    width: 100%; }
    .page-body table td {
      width: 100% !important;
      padding-bottom: 1em;
      display: block; }
  .references-teaser .references-line {
    height: 70px; }
    .references-teaser .references-line img {
      width: 70px;
      height: 70px; }
  .references-gallery .reference-item {
    width: 47%; }
  .site-footer .footer-links .nav-menu li {
    display: block;
    line-height: 2.2em;
    text-align: left; } }

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