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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
==========================================================================
    Font Face
==========================================================================
*/
@font-face {
  font-family: 'miso';
  src: url("../fonts/miso/miso-bold-webfont.woff2") format("woff2"), url("../fonts/miso/miso-bold-webfont.woff") format("woff"), url("../fonts/miso/miso-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'miso';
  src: url("../fonts/miso/miso-light-webfont.woff2") format("woff2"), url("../fonts/miso/miso-light-webfont.woff") format("woff"), url("../fonts/miso/miso-light-webfont.ttf") format("truetype");
  font-weight: light;
  font-style: normal; }

/*
==========================================================================
	Functions
==========================================================================
*/
/*
==========================================================================
    Variables
==========================================================================
*/
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=dd72f5822830e828feba)
 * Config saved to config.json and https://gist.github.com/dd72f5822830e828feba
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

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

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
==========================================================================
    Base styles
==========================================================================
*/
* {
  box-sizing: border-box !important;
  padding: 0px;
  margin: 0px; }

*:focus {
  outline: none !important; }

html {
  font-size: 16px; }

body {
  position: relative;
  right: 0;
  padding: 0px;
  margin: 0px;
  background-color: #e9eedd;
  font-family: 'Raleway', helvetica, arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all; }

a,
img,
a img {
  border: none; }

a {
  color: #487319;
  text-decoration: none !important;
  transition: all .15s; }

a:hover,
a:focus,
a:active {
  color: #7d6144; }

p {
  color: #65717c;
  font-size: 1em;
  line-height: 1.7em; }
  p.caption {
    color: #999;
    font-size: .875em; }

hr {
  display: block;
  clear: both;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  height: 0;
  border-top: 1px solid #d1d6dc; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  font-family: 'miso';
  font-weight: bold;
  text-transform: uppercase; }

h1 {
  font-size: 3.5em;
  word-spacing: 10px;
  text-align: center;
  color: #487319; }

h3 {
  font-size: 2em;
  color: #f28c00; }

.clear {
  display: block;
  width: 100%;
  clear: both;
  height: 0px; }

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

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

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

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

.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.img_responsive {
  max-width: 100%; }

.btn, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer input[type="submit"] {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  background: none;
  border: none;
  text-align: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 38px;
  font-weight: bold;
  transition: all 0.15s ease-in-out; }
  .btn:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:hover, .gform_wrapper .gform_footer button:hover,
  .gform_wrapper .gform_footer input[type="submit"]:hover, .btn:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:focus, .gform_wrapper .gform_footer button:focus,
  .gform_wrapper .gform_footer input[type="submit"]:focus {
    color: #fff; }
  .btn.btn-disabled, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-disabled[type="button"], .gform_wrapper .gform_footer button.btn-disabled,
  .gform_wrapper .gform_footer input.btn-disabled[type="submit"] {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #d1d6dc;
    color: #dede80;
    cursor: not-allowed; }
  .btn.btn-primary, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_footer button,
  .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #487319; }
    .btn.btn-primary:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:hover, .gform_wrapper .gform_footer button:hover,
    .gform_wrapper .gform_footer input[type="submit"]:hover, .btn.btn-primary:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:focus, .gform_wrapper .gform_footer button:focus,
    .gform_wrapper .gform_footer input[type="submit"]:focus {
      background-color: #365613; }
  .btn.btn-secondary, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-secondary[type="button"], .gform_wrapper .gform_footer button.btn-secondary,
  .gform_wrapper .gform_footer input.btn-secondary[type="submit"] {
    background-color: #bdbc00; }
    .btn.btn-secondary:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-secondary[type="button"]:hover, .gform_wrapper .gform_footer button.btn-secondary:hover,
    .gform_wrapper .gform_footer input.btn-secondary[type="submit"]:hover, .btn.btn-secondary:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-secondary[type="button"]:focus, .gform_wrapper .gform_footer button.btn-secondary:focus,
    .gform_wrapper .gform_footer input.btn-secondary[type="submit"]:focus {
      background-color: #8e8d00; }
  .btn.btn-tertiary, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-tertiary[type="button"], .gform_wrapper .gform_footer button.btn-tertiary,
  .gform_wrapper .gform_footer input.btn-tertiary[type="submit"] {
    background-color: #7d6144; }
    .btn.btn-tertiary:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-tertiary[type="button"]:hover, .gform_wrapper .gform_footer button.btn-tertiary:hover,
    .gform_wrapper .gform_footer input.btn-tertiary[type="submit"]:hover, .btn.btn-tertiary:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-tertiary[type="button"]:focus, .gform_wrapper .gform_footer button.btn-tertiary:focus,
    .gform_wrapper .gform_footer input.btn-tertiary[type="submit"]:focus {
      background-color: #9e8973; }
  .btn.btn-white, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-white[type="button"], .gform_wrapper .gform_footer button.btn-white,
  .gform_wrapper .gform_footer input.btn-white[type="submit"] {
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #65717c; }
    .btn.btn-white:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-white[type="button"]:hover, .gform_wrapper .gform_footer button.btn-white:hover,
    .gform_wrapper .gform_footer input.btn-white[type="submit"]:hover, .btn.btn-white:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-white[type="button"]:focus, .gform_wrapper .gform_footer button.btn-white:focus,
    .gform_wrapper .gform_footer input.btn-white[type="submit"]:focus {
      border-color: transparent;
      background-color: #21340b;
      color: #fff; }
  .btn.btn-default, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-default[type="button"], .gform_wrapper .gform_footer button.btn-default,
  .gform_wrapper .gform_footer input.btn-default[type="submit"] {
    border-color: #bdbc00;
    background-color: #fff;
    color: #65717c; }
    .btn.btn-default:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-default[type="button"]:hover, .gform_wrapper .gform_footer button.btn-default:hover,
    .gform_wrapper .gform_footer input.btn-default[type="submit"]:hover, .btn.btn-default:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-default[type="button"]:focus, .gform_wrapper .gform_footer button.btn-default:focus,
    .gform_wrapper .gform_footer input.btn-default[type="submit"]:focus {
      border-color: #65717c;
      background-color: #dede80;
      color: #fff; }
  .btn.btn-ghost, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost[type="button"], .gform_wrapper .gform_footer button.btn-ghost,
  .gform_wrapper .gform_footer input.btn-ghost[type="submit"] {
    border-color: #78848f;
    background-color: transparent;
    color: #65717c; }
    .btn.btn-ghost:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost[type="button"]:hover, .gform_wrapper .gform_footer button.btn-ghost:hover,
    .gform_wrapper .gform_footer input.btn-ghost[type="submit"]:hover, .btn.btn-ghost:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost[type="button"]:focus, .gform_wrapper .gform_footer button.btn-ghost:focus,
    .gform_wrapper .gform_footer input.btn-ghost[type="submit"]:focus {
      border-color: #487319;
      background-color: #487319;
      color: #fff; }
    .btn.btn-ghost.btn-ghost-white, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost.btn-ghost-white[type="button"], .gform_wrapper .gform_footer button.btn-ghost.btn-ghost-white,
    .gform_wrapper .gform_footer input.btn-ghost.btn-ghost-white[type="submit"] {
      border-color: #fff;
      color: #fff; }
      .btn.btn-ghost.btn-ghost-white:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost.btn-ghost-white[type="button"]:hover, .gform_wrapper .gform_footer button.btn-ghost.btn-ghost-white:hover,
      .gform_wrapper .gform_footer input.btn-ghost.btn-ghost-white[type="submit"]:hover, .btn.btn-ghost.btn-ghost-white:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost.btn-ghost-white[type="button"]:focus, .gform_wrapper .gform_footer button.btn-ghost.btn-ghost-white:focus,
      .gform_wrapper .gform_footer input.btn-ghost.btn-ghost-white[type="submit"]:focus {
        border-color: #d1d6dc;
        background-color: #4b3b29;
        color: #d1d6dc; }
    .btn.btn-ghost.btn-ghost-alt-2, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost.btn-ghost-alt-2[type="button"], .gform_wrapper .gform_footer button.btn-ghost.btn-ghost-alt-2,
    .gform_wrapper .gform_footer input.btn-ghost.btn-ghost-alt-2[type="submit"] {
      border: transparent;
      color: #fff;
      padding: 0; }
      .btn.btn-ghost.btn-ghost-alt-2:hover, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost.btn-ghost-alt-2[type="button"]:hover, .gform_wrapper .gform_footer button.btn-ghost.btn-ghost-alt-2:hover,
      .gform_wrapper .gform_footer input.btn-ghost.btn-ghost-alt-2[type="submit"]:hover, .btn.btn-ghost.btn-ghost-alt-2:focus, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-ghost.btn-ghost-alt-2[type="button"]:focus, .gform_wrapper .gform_footer button.btn-ghost.btn-ghost-alt-2:focus,
      .gform_wrapper .gform_footer input.btn-ghost.btn-ghost-alt-2[type="submit"]:focus {
        color: #f1f3f6; }
  .btn.btn-small, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-small[type="button"], .gform_wrapper .gform_footer button.btn-small,
  .gform_wrapper .gform_footer input.btn-small[type="submit"] {
    height: 34px;
    padding: 0 10px;
    font-size: .875rem;
    line-height: 32px; }
    .btn.btn-small i, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-small[type="button"] i, .gform_wrapper .gform_footer button.btn-small i,
    .gform_wrapper .gform_footer input.btn-small[type="submit"] i {
      font-size: 14px; }
  .btn.btn-big, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-big[type="button"], .gform_wrapper .gform_footer button.btn-big,
  .gform_wrapper .gform_footer input.btn-big[type="submit"] {
    height: 46px;
    padding: 0 20px;
    font-size: 1.125rem;
    line-height: 44px; }
    .btn.btn-big.btn-ghost, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-big.btn-ghost[type="button"], .gform_wrapper .gform_footer button.btn-big.btn-ghost,
    .gform_wrapper .gform_footer input.btn-big.btn-ghost[type="submit"] {
      border-width: 2px;
      line-height: 42px; }
  .btn.btn-hero, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-hero[type="button"], .gform_wrapper .gform_footer button.btn-hero,
  .gform_wrapper .gform_footer input.btn-hero[type="submit"] {
    height: 50px;
    padding: 0 25px;
    border-width: 2px;
    font-size: 1.25rem;
    line-height: 46px; }
  .btn.btn-full, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-full[type="button"], .gform_wrapper .gform_footer button.btn-full,
  .gform_wrapper .gform_footer input.btn-full[type="submit"] {
    width: 100%;
    padding: 0 5px; }

.fa-small {
  font-size: 0.75em; }

.fa-left {
  margin-right: 6px; }

.fa-right {
  margin-left: 6px; }

.fa-center {
  margin: 0 6px; }

.fa-prim {
  color: #487319; }

.fa-sec {
  color: #bdbc00; }

.fa-tert {
  color: #7d6144; }

.contentwrapper img {
  max-width: 100%; }
  .contentwrapper img.alignleft {
    float: left;
    margin: 30px 40px 30px 0; }
  .contentwrapper img.alignright {
    float: right;
    margin: 30px 0 30px 40px; }
  .contentwrapper img.aligncenter {
    margin: 30px auto; }

.contentwrapper h1,
.contentwrapper h2,
.contentwrapper h3,
.contentwrapper h4,
.contentwrapper h5,
.contentwrapper h6 {
  font-weight: 700;
  text-align: left; }
  .contentwrapper h1:first-child,
  .contentwrapper h2:first-child,
  .contentwrapper h3:first-child,
  .contentwrapper h4:first-child,
  .contentwrapper h5:first-child,
  .contentwrapper h6:first-child {
    margin-top: 0; }

.contentwrapper h1 {
  font-size: 2.5em;
  margin: 25px 0 15px;
  color: #487319; }

.contentwrapper h2 {
  font-size: 2em;
  margin: 25px 0 15px;
  color: #487319; }

.contentwrapper h3 {
  font-size: 1.5em;
  margin: 20px 0 10px; }

.contentwrapper h4 {
  font-size: 1.125em;
  margin: 20px 0 10px; }

.contentwrapper h5,
.contentwrapper h6 {
  font-size: 1em;
  font-size: 1em;
  margin: 15px 0 5px; }

.contentwrapper .content-title {
  margin: 0;
  color: #2f2f00;
  font-size: 3em;
  line-height: 1em; }

.contentwrapper p {
  margin: 15px 0;
  color: #2f2f00; }
  .contentwrapper p:first-child {
    margin-top: 0; }
  .contentwrapper p:last-child {
    margin-bottom: 0; }
  .contentwrapper p em {
    color: #dede80; }
  .contentwrapper p a {
    text-decoration: underline; }
    .contentwrapper p a:hover {
      text-decoration: none; }
  .contentwrapper p .btn, .contentwrapper p .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .contentwrapper p input[type="button"], .contentwrapper p .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .contentwrapper p button, .contentwrapper p
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_footer .contentwrapper p input[type="submit"] {
    margin: 10px 5px 0;
    text-decoration: none !important; }
    .contentwrapper p .btn:first-child, .contentwrapper p .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:first-child, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .contentwrapper p input[type="button"]:first-child, .contentwrapper p .gform_wrapper .gform_footer button:first-child, .gform_wrapper .gform_footer .contentwrapper p button:first-child, .contentwrapper p
    .gform_wrapper .gform_footer input[type="submit"]:first-child,
    .gform_wrapper .gform_footer .contentwrapper p input[type="submit"]:first-child {
      margin-left: 0; }
    .contentwrapper p .btn:last-child, .contentwrapper p .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:last-child, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .contentwrapper p input[type="button"]:last-child, .contentwrapper p .gform_wrapper .gform_footer button:last-child, .gform_wrapper .gform_footer .contentwrapper p button:last-child, .contentwrapper p
    .gform_wrapper .gform_footer input[type="submit"]:last-child,
    .gform_wrapper .gform_footer .contentwrapper p input[type="submit"]:last-child {
      margin-right: 0; }
    .contentwrapper p .btn.btn-full, .contentwrapper p .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input.btn-full[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .contentwrapper p input.btn-full[type="button"], .contentwrapper p .gform_wrapper .gform_footer button.btn-full, .gform_wrapper .gform_footer .contentwrapper p button.btn-full, .contentwrapper p
    .gform_wrapper .gform_footer input.btn-full[type="submit"],
    .gform_wrapper .gform_footer .contentwrapper p input.btn-full[type="submit"] {
      margin-left: 0;
      margin-right: 0; }
  .contentwrapper p.intro {
    color: #2f2f00;
    color: #487319;
    font-weight: bold;
    font-size: 1.5em; }
  .contentwrapper p.micro {
    font-size: 0.875em;
    color: #dede80; }

.contentwrapper ul,
.contentwrapper ol {
  margin: 20px 0 20px 25px; }
  .contentwrapper ul li,
  .contentwrapper ol li {
    color: #65717c;
    font-size: 1em;
    line-height: 1.5em;
    padding: 3px 0; }

.contentwrapper blockquote {
  padding: 30px 0;
  font-style: bold;
  font-size: 2.5em;
  color: #7d6144;
  line-height: 1.5em;
  margin-bottom: 30px; }
  .contentwrapper blockquote:before, .contentwrapper blockquote:after {
    content: '"'; }
  .contentwrapper blockquote:before {
    margin-right: 5px; }
  .contentwrapper blockquote:after {
    margin-left: 5px; }

.contentwrapper .intro {
  font-size: 1.125em;
  color: #666; }

.contentwrapper .content-highlight {
  display: block;
  margin: 20px -20px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f2efec; }
  .contentwrapper .content-highlight:first-child {
    margin-top: 0; }
  .contentwrapper .content-highlight:last-child {
    margin-bottom: 0; }

.contentwrapper.columns {
  column-count: 2;
  column-gap: 60px; }

.contentwrapper.narrow {
  max-width: 850px; }

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

.spacer {
  display: block;
  clear: both;
  width: 100%; }
  .spacer.spacer10 {
    height: 10px; }
  .spacer.spacer20 {
    height: 20px; }
  .spacer.spacer30 {
    height: 30px; }
  .spacer.spacer40 {
    height: 40px; }
  .spacer.spacer50 {
    height: 50px; }
  .spacer.spacer100 {
    height: 100px; }
  .spacer.spacer250 {
    height: 250px; }
  .spacer.spacer500 {
    height: 500px; }

.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important; }

.imgwrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .imgwrap img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    vertical-align: top; }

.sectiontitle {
  margin: 20px 0 50px;
  text-align: center; }
  .sectiontitle.smaller-margin {
    margin: 10px 0 30px; }
    .sectiontitle.smaller-margin .intro {
      margin: 5px auto 0; }
  .sectiontitle:first-child {
    margin-top: 0; }
  .sectiontitle:last-child {
    margin-bottom: 0; }
  .sectiontitle .title {
    font-family: 'miso';
    font-weight: bold;
    color: #65717c;
    font-size: 2.5em; }
  .sectiontitle .intro {
    margin: 10px auto 0;
    max-width: 1000px;
    color: #dede80;
    font-size: 1.5em; }

.sectiontitle-small {
  margin: 15px 0 30px; }
  .sectiontitle-small:first-child {
    margin-top: 0; }
  .sectiontitle-small:last-child {
    margin-bottom: 0; }
  .sectiontitle-small .title {
    color: #bdbc00;
    font-size: 1.5em; }
  .sectiontitle-small .intro {
    margin: 5px 0 0;
    color: #bdbc00;
    font-size: 1em; }
  .sectiontitle-small.inverted .title {
    color: #fff; }
  .sectiontitle-small.inverted .intro {
    color: #fff;
    color: rgba(255, 255, 255, 0.75); }

section {
  position: relative;
  padding: 50px 0; }
  section.bg-white {
    background-color: #fff; }

.col-succes {
  color: #04bd8d; }

.col-warning {
  color: #FFB347; }

.col-error {
  color: #FF6961; }

.fixedheight {
  position: relative;
  overflow: hidden; }
  .fixedheight .fade {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.slick-list,
.slick-track {
  height: 100%; }

.display-flex {
  display: flex;
  align-items: center; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.collapse {
  opacity: 0;
  height: 0; }

.collapsing {
  transition: all 0.3s;
  overflow: hidden;
  white-space: normal; }

.in {
  opacity: 1;
  height: 100%;
  display: block; }

table.table-specifications {
  width: 100%;
  font-size: .875rem; }
  table.table-specifications tr {
    border-top: 1px solid #78848f;
    vertical-align: top; }
    table.table-specifications tr:last-child {
      border-bottom: 1px solid #78848f; }
    table.table-specifications tr td {
      padding: 10px 0;
      color: #65717c; }
      table.table-specifications tr td.row-subject {
        width: 33.3%;
        min-width: 170px;
        padding-right: 10px;
        font-weight: 700; }
      table.table-specifications tr td.row-value {
        padding-left: 10px; }

.flexmargin:first-child, .gform_wrapper .gform_heading .gform_description:first-child, .gform_wrapper .validation_error:first-child {
  margin-top: 0; }

.flexmargin:last-child, .gform_wrapper .gform_heading .gform_description:last-child, .gform_wrapper .validation_error:last-child {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
==========================================================================
	Components
==========================================================================
*/
.show-menu {
  right: 75%;
  transition: all 0.3s ease-in-out; }
  .show-menu .nav-mobile {
    left: 25%;
    transition: all 0.3s ease-in-out; }
  .show-menu .menu-toggle {
    transform: rotate(90deg); }

.flex {
  display: flex;
  align-items: center;
  justify-content: center; }

.breadcrumbs {
  padding: 20px 0; }
  .breadcrumbs .breadcrumbs-inner {
    list-style: none;
    display: block; }
    .breadcrumbs .breadcrumbs-inner > li {
      display: inline-block;
      font-size: 0.875em; }
      .breadcrumbs .breadcrumbs-inner > li.crumb a {
        display: block;
        padding: 0 5px; }
      .breadcrumbs .breadcrumbs-inner > li.prefix {
        color: #65717c; }
      .breadcrumbs .breadcrumbs-inner > li.sep {
        color: #65717c; }
        .breadcrumbs .breadcrumbs-inner > li.sep .divider {
          display: inline-block; }

.sum {
  position: relative;
  z-index: 1;
  height: 270px;
  width: 270px;
  border: 12px solid #487319;
  border-radius: 999px;
  justify-content: center;
  float: left; }
  .sum img {
    position: absolute;
    width: 160px;
    top: -80px;
    pointer-events: none; }
  .sum .sum-inner {
    position: relative;
    z-index: 2; }
    .sum .sum-inner h3 {
      text-align: center !important;
      line-height: 35px;
      margin-bottom: 30px; }
    .sum .sum-inner h1 {
      text-align: center !important;
      line-height: 40px;
      margin-bottom: 0;
      font-size: 2.5em; }
      .sum .sum-inner h1 strong {
        font-size: 2.5em; }
  .sum.small {
    border-color: #fff;
    background-color: #bdbc00;
    box-shadow: 4px solid #f1f3f6; }
    .sum.small .sum-inner h3 {
      line-height: 20px;
      color: #487319;
      font-size: 1.5em; }
    .sum.small .sum-inner h1 {
      font-size: 2.5em; }

.hero {
  position: relative; }
  .hero .hero-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))); }
  .hero .hero-title,
  .hero .hero-subtitle {
    color: #fff;
    line-height: 1em;
    text-shadow: 4px 4px #000; }
  .hero .hero-title {
    position: relative;
    font-size: 5em;
    word-spacing: 15px;
    text-align: left; }
    .hero .hero-title img {
      position: absolute;
      width: 100px;
      top: -60px;
      margin-left: -25px; }
  .hero .hero-subtitle {
    position: relative;
    text-align: left;
    font-size: 5em;
    color: #bdbc00; }
    .hero .hero-subtitle .plants {
      position: absolute;
      bottom: -30px;
      left: 0%;
      overflow: hidden;
      height: 250px; }
  .hero .float-sacks {
    position: relative;
    padding-top: 100px; }
    .hero .float-sacks .sum {
      float: left; }
      .hero .float-sacks .sum.small {
        position: absolute;
        z-index: 2;
        top: 120px;
        right: 0; }
      .hero .float-sacks .sum.big .sum-background {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        display: block;
        width: 600px;
        height: 600px;
        margin: -360px 0 0 -315px;
        background-image: url("../img/theme/multipleplants.png");
        background-position: top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        pointer-events: none; }
      .hero .float-sacks .sum.big .sum-inner {
        text-shadow: 3px 3px #000; }
        .hero .float-sacks .sum.big .sum-inner .sum-description {
          color: #bdbc00; }
      .hero .float-sacks .sum .sum-inner {
        font-family: 'miso';
        font-weight: bold;
        text-transform: uppercase;
        text-align: center; }
        .hero .float-sacks .sum .sum-inner .sum-description {
          display: block;
          color: #487319;
          font-size: 2em;
          line-height: 1em; }
        .hero .float-sacks .sum .sum-inner .sum-count {
          display: block;
          margin: 10px 0 0;
          color: #fff;
          font-size: 6em;
          line-height: .8em; }
        .hero .float-sacks .sum .sum-inner .sum-label {
          display: block;
          color: #fff;
          font-size: 2.5em;
          line-height: 1em; }

/*
==========================================================================
    Header
==========================================================================
*/
header {
  background-color: #7d6144;
  background-image: url("../img/theme/ground.png");
  background-size: cover; }
  header .stickyspacer {
    width: 100%;
    height: 0px;
    display: block; }
  header .mainnav {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 75px;
    line-height: 75px; }
    header .mainnav .bg-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #4b3b29;
      opacity: 0.8;
      z-index: 1;
      transition: 0.6s all; }
    header .mainnav .menu-toggle {
      display: none;
      float: right;
      font-size: 1.5em;
      color: #fff; }
    header .mainnav .container {
      position: relative;
      z-index: 2; }
      header .mainnav .container .partof {
        position: absolute;
        left: 15px;
        display: inline-block;
        opacity: 0.8;
        transition: 0.3s all; }
        header .mainnav .container .partof span {
          font-size: 0.75em;
          color: #f1f3f6;
          margin-right: 5px; }
        header .mainnav .container .partof img {
          vertical-align: middle;
          height: 15px; }
    header .mainnav ul {
      float: right; }
      header .mainnav ul li {
        display: inline-block;
        margin-right: 20px; }
        header .mainnav ul li a {
          color: #fff; }
          header .mainnav ul li a:hover {
            color: #aa8763; }
        header .mainnav ul li:last-of-type {
          margin: 0; }
      header .mainnav ul .current-menu-item a {
        position: relative;
        color: #6fb227;
        font-weight: bold; }

.nav-mobile {
  background-color: #487319;
  border-left: 4px solid #e9eedd;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s all; }
  .nav-mobile .nav-mobile-inner {
    margin: 20px; }
    .nav-mobile .nav-mobile-inner .menu li {
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .nav-mobile .nav-mobile-inner .menu li:first-of-type {
        margin-top: 40px; }
      .nav-mobile .nav-mobile-inner .menu li:last-of-type {
        border: none;
        margin: 0;
        padding: 0; }
      .nav-mobile .nav-mobile-inner .menu li.active {
        font-weight: bold; }
      .nav-mobile .nav-mobile-inner .menu li a {
        color: #fff; }
        .nav-mobile .nav-mobile-inner .menu li a:hover {
          color: #d1dcc6; }
      .nav-mobile .nav-mobile-inner .menu li.current-menu-item {
        font-weight: bold; }

.sticky .mainnav {
  position: fixed; }
  .sticky .mainnav .bg-overlay {
    opacity: 1; }
  .sticky .mainnav .container .partof {
    left: -300px !important;
    opacity: 0; }

.sticky .stickyspacer {
  height: 75px !important; }

/*
==========================================================================
	Footer
==========================================================================
*/
footer {
  padding: 50px 0;
  background-color: #f28c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1))); }
  footer ul li {
    display: inline-block;
    margin-right: 20px; }
    footer ul li a {
      color: #fff; }
      footer ul li a:hover {
        color: #d1d6dc; }
    footer ul li:last-of-type {
      margin: 0; }
  footer .social {
    float: right; }
  footer hr {
    height: 1px;
    border-top: 1px solid #f1f3f6;
    opacity: 0.5; }
  footer .copyright {
    color: #f1f3f6;
    font-size: 0.875em;
    text-align: left; }

/*
==========================================================================
	Widgets
==========================================================================
*/
/*
==========================================================================
	Forms
==========================================================================
*/
.gform_wrapper {
  margin: 40px 0; }
  .gform_wrapper:first-child {
    margin-top: 0; }
  .gform_wrapper:last-child {
    margin-bottom: 0; }
  .gform_wrapper .gform_hidden {
    display: none !important; }
  .gform_wrapper .gform_heading {
    margin: 0 0 30px; }
    .gform_wrapper .gform_heading .gform_title {
      margin: 0;
      color: #2f2f00;
      font-size: 2em;
      font-weight: 900;
      text-transform: uppercase; }
    .gform_wrapper .gform_heading .gform_description {
      display: block;
      margin: 5px 0 0;
      color: #65717c;
      font-size: 1em;
      line-height: 1.7em;
      font-weight: 400; }
  .gform_wrapper .validation_error {
    margin: 15px 0;
    color: #FF6961; }
  .gform_wrapper .gform_body {
    margin: 30px 0; }
    .gform_wrapper .gform_body .gform_fields {
      list-style: none;
      display: block;
      margin: 0; }
      .gform_wrapper .gform_body .gform_fields .gfield {
        display: block;
        margin: 25px 0; }
        .gform_wrapper .gform_body .gform_fields .gfield:first-child {
          margin-top: 0; }
        .gform_wrapper .gform_body .gform_fields .gfield:last-child {
          margin-bottom: 0; }
        .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_select) {
          position: relative; }
          .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_select) input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="file"]),
          .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_select) textarea {
            padding-left: 30px;
            border-color: #FF6961;
            background-color: #fff0ef; }
          .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_select):before {
            content: '\f00d';
            position: absolute;
            top: 10px;
            left: 10px;
            width: 15px;
            height: 20px;
            color: #FF6961;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
            pointer-events: none; }
        .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_description.validation_message {
          color: #FF6961;
          font-weight: 600; }
        .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
          display: block;
          width: 300px;
          max-width: 100%;
          color: #2f2f00;
          font-size: 0.875em;
          font-weight: 600;
          margin: 5px 0; }
          .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
            display: inline-block;
            margin: 0 5px;
            color: #487319; }
          .gform_wrapper .gform_body .gform_fields .gfield .gfield_label:first-child {
            margin-top: 0; }
          .gform_wrapper .gform_body .gform_fields .gfield .gfield_label:last-child {
            margin-bottom: 0; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="file"]),
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
          -webkit-appearance: none;
          appearance: none;
          border-radius: 0;
          border: 0;
          background: none;
          display: block;
          width: 300px;
          max-width: 100%;
          height: 40px;
          padding: 0 15px;
          border-radius: 6px;
          border: 2px solid transparent;
          background-color: #fff;
          color: #2f2f00;
          font-size: 1em;
          font-weight: 400;
          transition: all .15s ease-in-out; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="file"]):hover,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:hover,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:hover {
            border-color: #bdbc00; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="file"]):focus,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus {
            border-color: #bdbc00; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
          padding-left: 30px;
          background-color: #fff;
          cursor: pointer; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
          resize: none;
          width: 450px;
          height: 140px;
          padding: 10px; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox,
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio {
          list-style: none;
          display: block;
          margin: 0; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox li,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio li {
            padding: 3px 0; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox input[type="radio"],
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox input[type="checkbox"],
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio input[type="radio"],
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio input[type="checkbox"] {
            position: relative;
            top: -.075em;
            margin-right: 10px; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox label,
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio label {
            color: #2f2f00;
            font-size: 0.875em;
            font-weight: 400; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
          position: relative; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
            content: '\f0dc';
            position: absolute;
            top: 50%;
            left: 10px;
            width: 15px;
            height: 20px;
            margin: -10px 0 0;
            color: #7d6144;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
            pointer-events: none; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_date {
          position: relative; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_date:before {
            content: '\f073';
            position: absolute;
            top: 50%;
            left: 10px;
            width: 20px;
            height: 20px;
            margin: -10px 0 0;
            color: #7d6144;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
            pointer-events: none; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_date input.datepicker:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="file"]) {
            padding-left: 35px; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex {
          display: flex;
          flex-wrap: wrap; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span {
            display: block;
            flex: 1;
            padding: 0 5px; }
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span:first-of-type {
              padding-left: 0; }
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span:last-of-type {
              padding-right: 0; }
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span label {
              display: block;
              margin: 5px 0 0;
              color: #65717c;
              font-size: 0.875em; }
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.ginput_full {
              flex: initial;
              width: 100%;
              padding: 0;
              margin: 10px 0; }
              .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.ginput_full:first-child {
                margin-top: 0; }
              .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.ginput_full:last-child {
                margin-bottom: 0; }
            .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.ginput_left {
              padding-left: 0; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload input[type="file"] {
          color: #2f2f00;
          font-size: 0.875em;
          line-height: 1ex; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 250px;
          border: 3px dashed #d1d6dc;
          background-color: #f8f9fb; }
          .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
            margin: 5px 10px;
            color: #65717c;
            font-size: 0.875em; }
        .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .screen-reader-text {
          display: block;
          margin: 10px 0 0;
          font-size: 0.875em; }
        .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
          display: block;
          color: #65717c;
          font-size: 0.875em;
          font-weight: 400;
          margin: 5px 0; }
          .gform_wrapper .gform_body .gform_fields .gfield .gfield_description:first-child {
            margin-top: 0; }
          .gform_wrapper .gform_body .gform_fields .gfield .gfield_description:last-child {
            margin-bottom: 0; }
  .gform_wrapper .gform_footer {
    margin: 30px 0 0; }

/*
==========================================================================
	Sections
==========================================================================
*/
section.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1))); }

section.bg-prim {
  background-color: #487319;
  color: #fff; }
  section.bg-prim h1, section.bg-prim h2, section.bg-prim h3, section.bg-prim h4, section.bg-prim p {
    color: #fff; }

section.bg-sec {
  background-color: #bdbc00;
  color: #fff; }
  section.bg-sec h1, section.bg-sec h2, section.bg-sec h3, section.bg-sec h4, section.bg-sec p {
    color: #fff; }

section.bg-purple {
  background-color: #671d47;
  color: #fff; }
  section.bg-purple h1, section.bg-purple h2, section.bg-purple h3, section.bg-purple h4, section.bg-purple p {
    color: #fff; }

.stats {
  position: relative;
  padding: 100px 0 75px; }
  .stats .container {
    position: relative;
    z-index: 10; }
    .stats .container .arrow {
      position: absolute;
      width: 170px;
      top: -170px;
      right: 310px;
      transform: rotate(-5deg); }
  .stats .stat {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px; }
    .stats .stat .stat-no {
      position: relative;
      display: block;
      font-size: 6em;
      line-height: .9em;
      font-family: 'miso';
      font-weight: bold; }
      .stats .stat .stat-no sup {
        position: absolute;
        top: 0;
        font-weight: normal;
        font-size: .7em;
        line-height: .9em; }
    .stats .stat .stat-label {
      display: block;
      color: #000;
      font-size: 1.5em;
      line-height: 1em;
      font-family: 'miso';
      font-weight: bold; }
    .stats .stat.main {
      margin-bottom: 50px; }
      .stats .stat.main .stat-no {
        font-size: 8em;
        line-height: .85em; }
      .stats .stat.main .stat-label {
        font-size: 2.5em; }
    .stats .stat.col-purple .stat-no {
      color: #671d47; }
    .stats .stat.col-orange .stat-no {
      color: #f28c00; }
    .stats .stat.col-orange .stat-arrow {
      position: absolute;
      width: 170px;
      top: -150px;
      right: 0px; }
    .stats .stat.col-orange .stat-plant {
      position: absolute;
      bottom: 4px;
      height: 60px; }
    .stats .stat.col-red .stat-arrow {
      margin: -20px 0 10px; }
    .stats .stat.col-red .stat-no {
      color: #e30613; }
    .stats .stat.col-red .stat-plant {
      position: absolute;
      bottom: 3px;
      height: 50px;
      margin-left: 5px; }
    .stats .stat.col-blue .stat-no {
      color: #26b4e9; }
    .stats .stat.col-blue .stat-arrow {
      position: absolute;
      width: 110px;
      top: -80px;
      left: -20px; }
    .stats .stat.col-blue .stat-plant {
      position: relative;
      top: -10px;
      display: inline-block;
      height: 80px;
      margin-left: 10px;
      vertical-align: bottom; }

.contact h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0; }
  .contact h1 img {
    width: 50px;
    position: absolute;
    top: -25px;
    margin-left: 0px; }

.contact .btn, .contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .contact input[type="button"], .contact .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .contact button, .contact
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer .contact input[type="submit"] {
  margin-left: 15px; }
  .contact .btn:first-of-type, .contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:first-of-type, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .contact input[type="button"]:first-of-type, .contact .gform_wrapper .gform_footer button:first-of-type, .gform_wrapper .gform_footer .contact button:first-of-type, .contact
  .gform_wrapper .gform_footer input[type="submit"]:first-of-type,
  .gform_wrapper .gform_footer .contact input[type="submit"]:first-of-type {
    margin-left: 30px; }

.contact p {
  margin-top: 30px;
  display: block; }

.criteria {
  text-align: center; }
  .criteria .btn, .criteria .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .criteria input[type="button"], .criteria .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer .criteria button, .criteria
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_footer .criteria input[type="submit"] {
    display: inline-block;
    margin-top: 10px; }
    .criteria .btn:first-of-type, .criteria .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:first-of-type, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area .criteria input[type="button"]:first-of-type, .criteria .gform_wrapper .gform_footer button:first-of-type, .gform_wrapper .gform_footer .criteria button:first-of-type, .criteria
    .gform_wrapper .gform_footer input[type="submit"]:first-of-type,
    .gform_wrapper .gform_footer .criteria input[type="submit"]:first-of-type {
      margin-right: 10px; }
  .criteria .usp {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center; }
    .criteria .usp li {
      display: inline-block;
      margin-right: 30px;
      font-size: 1.5em; }
      .criteria .usp li:last-of-type {
        margin: 0; }
  .criteria p {
    margin: 30px 0;
    color: #fff; }

.partners.investors {
  text-align: center; }
  .partners.investors .investor a span {
    padding-right: 80px;
    display: inline-block;
    opacity: 0;
    transition: 0.3s all; }
  .partners.investors .investor a:hover span {
    padding-right: 0px;
    opacity: 1; }

section.main-content {
  padding-top: 30px; }

/*
==========================================================================
	Tiles
==========================================================================
*/
.foundation-wrapper .flex-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .foundation-wrapper .flex-row .flex-col {
    padding: 15px;
    width: 20%; }

.foundation-wrapper .foundation {
  display: block;
  width: 100%;
  text-align: center; }
  .foundation-wrapper .foundation .foundation-logo {
    width: 100%;
    height: 150px;
    padding: 0 5px;
    line-height: 150px; }
    .foundation-wrapper .foundation .foundation-logo img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      transform: scale(0.9);
      transition: transform .15s ease-in-out; }
  .foundation-wrapper .foundation .foundation-title {
    margin: 5px 0 0;
    font-size: 1.5em;
    color: #2f2f00; }
  .foundation-wrapper .foundation:hover .foundation-logo img, .foundation-wrapper .foundation:focus .foundation-logo img {
    transform: scale(1); }

.investment-wrapper .flex-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .investment-wrapper .flex-row .flex-col {
    padding: 15px;
    width: 20%; }

.investment-wrapper .investment {
  display: block;
  width: 100%;
  text-align: center; }
  .investment-wrapper .investment .investment-logo {
    width: 100%;
    height: 150px;
    padding: 0 5px;
    line-height: 150px; }
    .investment-wrapper .investment .investment-logo img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      transform: scale(0.9);
      transition: transform .15s ease-in-out; }
  .investment-wrapper .investment .investment-title {
    margin: 5px 0 0;
    font-size: 1.5em;
    color: #2f2f00; }
  .investment-wrapper .investment .investment-foundation {
    color: #65717c;
    font-size: 0.875em; }

.faq-wrapper {
  margin: 30px 0; }
  .faq-wrapper:first-child {
    margin-top: 0; }
  .faq-wrapper:last-child {
    margin-bottom: 0; }
  .faq-wrapper .faq-category {
    display: block;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .faq-wrapper .faq-category:last-of-type {
      padding-bottom: 0; }
    .faq-wrapper .faq-category .category-title {
      color: #487319;
      font-size: 2.5em;
      line-height: 1em;
      font-weight: bold; }
    .faq-wrapper .faq-category .category-faqs {
      list-style: none;
      display: block; }
      .faq-wrapper .faq-category .category-faqs .faq {
        margin: 20px 0 0; }
        .faq-wrapper .faq-category .category-faqs .faq .faq-q {
          padding: 0 0 10px;
          color: #2f2f00;
          font-size: 1.5em; }
          .faq-wrapper .faq-category .category-faqs .faq .faq-q.faq-toggle {
            position: relative;
            padding-left: 25px;
            cursor: pointer; }
            .faq-wrapper .faq-category .category-faqs .faq .faq-q.faq-toggle .toggle-icon {
              position: absolute;
              top: 50%;
              left: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 15px;
              height: 15px;
              margin-top: -12px;
              color: #bdbc00;
              font-size: 1rem; }
              .faq-wrapper .faq-category .category-faqs .faq .faq-q.faq-toggle .toggle-icon .fa {
                transition: transform .3s ease-in-out; }
        .faq-wrapper .faq-category .category-faqs .faq .faq-a {
          display: none;
          padding-left: 5px;
          padding-bottom: 10px; }
        .faq-wrapper .faq-category .category-faqs .faq.toggled .faq-q.faq-toggle .toggle-icon .fa {
          transform: rotate(90deg); }

/*
==========================================================================
    Modals
==========================================================================
*/
.modals {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%; }
  .modals .modal-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5; }
  .modals .modal-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    pointer-events: none; }
    .modals .modal-wrapper:first-child {
      margin-top: 0; }
    .modals .modal-wrapper:last-child {
      margin-bottom: 0; }
  .modals .modal {
    position: relative;
    display: none;
    width: 100%;
    max-width: 450px;
    max-height: 100%;
    margin: 10px 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    pointer-events: auto; }
    .modals .modal .tooltip .tooltip-inner {
      white-space: nowrap; }
    .modals .modal .close-modal {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 10px; }
      .modals .modal .close-modal .icon {
        transition: transform .3s ease-in-out; }
        .modals .modal .close-modal .icon span {
          background-color: #dede80; }
      .modals .modal .close-modal:hover .icon, .modals .modal .close-modal:focus .icon {
        transform: rotate(90deg); }
        .modals .modal .close-modal:hover .icon span, .modals .modal .close-modal:focus .icon span {
          background-color: #487319; }
    .modals .modal .modal-header {
      padding: 20px 45px;
      border-radius: 8px 8px 0 0;
      border-bottom: 1px solid #78848f;
      background-color: #fff;
      text-align: center; }
      .modals .modal .modal-header .modal-title {
        color: #65717c;
        font-size: 1.125em; }
      .modals .modal .modal-header .modal-subtitle {
        margin: 5px 0 0;
        color: #dede80;
        font-size: 0.875em;
        font-weight: 400; }
    .modals .modal .modal-body {
      padding: 15px;
      background-color: #fff; }
      .modals .modal .modal-body:last-child {
        border-radius: 0 0 8px 8px; }
    .modals .modal .modal-footer {
      padding: 15px;
      border-radius: 0 0 8px 8px;
      background-color: #d1d6dc; }

/*
==========================================================================
	Media queries
==========================================================================
*/
/* == Large Devices, Wide Screens == */
@media only screen and (max-width: 1200px) {
  .hero h1 {
    font-size: 4em; }
  .hero h3 {
    font-size: 2.5em; }
  .sum.small {
    display: none !important; } }

/* == Medium Devices, Desktops == */
@media only screen and (max-width: 991px) {
  .hero h1 {
    font-size: 4em; }
  .hero h3 {
    font-size: 2em; }
  .float-sacks {
    padding-top: 0 !important; }
  .partners img {
    margin: 0 15% 25px 15%;
    width: 70%; }
  .spacer-sm {
    margin-bottom: 50px; }
    .spacer-sm:last-of-type {
      margin: 0; }
  section.investors .investor a span {
    padding-right: 0px !important;
    opacity: 1 !important; }
  section.stats .plant {
    display: none; }
  section.stats .stat {
    margin-bottom: 25px; }
    section.stats .stat:last-of-type {
      margin: 0; }
    section.stats .stat .stat-arrow {
      display: none; }
  section:not(.hero):not(.sum) .flex {
    display: inherit;
    align-items: inherit;
    justify-content: inherit; }
  section.criteria .usp li {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 1.5em; }
    section.criteria .usp li:last-of-type {
      margin-bottom: 0; }
  section.criteria .btn, section.criteria .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area section.criteria input[type="button"], section.criteria .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer section.criteria button, section.criteria
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_footer section.criteria input[type="submit"] {
    display: block; }
    section.criteria .btn:first-of-type, section.criteria .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:first-of-type, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area section.criteria input[type="button"]:first-of-type, section.criteria .gform_wrapper .gform_footer button:first-of-type, .gform_wrapper .gform_footer section.criteria button:first-of-type, section.criteria
    .gform_wrapper .gform_footer input[type="submit"]:first-of-type,
    .gform_wrapper .gform_footer section.criteria input[type="submit"]:first-of-type {
      margin-right: 0px; }
  section.contact {
    text-align: center; }
    section.contact h1 {
      display: block;
      margin-bottom: 30px; }
    section.contact .btn, section.contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area section.contact input[type="button"], section.contact .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer section.contact button, section.contact
    .gform_wrapper .gform_footer input[type="submit"],
    .gform_wrapper .gform_footer section.contact input[type="submit"] {
      margin-left: 0;
      width: 100%;
      display: inline-block; }
      section.contact .btn:first-of-type, section.contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"]:first-of-type, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area section.contact input[type="button"]:first-of-type, section.contact .gform_wrapper .gform_footer button:first-of-type, .gform_wrapper .gform_footer section.contact button:first-of-type, section.contact
      .gform_wrapper .gform_footer input[type="submit"]:first-of-type,
      .gform_wrapper .gform_footer section.contact input[type="submit"]:first-of-type {
        margin-left: 0;
        margin-bottom: 10px; }
  section.criteria .btn, section.criteria .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area input[type="button"], .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload .gform_drop_area section.criteria input[type="button"], section.criteria .gform_wrapper .gform_footer button, .gform_wrapper .gform_footer section.criteria button, section.criteria
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_footer section.criteria input[type="submit"] {
    display: block;
    margin-top: 10px; }
  .foundation-wrapper .flex-row .flex-col {
    width: 25%; }
  .investment-wrapper .flex-row .flex-col {
    width: 25%; } }

/* == Small Devices, Tablets == */
@media only screen and (max-width: 767px) {
  header .mainnav .menu {
    display: none; }
  header .mainnav .menu-toggle {
    display: inherit; }
  section.stats {
    padding: 50px 0; }
    section.stats .stat {
      margin-top: 30px !important; }
      section.stats .stat.main {
        margin-top: 0 !important;
        margin-bottom: 0; }
      section.stats .stat .stat-plant {
        display: none !important; }
  .foundation-wrapper .flex-row .flex-col {
    width: 33.3%; }
  .investment-wrapper .flex-row .flex-col {
    width: 33.3%; } }

/* == Extra Small Devices, Phones == */
@media only screen and (max-width: 480px) {
  .foundation-wrapper .flex-row .flex-col {
    width: 50%; }
  .investment-wrapper .flex-row .flex-col {
    width: 50%; } }

/* == Custom, iPhone Retina == */
@media only screen and (max-width: 320px) {
  .foundation-wrapper .flex-row .flex-col {
    width: 80%; }
  .investment-wrapper .flex-row .flex-col {
    width: 80%; } }
