@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: FontAwesome;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes rollover {
  0%, 100% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  25% {
    -webkit-box-shadow: 0 6px 0 0 #31367a, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 #31367a, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  50% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 #31367a, 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 #31367a, 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  75% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 #31367a;
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 #31367a; } }

@keyframes rollover {
  0%, 100% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  25% {
    -webkit-box-shadow: 0 6px 0 0 #31367a, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 #31367a, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  50% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 #31367a, 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 #31367a, 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  75% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 #31367a;
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 #31367a; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff; }

a {
  color: inherit; }

img {
  max-width: 100%; }

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

a {
  text-decoration: none; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-danger {
  color: red; }

.no-link {
  text-decoration: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

ul.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media (max-width: 46.99em) {
  .hide-under-sm {
    display: none; } }

@media (max-width: 60.74em) {
  .hide-under-md {
    display: none; } }

img.crisp {
  image-rendering: -webkit-optimize-contrast; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.m-b {
  margin-bottom: 20px; }

.m-t {
  margin-top: 20px; }

/**/
.link-orange {
  color: #fc6a49;
  text-decoration: underline; }

.link-yellow {
  color: #fdab34;
  text-decoration: underline; }

.link-blue {
  margin-top: 0;
  margin-bottom: 0;
  color: #31367a;
  text-decoration: underline; }
  .link-blue:hover {
    color: #fc6a49; }

.bordered-box {
  color: #31367a;
  border: 2px solid #31367a;
  font-size: 13px;
  padding: 15px; }

.yellow-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  background-color: #f5b75c;
  margin-bottom: 0; }

.orange-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 0;
  background-color: #fc6a49; }

.pink-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  background-color: #f9b7a8;
  margin-top: 0;
  margin-bottom: 0; }

.blue-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  background-color: #d8daeb; }

.cream-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  background-color: #fff7f5;
  margin-top: 0;
  margin-bottom: 0; }

.green-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  background-color: #a2f3c4;
  margin-bottom: 0; }

.green-box__margin {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  background-color: #a2f3c4;
  margin-bottom: 0;
  margin-bottom: 20px; }

.white-box {
  color: #31367a;
  padding: 10px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0; }

.text-symbol {
  color: rgba(49, 54, 122, 0.5);
  padding: 10px;
  font-size: 10px;
  margin-top: 0; }

.date-left {
  color: #fc6a49;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  position: relative;
  padding-left: 65px;
  margin-bottom: 0; }
  .date-left:before {
    content: '';
    width: 10%;
    background-color: #fc6a49;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1; }

.date-left + p {
  padding-left: 70px;
  margin-top: 0; }

.date-right {
  color: #fc6a49;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  position: relative;
  padding-right: 65px;
  margin-bottom: 0; }
  .date-right:after {
    content: '';
    width: 10%;
    background-color: #fc6a49;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1; }

.date-right + p {
  padding-right: 65px;
  margin-top: 0; }

.date-right {
  color: #fc6a49;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold; }

.article-title-blue,
.article-title-orange {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif; }

.article-title-orange {
  color: #fc6a49;
  font-size: 20px; }

.article-title-blue {
  margin-bottom: 0;
  color: #31367a; }

.art-title {
  color: #fc6a49;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif; }

.art-title + p {
  margin-top: 0; }

.subtitle-bold {
  color: #31367a;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif; }

.subtitle-light {
  margin-top: 0;
  color: #31367a;
  font-size: 17px;
  text-transform: uppercase; }

.active a {
  color: #ffffff !important; }

.detail-contact {
  background-image: url(../img/banner-program.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px;
  text-align: center;
  margin-bottom: 150px; }
  .detail-contact p {
    width: 600px;
    margin: 0 auto;
    font-family: "proxima-soft",sans-serif;
    font-weight: 500;
    color: #31367a;
    font-size: 15px; }
    @media (max-width: 46.99em) {
      .detail-contact p {
        width: 100%; } }

.article-name {
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 15px; }

.article-name + p {
  margin-top: 0;
  padding-left: 15px; }

.name-line {
  position: relative; }
  @media (max-width: 60.74em) {
    .name-line {
      padding-bottom: 25px; } }
  .name-line span:after {
    content: '';
    width: 100%;
    background: #fc6a49;
    height: 2px;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1; }
    @media (max-width: 60.74em) {
      .name-line span:after {
        top: 50px; } }

.title-yellow {
  font-size: 16px;
  color: #fdab34;
  font-weight: bold;
  font-family: "proxima-soft";
  text-transform: uppercase; }

.department-names {
  display: block;
  margin-top: 0;
  display: block;
  color: rgba(49, 54, 122, 0.5);
  font-style: italic; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

body {
  font-family: "muli", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

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

/* Base container properties */
.container, .container-fluid, .container-full, .container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

/* Base column properties */
.col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-one-third, .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-one-third, .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-one-third, .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-one-third, .col-xl-0, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-one-third {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  float: left; }

/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Container */
.container {
  max-width: 752px; }
  .container-full {
    padding-left: 0;
    padding-right: 0; }
  .container-fixed {
    width: 1000px; }
  @media screen and (min-width: 972px) {
    .container {
      max-width: 972px; } }
  @media screen and (min-width: 1172px) {
    .container {
      max-width: 1172px; } }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

/* Clearfix & box-model + list-style reset for ul support */
.row {
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  /* Nested grid */ }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row > .row {
    clear: none;
    float: left;
    margin: 0 !important; }
  .row.row--centered {
    text-align: center; }
    .row.row--centered > [class^=col] {
      text-align: left; }
  .row.row--ib {
    word-spacing: -.28em; }
    .row.row--ib > [class^=col] {
      float: none;
      display: inline-block;
      vertical-align: top;
      word-spacing: normal;
      zoom: 1;
      *display: inline; }

/* Generate columns */
@media screen and (min-width: 0) {
  .col-xs-0 {
    width: 0%; }
  .col-xs-push-0,
  .col-xs-pull-0 {
    position: relative; }
  .col-xs-push-0 {
    left: 0%; }
  .col-xs-pull-0 {
    right: 0%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-push-1,
  .col-xs-pull-1 {
    position: relative; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-push-2,
  .col-xs-pull-2 {
    position: relative; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-push-3,
  .col-xs-pull-3 {
    position: relative; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-push-4,
  .col-xs-pull-4 {
    position: relative; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-push-5,
  .col-xs-pull-5 {
    position: relative; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-push-6,
  .col-xs-pull-6 {
    position: relative; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-push-7,
  .col-xs-pull-7 {
    position: relative; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-push-8,
  .col-xs-pull-8 {
    position: relative; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-push-9,
  .col-xs-pull-9 {
    position: relative; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-push-10,
  .col-xs-pull-10 {
    position: relative; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-push-11,
  .col-xs-pull-11 {
    position: relative; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-push-12,
  .col-xs-pull-12 {
    position: relative; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .col-xs-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 752px) {
  .col-sm-0 {
    width: 0%; }
  .col-sm-push-0,
  .col-sm-pull-0 {
    position: relative; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-push-1,
  .col-sm-pull-1 {
    position: relative; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-push-2,
  .col-sm-pull-2 {
    position: relative; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-push-3,
  .col-sm-pull-3 {
    position: relative; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-push-4,
  .col-sm-pull-4 {
    position: relative; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-push-5,
  .col-sm-pull-5 {
    position: relative; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-push-6,
  .col-sm-pull-6 {
    position: relative; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-push-7,
  .col-sm-pull-7 {
    position: relative; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-push-8,
  .col-sm-pull-8 {
    position: relative; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-push-9,
  .col-sm-pull-9 {
    position: relative; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-push-10,
  .col-sm-pull-10 {
    position: relative; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-push-11,
  .col-sm-pull-11 {
    position: relative; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-12,
  .col-sm-pull-12 {
    position: relative; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 972px) {
  .col-md-0 {
    width: 0%; }
  .col-md-push-0,
  .col-md-pull-0 {
    position: relative; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-push-1,
  .col-md-pull-1 {
    position: relative; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-push-2,
  .col-md-pull-2 {
    position: relative; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-push-3,
  .col-md-pull-3 {
    position: relative; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-push-4,
  .col-md-pull-4 {
    position: relative; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-push-5,
  .col-md-pull-5 {
    position: relative; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-push-6,
  .col-md-pull-6 {
    position: relative; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-push-7,
  .col-md-pull-7 {
    position: relative; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-push-8,
  .col-md-pull-8 {
    position: relative; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-push-9,
  .col-md-pull-9 {
    position: relative; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-push-10,
  .col-md-pull-10 {
    position: relative; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-push-11,
  .col-md-pull-11 {
    position: relative; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-12,
  .col-md-pull-12 {
    position: relative; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 1172px) {
  .col-lg-0 {
    width: 0%; }
  .col-lg-push-0,
  .col-lg-pull-0 {
    position: relative; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-push-1,
  .col-lg-pull-1 {
    position: relative; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-push-2,
  .col-lg-pull-2 {
    position: relative; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-push-3,
  .col-lg-pull-3 {
    position: relative; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-push-4,
  .col-lg-pull-4 {
    position: relative; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-push-5,
  .col-lg-pull-5 {
    position: relative; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-push-6,
  .col-lg-pull-6 {
    position: relative; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-push-7,
  .col-lg-pull-7 {
    position: relative; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-push-8,
  .col-lg-pull-8 {
    position: relative; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-push-9,
  .col-lg-pull-9 {
    position: relative; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-push-10,
  .col-lg-pull-10 {
    position: relative; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-push-11,
  .col-lg-pull-11 {
    position: relative; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-12,
  .col-lg-pull-12 {
    position: relative; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 1440px) {
  .col-xl-0 {
    width: 0%; }
  .col-xl-push-0,
  .col-xl-pull-0 {
    position: relative; }
  .col-xl-push-0 {
    left: 0%; }
  .col-xl-pull-0 {
    right: 0%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-push-1,
  .col-xl-pull-1 {
    position: relative; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-push-2,
  .col-xl-pull-2 {
    position: relative; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-push-3,
  .col-xl-pull-3 {
    position: relative; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-push-4,
  .col-xl-pull-4 {
    position: relative; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-push-5,
  .col-xl-pull-5 {
    position: relative; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-push-6,
  .col-xl-pull-6 {
    position: relative; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-push-7,
  .col-xl-pull-7 {
    position: relative; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-push-8,
  .col-xl-pull-8 {
    position: relative; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-push-9,
  .col-xl-pull-9 {
    position: relative; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-push-10,
  .col-xl-pull-10 {
    position: relative; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-push-11,
  .col-xl-pull-11 {
    position: relative; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-push-12,
  .col-xl-pull-12 {
    position: relative; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-one-third {
    width: 33.33333%; } }

.header {
  color: #ffffff;
  height: 107px;
  position: relative;
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .header__sticky {
    position: fixed;
    height: 65px;
    width: 100%;
    z-index: 10;
    top: 0;
    opacity: 0;
    text-align: center;
    background-color: #31367a;
    color: #ffffff;
    -webkit-transition: all .6s;
    transition: all .6s; }
    .header__sticky-branding {
      position: absolute;
      left: 60px;
      top: 15px; }
      @media (max-width: 46.99em) {
        .header__sticky-branding {
          left: 25px;
          top: 15px; } }
    .header__sticky h1 {
      font-family: 'muli', sans-serif;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 2.5;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      width: 200px;
      margin: 0 auto; }
      @media (max-width: 46.99em) {
        .header__sticky h1 {
          display: none; } }
    @media (max-width: 46.99em) {
      .header__sticky {
        z-index: 100; } }
  .header__branding {
    display: block;
    padding-left: 100px;
    padding-top: 24px;
    max-width: 340px; }
    @media (max-width: 46.99em) {
      .header__branding {
        padding-left: 20px;
        max-width: 200px; } }
  .header:after {
    content: '';
    position: absolute;
    top: 75%;
    left: 0;
    height: 45px;
    width: 100%;
    -webkit-transform: skew(0deg, 4deg);
    transform: skew(0deg, -1.5deg); }
    @media (max-width: 46.99em) {
      .header:after {
        height: 42px; } }
  .header__background--image {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    z-index: 1; }
  .header__background--orange {
    background-color: #fc6a49;
    z-index: 2; }
    .header__background--orange:after {
      background: #fc6a49; }
    @media (max-width: 46.99em) {
      .header__background--orange {
        z-index: 100; } }
  .header__background--green {
    background-color: #7aefac; }
    .header__background--green:after {
      background: #7aefac; }
  .header__background--yellow {
    background-color: #fdab34; }
    .header__background--yellow:after {
      background: #fdab34; }
  .header__navigation {
    position: relative; }
  .header__nav {
    top: -650px;
    position: fixed;
    width: 100%;
    height: 650px;
    z-index: 45;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 150px;
    background: #3d4297;
    border-right: 100px solid #fc6a49;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media (max-width: 60.74em) {
      .header__nav {
        padding-left: 20px; } }
    @media (max-width: 46.99em) {
      .header__nav {
        border-right: none;
        padding-left: 0; } }
  .header__active {
    top: 0; }
    @media (max-width: 46.99em) {
      .header__active {
        height: 100%;
        overflow: scroll;
        padding-top: 130px; } }
  .header__button {
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.5);
    padding: 9px 80px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .header__button:hover {
      background-color: white;
      color: #3C3E99; }
    @media (max-width: 46.99em) {
      .header__button {
        display: block;
        text-align: center;
        padding: 9px 50px;
        margin-top: 30px;
        margin-right: 30px;
        margin-left: 30px; } }
  .header__socials {
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    bottom: 80px;
    left: 120px; }
    @media (max-width: 60.74em) {
      .header__socials {
        left: 0; } }
    .header__socials i {
      padding-left: 10px; }
    .header__socials ul,
    .header__socials li {
      display: inline-block;
      padding-right: 10px; }
    .header__socials a {
      -webkit-transition: all .2s;
      transition: all .2s; }
      .header__socials a:hover {
        color: white; }

.dropdown {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 650px;
  padding-top: 50px;
  padding-left: 40px;
  background-color: rgba(252, 106, 73, 0);
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media (max-width: 60.74em) {
    .dropdown {
      width: 50%; } }
  @media (max-width: 46.99em) {
    .dropdown {
      display: none; } }
  .dropdown__subnav {
    display: none; }
    .dropdown__subnav-show {
      display: block; }
  .dropdown__responsive {
    display: none;
    background-color: #fc6a49;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
    .dropdown__responsive ul,
    .dropdown__responsive li {
      list-style-type: none;
      padding-top: 5px;
      padding-bottom: 5px; }
      .dropdown__responsive ul a,
      .dropdown__responsive li a {
        font-size: 15px;
        font-weight: 400;
        padding-left: 30px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.5); }
        .dropdown__responsive ul a:hover,
        .dropdown__responsive li a:hover {
          color: white; }
    .dropdown__responsive-active, .dropdown__responsive.open {
      display: block;
      padding-left: 0;
      padding-top: 5px;
      padding-bottom: 5px; }

.page__title {
  font-family: "futura-pt",sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #31367a;
  text-transform: uppercase;
  text-align: center;
  padding: 50px;
  margin-top: 80px; }
  @media (max-width: 46.99em) {
    .page__title {
      padding-top: 0;
      margin-bottom: 0; } }
  .page__title-green {
    color: #7befac; }
  .page__title-yellow {
    color: #fdab34; }

.page-section__quote {
  padding-top: 130px;
  padding-bottom: 400px;
  margin-bottom: 100px;
  background-image: url(../img/background-quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 60.74em) {
    .page-section__quote {
      padding-top: 0;
      padding-bottom: 800px; } }

.page-section__gallery {
  padding-bottom: 100px; }
  .page-section__gallery__title {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 35px;
    color: #31367a;
    text-transform: uppercase; }

.footer {
  padding-top: 40px;
  position: relative;
  background: #3d4297;
  font-size: 13px;
  font-family: 'muli', sans-serif;
  color: rgba(255, 255, 255, 0.5); }
  .footer a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .2s;
    transition: all .2s; }
    .footer a:hover {
      color: white; }
  @media (max-width: 60.74em) {
    .footer {
      padding-top: 20px; } }
  .footer:before {
    content: '';
    position: absolute;
    top: -45px;
    right: 0;
    height: 83px;
    width: 100%;
    background: #3d4297;
    -webkit-transform: skew(0deg, 2.3deg);
            transform: skew(0deg, 2.3deg); }
    @media (max-width: 60.74em) {
      .footer:before {
        top: -25px; } }
  .footer__partners {
    text-align: center;
    background-color: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
    padding-bottom: 80px; }
    .footer__partners a {
      padding: 30px; }
  .footer__top {
    padding-top: 5px; }
  .footer__branding {
    font-weight: bold;
    font-size: 14px; }
  .footer__bottom {
    padding-top: 80px;
    font-size: 12px;
    padding-bottom: 10px; }
    @media (max-width: 60.74em) {
      .footer__bottom {
        padding-top: 20px; } }
    @media (max-width: 46.99em) {
      .footer__bottom {
        padding-top: 20px; } }
    .footer__bottom i {
      font-size: 19px;
      padding-left: 10px; }
  .footer__navigation {
    font-family: "proxima-soft";
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px; }
    .footer__navigation li {
      padding-bottom: 5px; }
      .footer__navigation li a {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: all .2s;
        transition: all .2s; }
        .footer__navigation li a:hover {
          color: white; }
    @media (max-width: 60.74em) {
      .footer__navigation {
        display: none; } }
    @media (max-width: 46.99em) {
      .footer__navigation {
        display: none; } }
  .footer__socials {
    color: rgba(255, 255, 255, 0.5);
    text-align: left; }
    .footer__socials__title {
      text-transform: uppercase; }
    .footer__socials i {
      font-size: 19px;
      padding-left: 10px; }
      @media (max-width: 46.99em) {
        .footer__socials i {
          font-size: 25px; } }
    .footer__socials ul,
    .footer__socials li {
      display: inline-block;
      padding-right: 10px; }
  .footer p {
    line-height: .4; }
  .footer ul {
    padding: 0; }
    .footer ul li {
      list-style-type: none; }

.navigation__items {
  padding: 0;
  margin-bottom: 100px; }
  @media (max-width: 46.99em) {
    .navigation__items {
      margin-bottom: 0;
      margin-top: 0; } }

.navigation__item {
  position: relative;
  margin-right: 1em;
  list-style-type: none;
  width: 185px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer; }
  .navigation__item.dropdown__subnav-show {
    color: white; }
  .navigation__item:hover {
    color: white; }
  @media (max-width: 46.99em) {
    .navigation__item {
      margin-right: 0;
      width: 100%; } }
  .navigation__item-link {
    display: block;
    padding-top: .8em;
    padding-bottom: .8em;
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'muli', sans-serif;
    /*Annuler le click*/ }
    .navigation__item-link:hover {
      color: inherit; }
    @media (max-width: 60.74em) {
      .navigation__item-link {
        padding-left: 30px; } }
    .navigation__item-link__disabled {
      pointer-events: none; }
      @media (max-width: 46.99em) {
        .navigation__item-link__disabled {
          pointer-events: auto; } }

section#thumbnails .thumb a[title="Yorokobu"]:hover {
  pointer-events: visible !important;
  cursor: auto; }

.hamburger {
  position: fixed;
  right: 23px;
  top: 23px;
  z-index: 2000;
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px; }
  .hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px; }
    .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
      display: block;
      width: 25px;
      height: 2px;
      background-color: #ffffff;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .hamburger__icon:before, .hamburger__icon:after {
      position: absolute;
      content: ""; }
    .hamburger__icon:before {
      top: -7px; }
    .hamburger__icon:after {
      top: 7px; }
    .hamburger.is-open .hamburger__icon {
      background-color: transparent; }
    .hamburger.is-open .hamburger__icon:before {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg); }
    .hamburger.is-open .hamburger__icon:after {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg); }
    @media (max-width: 46.99em) {
      .hamburger__icon {
        margin-top: 13px; } }

.events-list {
  margin-bottom: 150px; }

.event-item {
  display: block;
  text-decoration: none;
  margin-bottom: 60px;
  -webkit-transition: all .6s;
  transition: all .6s;
  border: 5px solid rgba(255, 255, 255, 0); }
  .event-item-1:hover {
    border: 5px solid #fc6c4a; }
  .event-item-2:hover {
    border: 5px solid #fdb476; }
  .event-item-3:hover {
    border: 5px solid #bb27dd; }
  @media (max-width: 46.99em) {
    .event-item {
      margin-bottom: 25px; } }
  .event-item__thumbnail {
    position: relative;
    overflow: hidden; }
    .event-item__thumbnail img {
      display: block;
      width: 100%;
      height: auto; }
    .event-item__thumbnail-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background: -webkit-gradient(linear, right top, left top, color-stop(0, #31367a), to(rgba(49, 54, 122, 0)));
      background: linear-gradient(to left, #31367a 0, rgba(49, 54, 122, 0) 100%); }
  .event-item__title, .event-item__location {
    font-family: "futura-pt", sans-serif; }
  .event-item__date {
    font-family: 'muli', sans-serif;
    font-weight: 900;
    font-size: 45px;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    display: block;
    right: 25px;
    top: 10px;
    margin: 0;
    width: 50px;
    text-align: center;
    line-height: 1.2; }
    @media (max-width: 46.99em) {
      .event-item__date {
        font-size: 30px;
        right: 7px; } }
  .event-item__infos {
    padding: 15px;
    -webkit-transition: padding .1s;
    transition: padding .1s;
    padding-bottom: 16px;
    min-height: 170px; }
    @media (max-width: 46.99em) {
      .event-item__infos {
        min-height: 0;
        padding-bottom: 0; } }
  .event-item__category {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 46.99em) {
      .event-item__category {
        margin-top: 0; } }
  .event-item__title {
    font-weight: bold;
    line-height: 1;
    font-size: 25px;
    color: #31367a;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0; }
  .event-item__location {
    color: #31367a;
    font-size: 16px;
    margin-top: 5px; }
    @media (max-width: 46.99em) {
      .event-item__location {
        padding-bottom: 20px; } }

.event-detail__title, .event-detail__share {
  text-align: center; }

.event-detail__thumbnail {
  text-align: center; }
  .event-detail__thumbnail img {
    display: block; }

.event-detail__head {
  display: block;
  color: #ffffff;
  font-family: "muli",sans-serif; }
  .event-detail__head h1 {
    font-family: "proxima-soft"; }
  .event-detail__head h1,
  .event-detail__head h2,
  .event-detail__head h4 {
    margin-bottom: 0; }
  .event-detail__head h1,
  .event-detail__head h3 {
    font-size: 15px;
    text-transform: uppercase; }
  .event-detail__head h2 {
    font-family: 'muli', sans-serif;
    font-weight: 900;
    margin-top: 0; }
  .event-detail__head h3,
  .event-detail__head h5 {
    margin-top: 5px; }
  .event-detail__head h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: "proxima-soft"; }
  .event-detail__head h4 {
    margin-top: 10px;
    font-family: 'muli', sans-serif;
    font-weight: 900;
    font-size: 19px; }
  .event-detail__head h5 {
    font-family: 'muli', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 0; }

.event-detail__info {
  min-height: 125px;
  padding-left: 20px; }
  @media (max-width: 60.74em) {
    .event-detail__info {
      padding-left: 0; } }
  .event-detail__info--blue {
    background-color: #31367a;
    min-height: 125px;
    padding-top: 18px;
    padding-left: 35px; }
    @media (max-width: 60.74em) {
      .event-detail__info--blue {
        padding-left: 20px; } }
    @media (max-width: 46.99em) {
      .event-detail__info--blue {
        min-height: 0;
        padding-top: 0;
        padding-left: 10px;
        padding-bottom: 15px; } }
  .event-detail__info h1 {
    padding-top: 12px;
    font-family: "proxima-soft"; }
  @media (max-width: 46.99em) {
    .event-detail__info {
      padding-left: 0; } }

.event-detail__title {
  max-width: 750px;
  margin: 60px auto 0 auto; }
  .event-detail__title h6 {
    color: #31367a;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1; }
    @media (max-width: 60.74em) {
      .event-detail__title h6 {
        font-size: 45px; } }
    @media (max-width: 46.99em) {
      .event-detail__title h6 {
        font-size: 30px; } }
  .event-detail__title p {
    color: orange;
    text-transform: uppercase;
    font-size: 15px; }

.event-detail__subtitle {
  text-transform: uppercase;
  color: #31367a;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 18px; }

.event-detail__body {
  color: rgba(49, 54, 122, 0.8);
  font-size: 16px;
  font-family: "proxima-soft";
  font-weight: 500;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 50px; }
  @media (max-width: 46.99em) {
    .event-detail__body {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 60.74em) {
    .event-detail__body {
      padding-right: 15px;
      padding-left: 15px; } }

.event-detail__share {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px; }
  .event-detail__share a {
    padding-left: 20px;
    color: #31367a; }
    .event-detail__share a:hover {
      color: #fc6a49; }

.event-detail__informations {
  padding-bottom: 30px; }
  .event-detail__informations h2 {
    font-size: 22px; }
  .event-detail__informations h4 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 15px;
    font-family: "proxima-soft"; }
  .event-detail__informations p {
    margin-top: 5px;
    font-family: 'muli';
    font-size: 14px; }

.event-detail__program, .event-detail__musicians {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
  color: #31367a;
  font-family: "futura-pt", sans-serif; }

.event-detail__program {
  background-image: url(../img/banner-program.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  line-height: .5; }
  @media (max-width: 60.74em) {
    .event-detail__program {
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media (max-width: 60.74em) {
    .event-detail__program p {
      line-height: 1.4; } }

.event-detail__musicians table {
  width: 50%;
  margin: 0 auto; }
  .event-detail__musicians table td {
    width: 10%; }

.event-detail__videos {
  text-align: center;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .event-detail__videos iframe,
  .event-detail__videos object,
  .event-detail__videos embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.latest-events:before {
  content: '';
  position: absolute;
  top: -19px;
  z-index: 5;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #f5f5fa;
  -webkit-transform: skew(0deg, 4deg);
  transform: skew(0deg, -1.5deg); }

.featured-event {
  margin-top: 150px;
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 50px;
  -webkit-transition: all .6s;
  transition: all .6s;
  /*&-1 {

        &:hover {
            outline: 10px solid #fc6c4a;
        }
    }

    &-2 {

        &:hover {
            outline: 10px solid #fdb476; 
        }
    }

    &-3 {

        &:hover {
            outline: 10px solid #bb27dd;  
        }
    }*/ }
  .featured-event__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .featured-event__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .featured-event__infos {
    position: absolute;
    left: 5%;
    bottom: 2%;
    padding-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1; }
  .featured-event__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #31367a), to(rgba(49, 54, 122, 0)));
    background: linear-gradient(to left, #31367a 0, rgba(49, 54, 122, 0) 100%);
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1; }
  .featured-event__title {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
    max-width: 600px; }
    @media (max-width: 46.99em) {
      .featured-event__title {
        font-size: 25px;
        max-width: 200px; } }
  .featured-event__category {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0; }
  .featured-event__date {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 55px;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    display: block;
    right: 50px;
    top: 22px;
    margin: 0;
    width: 50px;
    text-align: center;
    line-height: 1.2;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1; }
    @media (max-width: 46.99em) {
      .featured-event__date {
        font-size: 35px;
        right: 5px;
        top: 0; } }
  .featured-event__location {
    color: #ffffff;
    font-size: 14px;
    margin-top: 0; }
  .featured-event:hover .featured-event__infos,
  .featured-event:hover .featured-event__date {
    opacity: 0; }
  .featured-event:hover .featured-event__overlay {
    opacity: 0; }

.news-list {
  margin-bottom: 150px; }

/*
.grid-item { width: 400px; }
.grid-item--width2 { width: 400px; } */
.new-item {
  border: 4px solid #ffffff;
  display: block;
  text-decoration: none;
  padding-bottom: 16px;
  margin-top: 60px;
  -webkit-transition: all .6s;
  transition: all .6s; }
  @media (max-width: 46.99em) {
    .new-item {
      margin-top: 10px; } }
  .new-item:hover {
    border: 4px solid orange; }
    .new-item:hover h4 {
      color: #31367a; }
    .new-item:hover .new-item__thumbnail-overlay {
      opacity: .7; }
    .new-item:hover svg {
      opacity: 1; }
  .new-item__thumbnail {
    position: relative;
    overflow: hidden; }
    .new-item__thumbnail img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: .5s;
      transition: .5s; }
    .new-item__thumbnail-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: #31367a; }
    .new-item__thumbnail svg {
      font-size: 105px;
      color: #ffffff;
      position: absolute;
      z-index: 2;
      -webkit-transition: .5s;
      transition: .5s;
      left: 40%;
      top: 33%;
      opacity: 0; }
  .new-item__latest {
    padding-top: 50px;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 150px; }
    .new-item__latest:before {
      content: '';
      position: absolute;
      top: -19px;
      z-index: 5;
      left: 0;
      height: 70px;
      width: 100%;
      background: #ffffff;
      -webkit-transform: skew(0deg, 4deg);
      transform: skew(0deg, 1.5deg); }
    .new-item__latest:after {
      content: '';
      position: absolute;
      bottom: -30px;
      z-index: 5;
      left: 0;
      height: 70px;
      width: 100%;
      background: #ffffff;
      -webkit-transform: skew(0deg, 4deg);
      transform: skew(0deg, 1.5deg); }
  .new-item__info {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 180px; }
  .new-item__title {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 27px;
    color: #31367a;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    max-width: 335px;
    margin: 0 auto; }
    @media (max-width: 46.99em) {
      .new-item__title {
        font-size: 25px; } }
  .new-item__date {
    color: #31367a;
    font-size: 14px;
    text-align: center; }
    .new-item__date span {
      font-weight: bold; }
  .new-item__category {
    font-size: 14px;
    text-transform: uppercase;
    color: #fdab34;
    font-weight: bold;
    text-align: center; }
  .new-item p {
    color: #31367a; }
  .new-item h4 {
    text-align: center;
    color: orange;
    font-size: 25px;
    margin-bottom: 0;
    -webkit-transition: color .6s;
    transition: color .6s; }

.new-detail {
  padding-bottom: 150px; }
  .new-detail__infos {
    text-align: center;
    margin-top: 80px; }
    .new-detail__infos h3 {
      color: #31367a;
      font-size: 14px;
      padding-bottom: 20px; }
      .new-detail__infos h3 span {
        font-weight: bold; }
  .new-detail__thumbnail {
    text-align: center; }
  .new-detail__category {
    font-size: 14px;
    text-transform: uppercase;
    color: #fdab34;
    font-weight: bold;
    font-family: "proxima-soft"; }
  .new-detail__title {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 40px;
    color: #31367a;
    text-transform: uppercase;
    max-width: 700px;
    margin: 30px auto; }
    @media (max-width: 46.99em) {
      .new-detail__title {
        margin-top: 15px; } }
  .new-detail__body {
    color: rgba(49, 54, 122, 0.8);
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-soft";
    max-width: 650px;
    margin: 0 auto; }
  .new-detail__gallery {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 150px; }
  .new-detail__subtitle {
    text-transform: uppercase;
    color: #31367a;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px; }
  .new-detail__share {
    padding: 20px; }
    .new-detail__share a {
      padding-left: 15px;
      color: #31367a; }
      .new-detail__share a:hover {
        color: #fc6a49; }

.gallery__home {
  text-align: center;
  margin-bottom: 150px;
  margin-top: 50px; }

.banner--quote {
  text-align: center;
  padding-bottom: 100px;
  position: relative; }
  .banner--quote p {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-size: 80px;
    color: #31367a;
    text-transform: uppercase;
    line-height: 1;
    margin: 0; }
    @media (max-width: 46.99em) {
      .banner--quote p {
        font-size: 35px; } }
    @media (max-width: 60.74em) {
      .banner--quote p {
        font-size: 35px; } }
  .banner--quote span {
    display: block;
    margin-top: 30px;
    color: #e7403b;
    font-size: 15px;
    font-weight: bold;
    font-family: 'muli'; }
    @media (max-width: 46.99em) {
      .banner--quote span {
        margin-top: 5px; } }
    @media (max-width: 60.74em) {
      .banner--quote span {
        margin-top: 5px; } }
  @media (max-width: 46.99em) {
    .banner--quote {
      padding-top: 100px; } }

.banner--brochure {
  background-image: url(../img/brochure-background.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 50px;
  height: 420px; }
  .banner--brochure__thumbnail {
    position: absolute;
    right: 55%;
    top: -15px; }
  .banner--brochure h1 {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 300px;
    margin-bottom: 0;
    line-height: 1; }
  .banner--brochure p {
    max-width: 320px;
    padding-bottom: 45px;
    font-size: 13px;
    font-weight: bold; }
  @media (max-width: 46.99em) {
    .banner--brochure {
      display: none; } }

.banner-contact {
  background-image: url(../img/contact-background.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  top: 0;
  left: 0;
  height: 900px; }
  @media (max-width: 46.99em) {
    .banner-contact {
      height: 500px; } }
  .banner-contact__text {
    position: absolute;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    top: 20%;
    right: 10%;
    display: inline-block;
    color: #ffffff;
    margin-right: 64px;
    padding: 16px;
    max-width: 500px;
    text-align: left; }
    @media (max-width: 46.99em) {
      .banner-contact__text {
        top: 16%;
        right: -7%;
        margin-left: 100px; } }

.button {
  margin: 5px;
  border-radius: 2px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .button__item {
    padding-top: 50px; }
  .button--white {
    color: #ffffff;
    border: 2px solid #ffffff; }
    .button--white:hover {
      background-color: #ffffff;
      color: #31367a; }
  .button--blue {
    color: #3d4297;
    border: 2px solid #3d4297; }
    .button--blue:hover {
      background-color: #3d4297;
      color: #ffffff; }

.article__container {
  max-width: 650px;
  margin: 0 auto; }

.article__image {
  max-width: 950px;
  margin: 0 auto; }
  .article__image img {
    width: 100% !important;
    height: auto !important;
    text-align: center; }

.article__banner {
  background-image: url(../img/banner-program.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  font-family: "muli",sans-serif; }
  .article__banner strong {
    font-weight: 900; }
  .article__banner span {
    display: block; }

.article__title {
  width: 650px;
  margin: 50px auto;
  line-height: 1;
  padding-top: 50px;
  text-align: center;
  color: #fc6a49;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 43px; }
  @media (max-width: 46.99em) {
    .article__title {
      width: 100%;
      font-size: 30px; } }
  .article__title span {
    font-weight: 200;
    display: block; }

.article__body {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 150px;
  font-family: "proxima-soft",sans-serif;
  font-weight: 500;
  color: #31367a;
  font-size: 15px; }
  @media (max-width: 46.99em) {
    .article__body {
      padding-right: 10px;
      padding-left: 10px;
      width: 100%; } }
  .article__body strong {
    font-weight: 900; }
  .article__body h2 {
    color: #31367a;
    margin-bottom: 6px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif; }
  .article__body h3 {
    margin-bottom: 0; }
  .article__body h3 + p {
    margin-top: 0; }
  .article__body hr {
    height: 2px;
    background-color: #fc6a49;
    border: 0; }

.map {
  height: 600px; }
  @media (max-width: 46.99em) {
    .map {
      height: 300px; } }
  .map__info {
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 46.99em) {
      .map__info {
        margin-bottom: 20px; } }
  .map__left, .map__right {
    position: absolute;
    width: 50%;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: .2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 46.99em) {
      .map__left, .map__right {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 10px; } }
  .map__left {
    background-color: #fc6a49;
    bottom: 0;
    left: 0; }
  .map__right {
    background-color: #31367a;
    bottom: 0;
    right: 0; }

.hero {
  background-image: url(../img/background-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px; }

.audio-player {
  position: relative;
  margin-bottom: 16px; }
  .audio-player__download {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #31367a; }
  .audio-player__list {
    margin-bottom: 100px; }
  .audio-player__track-title {
    position: absolute;
    color: #31367a;
    left: 70px;
    top: 17px;
    font-size: 16px;
    line-height: 1.2; }
  .audio-player__media {
    padding-left: 10px;
    padding-top: 10px;
    background-color: #f7f7f7; }
    .audio-player__media .mejs__offscreen {
      display: none; }
    .audio-player__media .mejs__container {
      background-color: #f7f7f7;
      min-width: 500px; }
    .audio-player__media .mejs__controls {
      padding: 0;
      background: none !important; }
    .audio-player__media .mejs__button.mejs__pause button {
      padding-left: 0;
      color: #fc6a49;
      left: 5px; }
    .audio-player__media .mejs__duration {
      position: absolute;
      right: 20px;
      font-size: 16px; }
      @media (max-width: 46.99em) {
        .audio-player__media .mejs__duration {
          display: none; } }
    .audio-player__media .mejs__time-rail {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-top: 0;
      height: 6px;
      margin: 0;
      width: 100% !important;
      background-color: #d2d3e5; }
      .audio-player__media .mejs__time-rail .mejs__time-buffering,
      .audio-player__media .mejs__time-rail .mejs__time-current,
      .audio-player__media .mejs__time-rail .mejs__time-float,
      .audio-player__media .mejs__time-rail .mejs__time-float-corner,
      .audio-player__media .mejs__time-rail .mejs__time-float-current,
      .audio-player__media .mejs__time-rail .mejs__time-handle,
      .audio-player__media .mejs__time-rail .mejs__time-loaded,
      .audio-player__media .mejs__time-rail .mejs__time-marker,
      .audio-player__media .mejs__time-rail .mejs__time-total {
        border-radius: 0; }
      .audio-player__media .mejs__time-rail .mejs__time-current {
        background-color: #ffffff; }
      .audio-player__media .mejs__time-rail .mejs__time-float {
        opacity: 0; }
    .audio-player__media .mejs__duration {
      display: none; }
    .audio-player__media .mejs__button.mejs__playpause-button {
      width: 27px;
      height: 27px;
      border-radius: 35px;
      background-color: #d2d3e5;
      margin-left: 17px;
      margin-top: 4px; }
      .audio-player__media .mejs__button.mejs__playpause-button:hover {
        background-color: #ffffff; }
    .audio-player__media .mejs__button button {
      background: none !important;
      position: relative;
      color: #ffffff;
      width: 100%;
      height: 100%;
      margin: 0;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      font-size: 15px;
      padding-left: 9px;
      border: none; }
    .audio-player__media .mejs__button button:focus {
      outline: none; }
    .audio-player__media .mejs__button button::before {
      content: "\f04b"; }
    .audio-player__media .mejs__button.mejs__pause {
      background-color: #ffffff; }
      .audio-player__media .mejs__button.mejs__pause .audio-player__media {
        background-color: red; }
      .audio-player__media .mejs__button.mejs__pause button {
        padding-left: 0; }
      .audio-player__media .mejs__button.mejs__pause button::before {
        content: "\f04c"; }

.item-audio {
  text-align: left;
  position: relative; }
  .item-audio__title {
    color: #31367a;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #fc6a49;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px; }
    .item-audio__title:hover {
      background-color: #fc6a49;
      color: #ffffff; }
  .item-audio__arrow {
    float: right;
    position: absolute;
    top: 15px;
    right: 4px; }
  .item-audio__content {
    display: none;
    overflow: hidden;
    padding-top: 10px; }
  .item-audio.open .item-audio__title {
    background: #fc6a49;
    color: #ffffff; }
  .item-audio.open .item-audio__content {
    display: block; }
  .item-audio.open .item-audio__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.item-department {
  text-align: left;
  position: relative; }
  .item-department__title {
    color: #31367a;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #fc6a49;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px; }
    .item-department__title span {
      display: block;
      font-weight: 500; }
    .item-department__title:hover {
      background-color: #fc6a49;
      color: #ffffff; }
  .item-department__arrow {
    float: right;
    position: absolute;
    top: 25px;
    right: 4px; }
  .item-department__content {
    display: none;
    overflow: hidden;
    padding-top: 10px; }
    .item-department__content__block span {
      display: block;
      color: rgba(49, 54, 122, 0.5);
      font-style: italic; }
    .item-department__content.open .item-audio__title {
      background: #fc6a49;
      color: #ffffff; }
    .item-department__content.open .item-audio__content {
      display: block; }
    .item-department__content.open .item-audio__arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.item-block {
  display: block;
  text-decoration: none;
  margin-bottom: 60px;
  -webkit-transition: color 1s;
  transition: color 1s;
  border: 4px solid #31367a;
  position: relative;
  text-align: center; }
  .item-block__thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .item-block__thumbnail img {
      display: block;
      width: 100%;
      height: auto; }
    .item-block__thumbnail-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      -webkit-transition: all 1s;
      transition: all 1s;
      background: -webkit-gradient(linear, right top, left top, color-stop(0, #ea876d), to(rgba(49, 54, 122, 0)));
      background: linear-gradient(to left, #ea876d 0, rgba(49, 54, 122, 0) 100%);
      opacity: 1; }
  .item-block__infos {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 60px;
    z-index: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1; }
  .item-block h2 {
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0; }
    @media (max-width: 46.99em) {
      .item-block h2 {
        font-size: 20px; } }
  .item-block h3 {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700; }
  .item-block:hover .item-block__infos {
    opacity: 0; }
  .item-block:hover .item-block__thumbnail-overlay {
    opacity: 0; }

.form-soundtrack {
  text-align: center;
  margin-bottom: 100px; }

.form-input {
  border: 0;
  background-color: #3d4297;
  color: white;
  margin-bottom: 20px;
  width: 315px;
  height: 36px; }

.form-label {
  text-transform: uppercase;
  font-size: 20px;
  color: #fc6a49;
  font-family: "futura-pt", sans-serif;
  display: block;
  font-weight: 900;
  margin-bottom: 5px; }

.form-submit, .form-cancel {
  margin-top: 100px;
  margin: 5px;
  border-radius: 2px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #3d4297;
  border: 2px solid #3d4297; }
  .form-submit:hover, .form-cancel:hover {
    background-color: #3d4297;
    color: #ffffff; }

.form-connexion {
  margin-bottom: 100px; }

#soundtrack-list {
  display: none; }

.slider {
  position: relative; }
  .slider.loading {
    opacity: 0; }
  .slider .flex-control-nav {
    display: none; }
  .slider .flex-control-paging li a {
    background: grey; }
  .slider .flex-direction-nav a {
    width: 32px;
    height: 32px;
    margin-top: 230px;
    text-align: center;
    opacity: 1;
    color: #31367a; }
    .slider .flex-direction-nav a:before {
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-size: 32px;
      font-weight: normal;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f104";
      color: #31367a; }
    .slider .flex-direction-nav a.flex-next:before {
      content: "\f105"; }
  .slider:hover .flex-prev {
    opacity: .5; }
  .slider:hover .flex-next {
    opacity: .5; }

.cc-revoke,
.cc-window {
  font-family: inherit; }

.cc-btn {
  text-transform: uppercase; }

.slick-prev, .slick-next {
  font-size: 30px;
  line-height: 30px; }
