@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* 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; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-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-genderless:before,
.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-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-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: ""; }

/*
extralight 200
light 300
regular 400
medium 500
semibold 600
bold 700
extrabold 800
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END reset css */
html, body {
  background-color: #FFF;
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  color: #194D66;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0pt;
  visibility: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

::selection {
  background: #194D66;
  color: #fff;
  /* Safari */ }

::-moz-selection {
  background: #194D66;
  color: #fff;
  /* Firefox */ }

input, textarea, select {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 21px;
  line-height: 28px;
  color: #194D66;
  font-weight: 600;
  letter-spacing: 1px; }

p {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  color: #194D66;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 22px;
  letter-spacing: 1px; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #194D66;
  text-decoration: underline; }
  @media (min-width: 992px) {
    a {
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease; }
      a:hover, a:focus {
        text-decoration: none;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease; } }

.fleft {
  float: left; }

.fright {
  float: right; }

.no-padding {
  padding: 0; }

.hidden {
  display: none; }

.hidden-xs {
  display: none; }

@media (min-width: 768px) {
  .hidden-xs {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-lg {
    display: none; } }
@media (min-width: 1500px) {
  .hidden-xl {
    display: none; } }
#mainWrapper, #main {
  min-width: 320px; }

a.button, a.button:visited, .button {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  width: 150px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 0;
  background-color: #33962F;
  letter-spacing: 1px;
  color: #fff;
  text-align: center; }
  @media (min-width: 992px) {
    a.button:hover, a.button:visited:hover, .button:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
      background-color: #F0F0F0;
      color: #339730; } }
  a.button.dark, a.button:visited.dark, .button.dark {
    background-color: #194D66;
    color: #fff; }
    @media (min-width: 992px) {
      a.button.dark:hover, a.button:visited.dark:hover, .button.dark:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
        background-color: #F0F0F0;
        color: #194D66; } }

input.button {
  border: 0;
  font-family: "Dosis", Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    input.button:hover {
      cursor: pointer; } }

::-webkit-input-placeholder {
  color: #194D66; }

::-moz-placeholder {
  color: #194D66; }

:-ms-input-placeholder {
  color: #194D66; }

:-moz-placeholder {
  color: #194D66; }

.section-content {
  	/*
  	margin: 0 auto;
  	max-width: 1200px;
  	padding: 0 30px;
  	margin-bottom: 40px;
  	&.first-section { margin-top: 40px; }
  	@media (min-width: $screen-sm-min) { margin-bottom: 70px; &.first-section { margin-top: 70px; } }
  	@media (min-width: $screen-md-min) { margin-bottom: 100px; &.first-section { margin-top: 100px; } }
  
  	.section-title {
  		text-align: center;
  		font-weight: 700;
  		text-transform: uppercase;
  		letter-spacing: 1px;
  		font-size: 24px; line-height: 40px; margin-bottom: 20px;
  		@media (min-width: $screen-sm-min) { font-size: 38px; line-height: 54px; margin-bottom: 45px; }
  	}
  	*/ }

.container {
  margin: 0 auto;
  max-width: 1118px;
  padding: 0 20px; }

.title.with-img {
  padding-top: 40px;
  background: url("../img/title-img-green.png") left top no-repeat transparent; }
  .title.with-img.img-dark {
    background-image: url("../img/title-img-blue.png"); }

.section-title {
  position: relative; }
  .section-title h2 a, .section-title h2 a:visited {
    font-weight: 600;
    text-decoration: none; }
  .section-title a.all-link, .section-title a.all-link:visited {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #339730;
    text-decoration: none; }

.content-title {
  margin-top: 40px;
  background-color: #E4E4E4;
  font-size: 20px;
  line-height: 24px;
  color: #339730;
  border-left: 10px solid #339730;
  padding: 10px 20px;
  font-weight: 400;
  margin-bottom: 24px; }

.sep {
  height: 24px;
  clear: both;
  margin-bottom: 24px; }
  .sep.green {
    background: url("../img/title-img-green.png") left top no-repeat transparent; }

.top-banners .swiper-container-banners {
  position: relative;
  height: 100%; }
.top-banners .swiper-wrapper {
  height: 100%; }
.top-banners .swiper-button-prev-custom {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  background-color: #467184;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 20px; }
  @media (min-width: 992px) {
    .top-banners .swiper-button-prev-custom {
      width: 50px;
      height: 50px;
      margin-top: -25px;
      line-height: 46px;
      font-size: 34px; } }
.top-banners .swiper-button-next-custom {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
  background-color: #467184;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 20px; }
  @media (min-width: 992px) {
    .top-banners .swiper-button-next-custom {
      width: 50px;
      height: 50px;
      margin-top: -25px;
      line-height: 46px;
      font-size: 34px; } }
.top-banners .swiper-slide {
  position: relative;
  height: 100%; }
  .top-banners .swiper-slide .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .top-banners .swiper-slide .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    padding: 0 40px;
    position: relative; }
    .top-banners .swiper-slide .banner-content h2 {
      padding: 10px 20px;
      background-color: rgba(255, 255, 255, 0.6);
      margin: 0 auto;
      font-size: 20px;
      line-height: 30px;
      display: inline-block;
      margin-bottom: 15px;
      font-weight: 300; }
    .top-banners .swiper-slide .banner-content p {
      clear: both;
      padding: 10px 20px;
      background-color: rgba(255, 255, 255, 0.6);
      display: inline-block;
      margin-bottom: 25px; }
    .top-banners .swiper-slide .banner-content .align-left {
      text-align: left; }
    .top-banners .swiper-slide .banner-content .align-center {
      text-align: center; }
    .top-banners .swiper-slide .banner-content .align-right {
      text-align: right; }
@media (min-width: 992px) {
  .top-banners .swiper-slide .banner-content {
    padding: 0 60px;
    margin-top: 27px; }
    .top-banners .swiper-slide .banner-content h2 {
      font-size: 60px;
      line-height: 70px; }
    .top-banners .swiper-slide .banner-content a.button, .top-banners .swiper-slide .banner-content a.button:visited {
      height: auto;
      line-height: 25px;
      padding: 15px 50px;
      width: auto;
      font-size: 18px;
      display: inline-block; } }
@media (min-width: 1200px) {
  .top-banners .swiper-slide .banner-content {
    max-width: 1158px;
    padding: 0 20px; } }

.page-header-image {
  height: 230px;
  position: relative; }
  .page-header-image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (min-width: 768px) {
    .page-header-image {
      height: 280px; } }
  @media (min-width: 992px) {
    .page-header-image {
      height: 330px; } }

.breadcrumb-wrapper {
  background-color: #E4E4E4;
  padding: 20px 0; }
  .breadcrumb-wrapper p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0; }
  .breadcrumb-wrapper .breadcrumb {
    display: none;
    font-size: 13px; }
    .breadcrumb-wrapper .breadcrumb a, .breadcrumb-wrapper .breadcrumb a:visited {
      text-decoration: none; }
  @media (min-width: 768px) {
    .breadcrumb-wrapper {
      padding: 25px 0; }
      .breadcrumb-wrapper .page-name {
        float: left; }
      .breadcrumb-wrapper .breadcrumb {
        display: block;
        float: right; } }

.downloads-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 23px; }
  .downloads-wrapper ul li {
    padding: 2px 0;
    padding-left: 40px;
    margin-bottom: 12px;
    line-height: 23px;
    position: relative;
    letter-spacing: 1px; }
    .downloads-wrapper ul li a, .downloads-wrapper ul li a:visited {
      color: #339730;
      text-decoration: none; }
    .downloads-wrapper ul li:last-child {
      margin-bottom: 0; }
    .downloads-wrapper ul li:before {
      content: "\f019";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      margin-left: -40px;
      width: 28px;
      height: 28px;
      line-height: 26px;
      background-color: #E4E4E4;
      color: #339730;
      text-align: center;
      font-size: 16px; }

.search-widget-wrapper {
  margin-bottom: 30px; }
  .search-widget-wrapper .search-widget {
    background-color: #E4E4E4;
    padding: 20px; }
    .search-widget-wrapper .search-widget .form-field {
      margin-bottom: 10px; }
      .search-widget-wrapper .search-widget .form-field select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        background-color: #fff;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        color: #339730;
        font-size: 14px;
        font-family: "Dosis", Helvetica, Arial, sans-serif;
        font-weight: 300;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-appearance: none;
        appearance: none;
        background: url("../img/icons/select-arrow.png") right center no-repeat #fff; }
      .search-widget-wrapper .search-widget .form-field select::-ms-expand {
        display: none; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .search-widget-wrapper .search-widget .form-field select {
          -webkit-appearance: none;
          background: url("../img/icons/select-arrow.png") right center no-repeat #fff; } }
      .search-widget-wrapper .search-widget .form-field input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        background-color: #fff;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        color: #339730;
        font-size: 14px;
        font-family: "Dosis", Helvetica, Arial, sans-serif;
        font-weight: 300; }
        .search-widget-wrapper .search-widget .form-field input::-webkit-input-placeholder {
          color: #339730;
          opacity: 1; }
        .search-widget-wrapper .search-widget .form-field input::-moz-placeholder {
          color: #339730;
          opacity: 1; }
        .search-widget-wrapper .search-widget .form-field input:-ms-input-placeholder {
          color: #339730;
          opacity: 1; }
        .search-widget-wrapper .search-widget .form-field input:-moz-placeholder {
          color: #339730;
          opacity: 1; }
    .search-widget-wrapper .search-widget .form-submit a, .search-widget-wrapper .search-widget .form-submit a:visited {
      display: block;
      width: 100%;
      text-align: center;
      background-color: #339730;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff; }
    @media (min-width: 768px) {
      .search-widget-wrapper .search-widget {
        padding: 30px; }
        .search-widget-wrapper .search-widget .form-field {
          padding-top: 8px;
          margin-bottom: 0;
          float: left;
          width: 23%;
          margin-right: 2.90%; }
        .search-widget-wrapper .search-widget .form-submit {
          float: right;
          width: 20%; }
          .search-widget-wrapper .search-widget .form-submit a, .search-widget-wrapper .search-widget .form-submit a:visited {
            height: 56px;
            line-height: 56px; } }
    @media (min-width: 992px) {
      .search-widget-wrapper .search-widget .form-submit a:hover {
        color: #339730;
        background-color: #fff; } }

.top-header-bar {
  background-color: #E8EEF0;
  padding: 10px 20px; }
  .top-header-bar .lang-nav {
    float: left; }
    .top-header-bar .lang-nav li {
      font-size: 12px;
      line-height: 20px;
      display: inline-block;
      margin-right: 5px; }
      .top-header-bar .lang-nav li a, .top-header-bar .lang-nav li a:visited {
        color: #194D66;
        font-family: #E4E4E4;
        font-weight: 300;
        text-decoration: none; }
  .top-header-bar a.search-icon, .top-header-bar a.search-icon:visited {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #194D66;
    font-family: #E4E4E4;
    font-weight: 300;
    text-decoration: none; }
  @media (min-width: 992px) {
    .top-header-bar p {
      margin: 0;
      float: left;
      font-size: 12px;
      line-height: 20px;
      font-family: #E4E4E4;
      font-weight: 300;
      letter-spacing: 0; }
    .top-header-bar .lang-nav {
      float: right; }
      .top-header-bar .lang-nav li {
        margin: 0;
        margin-left: 10px; } }
  @media (min-width: 1200px) {
    .top-header-bar {
      padding: 10px 35px; } }

#headerWrapper {
  z-index: 100; }
  #headerWrapper .header {
    padding: 20px 0; }
    #headerWrapper .header h1 {
      float: left;
      width: 82px;
      height: 40px;
      line-height: 500px;
      overflow: hidden;
      background: url("../img/logo.png") left top no-repeat transparent;
      background-size: contain; }
      #headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
        display: block;
        width: 100%;
        height: 100%; }
    #headerWrapper .header .nav-toggle {
      position: absolute;
      right: 20px;
      top: 85px;
      z-index: 10; }
      #headerWrapper .header .nav-toggle .hamburger-inner, #headerWrapper .header .nav-toggle .hamburger-inner::before, #headerWrapper .header .nav-toggle .hamburger-inner::after {
        background-color: #194D66 !important; }
      @media (min-width: 992px) {
        #headerWrapper .header .nav-toggle {
          display: none; } }
    @media (min-width: 992px) {
      #headerWrapper .header {
        padding: 0; }
        #headerWrapper .header .container {
          padding: 35px 20px 45px 20px; }
        #headerWrapper .header h1 {
          width: 154px;
          height: 75px; }
        #headerWrapper .header .search-wrapper {
          float: right;
          padding-top: 15px; }
          #headerWrapper .header .search-wrapper .search-form {
            font-size: 0; }
            #headerWrapper .header .search-wrapper .search-form input {
              vertical-align: top;
              display: inline-block;
              border: 0;
              border: 1px solid #E4E4E4;
              height: 28px;
              line-height: 28px;
              width: 160px;
              padding: 0 10px;
              font-size: 14px;
              font-family: #E4E4E4;
              font-weight: 300;
              color: #194D66; }
              #headerWrapper .header .search-wrapper .search-form input::-webkit-input-placeholder {
                color: #194D66; }
              #headerWrapper .header .search-wrapper .search-form input::-moz-placeholder {
                color: #194D66; }
              #headerWrapper .header .search-wrapper .search-form input:-ms-input-placeholder {
                color: #194D66; }
              #headerWrapper .header .search-wrapper .search-form input:-moz-placeholder {
                color: #194D66; }
            #headerWrapper .header .search-wrapper .search-form a, #headerWrapper .header .search-wrapper .search-form a:visited {
              vertical-align: top;
              width: 30px;
              height: 30px;
              background-color: #184D65;
              text-align: center;
              line-height: 26px;
              font-size: 15px;
              color: #fff;
              display: inline-block;
              -moz-transition: 0.4s ease;
              -ms-transition: 0.4s ease;
              -o-transition: 0.4s ease;
              transition: 0.4s ease;
              -webkit-transition: 0.4s ease; }
              #headerWrapper .header .search-wrapper .search-form a:hover, #headerWrapper .header .search-wrapper .search-form a:visited:hover {
                -moz-transition: 0.4s ease;
                -ms-transition: 0.4s ease;
                -o-transition: 0.4s ease;
                transition: 0.4s ease;
                -webkit-transition: 0.4s ease;
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
                background-color: #F0F0F0;
                color: #194D66; }
          #headerWrapper .header .search-wrapper p.extra-link {
            margin: 0;
            text-align: right;
            font-size: 14px;
            font-family: #E4E4E4;
            font-weight: 300;
            letter-spacing: 0; }
            #headerWrapper .header .search-wrapper p.extra-link a, #headerWrapper .header .search-wrapper p.extra-link a:visited {
              text-decoration: none; } }
    #headerWrapper .header .main-nav {
      display: none;
      padding-top: 25px;
      text-align: left;
      clear: both; }
      #headerWrapper .header .main-nav ul {
        background-color: rgba(24, 77, 101, 0.8);
        padding: 5px 0; }
        #headerWrapper .header .main-nav ul li {
          position: relative;
          font-size: 13px;
          letter-spacing: 1px;
          line-height: 20px;
          font-weight: 700;
          text-transform: uppercase; }
          #headerWrapper .header .main-nav ul li a, #headerWrapper .header .main-nav ul li a:visited {
            padding: 5px 20px;
            display: block;
            text-decoration: none;
            position: relative;
            color: #fff; }
          #headerWrapper .header .main-nav ul li.selected a, #headerWrapper .header .main-nav ul li.active a {
            color: #7D9BA9; }
        #headerWrapper .header .main-nav ul li ul.sub-nav, #headerWrapper .header .main-nav ul li ul.sub-menu {
          /*display: none;*/
          background-color: rgba(255, 255, 255, 0.95); }
          #headerWrapper .header .main-nav ul li ul.sub-nav li, #headerWrapper .header .main-nav ul li ul.sub-menu li {
            border-bottom: 1px solid #F6F6F4; }
            #headerWrapper .header .main-nav ul li ul.sub-nav li a, #headerWrapper .header .main-nav ul li ul.sub-nav li a:visited, #headerWrapper .header .main-nav ul li ul.sub-menu li a, #headerWrapper .header .main-nav ul li ul.sub-menu li a:visited {
              padding-left: 30px;
              color: #194D66;
              font-weight: 400; }
            #headerWrapper .header .main-nav ul li ul.sub-nav li:last-child, #headerWrapper .header .main-nav ul li ul.sub-menu li:last-child {
              border-bottom: 0; }
        #headerWrapper .header .main-nav ul .dropdown {
          display: none;
          padding-top: 10px; }
      @media (min-width: 992px) {
        #headerWrapper .header .main-nav {
          display: block !important;
          padding-top: 0;
          position: absolute;
          top: 197px;
          left: 0;
          width: 100%;
          z-index: 10; }
          #headerWrapper .header .main-nav ul {
            padding: 0;
            text-align: center; }
            #headerWrapper .header .main-nav ul li {
              position: relative;
              display: inline-block; }
              #headerWrapper .header .main-nav ul li a, #headerWrapper .header .main-nav ul li a:visited {
                padding: 15px 0 20px 0;
                margin: 0 8px;
                display: inline-block;
                position: relative; }
                #headerWrapper .header .main-nav ul li a:before, #headerWrapper .header .main-nav ul li a:visited:before {
                  content: "";
                  position: absolute;
                  width: 100%;
                  height: 0;
                  left: 0;
                  top: 0;
                  background-color: #7D9BA9;
                  -moz-transition: 0.4s ease;
                  -ms-transition: 0.4s ease;
                  -o-transition: 0.4s ease;
                  transition: 0.4s ease;
                  -webkit-transition: 0.4s ease; }
                #headerWrapper .header .main-nav ul li a:hover:before, #headerWrapper .header .main-nav ul li a:visited:hover:before {
                  height: 5px;
                  -moz-transition: 0.4s ease;
                  -ms-transition: 0.4s ease;
                  -o-transition: 0.4s ease;
                  transition: 0.4s ease;
                  -webkit-transition: 0.4s ease; }
              #headerWrapper .header .main-nav ul li.active a, #headerWrapper .header .main-nav ul li.active a:visited, #headerWrapper .header .main-nav ul li.selected a, #headerWrapper .header .main-nav ul li.selected a:visited {
                color: #fff; }
                #headerWrapper .header .main-nav ul li.active a:before, #headerWrapper .header .main-nav ul li.active a:visited:before, #headerWrapper .header .main-nav ul li.selected a:before, #headerWrapper .header .main-nav ul li.selected a:visited:before {
                  height: 5px; }
              #headerWrapper .header .main-nav ul li .sub-nav, #headerWrapper .header .main-nav ul li .sub-menu {
                display: none;
                position: absolute;
                top: 55px;
                left: 8px;
                width: 220px;
                text-align: left; }
                #headerWrapper .header .main-nav ul li .sub-nav:before, #headerWrapper .header .main-nav ul li .sub-menu:before {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 5px;
                  background-color: #A3B8C1; }
                #headerWrapper .header .main-nav ul li .sub-nav:after, #headerWrapper .header .main-nav ul li .sub-menu:after {
                  content: "";
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: 5px;
                  background-color: #416B7E; }
                #headerWrapper .header .main-nav ul li .sub-nav li, #headerWrapper .header .main-nav ul li .sub-menu li {
                  display: block;
                  text-align: left; }
                  #headerWrapper .header .main-nav ul li .sub-nav li a, #headerWrapper .header .main-nav ul li .sub-nav li a:visited, #headerWrapper .header .main-nav ul li .sub-menu li a, #headerWrapper .header .main-nav ul li .sub-menu li a:visited {
                    display: block;
                    margin: 0;
                    padding: 13px 20px; }
                    #headerWrapper .header .main-nav ul li .sub-nav li a:before, #headerWrapper .header .main-nav ul li .sub-nav li a:visited:before, #headerWrapper .header .main-nav ul li .sub-menu li a:before, #headerWrapper .header .main-nav ul li .sub-menu li a:visited:before {
                      display: none; }
                    #headerWrapper .header .main-nav ul li .sub-nav li a:hover, #headerWrapper .header .main-nav ul li .sub-nav li a:visited:hover, #headerWrapper .header .main-nav ul li .sub-menu li a:hover, #headerWrapper .header .main-nav ul li .sub-menu li a:visited:hover {
                      color: #7D9BA9;
                      filter: alpha(opacity=100);
                      -moz-opacity: 1;
                      -khtml-opacity: 1;
                      opacity: 1;
                      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)"; }
                  #headerWrapper .header .main-nav ul li .sub-nav li.active a, #headerWrapper .header .main-nav ul li .sub-nav li.active a:visited, #headerWrapper .header .main-nav ul li .sub-nav li.selected a, #headerWrapper .header .main-nav ul li .sub-nav li.selected a:visited, #headerWrapper .header .main-nav ul li .sub-menu li.active a, #headerWrapper .header .main-nav ul li .sub-menu li.active a:visited, #headerWrapper .header .main-nav ul li .sub-menu li.selected a, #headerWrapper .header .main-nav ul li .sub-menu li.selected a:visited {
                    color: #7D9BA9; }
              #headerWrapper .header .main-nav ul li:hover .sub-nav, #headerWrapper .header .main-nav ul li:hover .sub-menu {
                display: block; } }
      @media (min-width: 1200px) {
        #headerWrapper .header .main-nav ul li a, #headerWrapper .header .main-nav ul li a:visited {
          margin: 0 15px; }
        #headerWrapper .header .main-nav ul li .sub-nav, #headerWrapper .header .main-nav ul li .sub-menu {
          left: 15px; } }

.footer-top {
  background-color: #33962F;
  padding: 30px 0; }
  .footer-top h4 {
    color: #fff;
    margin-bottom: 18px; }
    .footer-top h4.title.with-img {
      padding-top: 30px; }
    .footer-top h4 a, .footer-top h4 a:visited {
      color: #fff;
      text-decoration: none; }
  .footer-top p {
    color: #fff;
    font-size: 14px;
    line-height: 20px; }
    .footer-top p a, .footer-top p a:visited {
      color: #fff;
      text-decoration: none; }
  .footer-top .col-footer {
    margin-bottom: 30px; }
    .footer-top .col-footer:last-child {
      margin-bottom: 0; }
  .footer-top p.contacts {
    margin-bottom: 40px; }
  .footer-top .social-links {
    margin-bottom: 30px; }
    .footer-top .social-links li {
      display: inline-block;
      margin-right: 10px; }
      .footer-top .social-links li a, .footer-top .social-links li a:visited {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #184D65;
        color: #fff;
        font-size: 20px;
        line-height: 37px;
        text-align: center; }
        @media (min-width: 992px) {
          .footer-top .social-links li a:hover, .footer-top .social-links li a:visited:hover {
            background-color: #F0F0F0;
            color: #194D66; } }
  .footer-top .footer-nav li {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    margin-right: 18px;
    position: relative; }
    .footer-top .footer-nav li a, .footer-top .footer-nav li a:visited {
      color: #fff;
      text-decoration: none; }
    .footer-top .footer-nav li:after {
      content: "";
      position: absolute;
      right: -10px;
      top: 6px;
      width: 1px;
      height: 12px;
      background-color: #fff; }
    .footer-top .footer-nav li:last-child {
      margin-right: 0; }
      .footer-top .footer-nav li:last-child:after {
        display: none; }
  .footer-top .newsletter-form {
    font-size: 0; }
    .footer-top .newsletter-form input {
      vertical-align: top;
      display: inline-block;
      border: 0;
      height: 40px;
      line-height: 40px;
      width: 200px;
      padding: 0 10px;
      font-size: 14px;
      font-family: #E4E4E4;
      font-weight: 300;
      color: #339730; }
      .footer-top .newsletter-form input::-webkit-input-placeholder {
        color: #339730; }
      .footer-top .newsletter-form input::-moz-placeholder {
        color: #339730; }
      .footer-top .newsletter-form input:-ms-input-placeholder {
        color: #339730; }
      .footer-top .newsletter-form input:-moz-placeholder {
        color: #339730; }
    .footer-top .newsletter-form a, .footer-top .newsletter-form a:visited {
      vertical-align: top;
      width: 40px;
      height: 40px;
      background-color: #184D65;
      text-align: center;
      line-height: 36px;
      font-size: 18px;
      color: #fff;
      display: inline-block;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease; }
      .footer-top .newsletter-form a:hover, .footer-top .newsletter-form a:visited:hover {
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
        background-color: #F0F0F0;
        color: #194D66; }
  .footer-top .footer-announcements-list .list-item {
    margin-bottom: 13px;
    max-width: 400px; }
    .footer-top .footer-announcements-list .list-item .image {
      float: left;
      width: 35%; }
    .footer-top .footer-announcements-list .list-item .info {
      float: right;
      width: 62%; }
      .footer-top .footer-announcements-list .list-item .info h6 {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        margin: 0; }
      .footer-top .footer-announcements-list .list-item .info h5 {
        font-size: 17px;
        line-height: 21px;
        color: #fff; }
        .footer-top .footer-announcements-list .list-item .info h5 a, .footer-top .footer-announcements-list .list-item .info h5 a:visited {
          color: #fff;
          text-decoration: none; }
    .footer-top .footer-announcements-list .list-item.no-image .image {
      display: none; }
    .footer-top .footer-announcements-list .list-item.no-image .info {
      display: block;
      float: none;
      width: 100%; }
  @media (min-width: 768px) {
    .footer-top {
      padding: 45px 0; }
      .footer-top .col-footer {
        float: left;
        width: 50%;
        margin-bottom: 45px; }
        .footer-top .col-footer:last-child {
          clear: both; } }
  @media (min-width: 992px) {
    .footer-top {
      padding: 60px 0; }
      .footer-top .col-footer {
        float: left;
        width: 33.33%;
        margin-bottom: 0; }
        .footer-top .col-footer:last-child {
          clear: none; }
      .footer-top .newsletter-form input {
        width: 230px; } }

.footer-bottom {
  background-color: #184D65;
  padding: 30px 0; }
  .footer-bottom p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400; }
  .footer-bottom .footer-logos {
    text-align: center;
    margin-bottom: 15px; }
    .footer-bottom .footer-logos a, .footer-bottom .footer-logos a:visited, .footer-bottom .footer-logos img {
      display: inline-block;
      vertical-align: top; }
    .footer-bottom .footer-logos img {
      margin: 0 15px;
      margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .footer-bottom p.copyright {
      float: left;
      padding-top: 10px; }
    .footer-bottom .footer-logos {
      float: right;
      margin: 0; }
      .footer-bottom .footer-logos img {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 30px; } }

.sidebar-wrapper .section-title {
  margin-bottom: 24px; }
.sidebar-wrapper .sidebar-nav {
  border-top: 1px solid #E4E4E4; }
  .sidebar-wrapper .sidebar-nav ul li {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #E4E4E4; }
    .sidebar-wrapper .sidebar-nav ul li a, .sidebar-wrapper .sidebar-nav ul li a:visited {
      display: block;
      padding: 10px 0;
      color: #194D66;
      text-decoration: none; }
    .sidebar-wrapper .sidebar-nav ul li.selected a, .sidebar-wrapper .sidebar-nav ul li.selected a:visited {
      color: #339730;
      border-right: 5px solid #339730; }
    .sidebar-wrapper .sidebar-nav ul li.has-subnav {
      position: relative; }
      .sidebar-wrapper .sidebar-nav ul li.has-subnav i.fa-angle-down {
        position: absolute;
        right: 12px;
        font-size: 20px; }
      .sidebar-wrapper .sidebar-nav ul li.has-subnav.selected ul.sidebar-subnav {
        display: block; }
        .sidebar-wrapper .sidebar-nav ul li.has-subnav.selected ul.sidebar-subnav li a, .sidebar-wrapper .sidebar-nav ul li.has-subnav.selected ul.sidebar-subnav li a:visited {
          color: #194D66;
          border-right: 0; }
        .sidebar-wrapper .sidebar-nav ul li.has-subnav.selected ul.sidebar-subnav li.selected a, .sidebar-wrapper .sidebar-nav ul li.has-subnav.selected ul.sidebar-subnav li.selected a:visited {
          color: #339730; }
    .sidebar-wrapper .sidebar-nav ul li ul.sidebar-subnav {
      display: none;
      border-top: 1px solid #E4E4E4; }
      .sidebar-wrapper .sidebar-nav ul li ul.sidebar-subnav li:last-child {
        border-bottom: 0; }
      .sidebar-wrapper .sidebar-nav ul li ul.sidebar-subnav li a, .sidebar-wrapper .sidebar-nav ul li ul.sidebar-subnav li a:visited {
        padding-left: 20px; }
  @media (min-width: 992px) {
    .sidebar-wrapper .sidebar-nav li a:hover {
      color: #339730;
      border-right: 5px solid #339730; }
    .sidebar-wrapper .sidebar-nav li.has-subnav ul.sidebar-subnav li a, .sidebar-wrapper .sidebar-nav li.has-subnav ul.sidebar-subnav li a:visited {
      border-right: 0; }
    .sidebar-wrapper .sidebar-nav li.has-subnav.selected ul.sidebar-subnav li a, .sidebar-wrapper .sidebar-nav li.has-subnav.selected ul.sidebar-subnav li a:hover {
      color: #339730; } }
.sidebar-wrapper .sidebar-events .section-title {
  margin-bottom: 24px; }
.sidebar-wrapper .sidebar-events .sidebar-events-list {
  border-top: 1px solid #E4E4E4; }
  .sidebar-wrapper .sidebar-events .sidebar-events-list .list-item {
    border-bottom: 1px solid #E4E4E4;
    padding: 22px 0; }
    .sidebar-wrapper .sidebar-events .sidebar-events-list .list-item h4 {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
    .sidebar-wrapper .sidebar-events .sidebar-events-list .list-item h3 {
      font-size: 17px;
      line-height: 24px; }
      .sidebar-wrapper .sidebar-events .sidebar-events-list .list-item h3 a, .sidebar-wrapper .sidebar-events .sidebar-events-list .list-item h3 a:visited {
        text-decoration: none; }
.sidebar-wrapper .sidebar-news .section-title {
  margin-bottom: 24px; }
.sidebar-wrapper .sidebar-news .sidebar-news-list {
  border-top: 1px solid #E4E4E4; }
  .sidebar-wrapper .sidebar-news .sidebar-news-list .list-item {
    border-bottom: 1px solid #E4E4E4;
    padding: 22px 0; }
    .sidebar-wrapper .sidebar-news .sidebar-news-list .list-item h4 {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
    .sidebar-wrapper .sidebar-news .sidebar-news-list .list-item h3 {
      font-size: 17px;
      line-height: 24px; }
      .sidebar-wrapper .sidebar-news .sidebar-news-list .list-item h3 a, .sidebar-wrapper .sidebar-news .sidebar-news-list .list-item h3 a:visited {
        text-decoration: none; }
.sidebar-wrapper .sidebar-announcements .section-title {
  margin-bottom: 24px; }
.sidebar-wrapper .sidebar-announcements .sidebar-announcements-list {
  border-top: 1px solid #E4E4E4; }
  .sidebar-wrapper .sidebar-announcements .sidebar-announcements-list .list-item {
    border-bottom: 1px solid #E4E4E4;
    padding: 22px 0; }
    .sidebar-wrapper .sidebar-announcements .sidebar-announcements-list .list-item h4 {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
    .sidebar-wrapper .sidebar-announcements .sidebar-announcements-list .list-item h3 {
      font-size: 17px;
      line-height: 24px; }
      .sidebar-wrapper .sidebar-announcements .sidebar-announcements-list .list-item h3 a, .sidebar-wrapper .sidebar-announcements .sidebar-announcements-list .list-item h3 a:visited {
        text-decoration: none; }

.page-content-wrapper {
  padding: 60px 0; }
  .page-content-wrapper .no-sidebar {
    max-width: 720px;
    margin: 0 auto; }
  .page-content-wrapper .with-sidebar .sidebar-wrapper {
    padding-top: 40px; }
  @media (min-width: 768px) {
    .page-content-wrapper .with-sidebar .page-content {
      float: left;
      width: 65%; }
    .page-content-wrapper .with-sidebar .sidebar-wrapper {
      padding-top: 0;
      float: right;
      width: 29%; } }

#finished-projects .page-entry ul li a, #finished-projects .page-entry ul li a:visited {
  font-weight: 600;
  text-decoration: none; }

.news-list-wrapper h2.title, .announcements-list-wrapper h2.title {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .news-list-wrapper h2.title, .announcements-list-wrapper h2.title {
      margin-bottom: 40px; } }
.news-list-wrapper .list-items, .announcements-list-wrapper .list-items {
  /*padding-bottom: 50px;*/
  font-size: 0; }
  .news-list-wrapper .list-items .list-item, .announcements-list-wrapper .list-items .list-item {
    font-size: 0;
    margin-bottom: 24px; }
    .news-list-wrapper .list-items .list-item .list-header, .announcements-list-wrapper .list-items .list-item .list-header {
      margin-bottom: 16px;
      padding-bottom: 12px;
      border-bottom: 5px solid #E4E4E4; }
      .news-list-wrapper .list-items .list-item .list-header h4.date, .announcements-list-wrapper .list-items .list-item .list-header h4.date {
        color: #339730;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400; }
      .news-list-wrapper .list-items .list-item .list-header h3, .announcements-list-wrapper .list-items .list-item .list-header h3 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600; }
        .news-list-wrapper .list-items .list-item .list-header h3 a, .news-list-wrapper .list-items .list-item .list-header h3 a:visited, .announcements-list-wrapper .list-items .list-item .list-header h3 a, .announcements-list-wrapper .list-items .list-item .list-header h3 a:visited {
          text-decoration: none; }
    .news-list-wrapper .list-items .list-item .list-description .image, .announcements-list-wrapper .list-items .list-item .list-description .image {
      margin-bottom: 12px; }
    .news-list-wrapper .list-items .list-item .list-description p, .announcements-list-wrapper .list-items .list-item .list-description p {
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
      margin: 0; }
      .news-list-wrapper .list-items .list-item .list-description p a.read-more, .news-list-wrapper .list-items .list-item .list-description p a.read-more:visited, .announcements-list-wrapper .list-items .list-item .list-description p a.read-more, .announcements-list-wrapper .list-items .list-item .list-description p a.read-more:visited {
        font-size: 13px;
        font-weight: 700;
        color: #339730;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .news-list-wrapper .list-items, .announcements-list-wrapper .list-items {
      margin-left: -1.54%;
      margin-right: -1.54%; }
      .news-list-wrapper .list-items .list-item, .announcements-list-wrapper .list-items .list-item {
        display: inline-block;
        vertical-align: top;
        width: 46.92%;
        margin-left: 1.54%;
        margin-right: 1.54%; } }
  @media (min-width: 992px) {
    .news-list-wrapper .list-items, .announcements-list-wrapper .list-items {
      /*padding-bottom: 100px;*/ }
      .news-list-wrapper .list-items .list-item .list-description.with-img .image, .announcements-list-wrapper .list-items .list-item .list-description.with-img .image {
        display: inline-block;
        vertical-align: top;
        width: 28.20%;
        margin-right: 2.25%; }
      .news-list-wrapper .list-items .list-item .list-description.with-img p, .announcements-list-wrapper .list-items .list-item .list-description.with-img p {
        display: inline-block;
        vertical-align: top;
        width: 69.55%; } }

.single-news .item-header, .single-announcement .item-header {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 5px solid #E4E4E4; }
  .single-news .item-header .image, .single-announcement .item-header .image {
    margin-bottom: 30px; }
  .single-news .item-header h4.date, .single-announcement .item-header h4.date {
    color: #339730;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .single-news .item-header h3, .single-announcement .item-header h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600; }
    .single-news .item-header h3 a, .single-news .item-header h3 a:visited, .single-announcement .item-header h3 a, .single-announcement .item-header h3 a:visited {
      text-decoration: none; }

.page-entry h1, .page-entry h2, .page-entry h3 {
  display: block;
  clear: both;
  padding-top: 40px;
  margin-bottom: 24px;
  background: url("../img/title-img-green.png") left top no-repeat transparent;
  margin-top: 40px; }
  .page-entry h1 a, .page-entry h1 a:visited, .page-entry h2 a, .page-entry h2 a:visited, .page-entry h3 a, .page-entry h3 a:visited {
    text-decoration: none; }
  .page-entry h1:first-child, .page-entry h2:first-child, .page-entry h3:first-child {
    margin-top: 0; }
.page-entry h4 {
  font-size: 18px;
  color: #339730;
  line-height: 26px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 23px; }
.page-entry h5 {
  font-size: 16px;
  color: #339730;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 23px; }
.page-entry h6 {
  font-size: 18px;
  color: #194D66;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 23px; }
.page-entry h4 + h5 {
  margin-top: -23px; }
.page-entry h4 + h5 + h6 {
  margin-top: -23px; }
.page-entry h4 + h6 {
  margin-top: -23px; }
.page-entry p {
  clear: both;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 22px;
  font-weight: 400;
  text-align: justify; }
  .page-entry p img {
    display: block;
    max-width: 50%;
    height: auto;
    margin-right: 15px; }
    .page-entry p img.alignleft {
      float: left;
      margin-bottom: 10px; }
    .page-entry p img.alignright {
      float: right;
      margin-right: 0;
      margin-left: 15px;
      margin-bottom: 10px; }
.page-entry blockquote {
  background-color: #E4E4E4;
  padding: 30px;
  font-size: 15px;
  margin-bottom: 23px;
  line-height: 23px;
  margin-bottom: 23px;
  letter-spacing: 1px; }
.page-entry hr {
  border: 0;
  height: 0;
  width: 100%;
  display: block;
  clear: both;
  margin: 40px 0;
  height: 1px;
  background-color: #E4E4E4; }
.page-entry strong, .page-entry b {
  font-weight: 600; }
.page-entry em, .page-entry i {
  font-style: italic; }
.page-entry ul {
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 23px; }
  .page-entry ul li {
    padding: 2px 0;
    padding-left: 40px;
    margin-bottom: 12px;
    line-height: 23px;
    position: relative; }
    .page-entry ul li:last-child {
      margin-bottom: 0; }
    .page-entry ul li:before {
      content: "\f105";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      margin-left: -40px;
      width: 28px;
      height: 28px;
      line-height: 26px;
      background-color: #E4E4E4;
      color: #339730;
      text-align: center;
      font-size: 18px; }
  .page-entry ul li ul {
    padding-top: 20px;
    margin-bottom: 0; }
@media (min-width: 768px) {
  .page-entry blockquote {
    padding: 40px; }
  .page-entry p img {
    max-width: 100%; } }

.hp-banners {
  z-index: 0;
  width: 100%;
  height: 320px; }
  @media (min-width: 768px) {
    .hp-banners {
      height: 450px; } }
  @media (min-width: 992px) {
    .hp-banners {
      height: 580px; } }

.hp-section {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .hp-section {
      padding: 100px 0; } }

.hp-intro-section .hp-intro {
  margin-bottom: 40px; }
  .hp-intro-section .hp-intro h2 {
    margin-bottom: 23px; }
  .hp-intro-section .hp-intro .text {
    background-color: #E4E4E4;
    padding: 30px;
    margin-bottom: 23px; }
    .hp-intro-section .hp-intro .text p {
      line-height: 23px;
      margin-bottom: 23px; }
      .hp-intro-section .hp-intro .text p:last-child {
        margin-bottom: 0; }
.hp-intro-section .next-events .section-title {
  margin-bottom: 23px; }
.hp-intro-section .next-events .next-events-list {
  border-top: 1px solid #E4E4E4; }
  .hp-intro-section .next-events .next-events-list .list-item {
    border-bottom: 1px solid #E4E4E4;
    padding: 22px 0; }
    .hp-intro-section .next-events .next-events-list .list-item h4 {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
    .hp-intro-section .next-events .next-events-list .list-item h3 {
      font-size: 17px;
      line-height: 24px; }
      .hp-intro-section .next-events .next-events-list .list-item h3 a, .hp-intro-section .next-events .next-events-list .list-item h3 a:visited {
        text-decoration: none; }
@media (min-width: 768px) {
  .hp-intro-section .hp-intro {
    float: left;
    width: 65%;
    margin-bottom: 0; }
    .hp-intro-section .hp-intro .text {
      padding: 40px; }
  .hp-intro-section.no-events .hp-intro {
    float: none;
    width: 100%; }
  .hp-intro-section .next-events {
    float: right;
    width: 29%; } }

.homepage-block {
  padding: 50px 0;
  background-color: #E4E4E4; }
  .homepage-block .hp-block {
    font-size: 0; }
    .homepage-block .hp-block .image {
      vertical-align: middle;
      margin-bottom: 30px; }
    .homepage-block .hp-block .info {
      vertical-align: middle; }
      .homepage-block .hp-block .info h2 {
        margin-bottom: 24px; }
      .homepage-block .hp-block .info p {
        margin-bottom: 30px; }
  @media (min-width: 768px) {
    .homepage-block {
      padding: 100px 0; }
      .homepage-block .hp-block .image {
        margin-bottom: 0;
        text-align: center;
        display: inline-block;
        width: 48%; }
        .homepage-block .hp-block .image.hidden-sm {
          display: none; }
      .homepage-block .hp-block .info {
        display: inline-block;
        width: 48%;
        margin-left: 4%; }
        .homepage-block .hp-block .info p {
          margin-bottom: 45px; } }
  .homepage-block.is-even {
    background-color: #fff; }
    @media (min-width: 768px) {
      .homepage-block.is-even .hp-block .info {
        margin-left: 0;
        margin-right: 4%; } }

.homepage-last-news .section-title {
  margin-bottom: 22px; }
.homepage-last-news .last-news-list .list-item {
  margin-bottom: 40px; }
  .homepage-last-news .last-news-list .list-item .image {
    margin-bottom: 20px; }
  .homepage-last-news .last-news-list .list-item .info h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px; }
    .homepage-last-news .last-news-list .list-item .info h3 a, .homepage-last-news .last-news-list .list-item .info h3 a:visited {
      font-weight: 600;
      text-decoration: none; }
  .homepage-last-news .last-news-list .list-item .info p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 25px; }
@media (min-width: 768px) {
  .homepage-last-news .last-news-list {
    margin: 0 -20px; }
    .homepage-last-news .last-news-list .list-item {
      margin-bottom: 0;
      float: left;
      width: 33.33%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.contacts-wrapper {
  padding: 60px 0; }
  .contacts-wrapper h2.title {
    margin-bottom: 35px; }
  .contacts-wrapper .contacts-description {
    margin-bottom: 35px; }
    .contacts-wrapper .contacts-description h3 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px; }
    .contacts-wrapper .contacts-description p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 16px; }
    .contacts-wrapper .contacts-description p.info b, .contacts-wrapper .contacts-description p.info strong {
      font-weight: 600;
      text-transform: uppercase; }
    .contacts-wrapper .contacts-description p.email {
      margin-bottom: 0; }
      .contacts-wrapper .contacts-description p.email a, .contacts-wrapper .contacts-description p.email a:visited {
        text-decoration: none; }
  .contacts-wrapper .form-wrapper .form-field {
    margin-bottom: 18px; }
    .contacts-wrapper .form-wrapper .form-field input {
      border: 0;
      border: 1px solid #E4E4E4;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 38px;
      line-height: 38px;
      padding: 0 12px;
      font-size: 14px;
      font-family: #E4E4E4;
      font-weight: 300;
      color: #339730; }
      .contacts-wrapper .form-wrapper .form-field input::-webkit-input-placeholder {
        color: #339730; }
      .contacts-wrapper .form-wrapper .form-field input::-moz-placeholder {
        color: #339730; }
      .contacts-wrapper .form-wrapper .form-field input:-ms-input-placeholder {
        color: #339730; }
      .contacts-wrapper .form-wrapper .form-field input:-moz-placeholder {
        color: #339730; }
    .contacts-wrapper .form-wrapper .form-field textarea {
      border: 0;
      border: 1px solid #E4E4E4;
      display: block;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 150px;
      max-height: 150px;
      min-height: 150px;
      line-height: 20px;
      padding: 12px;
      font-size: 14px;
      font-family: #E4E4E4;
      font-weight: 300;
      color: #339730; }
      .contacts-wrapper .form-wrapper .form-field textarea::-webkit-input-placeholder {
        color: #339730; }
      .contacts-wrapper .form-wrapper .form-field textarea::-moz-placeholder {
        color: #339730; }
      .contacts-wrapper .form-wrapper .form-field textarea:-ms-input-placeholder {
        color: #339730; }
      .contacts-wrapper .form-wrapper .form-field textarea:-moz-placeholder {
        color: #339730; }
  @media (min-width: 768px) {
    .contacts-wrapper {
      padding-bottom: 70px; }
      .contacts-wrapper .contacts-description {
        float: left;
        width: 22.40%; }
      .contacts-wrapper .form-wrapper {
        float: right;
        width: 74%; }
        .contacts-wrapper .form-wrapper .form-field-group {
          margin-bottom: 18px; }
          .contacts-wrapper .form-wrapper .form-field-group .form-field {
            margin-bottom: 0;
            width: 48%; }
          .contacts-wrapper .form-wrapper .form-field-group .ff-left {
            float: left; }
          .contacts-wrapper .form-wrapper .form-field-group .ff-right {
            float: right; } }

.contact-departments-wrapper {
  background-color: #F0F0F0;
  padding: 60px 0; }
  .contact-departments-wrapper .departments-list {
    font-size: 0; }
    .contact-departments-wrapper .departments-list .department-item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 5px solid #33962F;
      background-color: #fff;
      margin-bottom: 15px;
      text-align: center;
      padding: 25px;
      padding-bottom: 40px; }
      .contact-departments-wrapper .departments-list .department-item h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 22px; }
      .contact-departments-wrapper .departments-list .department-item p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 20px; }
      .contact-departments-wrapper .departments-list .department-item p.info b, .contact-departments-wrapper .departments-list .department-item p.info strong {
        font-weight: 600;
        text-transform: uppercase; }
      .contact-departments-wrapper .departments-list .department-item p.email {
        margin-bottom: 0; }
        .contact-departments-wrapper .departments-list .department-item p.email a, .contact-departments-wrapper .departments-list .department-item p.email a:visited {
          text-decoration: none; }
  @media (min-width: 768px) {
    .contact-departments-wrapper {
      padding: 70px 0; }
      .contact-departments-wrapper .departments-list {
        margin-left: -1.8%;
        margin-right: -1.8%; }
        .contact-departments-wrapper .departments-list .department-item {
          display: inline-block;
          width: 46.40%;
          margin-left: 1.8%;
          margin-right: 1.8%; } }
  @media (min-width: 992px) {
    .contact-departments-wrapper .departments-list .department-item {
      width: 21.40%; } }

.google-maps-wrapper {
  height: 350px; }
  .google-maps-wrapper #google-maps {
    height: 100%;
    width: 100%; }

.team-item {
  margin-bottom: 30px; }
  .team-item .team-header {
    margin-bottom: 24px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 24px;
    padding-bottom: 24px; }
    .team-item .team-header h4 {
      font-weight: 600;
      color: #339730;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px; }
      .team-item .team-header h4 a, .team-item .team-header h4 a:visited {
        color: #339730;
        text-decoration: none; }
    .team-item .team-header .team-actions a, .team-item .team-header .team-actions a:visited {
      display: inline-block;
      margin-right: 10px;
      width: 30px;
      height: 30px;
      background-color: #339730;
      color: #fff;
      text-align: center;
      line-height: 30px; }
  .team-item .team-info .image {
    margin-bottom: 24px; }
  @media (min-width: 480px) {
    .team-item .team-header {
      position: relative; }
      .team-item .team-header .team-actions {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px; }
        .team-item .team-header .team-actions a, .team-item .team-header .team-actions a:visited {
          margin-right: 0;
          margin-left: 10px; }
    .team-item .team-info .image {
      float: left;
      width: 25%;
      margin: 0; }
    .team-item .team-info .info {
      float: right;
      width: 70%; } }

.team-detail .page-content h2 {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E4E4E4; }

.team-content .team-tab {
  display: none; }
  .team-content .team-tab.active {
    display: block; }

.single-event .item-header .info {
  padding: 20px 15px;
  background-color: #339730; }
  .single-event .item-header .info h3, .single-event .item-header .info h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0; }
  .single-event .item-header .info h4 {
    font-weight: 400; }
.single-event .item-header.with-image {
  position: relative; }
  .single-event .item-header.with-image .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 150, 47, 0.75); }
@media (min-width: 992px) {
  .single-event .item-header .info h3 {
    float: left; }
  .single-event .item-header .info h4 {
    float: right; } }

.sidebar-event-info .event-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 20px 15px;
  background-color: #339730; }
.sidebar-event-info ul {
  padding: 0 10px;
  background-color: #F8F8F8;
  margin-bottom: 35px; }
  .sidebar-event-info ul li {
    padding: 20px 10px;
    line-height: 22px;
    font-size: 14px;
    border-top: 1px solid #F0F0F0; }
    .sidebar-event-info ul li:first-child {
      border-top: 0; }
    .sidebar-event-info ul li strong {
      font-size: 17px;
      font-weight: 600; }
@media (min-width: 768px) {
  .sidebar-event-info {
    padding-top: 48px; } }

.events-list-wrapper h2.title {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .events-list-wrapper h2.title {
      margin-bottom: 40px; } }

.event-item {
  border: 1px solid #E5E5E5;
  margin-bottom: 35px; }
  .event-item .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .event-item .item-header {
    font-size: 0;
    color: #339730; }
    .event-item .item-header p {
      font-size: 14px;
      line-height: 20px;
      color: #339730; }
      .event-item .item-header p a, .event-item .item-header p a:visited {
        text-decoration: none;
        color: #339730; }
        .event-item .item-header p a i, .event-item .item-header p a:visited i {
          margin-right: 5px; }
    .event-item .item-header .title h2 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: #339730; }
      .event-item .item-header .title h2 a, .event-item .item-header .title h2 a:visited {
        text-decoration: none;
        color: #339730; }
    .event-item .item-header > div {
      padding: 20px 15px;
      background-color: #F8F8F8;
      border-bottom: 1px solid #E5E5E5; }
    .event-item .item-header > div:last-child {
      border-bottom: 0; }
  .event-item .item-info .info {
    padding: 20px 15px; }
    .event-item .item-info .info p {
      margin-bottom: 15px; }
    .event-item .item-info .info p.read-more {
      margin-bottom: 0; }
      .event-item .item-info .info p.read-more a, .event-item .item-info .info p.read-more a:visited {
        text-decoration: none;
        color: #339730; }
  @media (min-width: 992px) {
    .event-item .item-header {
      background-color: #F8F8F8; }
      .event-item .item-header > div {
        border: 0;
        border-right: 1px solid #E5E5E5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: 20%; }
        .event-item .item-header > div:last-child {
          border-right: 0; }
        .event-item .item-header > div.title {
          width: 40%; }
    .event-item .item-info .info {
      padding: 50px 40px; }
    .event-item .image {
      float: left;
      width: 40%; }
    .event-item .item-info-wrapper {
      width: 60%;
      float: right; }
    .event-item.with-image {
      position: relative; }
      .event-item.with-image .item-header > div {
        width: 33.33%; }
      .event-item.with-image .item-header .title {
        border: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40%;
        background-color: rgba(51, 150, 47, 0.75); }
        .event-item.with-image .item-header .title h2 a, .event-item.with-image .item-header .title h2 a:visited {
          color: #fff; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.57143px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.57143px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */
