@font-face {
    font-family: 'Antartida-Bold';
    src: url(/build/prod/fonts/28FFBD_0_0.7cd2dda9.eot);
    src: url(/build/prod/fonts/28FFBD_0_0.7cd2dda9.eot?#iefix) format('embedded-opentype'),url(/build/prod/fonts/28FFBD_0_0.de307aca.woff) format('woff'),url(/build/prod/fonts/28FFBD_0_0.124e2829.ttf) format('truetype');
}
@font-face {
    font-family: 'Antartida-Light';
    src: url(/build/prod/fonts/28FFBD_1_0.26e478c6.eot);
    src: url(/build/prod/fonts/28FFBD_1_0.26e478c6.eot?#iefix) format('embedded-opentype'),url(/build/prod/fonts/28FFBD_1_0.49b659c5.woff) format('woff'),url(/build/prod/fonts/28FFBD_1_0.3ed4b9ce.ttf) format('truetype');
}
/*
@font-face {
    font-family: 'AlianzaSlab600';
    src: url('../fonts/alianza/2965A2_0_0.eot');
    src: url('../fonts/alianza/2965A2_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/alianza/2965A2_0_0.woff') format('woff'),url('../fonts/alianza/2965A2_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'Ursula';
    src: url('../fonts/ursula/Ursula.eot');
    src: url('../fonts/ursula/Ursula.eot?#iefix') format('embedded-opentype'),url('../fonts/ursula/Ursula.woff') format('woff'),url('../fonts/ursula/Ursula.ttf') format('truetype');
}
*/
/*!
 *  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(/build/prod/fonts/fontawesome-webfont.8b43027f.eot);
  src: url(/build/prod/fonts/fontawesome-webfont.8b43027f.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/build/prod/fonts/fontawesome-webfont.20fd1704.woff2) format('woff2'), url(/build/prod/fonts/fontawesome-webfont.f691f37e.woff) format('woff'), url(/build/prod/fonts/fontawesome-webfont.1e59d233.ttf) format('truetype'), url(/build/prod/images/fontawesome-webfont.c1e38fd9.svg#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}

@charset "UTF-8";@media print,screen and (min-width:40em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:0}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;-webkit-box-shadow:inset 0 1px 2px rgba(10,10,10,.1);box-shadow:inset 0 1px 2px rgba(10,10,10,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;line-height:1.5;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;width:1%;height:100%}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.4375rem;padding-top:0;padding-bottom:0;font-size:1rem}.input-group .input-group-button{display:table-cell}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28138, 138, 138%29\"></polygon></svg>")}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:rgb(249,236.1,234.1)}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#cc4b37}.form-error.is-visible{display:block}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h5,h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:40em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.9375rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a{line-height:inherit;color:#1779ba;text-decoration:none;cursor:pointer}a:focus,a:hover{color:rgb(19.78,104.06,159.96)}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#0a0a0a;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;color:#000!important;-webkit-print-color-adjust:economy;print-color-adjust:economy;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.row{max-width:75rem;margin-right:auto;margin-left:auto}.row::after,.row::before{display:table;content:" "}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:40em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:.625rem;padding-left:.625rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:.9375rem;padding-left:.9375rem}.column,.columns{float:left;width:100%;padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:40em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column,.column:last-child:not(:first-child),.columns{float:left;clear:none}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.3333333333%}.small-push-1{position:relative;left:8.3333333333%}.small-pull-1{position:relative;left:-8.3333333333%}.small-offset-0{margin-left:0}.small-2{width:16.6666666667%}.small-push-2{position:relative;left:16.6666666667%}.small-pull-2{position:relative;left:-16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.6666666667%}.small-4{width:33.3333333333%}.small-push-4{position:relative;left:33.3333333333%}.small-pull-4{position:relative;left:-33.3333333333%}.small-offset-3{margin-left:25%}.small-5{width:41.6666666667%}.small-push-5{position:relative;left:41.6666666667%}.small-pull-5{position:relative;left:-41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.6666666667%}.small-7{width:58.3333333333%}.small-push-7{position:relative;left:58.3333333333%}.small-pull-7{position:relative;left:-58.3333333333%}.small-offset-6{margin-left:50%}.small-8{width:66.6666666667%}.small-push-8{position:relative;left:66.6666666667%}.small-pull-8{position:relative;left:-66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.6666666667%}.small-10{width:83.3333333333%}.small-push-10{position:relative;left:83.3333333333%}.small-pull-10{position:relative;left:-83.3333333333%}.small-offset-9{margin-left:75%}.small-11{width:91.6666666667%}.small-push-11{position:relative;left:91.6666666667%}.small-pull-11{position:relative;left:-91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.3333333333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.6666666667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.2857142857%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}.small-centered{margin-left:auto;margin-right:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-pull-0,.small-push-0,.small-uncentered{position:static;margin-right:0;margin-left:0}.small-pull-0,.small-pull-0:last-child:not(:first-child),.small-push-0,.small-push-0:last-child:not(:first-child),.small-uncentered,.small-uncentered:last-child:not(:first-child){float:left;clear:none}.small-pull-0:last-child:not(:first-child),.small-push-0:last-child:not(:first-child),.small-uncentered:last-child:not(:first-child){float:right}@media print,screen and (min-width:40em){.medium-1{width:8.3333333333%}.medium-push-1{position:relative;left:8.3333333333%}.medium-pull-1{position:relative;left:-8.3333333333%}.medium-offset-0{margin-left:0}.medium-2{width:16.6666666667%}.medium-push-2{position:relative;left:16.6666666667%}.medium-pull-2{position:relative;left:-16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{width:33.3333333333%}.medium-push-4{position:relative;left:33.3333333333%}.medium-pull-4{position:relative;left:-33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6666666667%}.medium-push-5{position:relative;left:41.6666666667%}.medium-pull-5{position:relative;left:-41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{width:58.3333333333%}.medium-push-7{position:relative;left:58.3333333333%}.medium-pull-7{position:relative;left:-58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6666666667%}.medium-push-8{position:relative;left:66.6666666667%}.medium-pull-8{position:relative;left:-66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{width:83.3333333333%}.medium-push-10{position:relative;left:83.3333333333%}.medium-pull-10{position:relative;left:-83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6666666667%}.medium-push-11{position:relative;left:91.6666666667%}.medium-pull-11{position:relative;left:-91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.3333333333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.6666666667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.2857142857%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.medium-centered{margin-left:auto;margin-right:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;margin-right:0;margin-left:0}.medium-pull-0,.medium-pull-0:last-child:not(:first-child),.medium-push-0,.medium-push-0:last-child:not(:first-child),.medium-uncentered,.medium-uncentered:last-child:not(:first-child){float:left;clear:none}.medium-pull-0:last-child:not(:first-child),.medium-push-0:last-child:not(:first-child),.medium-uncentered:last-child:not(:first-child){float:right}}@media print,screen and (min-width:64em){.large-1{width:8.3333333333%}.large-push-1{position:relative;left:8.3333333333%}.large-pull-1{position:relative;left:-8.3333333333%}.large-offset-0{margin-left:0}.large-2{width:16.6666666667%}.large-push-2{position:relative;left:16.6666666667%}.large-pull-2{position:relative;left:-16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.6666666667%}.large-4{width:33.3333333333%}.large-push-4{position:relative;left:33.3333333333%}.large-pull-4{position:relative;left:-33.3333333333%}.large-offset-3{margin-left:25%}.large-5{width:41.6666666667%}.large-push-5{position:relative;left:41.6666666667%}.large-pull-5{position:relative;left:-41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.6666666667%}.large-7{width:58.3333333333%}.large-push-7{position:relative;left:58.3333333333%}.large-pull-7{position:relative;left:-58.3333333333%}.large-offset-6{margin-left:50%}.large-8{width:66.6666666667%}.large-push-8{position:relative;left:66.6666666667%}.large-pull-8{position:relative;left:-66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.6666666667%}.large-10{width:83.3333333333%}.large-push-10{position:relative;left:83.3333333333%}.large-pull-10{position:relative;left:-83.3333333333%}.large-offset-9{margin-left:75%}.large-11{width:91.6666666667%}.large-push-11{position:relative;left:91.6666666667%}.large-pull-11{position:relative;left:-91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.3333333333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.6666666667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.2857142857%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.large-centered{margin-left:auto;margin-right:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-pull-0,.large-push-0,.large-uncentered{position:static;margin-right:0;margin-left:0}.large-pull-0,.large-pull-0:last-child:not(:first-child),.large-push-0,.large-push-0:last-child:not(:first-child),.large-uncentered,.large-uncentered:last-child:not(:first-child){float:left;clear:none}.large-pull-0:last-child:not(:first-child),.large-push-0:last-child:not(:first-child),.large-uncentered:last-child:not(:first-child){float:right}}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;border:1px solid transparent;border-radius:0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;padding:.85em 1em}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button:focus,.button:hover{background-color:rgb(19.55,102.85,158.1);color:#fefefe}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#1779ba;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:rgb(18.4,96.8,148.8);color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#767676;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:rgb(94.4,94.4,94.4);color:#fefefe}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:rgb(204,139.2,0);color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#fefefe}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow:focus,.button.hollow:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{border-color:transparent;background-color:transparent}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#1779ba}.button.clear:focus,.button.clear:hover{color:rgb(11.5,60.5,93)}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#1779ba}.button.clear.primary:focus,.button.clear.primary:hover{color:rgb(11.5,60.5,93)}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:rgb(127.5,87,0)}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:rgb(103.187250996,36.6314741036,26.312749004)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear::after,.button.dropdown.hollow::after{border-top-color:#1779ba}.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after{border-top-color:#1779ba}.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}.button-group{margin-bottom:1rem;font-size:0}.button-group::after,.button-group::before{display:table;content:" "}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded{margin-right:-1px}.button-group.expanded::after,.button-group.expanded::before{display:none}.button-group.expanded .button:first-child:last-child{width:calc(100% - 1px)}.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.3333333333% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.6666666667% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button.disabled:focus,.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled],.button-group.primary .button[disabled]:focus,.button-group.primary .button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:rgb(18.4,96.8,148.8);color:#fefefe}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button.disabled:focus,.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled],.button-group.secondary .button[disabled]:focus,.button-group.secondary .button[disabled]:hover{background-color:#767676;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:rgb(94.4,94.4,94.4);color:#fefefe}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button.disabled:focus,.button-group.success .button.disabled:hover,.button-group.success .button[disabled],.button-group.success .button[disabled]:focus,.button-group.success .button[disabled]:hover{background-color:#3adb76;color:#0a0a0a}.button-group.success .button:focus,.button-group.success .button:hover{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#0a0a0a}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button.disabled:focus,.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled],.button-group.warning .button[disabled]:focus,.button-group.warning .button[disabled]:hover{background-color:#ffae00;color:#0a0a0a}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:rgb(204,139.2,0);color:#0a0a0a}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button.disabled:focus,.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled],.button-group.alert .button[disabled]:focus,.button-group.alert .button[disabled]:hover{background-color:#cc4b37;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#fefefe}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button:focus,.button-group.hollow .button:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{background-color:transparent}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button:focus,.button-group.hollow .button:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary[disabled]:focus,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow.primary .button[disabled]:hover{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button.primary:focus,.button-group.hollow .button.primary:hover,.button-group.hollow.primary .button:focus,.button-group.hollow.primary .button:hover{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary[disabled]:focus,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow.secondary .button[disabled]:hover{border:1px solid #767676;color:#767676}.button-group.hollow .button.secondary:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success[disabled]:focus,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button[disabled]:focus,.button-group.hollow.success .button[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button-group.hollow .button.success:focus,.button-group.hollow .button.success:hover,.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning[disabled]:focus,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow.warning .button[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button-group.hollow .button.warning:focus,.button-group.hollow .button.warning:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert[disabled]:focus,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow.alert .button[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button-group.hollow .button.alert:focus,.button-group.hollow .button.alert:hover,.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button:focus,.button-group.clear .button:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{border-color:transparent;background-color:transparent}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{color:#1779ba}.button-group.clear .button:focus,.button-group.clear .button:hover{color:rgb(11.5,60.5,93)}.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary[disabled]:focus,.button-group.clear .button.primary[disabled]:hover,.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button[disabled]:focus,.button-group.clear.primary .button[disabled]:hover{color:#1779ba}.button-group.clear .button.primary:focus,.button-group.clear .button.primary:hover,.button-group.clear.primary .button:focus,.button-group.clear.primary .button:hover{color:rgb(11.5,60.5,93)}.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary[disabled]:focus,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button[disabled]:focus,.button-group.clear.secondary .button[disabled]:hover{color:#767676}.button-group.clear .button.secondary:focus,.button-group.clear .button.secondary:hover,.button-group.clear.secondary .button:focus,.button-group.clear.secondary .button:hover{color:#3b3b3b}.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled],.button-group.clear .button.success[disabled]:focus,.button-group.clear .button.success[disabled]:hover,.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled],.button-group.clear.success .button[disabled]:focus,.button-group.clear.success .button[disabled]:hover{color:#3adb76}.button-group.clear .button.success:focus,.button-group.clear .button.success:hover,.button-group.clear.success .button:focus,.button-group.clear.success .button:hover{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning[disabled]:focus,.button-group.clear .button.warning[disabled]:hover,.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button[disabled]:focus,.button-group.clear.warning .button[disabled]:hover{color:#ffae00}.button-group.clear .button.warning:focus,.button-group.clear .button.warning:hover,.button-group.clear.warning .button:focus,.button-group.clear.warning .button:hover{color:rgb(127.5,87,0)}.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert[disabled]:focus,.button-group.clear .button.alert[disabled]:hover,.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button[disabled]:focus,.button-group.clear.alert .button[disabled]:hover{color:#cc4b37}.button-group.clear .button.alert:focus,.button-group.clear .button.alert:hover,.button-group.clear.alert .button:focus,.button-group.clear.alert .button:hover{color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:transparent}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{width:100%}.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded,.button-group.stacked-for-small.expanded,.button-group.stacked.expanded{margin-right:-1px}.button-group.stacked-for-medium.expanded::after,.button-group.stacked-for-medium.expanded::before,.button-group.stacked-for-small.expanded::after,.button-group.stacked-for-small.expanded::before,.button-group.stacked.expanded::after,.button-group.stacked.expanded::before{display:none}.button-group.stacked-for-medium.expanded .button:first-child:last-child,.button-group.stacked-for-small.expanded .button:first-child:last-child,.button-group.stacked.expanded .button:first-child:last-child{width:calc(100% - 1px)}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(2),.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(3),.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.3333333333% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(4),.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(5),.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(6),.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.6666666667% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}@media print,screen and (min-width:40em){.button-group.stacked-for-small .button{width:auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{width:auto;margin-bottom:0}}@media print,screen and (max-width:39.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width:63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.close-button{position:absolute;z-index:10;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1779ba;color:#fefefe}.label.primary{background:#1779ba;color:#fefefe}.label.secondary{background:#767676;color:#fefefe}.label.success{background:#3adb76;color:#0a0a0a}.label.warning{background:#ffae00;color:#0a0a0a}.label.alert{background:#cc4b37;color:#fefefe}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#1779ba}.progress.secondary .progress-meter{background-color:#767676}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#1779ba}.progress-meter-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider-handle{left:0;z-index:1;cursor:-webkit-grab;cursor:grab;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#1779ba;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:rgb(19.55,102.85,158.1)}.slider-handle.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear;cursor:-webkit-grabbing;cursor:grabbing}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scale(1,-1);transform:scale(1,-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.switch{position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fefefe;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:2rem}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-radius:0;background:#fefefe;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#1779ba}input:checked~.switch-paddle::after{left:2.25rem}input:focus-visible~.switch-paddle{background:rgb(181.8,181.8,181.8)}input:focus-visible~.switch-paddle::after{background:#fefefe}input:checked:focus-visible~.switch-paddle{background:rgb(19.55,102.85,158.1)}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid rgb(241.3,241.3,241.3);background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:700}thead{background:rgb(247.65,247.65,247.65);color:#0a0a0a}tfoot{background:rgb(241.3,241.3,241.3);color:#0a0a0a}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:rgb(241.3,241.3,241.3)}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid rgb(241.3,241.3,241.3);background-color:#fefefe}@media print,screen and (max-width:63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:rgb(242.55,242.55,242.55)}table.hover tfoot tr:hover{background-color:rgb(236.2,236.2,236.2)}table.hover tbody tr:hover{background-color:rgb(248.9,248.9,248.9)}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:rgb(236.15,236.15,236.15)}.table-scroll{overflow-x:auto}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#1779ba;color:#fefefe}.badge.primary{background:#1779ba;color:#fefefe}.badge.secondary{background:#767676;color:#fefefe}.badge.success{background:#3adb76;color:#0a0a0a}.badge.warning{background:#ffae00;color:#0a0a0a}.badge.alert{background:#cc4b37;color:#fefefe}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::after,.breadcrumbs::before{display:table;content:" "}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#0a0a0a;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#1779ba}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.callout{background-color:rgb(254.85,254.85,254.85);color:#0a0a0a;position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:rgb(214.8186602871,235.9894736842,250.0313397129);color:#0a0a0a}.callout.secondary{background-color:rgb(234.45,234.45,234.45);color:#0a0a0a}.callout.success{background-color:rgb(225.45,249.6,234.45);color:#0a0a0a}.callout.warning{background-color:rgb(255,242.85,216.75);color:#0a0a0a}.callout.alert{background-color:rgb(247.35,228,225);color:#0a0a0a}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{margin-bottom:1rem;border:1px solid #e6e6e6;border-radius:0;background:#fefefe;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;color:#0a0a0a}.card>:last-child{margin-bottom:0}.card-divider{padding:1rem;background:#e6e6e6}.card-divider>:last-child{margin-bottom:0}.card-section{padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.pagination{margin-left:0;margin-bottom:1rem}.pagination::after,.pagination::before{display:table;content:" "}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#0a0a0a}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#1779ba;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{padding:.1875rem .625rem;content:"…";color:#0a0a0a}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:"«"}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:"»"}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #8a8a8a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#0a0a0a;font-size:80%;color:#fefefe}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-top-width:0;border-color:transparent transparent #0a0a0a;bottom:100%}.tooltip.bottom.align-center::before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-bottom-width:0;border-color:#0a0a0a transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-right-width:0;border-color:transparent transparent transparent #0a0a0a;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-left-width:0;border-color:transparent #0a0a0a transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0}.accordion-item:last-child>:last-child{border-radius:0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:.75rem;line-height:1;color:#1779ba}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title::before{content:"–"}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:#0a0a0a}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.media-object{display:block;margin-bottom:1rem}.media-object img{max-width:none}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print,screen and (max-width:39.99875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;display:block}.stack-for-small .media-object-section img{width:100%}}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}.orbit{position:relative}.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%;position:absolute}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(10,10,10,.5);color:#fefefe}.orbit-next,.orbit-previous{z-index:10;padding:1rem;color:#fefefe;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(10,10,10,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button:hover{background-color:#8a8a8a}.orbit-bullets button.is-active{background-color:#8a8a8a}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs::after,.tabs::before{display:table;content:" "}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:0 0}.tabs.primary{background:#1779ba}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:rgb(21.85,114.95,176.7)}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#1779ba}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fefefe;color:rgb(19.78,104.06,159.96)}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#1779ba}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:#0a0a0a;-webkit-transition:all .5s ease;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(10,10,10,.2);box-shadow:0 0 0 1px rgba(10,10,10,.2);line-height:0}a.thumbnail{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{-webkit-box-shadow:0 0 6px 1px rgba(23,121,186,.5);box-shadow:0 0 6px 1px rgba(23,121,186,.5)}a.thumbnail image{-webkit-box-shadow:none;box-shadow:none}.menu{padding:0;margin:0;list-style:none;position:relative}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu li,.menu.horizontal li{display:inline-block}.menu.vertical li{display:block}.menu.expanded{display:table;width:100%}.menu.expanded>li{display:table-cell;vertical-align:middle}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:40em){.menu.medium-horizontal li{display:inline-block}.menu.medium-vertical li{display:block}.menu.medium-expanded{display:table;width:100%}.menu.medium-expanded>li{display:table-cell;vertical-align:middle}.menu.medium-simple{display:table;width:100%}.menu.medium-simple>li{display:table-cell;vertical-align:middle}}@media print,screen and (min-width:64em){.menu.large-horizontal li{display:inline-block}.menu.large-vertical li{display:block}.menu.large-expanded{display:table;width:100%}.menu.large-expanded>li{display:table-cell;vertical-align:middle}.menu.large-simple{display:table;width:100%}.menu.large-simple>li{display:table-cell;vertical-align:middle}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons i,.menu.icons img,.menu.icons svg{vertical-align:middle}.menu.icons i+span,.menu.icons img+span,.menu.icons svg+span{vertical-align:middle}.menu.icon-bottom i,.menu.icon-bottom img,.menu.icon-bottom svg,.menu.icon-left i,.menu.icon-left img,.menu.icon-left svg,.menu.icon-right i,.menu.icon-right img,.menu.icon-right svg,.menu.icon-top i,.menu.icon-top img,.menu.icon-top svg{vertical-align:middle}.menu.icon-bottom i+span,.menu.icon-bottom img+span,.menu.icon-bottom svg+span,.menu.icon-left i+span,.menu.icon-left img+span,.menu.icon-left svg+span,.menu.icon-right i+span,.menu.icon-right img+span,.menu.icon-right svg+span,.menu.icon-top i+span,.menu.icon-top img+span,.menu.icon-top svg+span{vertical-align:middle}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg,.menu.nested.icon-left li a i,.menu.nested.icon-left li a img,.menu.nested.icon-left li a svg{margin-right:.25rem;display:inline-block}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg,.menu.nested.icon-right li a i,.menu.nested.icon-right li a img,.menu.nested.icon-right li a svg{margin-left:.25rem;display:inline-block}.menu.icon-top li a,.menu.nested.icon-top li a{text-align:center}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg,.menu.nested.icon-top li a i,.menu.nested.icon-top li a img,.menu.nested.icon-top li a svg{display:block;margin:0 auto .25rem}.menu.icon-bottom li a,.menu.nested.icon-bottom li a{text-align:center}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg,.menu.nested.icon-bottom li a i,.menu.nested.icon-bottom li a img,.menu.nested.icon-bottom li a svg{display:block;margin:.25rem auto 0}.menu .is-active>a{background:#1779ba;color:#fefefe}.menu .active>a{background:#1779ba;color:#fefefe}.menu.align-left{text-align:left}.menu.align-right{text-align:right}.menu.align-right .submenu li{text-align:left}.menu.align-right.vertical .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center{text-align:center}.menu.align-center .submenu li{text-align:left}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu{text-align:center}.menu-centered>.menu .submenu li{text-align:left}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;-webkit-box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:""}.menu-icon:hover::after{background:#cacaca;-webkit-box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#0a0a0a;-webkit-box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:""}.menu-icon.dark:hover::after{background:#8a8a8a;-webkit-box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.accordion-menu li{width:100%}.accordion-menu a{padding:.7rem 1rem}.accordion-menu .is-accordion-submenu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{right:1rem;left:auto}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;width:40px;height:40px;cursor:pointer}.submenu-toggle::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]::after{-webkit-transform:scaleY(-1);transform:scaleY(-1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.submenu-toggle-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{-webkit-transition:height .5s;transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fefefe}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba;position:absolute;top:50%;margin-top:-6px;right:1rem}.drilldown.align-left .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba;right:1rem;left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;right:auto;left:1rem}.drilldown .js-drilldown-back>a::before{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba transparent transparent;right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:0 0;color:#1779ba}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba}@media print,screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:transparent #1779ba transparent transparent;right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:transparent transparent transparent #1779ba}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;background:rgba(254,254,254,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:fixed}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px rgba(10,10,10,.7);box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.off-canvas-absolute{z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6;position:absolute}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px rgba(10,10,10,.7);box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas-absolute.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:250px;-webkit-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left{-webkit-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-left.has-transition-push{-webkit-transform:translateX(250px);transform:translateX(250px)}.position-left.is-transition-push{-webkit-box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25);box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:250px;-webkit-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right{-webkit-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-right.has-transition-push{-webkit-transform:translateX(-250px);transform:translateX(-250px)}.position-right.is-transition-push{-webkit-box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25);box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;height:250px;-webkit-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top{-webkit-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-top.has-transition-push{-webkit-transform:translateY(250px);transform:translateY(250px)}.position-top.is-transition-push{-webkit-box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25);box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;height:250px;-webkit-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom{-webkit-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content.is-open-bottom.has-transition-push{-webkit-transform:translateY(-250px);transform:translateY(-250px)}.position-bottom.is-transition-push{-webkit-box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25);box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25)}.off-canvas-content{-webkit-transform:none;transform:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.off-canvas-content.has-transition-push{-webkit-transform:translate(0,0);transform:translate(0,0)}.off-canvas-content .off-canvas.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{-webkit-transform:none;transform:none;z-index:12;-webkit-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{-webkit-transform:none;transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;-webkit-transition:none;transition:none}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(10,10,10,.45);overflow-y:auto;-webkit-overflow-scrolling:touch}.reveal{position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.reveal{width:600px;max-width:75rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:40em){.reveal.tiny{width:30%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.small{width:50%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width:39.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.sticky-container{position:relative}.sticky{position:relative;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.title-bar{padding:.5rem;background:#0a0a0a;color:#fefefe}.title-bar::after,.title-bar::before{display:table;content:" "}.title-bar::after{clear:both}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left{float:left}.title-bar-right{float:right;text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:700}.top-bar{padding:.5rem}.top-bar::after,.top-bar::before{display:table;content:" "}.top-bar::after{clear:both}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{width:100%}@media print,screen and (min-width:40em){.top-bar .top-bar-left,.top-bar .top-bar-right{width:auto}}@media print,screen and (max-width:63.99875em){.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{width:100%}}@media print,screen and (max-width:74.99875em){.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{width:100%}}.top-bar-title{display:inline-block;float:left;padding:.5rem 1rem .5rem 0}.top-bar-title .menu-icon{bottom:2px}.top-bar-left{float:left}.top-bar-right{float:right}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:" "}.clearfix::after{clear:both}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:40em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}

@font-face{font-family:lg;src:url(/build/prod/fonts/lg.a53dcc5e.ttf) format("truetype"),url(/build/prod/fonts/lg.0add5958.woff) format("woff"),url(/build/prod/images/lg.adb7aeef.svg#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/build/prod/images/vimeo-play.6b92efbd.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/build/prod/images/vimeo-play.6b92efbd.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/build/prod/images/video-play.539c47b6.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/build/prod/images/youtube-play.50359884.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/build/prod/images/youtube-play.50359884.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/build/prod/images/loading.fcba57cd.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 20px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
  line-height: normal;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  padding: 0 20px 0 0;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  left: auto;
  right: 0;
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline-offset: 0.125rem;
    outline-style: solid;
    outline-width: 0.125rem;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen video {
    height: 100vh !important;
    left: 50% !important;
    object-fit: contain;
    position: fixed !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    width: 100vw !important;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

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

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: transparent;
    border: 0;
}

.mejs__overlay:hover .mejs__overlay-button svg {
    opacity: 1;
}

.mejs__overlay-button svg {
    opacity: 0.75;
}

.mejs__overlay-button:focus svg {
    opacity: 1;
}

.mejs__overlay-button,
.mejs__overlay-button svg {
    height: 5rem;
    width: 5rem;
}

.mejs__overlay-loading,
.mejs__overlay-loading svg {
    height: 5rem;
    width: 5rem;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    display: block;
    height: 5rem;
    width: 5rem;
    z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 0.625rem;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 0.625rem;
    height: 2.5rem;
    line-height: 0.625rem;
    margin: 0;
    width: 2rem;
}

.mejs__button > button {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 1.125rem;
    line-height: 0;
    margin: 0.625rem 0.375rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1.125rem;
}

.mejs__button svg {
    fill: currentColor;
    height: 1.125rem;
    width: 1.125rem;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 0.125rem #fff;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Play (Play / Pause / Replay) */
.mejs__playpause-button svg {
    display: none;
}

.mejs__play svg.mejs__icon-play {
    display: block;
}

.mejs__pause svg.mejs__icon-pause {
    display: block;
}

.mejs__replay svg.mejs__icon-replay {
    display: block;
}
/* End: Play (Play / Pause / Replay) */

/* Start: Fullscreen (Fullscreen / Unfullscreen) */
.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
    display: none;
}
.mejs__fullscreen svg.mejs__icon-fullscreen {
    display: block;
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
    display: none;
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
    display: block;
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
    display: none;
}
/* End: Fullscreen (Fullscreen / Unfullscreen) */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: bold;
    height: 1.5rem;
    overflow: hidden;
    padding: 1rem 0.375rem 0;
    text-align: center;
    width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2.5rem;
    margin: 0 0.625rem;
    padding-top: 0.625rem;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 0.125rem;
    cursor: pointer;
    display: block;
    height: 0.625rem;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 0.3125rem 0 0;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 0.9375rem 0.9375rem;
    width: 100%;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1.875rem 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1.875rem 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 0.25rem solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 0.25rem solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 0.625rem;
    left: -0.4375rem;
    top: -0.25rem;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 0.625rem;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 1.0625rem;
    margin-bottom: 0.5625rem;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.25rem;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 0.125rem;
    text-align: center;
    width: 1.875rem;
}

.mejs__time-float-corner {
    border: solid 0.3125rem #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -1.4375rem;
    width: 4rem;
}

.mejs__long-video .mejs__time-float-current {
    width: 3.75rem;
}

.mejs__broadcast {
    color: #fff;
    height: 0.625rem;
    position: absolute;
    top: 0.9375rem;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Mute/Volume */
.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 7.1875rem;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.5625rem;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 0.25rem 0.25rem;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    border: 0.06rem solid #fff;
    height: 6.25rem;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0.5rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.125rem;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    border-radius: 1px;
    cursor: ns-resize;
    height: 0.375rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1rem;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 2.25rem;
    position: relative;
    vertical-align: middle;
    width: 3.5rem;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border: 0.06rem solid #fff;
    border-radius: 0.125rem;
    font-size: 1px;
    height: 0.5rem;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1rem;
    width: 3.125rem;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.125rem;
    border-right: 0.06rem solid #fff;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

.mejs__mute svg,
.mejs__unmute svg {
    stroke: currentColor;
}

.mejs__volume-button svg {
    display: none;
}

.mejs__mute .mejs__icon-mute {
    display: block;
}

.mejs__unmute .mejs__icon-unmute {
    display: block;
}
/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__chapters-button svg,
.mejs__captions-button svg {
    padding-top: 0.125rem;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -2.6875rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 5.375rem;
}

/* reduced opacity if captions button is in toggle mode and deactivated */
.mejs__captions-button-toggle {
    opacity: 0.7;
}
/* normal opacity if captions button is in toggle mode and activated */
.mejs__captions-button-toggle-on {
    opacity: 1;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -3.4375rem;
    width: 6.875rem;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 0.375rem;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -62.5rem;
    margin: 0.1875rem 0.1875rem 0 0.3125rem;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 0.625rem;
    line-height: 0.9375rem;
    padding: 0.25rem 0.625rem 0;
    width: 100%;
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,
.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
    text-decoration: underline;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
    font-weight: bold;
}

.mejs__captions-translations {
    font-size: 0.625rem;
    margin: 0 0 0.3125rem;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    left: 0;
    line-height: 1.25rem;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 1.25rem;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 0.9375rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 2.1875rem;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 0.3125rem 0 0 rgba(20, 20, 20, 0.5), -0.3125rem 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 0.9375rem;
    width: 100%;
}
/* End: Error */

@font-face{
    font-family: 'FiraSans-Light';
    src: url(/build/prod/fonts/FiraSans-Light.0a74e606.eot);
    src: url(/build/prod/fonts/FiraSans-Light.0a74e606.eot) format('embedded-opentype'),
         url(/build/prod/fonts/FiraSans-Light.4e01567d.woff2) format('woff2'),
         url(/build/prod/fonts/FiraSans-Light.8f5b6180.woff) format('woff'),
         url(/build/prod/fonts/FiraSans-Light.211f8c78.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'FiraSans-Regular';
    src: url(/build/prod/fonts/FiraSans-Regular.67d5d4dc.eot);
    src: url(/build/prod/fonts/FiraSans-Regular.67d5d4dc.eot) format('embedded-opentype'),
         url(/build/prod/fonts/FiraSans-Regular.34239e5e.woff2) format('woff2'),
         url(/build/prod/fonts/FiraSans-Regular.4521f697.woff) format('woff'),
         url(/build/prod/fonts/FiraSans-Regular.5107932f.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'FiraSans-Medium';
    src: url(/build/prod/fonts/FiraSans-Medium.b3fd57a5.eot);
    src: url(/build/prod/fonts/FiraSans-Medium.b3fd57a5.eot) format('embedded-opentype'),
         url(/build/prod/fonts/FiraSans-Medium.83de5844.woff2) format('woff2'),
         url(/build/prod/fonts/FiraSans-Medium.3b258763.woff) format('woff'),
         url(/build/prod/fonts/FiraSans-Medium.46e414be.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*
@font-face{
    font-family: 'FiraSans-SemiBold';
    src: url('~mozilla-fira-pack/Fira/eot/FiraSans-SemiBold.eot');
    src: url('~mozilla-fira-pack/Fira/eot/FiraSans-SemiBold.eot') format('embedded-opentype'),
         url('~mozilla-fira-pack/Fira/woff2/FiraSans-SemiBold.woff2') format('woff2'),
         url('~mozilla-fira-pack/Fira/woff/FiraSans-SemiBold.woff') format('woff'),
         url('~mozilla-fira-pack/Fira/ttf/FiraSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/
@font-face{
    font-family: 'FiraSans-Bold';
    src: url(/build/prod/fonts/FiraSans-Bold.d7f7afe4.eot);
    src: url(/build/prod/fonts/FiraSans-Bold.d7f7afe4.eot) format('embedded-opentype'),
         url(/build/prod/fonts/FiraSans-Bold.cf14acb4.woff2) format('woff2'),
         url(/build/prod/fonts/FiraSans-Bold.35501059.woff) format('woff'),
         url(/build/prod/fonts/FiraSans-Bold.278c279f.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

/**
    Prevent FOUC (Flash of Unstyled Content) with Top Bar.
    Comes from: @see http://foundation.zurb.com/sites/docs/responsive-navigation.html#preventing-fouc
 */
@media only screen and (max-width: 767px) {
    .top-bar {
      display: none;
    }
}
@media only screen and (min-width: 767px) {
    .title-bar {
      display: none;
    }

}

.left {
    float: left;
}
.right {
    float: right;
}

input::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder {
    color: #777;
}
input::-ms-placeholder {
    color: #777;
}
input::placeholder {
    color: #777;
}

.button-group .button {
    font-size: initial;
}

.row.map-window {
    padding-left: 150px;
    min-width: 400px;
}
.row.map-window .thumb {
    width: 150px;
    margin-left: -150px;
    float: left;
}
.row.map-window .thumb img {
    max-width: 100%;
}
.row.map-window .info {
    float: left;
    padding: 0 10px;
}
.row.map-window .address a {
    font-family: 'AlianzaSlab600', Arial;
    font-size: 20px;
    color:#21ac5a;
}
.row.map-window .row.zip {
    padding: 3px 0;
}
.row.map-window .row.price {
    padding: 5px 0;
    font-weight: bold;
}
.row.map-window .row.status {
    padding: 5px 0 0 0;
    color:green;
}
.row.map-window .row.status.sold_under_reserve {
    color:red;
}
.row.map-window .row.status.sold {
    color:red;
}

.smart-icon {
    font-family: FontAwesome, Arial;
}

div#xDialog {
    position: relative;
    z-index:1;
}

div#xDialog .close-button {
    z-index:10;
}

@media screen and (max-width: 39.9375em) {
    .row.map-window {
        min-width: auto;
    }

    .row.map-window {
        padding-left: 100px;
    }
    .row.map-window .thumb {
        width: 100px;
        margin-left: -100px;
    }
    .row.map-window .address a {
        font-family: arial;
        font-size:14px;
        font-weight: bold;
    }
    .row.map-window .row.zip {
        padding: 2px 0;
    }
    .row.map-window .row.price {
        padding: 6px 0 0 0;
    }
    .row.map-window .row.status {
        display: none;
    }
}
div.form {
    display: block;
    position: relative;
}

div.form .form-header {
    margin: 15px 0 0 0;
}

.row.form-container {
    background:#fff;
    padding: 0 25px;
}
.row.form-element .key {
    color: #666666;
    font-size: 13px;
    font-family: 'FiraSans-Regular';
    height: auto;
    line-height: 140%;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.row.form-element .value {
    margin-bottom:10px;
}
.row.form-element label {
    font-weight:normal;
    display:inline-block;
    padding-left:5px;
    font-size: 13px;
}
[type="checkbox"] + label,
[type="radio"] + label {
    margin-left: 0;
    margin-right: 0;
}

.form .row.form-element.row-header {
    color:#333;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}
.form .row.form-element.row-header .key {
    color:#000;
}
/*
.form .row.form-element.row-static {
    padding:6px 0;
    color:#333;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}
 */
.form .row.form-element.row-static .value {
    font-size: 13px;
    margin-bottom:0;
    padding: 6px 0;
}
.row.form-submit {
    border-top: 1px solid #dcdcdc;
    padding: 25px 0 0 0;
    margin: 15px 0 25px 0;
}

.form-submit .row.submit-group {
    padding-bottom:10px;
    list-style-type: none;
    margin:0;
}
.form-submit .row.submit-group .button,
.form-submit .row.submit-group button {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.row .row.group {
    padding: 0 10px;
}
.group-form-element {
    display: flex;
    align-items: center;
    padding:0;
    margin:0;
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
}

.required {
    color:red;
    font-size:90%;
}
div.hide-required .required {
    display:none;
}
.form .row.error-msg {
    display: none;
}
.form .error .row.error-msg {
    display: block;
    background:#d7190a;
    padding:10px;
    color:#fff;
    margin:0;
    border-radius: 0;
    font-size:13px;
}

.form .error .form-element {
    border:1px solid #d7190a;
}
.form .error .group .form-element {
    border:0;
}
.form .error .group .input,
.form .error input,
.form .error textarea,
.form .error select {
    border:0;
}
.form .error .group .input {
    margin-bottom:0;
}
.form .error .checkbox {
    padding: 10px;
    background-color: rgba(198, 15, 19, 0.1);
}
.form .help {
    color:#999;
    font-size:13px;
    color:#666;
    padding: 10px;
    line-height:150%;
    border: 1px solid #dcdcdc;
    border-top:0;
}
.form .error .help {
    border:0;
}
.form .error fieldset {
    border:1px solid #D7190A;
}
.form .error fieldset legend {
    color:#D7190A;
}
.form .error .help {
    border:1px solid #D7190A;
}
.form .error .group.help {
    margin-bottom:0;
}
.form-section {
    margin:0;
}
.row.section-head {
    font-family: 'AlianzaSlab600',Arial;
    font-size: 18px;
    margin-bottom:10px!important;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}
.row.section-head a {
    font-family:Arial;
}
.row.form-section {
    margin: 0 0 15px 0;
}
.row.inline-footer,
.row.form-footer {
    line-height: 2;
    color:#333;
}
h2.section-open {
    font-size: 20px;
    margin:5px 0 25px 0;
    padding:20px 0;
    color:#555;
    border-bottom: 1px solid #D9D9D9;
}
h2.section-open .large {
    font-size: 28px;
    vertical-align: top;
}

.form-element.checkbox {
    white-space: nowrap;
    overflow: hidden;
}

/** Form elements */
blockquote {
    border-left: 3px solid #CCCCCC;
    font: 14px/22px normal helvetica,sans-serif;
    padding-left: 15px;
}
fieldset {
    border: 1px solid #dcdcdc;
    border-radius: 3px 3px 0 0;
    padding: 6px;
}
.form .row.form-element.fieldset {
    padding: 6px 0 16px 0;
    border:0;
}
fieldset ul.group {
    list-style-type: none;
    column-count:4;
    column-gap: 0;
    width: 100%;
    margin: 5px 3px;
}
fieldset ul.group li {
    margin: 0;
    padding: 6px 0;
}
fieldset legend,
.fieldset legend {
    background: none;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 0;

    color: #444;
    display: block;
    font-family: inherit;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    line-height: 140%;
    height: auto;
    width: 100%;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0;
}
select {
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.5rem;
    outline: 0!important;
}
select.date {
    max-width: 80px;
    margin-right: 5px;
}
textarea {
    height:150px;
    font-size:13px;
}
textarea.short {
    height:65px;
}
textarea.xl {
    height:250px;
}
textarea.medium {
    height:75px;
}
textarea.large {
    height:110px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea
{
    margin:0;
}
select, option {
   outline: 0;
}
/** end form element markup */


/** Begin file upload label workaround */
.form .row.form-element label.file {
    padding:0;
    display: block;
}
.form .row.form-element .upload-element {
    display: block;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    transition: all 0.15s linear 0s;
    position: relative;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    text-align: left;
}
.form .row.form-element .upload-element:active {
    background: #fafafa none repeat scroll 0 0;
    border-color: #b3b3b3;
}
.form .row.form-element.error .upload-element {
    border: 0;
}

.form .row.form-element .button-element {
    display: inline-block;
    background: #dcdcdc;
    padding: 10px 40px;
    position: absolute;
    right: 0;
    top:0;
}
.form .row.form-element label.file input {
    display: none;
}
/** End file upload label workaround */

/** select2 markup */
.select2-container {
    font-size: 14px;
}
.select2-container li {
    font-size: 14px;
}
.select2-results__option {
    padding:8px;
}
.select2.select2-container {
    width: 100%!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0;
    height: auto;
    line-height: 140%;
    padding: 10px;
}
.error .select2-container--default .select2-selection--single {
    border:0;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 140%;
}
.select2-dropdown {
    border: 1px solid #dcdcdc;
    font-size: 13px;
}
.select2-search.select2-search--dropdown {
    padding: 6px;
    width: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
}


/** start OLD select2 markup */
/*
div.select2-container {
    width: 100%;
    margin:0;
    padding: 0;
    border:none;
    background:none;
}
div.select2-container.select2-container-multi.select2  {
    height:auto;
}
div.select2-container.select2-container-multi.select2 .select2-choices {
}
div.select2-drop {
    border-color:#fff #eaeaea #f1f1f1 #eaeaea;
    box-shadow:none;
}
div.select2-drop.select2-drop-above {
    box-shadow:none;
}
input.select2-input {
    border-style:solid;
    border-width:1px;
    border-color:#d7d7d7 #eaeaea #f1f1f1 #eaeaea;
}
.select2-choices,
.select2-container a.select2-choice {
    padding:0;
    margin:0;
    height:auto;
    border:1px solid #d7d7d7;
    border-radius: 0;

}
ul.select2-choices li.select2-search-field {
    display:inline-block;
}
ul.select2-choices input.select2-input {
    display:block;
    width:100%;

    height:25px;
    width:50px;
}
div.form ul.select2-choices li.select2-search-choice div {
    font-size:12px;
}
div.form .select2-container a.select2-choice span {
    padding: 10px;
    line-height:140%;
}
.select2-results .select2-result-label {
    padding: 8px;
}
.select2-container .select2-choice {
    border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
    padding:0;
    margin:0;
    color:#000;
    width:35px;
    border-radius: 0;
}
.select2-container .select2-choice .select2-arrow b {
    background: url("/js/jquery/select2/3.5.2/select2.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
div.select2-drop {
    border: 1px solid #ccc;
    border-top:0;
}
.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #3875d7;
    color: #fff;
}
*/
/** end select2 markup */

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@media only screen and (max-width: 767px) {

    .button, input.button, a.button, input.button[type="submit"], input.medium.button[type="submit"] {
        margin:0;
    }

    .row.form-submit {
        padding: 25px 0;
    }

    .mobile-buttons .form-submit .submit-group .button,
    form.mobile-buttons .form-submit .row.submit-group .button {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .form-section h2 {
        margin:0 0 15px 0;
        padding:15px 0;
    }

    .form .group-form-element {
        padding: 8px 0;
    }
    .form .help {
        font-size: 12px;
    }
    .form .group-form-element label {
        font-size: 13px;
    }
    .form .error .group-form-element {
        padding-left: 10px;
    }

    .row.form-submit {
        margin-top:5px;
    }

    .form .row.form-element .button-element {
        padding: 8px 10px;
    }
    .row.form-footer {
        padding-top: 25px;
    }
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
    margin:0;
}
.inputGroup label:before {
  width: 100%;
  height: 10px;
  content: '';
  background-color: #5562eb;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z%27 fill=%27%23fff%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.reveal .form {
    padding: 0 10px;
}
.reveal .row.form-submit {
    margin:0;
}

.reveal h2.section-open {
    padding: 0 0 25px 0;
}

/** START - Signature markup */
#saveSignature canvas {
    position: relative;
    margin: 0;
    border: 1px solid #3a87ad;
}
#saveSignature {
    display: block;
}
/** END - Signature markup */

@media only screen and (min-width: 767px) {

    /** PC markup */
    .form .row.form-element {
        overflow: hidden;
        padding: 6px 0 6px 250px;
    }
    .form .row.form-element.no-padding,
    .form .row.form-element.no-padding .group-form-element {
        padding-bottom:0;
    }

    .form .row.form-element.no-padding .group-form-element {
        padding: 6px 0 0 0;
    }
    .form .row.form-element.no-padding.error .group-form-element {
        padding: 6px;
    }
    .form .form-section .row.form-element:first-of-type {
        padding-top:0;
    }
    .form .form-section .row.form-element:last-of-type {
        padding-bottom:0;
    }
    .form .row.form-element .key {
        display: block;
        float: left;
        width: 250px;
        margin-left: -250px;
    }
    .form .row.form-element .value {
        display: block;
    }
}
@media only screen and (max-width: 766px) {
    fieldset ul.group {
        column-count:2!important;
    }
    fieldset ul.group li {
        padding: 2px 0;
    }

}

/* :root { */
/*      color-scheme: light only; */
/* } */
body, html {
    font-size:100%;
    color:#333333;
}
html {
    min-height:100%;
    position: relative;
}
body {
    font-family: Arial, Verdana, Helvetica;
    font-family: 'FiraSans-Light', Arial;
    background:#d3eede;
    font-size: 14px;
}

body.noscroll {
    overflow: hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ul, ol, p {
    font-size:inherit;
}
h1, h2, h3, h4, h5, h6 {
    color: #21ac5a;
    padding:0;
    text-align:left;
    font-family: 'FiraSans-Medium', Arial;
    margin: 0.5em 0;
}
h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 0.5em;
}
h2 {
    font-size: 1.7em;
    font-weight: normal;
}
h3 {
    font-size: 1.3em;
    font-weight: normal;
    color:#666666;
}
h4, h5, h6 {
    font-size: 1.05em;
}
h6 {
    font-weight: normal;
}
.row {
    width:auto;
    padding:0;
    margin:0;
}
.row .row {
    margin: 0;
}
.column, .columns {
    padding:0;
}
/*
.row.title {
    background:#fff;
}
*/
.row.title h1 {
    font-size:36px;
    margin:0;
}
.row.title h1.main {
    color:#21ac5a;
}
.row.title h1.sub {
    color:#b5d60d;
}
p, ul, ol, address {
    margin-bottom: 1em;
}
p.last {
    margin-bottom:0;
}
ul, ol {
    margin-left: 2em;
}
button {
    outline: 0;
}
a, a:focus,
.fake-link,
.link-color {
    color: #0079a1;
    outline: 0;
    cursor: pointer;
}
a:hover,
.link-color:hover {
    color: #212121;
    text-decoration: none;
}
a.visited {
    color: #CCCCCC;
}
*:focus {
    outline:none;
}
/* Remove Gray Highlight When Tapping Links in Mobile Safari */
button, label, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* START - Callout box markup */
div.callout {
    font-size: 14px;
    color:#999;
    border:1px solid #dcdcdc;
    line-height: 180%;
}
div.callout:not(.no-icon)::before {
    font-family: FontAwesome;
    font-size: 26px;
    content: "\f27a";
    float: left;
    padding-right: 15px;
    border-right: 1px solid #f0f0f0;
    color:#999;
}
.text-top {
    vertical-align: top;
}
div.callout span.message {
    display: block;
    margin-left: 55px;
}
div.callout.secondary {
    border:1px solid #dcdcdc;
    background: transparent;
}
div.callout.notice:before {
    color:#fa781e;
}
div.callout.secondary:before {
    color:#fa781e;
    border-right: 1px solid #dcdcdc;
}
div.callout.primary:before {
    color:#1779ba;
    border-right: 1px solid #d7d7d7;
}
div.callout.alert:before {
    color:#fff;
    border-right: 1px solid #fff;
}
div.callout.notice {
    color: #333;
}
div.callout.success {
    background: #d3eede;
    border: 1px solid #bcd5c7;
    color: #333;
}
div.callout.success:before {
    color:#789384;
    border-right: 1px solid #bcd5c7;
}
div.callout.alert {
    color:#fff;
    background-color: #d7190a;
}
div.callout.warning {
    background-color: #ffd587;
    color:#7e3333;
}
div.callout.warning:before {
    color:#7e3333;
    border-right: 1px solid #cfad6e;
}
div.callout p {
    margin-top:15px;
    line-height: 160%;
}

div.asterisk .prefixed {
    display: inline-block;
    margin-left: 15px;
    color:#000;
    font-size: 13px;
}
div.asterisk::before {
    position: absolute;
    content: "*";
    line-height: 1.9rem;
    color: #000!important;
    border-right: none!important;
}

/* END - Callout box markup */

.row form .row .column, .row form .row .columns {
    padding: 0;
}

.clear {
    clear:both;
}
.error {
    color:#d7190a;
}
.success {
    color:green;
}
.block-grid.five-up {
    margin: 0;
}
hr {
    margin:15px 0;
}

.reveal-modal-bg {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
}

.reveal-modal {
    padding:25px 35px 10px 35px;
}
.reveal-modal .close-reveal-modal {
    right:0;
    top:0;
    margin:12px 7px;
}
.reveal-modal .close-reveal-modal:hover {
    color:black;
}

.reveal-modal a.close-reveal-modal.bottom {
    position: relative;
    font-size: 13px;
    text-shadow: none;
    color:#0079a1;
    font-weight: bold;
    display: block;
    text-align: right;
    line-height: 25px;
    margin-top: -10px;
}

.reveal-modal .row.content h1 {
    font-size: 25px;
    line-height: 1.2em;
}
.reveal-modal .cms h1.title {
    margin: 5px 0 20px 0;
}
.reveal-modal ul {
    margin:0 20px 15px 20px;
    padding:0;
}
.reveal-modal .row.cms, .reveal-modal .row.cms-block
{
    margin:0;
    padding:0;
}
.reveal-modal ul li {
    margin-bottom: 10px;
}

.reveal.product-reveal {
    padding: 0;
    border-radius: 8px;
}
.product-reveal span.close {
    float: right;
    font-size: 24px;
    font-weight:normal;
    line-height: 18px;
    color: #d7dadc;
    cursor: pointer;
    transition: all .1s linear;
    font-family: Arial;
}
.product-reveal section {
    border-radius: 8px 8px 0 0;
    padding: 30px;
    border-bottom: 1px solid #e4e6e7;
}
.product-reveal section h1 {
    margin:0;
    padding:0;
    color:#262727;
}
.product-reveal div.rmain {
    padding: 30px 30px 5px 30px;
    overflow: auto;
    max-height: 65vh;
    font-size: 16px;
}
.product-reveal div.rmain p {
    margin-bottom: 20px;
}
.product-reveal div.rmain p.afterpay {
    color:green;
    margin-bottom: 20px;
}



div.alert-box.secondary {
    background-color:#f2f2f2;
    border:1px solid #e9e9e9;
    font-size: 0.857em;
    color:#696762;
    margin:0;
}
.row.message-container {
    position: relative;
    width:100%;
    z-index:500;
}
.row.flash-message {
    padding:16px 0;
    background:#f0f0f0;
    color:#333;
    text-align:center;
}
.row.flash-message .msg-container::before {
    font-family: FontAwesome;
    content: "\f075";
    padding-right: 5px;
}
.row.flash-message.success {
    background:#d3eede;
    color:#333;
}
.row.flash-message.success .msg-container::before {
    color:#4f8d68;
    content: "\f00c";
}
.row.flash-message.notice {
    background:#fff7e7;
    color:#ffd262;
    color:#994122;
}
.row.flash-message.error {
    background:#d7190a;
    color:#fff;
}
.row.flash-message.error .msg-container::before {
    content: "\f071";
}
.no-display {
    display: none!important;
}

ul.icon-group {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.icon-group li {
    float: left;
    padding: 1px 6px;
}
.pointer:hover,
.link:hover {
    cursor: pointer;
}
ul.slick-dots button {
    border-radius: 0;
    box-shadow: none;
}
p.last {
    margin-bottom:0;
}


.non-selectable {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.color-negative,
.color-alert {
    color: red!important;
}
.color-positive {
    color: green!important;
}
.color-wait {
    color: orangered!important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

ol.text-list,
ol.text-list li {
    list-style-type: none;
    margin:0;
    padding:0;
}
ol.text-list li.head {
    font-weight: bold;
}
ol.text-list li {
    line-height: 100%;
    padding: 6px 0;
}


.row.contain,
.row .row.contain {
    max-width: 1014px;
    margin:0 auto;
}


/** Start Button markup MHVIZ */
.button-group .button {
    font-size: 13px;
}
.button, input.button, a.button, input.button[type="submit"], input.medium.button[type="submit"] {
    background-color: #fe842c;
    color: #fff;
    box-shadow: none;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    padding: 11px 45px;
    margin: 0;
    border-radius: 5px;
    border-radius: 0;
    /*
    border:1px solid #da5c00;
    */
    border:0;
    outline: 0;
}

input.button[type="submit"]:hover {
    background:#FF6600;
    outline: 0;
}
.button:hover, a.button:active {
    background:#FF6600;
    outline: 0;
}
.button:active,
.button:focus {
    background:#FF6600;
    outline: 0;
}
.button.secondary {
    color: #666;
    background-color: #e9e9e9;
    /*
    border: 1px solid #c3c3c3;
    */
}
.button.secondary:hover {
    background: #d0d0d0;
    color: #666;
}
.button.secondary:active,
.button.secondary:focus {
    /*
    box-shadow: 0 1px 0 0 #fff inset!important;
    */
}
.button.dropdown.transparent::after {
    border-color: #666 transparent transparent;
}
.button.text-right {
    text-align: right;
    padding: 9px 0;
}
.button.transparent:active,
.button.transparent {
    background:transparent;
    border:0;
    color:#666;
    font-weight:normal;
}
.button.transparent:active,
.button.transparent:hover {
    box-shadow:none;
    background:none;
    border:0;
}

.button.third,
.button.third:active,
.button.third:hover {
    background: none;
    border: 1px solid #dcdcdc;
    color: #999999;
    font-weight: normal;
}
.button.third:hover {
    border: 1px solid #dcdcdc;
}
.button.back::before {
    font-size:14px;
    font-family: FontAwesome;
    content: '\f104';
    margin-right: 5px;
}

.button.wide {
    width: 250px;
}
.button.small {
    font-size: 11px;
    padding: 4px 15px;
    line-height:160%;
}
.button.tiny {
    max-height:22px;
    line-height:22px;
    padding: 0 10px;
}
.button.medium,
input.button.medium {
    position: relative;
    padding: 12px 50px;
    font-size: 14px;
    font-weight: bold;
    border:0;
}
.button.large,
input.button.large {
    padding: 15px 50px;
    font-size: 15px;
    line-height: 15px;
    /*
    box-shadow: inset 0px 1px 1px 0px #ffb783;
    */
}
.button.full {
    width: 100%;
    display: block;
}
.button.sub {
    background: #eef7f2;
    color:#21ac5b;
    padding: 10px 20px;
}
.button.secondary.large {
    /*
    border: 1px solid #dcdcdc;
    box-shadow: inset 0px 1px 1px 0px #fff;
    */
}
.button.large:hover,
.button.large:active {
    box-shadow: none;
}

.button.interactive {
    padding: 8px 40px 8px 20px;
    line-height: 30px;
    font-weight: bold;

}
.button.interactive i {
    border-right: 1px solid #feb37f;
    padding: 0 20px 0 0;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
}

.input-group input.button {
    border-radius: 0;
}


/** End Button markup MHVIZ */


.menu-icon::after,
.menu-icon:hover::after {
    background: white;
    -webkit-box-shadow: 0 7px 0 white,0 14px 0 white;
    box-shadow: 0 7px 0 white,0 14px 0 white;
}
.top-bar ul li {
    text-align: center;
    padding: 0 35px 0 0;
    margin-right: 10px;
}

.onclick {
    cursor:pointer;
}

/** Start - Tooltips */
.has-tip {
    border:0;
}
.tooltip {
    color:#fff;
    font-size:14px;
    min-width:238px;
    max-width: 238px;
    line-height:170%;
    padding: 10px 14px;
    font-family: FiraSans-Regular;
}
.tooltip.auto-width {
    min-width:auto;
}
/** End - Tooltips */

/** Start - Table action box */

table ul.actions {
    list-style-type: none;
    padding:0;
    margin:0;
}
table ul.actions li {
    float: left;
}

/** End - table action box */

/** Start table markup */
table {
    margin-bottom: 25px;
}
table tbody,
table table tfoot,
table table thead {
    border: 0;
    background-color: transparent;
}
table tr td,
table tr th {
    padding: 15px 10px;
}
table tr td.last {
    padding-right: 1rem;
    text-align: right;
}
table tr {
    border-bottom: 1px solid #dcdcdc;
}
table thead tr {
    border-top: 1px solid #dcdcdc;
}
table tr.active {
    background:#f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
table td.icon {
    font-family: 'FontAwesome', Arial!important;
    font-size: 14px;
}
/** End table markup */
h2.table-title {
    text-align: center;
    margin: 10px 0;
    color:#666;
}

table.file-overview td.filename {
    overflow: hidden;
  max-width: 15ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.smart-icon {
    font-family: 'FontAwesome', Arial!important;
}


.no-large, .only-small {
    display: none;
}
.no-margin-top {
    margin-top:0!important;
}
.no-margin-bottom {
    margin-bottom:0!important;
}
.no-margin-top-bottom {
    margin-bottom:0!important;
    margin-top:0!important;
}
.no-margin {
    margin:0!important;
}

/* Fix blurry font in Chrome */
.off-canvas-content {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left;
}

/*
ul.accordion.help a.accordion-title {
}
ul.accordion.help a.accordion-title::before {
    position: relative;
    font-family: FontAwesome;
    font-size: 22px;
    content: "\f075";
    padding: 0 15px;

    border-right: 1px solid #f0f0f0;
    color:#999;
}
*/

/** BEGIN LightGallery markup */
.lg-backdrop {
    background: #fff;
    z-index: 4040;
}
.lg-outer {
    z-index: 5000;
}
.lg-toolbar {
    background: #21ac5a;
    /*
    box-shadow: inset 0 2px 5px 0 #0f7137;
    */
}
.lg-item {
    background:url(/build/prod/images/ajax-loader.8e92a266.gif) center center no-repeat!important;
}
.lg-toolbar .lg-icon,
#lg-counter {
    color:#fff;
}
.lg-outer .lg-pager {
    background-color: #000;
    z-index: 4000;
}
.lg-actions .lg-next, .lg-actions .lg-prev,
.lg-actions .lg-next, .lg-actions .lg-next {
    color:#fff;
    margin: -50px 0;
}
/** Disable scroll of body when gallery is open */
body.lg-on {
    height: 100%;
    overflow: hidden;
}
/*
.lg-outer .lg-thumb-outer { background-color:#222;}
*/
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    padding: 50px 0 100px 0;
}
.lg-outer .lg-thumb-outer {
    background: #f0f0f0;
}
.lg-outer .lg-toogle-thumb {
    background-color: #f0f0f0;
    color:#666;
}
.lg-outer .lg-toogle-thumb:hover {
    color:#333;
}
.lg-outer .lg-thumb-item,
.lg-outer .lg-thumb-item:hover {
    border: 3px solid #f0f0f0;
    border-radius: 0;
}
.lg-outer .lg-thumb-item.active {
    border: 3px solid #fff;
}
.open-gallery {
    cursor: pointer;
}
/* End - LightGallery */

img.fit {
    min-width: 100%;
    object-fit: cover; /*magic*/
}

.form .row.form-element .key {
    font-family: 'FiraSans-Regular';
    font-size:13px;
    color:#222;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cacaca;
}

.corner-ribbon.sticky {
    position: fixed;
}
.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon{
    width: 200px;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 16px;
    color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #e43;
    font-size: 12px;
}

.corner-ribbon.top-left{
  top: 15px;
  left: -74px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 5px;
  right: -80px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}
.corner-ribbon.mhviz{background: #f60; color:#fff;}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 90px;
    height: 90px;
    text-align: right;
}
.ribbon span {
    font-family: FiraSans-Regular;
    font-size: 10px;

    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 115px;
    display: block;
    background: #24ae5a;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 22px;
    right: -24px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #24ae5a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #24ae5a;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #24ae5a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #24ae5a;
}
/*
@see https://codepen.io/nxworld/pen/oLdoWb
 */
.ribbon span {
    background: #f48c00;
}
.ribbon span::before {
    border-left-color: #f48c00;
    border-top-color: #f48c00;
}
.ribbon span::after {
    border-right-color: #f48c00;
    border-top-color: #f48c00;
}
mark {
    background: none;
}
mark::before {
    content: open-quote;
}
mark::after {
    content: close-quote;
}


 /* The Modal (background) */
.c-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.c-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 2% auto;
    padding: 25px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* The Close Button */
.c-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.c-close:hover,
.c-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}


/** Mobile devices */
@media (max-width: 1024px) {

    .tooltip {
        font-size: 13px;
        min-width:240px;
        max-width: 240px;
        padding: 10px 14px;
        line-height: 160%;
    }

    body {
        /*
        font-family: 'FiraSans-Light';
        font-size:15px;
        */
        color:#111;
    }

    .icon-only-for-small a.button {
        font-size: 0;
    }
    .icon-only-for-small a.button .fa {
        font-size: 14px;
        display: inline;
    }

    a:hover {
        color: #0079a1;
    }

    h1.title {
        font-size: 30px;
    }
    .no-small {
        display: none!important;
    }
    .only-small, .no-large {
        display:block;
    }
    div.no-large,
    p.no-large,
    div.only-small {
        display:block;
    }


    div.callout span.message {
        display: inline;
        margin-left: 0;
    }
    div.callout::before {
        border:0!important;
        padding-right:7px!important;
        font-size: 24px!important;
    }
    
    div.callout.asterisk {
        padding: 1rem;
    }
    div.asterisk .prefixed {
        font-size: 12px;
    }
    div.asterisk::before {
        font-size: 16px!important;
    }

    /** Do not make buttons in tables 100% width */
    table .inline-buttons .button {
        display: initial;
        width:initial;
    }


    #flash-messages {
        border-bottom: 1px solid #eee;
    }

    /*
    .row.title { border-bottom: 1px solid #d7d7d7; }
    */
    .row.mobile-content {
        padding: 15px!important;
    }
    .row.mobile-content.narrow {
        padding: 5px!important;
    }
    .row.mobile-content.extra-padding-all {
        padding: 25px!important;
    }
    .row.mobile-content.extra-padding-top {
        padding-top: 25px!important;
    }
    .row.mobile-content.extra-padding-top-bottom {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
    }
    .row.mobile-content.extra-padding-bottom {
        padding-bottom: 25px!important;
    }
    .row.mobile-content.extra-padding-sides {
        padding: 15px 25px!important;
    }
    .row.mobile-content.no-padding-top {
        padding-top:0!important;
    }
    .row.mobile-content.no-padding-bottom {
        padding-bottom:0!important;
    }
    .row.mobile-content.no-padding-top-bottom {
        padding-top:0!important;
        padding-bottom:0!important;
    }
    .row.mobile-content.no-padding-sides {
        padding-left:0!important;
        padding-right:0!important;
    }

    .input-group input.button,
    .input-group input.button[type="submit"] {
        padding: .85em 1em;
    }

    .reveal-overlay {
        z-index: 5000;
    }
    .reveal .row.cms {
        padding-top: 0;
    }
    .reveal .row.cms h1.title {
        font-size: 30px;
        line-height: 35px;
    }
    .reveal.product-reveal {
        border-radius: 0;
    }
}

body.noscroll .row.mh-body {
    height: 100%;
    overflow: auto;
}
body.noscroll .row.content-container {
    position: relative;
}
/*
body.noscroll .row.content-container::after {
  content: " ";
  z-index: 5;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
    bottom:0;
  background: rgba(0, 0, 0, 0.5);
}
*/
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 5;
    left: 0;
    overflow-y: hidden;
    /*
    transition: 0.5s;
    height: 100%;
    */
}

#offCanvasUser {
    background-color: #21ac5a;
}
#offCanvasMain {
    background-color: #f0f0f0;
}
.overlay .menu {
    margin: 0;
}
.overlay .menu li.devider {
    height: 1px;
    border-bottom: 1px solid #60bf7f;
    margin: 6px auto;
    max-width: 250px;
}
#offCanvasMain .menu li.devider {
    border-bottom: 1px solid #dcdcdc;
}
#offCanvasUser .button.transparent {
    color:#eee;
}
.overlay .button.transparent:active {
    font-weight: bold;
}
.overlay .menu li a {
    font-family: 'FiraSans-Medium',Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 350%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
#offCanvasUser .menu li a {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.overlay .menu li.active a {
    background: transparent;
    color: #000;
}
.overlay .buttons {
    padding: 10px 25px;
}
.overlay .buttons .button {
    font-family: 'FiraSans-Medium',Arial;
    font-weight: normal;
    display: block;
    width: calc(100% - 40px);
    margin: 18px auto 0 auto;

    border-radius: 5px;
    padding: 16px 0;
    font-size: 15px;
}
.overlay .buttons .button.transparent {
    color:#333;
}
#offCanvasUser .buttons .button.transparent {
    color:#fff;
}

#offCanvasUser .menu li a {
    color: #fff;
}
#offCanvasMain .menu li a {
    color: #333;
}

/** Dropdown menu - Start */
.mhviz-mobile-header { display: none;}

.dropdown-pane {
    border-radius: 0;
    box-shadow: 1px 2px 2px #d7d7d7;
    border-left:1px solid #e7e7e7;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #e7e7e7;
    padding: 15px 25px;
    width:275px;
    z-index:100000;
}
.dropdown-pane .menu li.title,
.dropdown-pane .menu li a {
    color:#666;
    font-size: 13px;
    padding: 12px 0;
    line-height: 100%;
}
.dropdown-pane .menu li.button-container {
    padding: 10px 0 7px 0;
}
.dropdown-pane .menu li.title {
    font-weight: bold;
}
.dropdown-pane .menu li.active a {
    background: transparent;
    color: #000;
}
.dropdown-pane .menu li.devider {
    padding:0;
    font-size: 0;
    margin:5px 0;
    border-top: 1px solid #dcdcdc;
}
/** Dropdown menu - End */

/** @see https://stackoverflow.com/questions/38772442/css-transition-from-display-none-to-display-block-navigation-with-subnav/38772750 */
.row.dummy-top-bar {
    height: 52px;
}
.top-bar-bg {
    background: #12B259;
    box-shadow: 0px 2px 5px 0px #0f7137 inset;
}
.row.top-bar-container {
    width: 100%;
    position: relative;
    /* dev only */
    /*
    min-height: 400px;
    */
}
.desktop-menu ul.menu {
    position: static;
}
.subnav-footer {
    background: #dcdcdc;
    color:#000;
    width: 100%;
    padding: 0;

    line-height: 3em;
    /*
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    */
}
.subnav-footer a {
    color:#666;
}
.row.top-bar-container.open-off {
    border-bottom: 10px solid #999;
}
.subnav-bg {
    background:#f0f0f0;
    background: #fff;
    padding: 25px 0;

    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.header-main .bar-sub .nav-primary > li:hover .panel {
    transition: opacity 0.3s 0.2s cubic-bezier(0.23, 1, 0.32, 1),visibility 0s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    visibility: visible;
}

/*
.open-sub:hover + .subnav
*/
ul.primary > li.open-sub:hover .subnav {
    transition: opacity 0.3s 0.2s cubic-bezier(0.23, 1, 0.32, 1),visibility 0s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    visibility: visible;
}

/*
ul.primary > li.open-sub:hover:after {
    display: block;
    position:relative;
    width:100%;
    height:0;
    top:-14px;
    text-align:center;
    content :"\25B2";
    color:#fff;
    z-index: 201;
}
*/

.subnav {
    width: 100%;
    -webkit-box-shadow: 0 12px 15px -10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 12px 15px -10px rgba(0,0,0,0.6);
    box-shadow: 0 12px 15px -10px rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    left:0;
    right:0;
    z-index: 200;

    opacity: 0;
    visibility: hidden;
}
.subnav:hover {
    opacity: 1;
    visibility: visible;
}
.subnav ul {
    list-style-type: none;
    margin:0;
}
.subnav header {
    font-family: 'FiraSans-Medium',Verdana,sans-serif;
    display: block;
    font-size: 18px;
    color: #21ac5a;
    height: auto;
    padding: 0 10px 5px 20px;
}
.subnav ul li.main-nav-level2item {
    width: 25%;

    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    vertical-align: top;
    border-left: 1px solid #dcdcdc;

    min-height: 150px;
}
.subnav ul li.main-nav-level2item:first-child {
    border-left: 0;
}
.subnav ul li.main-nav-level3item {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 10px;
}
.subnav ul li.main-nav-level3item > a {
    display: inline-block;
    font-size: 14px;

    line-height: 30px;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;

    padding: 3px 10px;

    color:#444;
}
li.main-nav-level3item:hover>a{
    background:#666666;
    color:#fff!important;
    -webkit-transition:color 300ms ease 0s;
    -moz-transition:color 300ms ease 0s;
    -o-transition:color 300ms ease 0s;
    -ms-transition:color 300ms ease 0s;
    transition:color 300ms ease 0s
}

/** Start desktop-menu (top menu) */
ul.ul-menu,
ul.ul-menu > li {
    list-style-type: none;
    margin:0;
}
ul.ul-menu > li {
    float: left;
}
.row.desktop-menu > ul.primary > li,
.row.desktop-menu > ul.user > li {
    padding: 0 35px 0 0;
    margin-right: 10px;
}
.row.desktop-menu > ul.primary > li > a {
    text-align: center;
    display: inline-block;
    font-family: FiraSans-Medium;
    font-size: 16px;
    color: #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    padding: 0;
    line-height: 44px;
    position: relative;
}
.row.desktop-menu ul.primary > li.active > a {
    border-bottom: 4px solid #fff;
    background: transparent;
}
.row.desktop-menu ul.secondary li {
    padding:0;
    margin:0;
}
.row.desktop-menu ul.secondary li a {
    display: block;
    font-family: FiraSans-Light;
    font-size: 14px;
    border:0;
    text-align: left;
    padding: 12px 0;
    line-height: 100%;
}
.row.desktop-menu ul.secondary li a {
    color:#666;
}
.row.desktop-menu ul.secondary li.active a {
    color:#000;
}
.row.desktop-menu ul.primary li a.dropdown {
    margin:0;
    border:0;
}
.row.desktop-menu ul.primary li.dropdown-main {
    padding:0 25px 0 0;
    margin:0;
}
.row.desktop-menu ul.primary li a.dropdown .smart-icon {
    font-size: 14px;
    padding-left: 10px;
}
.row.desktop-menu ul.account li.top-level {
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
    float: left;
    padding:0 0 0 20px;
}
.row.desktop-menu ul.account li.top-level .button.transparent {
    font-family: 'FiraSans-Regular', Arial;
    font-size: 14px;
}

.row.desktop-menu ul.account li.top-level .button.custom {
    padding: 10px 25px;
    margin: 10px 0;
    border: none;
    line-height: 100%;
    background: #f4f4f4;
    color: #666;
}

.row.desktop-menu ul.account li.top-level .button.transparent {
    color:#fff;
    padding: 0 25px;
    line-height: 52px;
    height: 52px;
}
.row.desktop-menu ul.account li.top-level .button::after {
    border-color: #fff transparent transparent;
    top:45%;
}
.row.desktop-menu ul.account li.top-level i.disabled-temp {
    font-size: 12px;
}
.ul-menu .my-badge,
.menu .my-badge {
    display: inline-block;
    text-align: center;


    /*
    border: 2px solid #21ac5a;
     */
    border: none;

    width: 18px;
    height: 18px;
    line-height: 18px;

    padding:0;
    margin-right:4px;

    background: #fff;
    color:#21ac5a;

    -moz-border-radius: 50%; /* or 50% */
    border-radius: 50%; /* or 50% */

    font-family: Arial;
    font-size: 10px;
}


/** End desktop-menu */

.row.desktop-menu ul.menu.user {
    float: right;
}

/** START - Header steps, step 1, step 2, etc */
.row.steps {
    display: table;
    width: 100%;
}

.row.steps .step {
    padding:15px;
    text-align: center;
    border-top:1px solid #f3f3f3;
    border-right:1px solid #fff;
    background: #f0f0f0;
    display: table-cell;
}
.row.steps .step.active {
    /*
    width: initial!important;
    */
    background:#fff;

    -webkit-transform: scale(1.025,1.025);
    -moz-transform: scale(1.025,1.025);
    -ms-transform: scale(1.025,1.025);
    transform: scale(1.025,1.025);
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 12px 0 rgba(0,0,0,.4);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.4);
}
.row.steps span {
    display:block;
    color:#999;
    line-height: 160%;
}
.row.steps .step .name {
    font-family: 'FiraSans-Bold', Arial;
    font-size: 16px;
    color:#999999;
}
.row.steps .step.active .name {
    color:#21ac5a;
}
.row.steps .step .info {
    font-size:12px;
}
.row.steps .step.active span {
    color:#666;
}

.off-canvas-content {
    min-height: 100vh;
}

/** Begin submenu page header */
div#submenu {
    padding: 25px 0 0 0;
    background: #e5e5e5;
    background:#e9ebee;
}
div#submenu ul {
    list-style-type: none;
    margin:0;
}
div#submenu ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
div#submenu ul li a {
    display: block;
    padding:10px 30px;
    color:#666;
    color:#fff;
    font-size: 13px;
    line-height: 100%;
    background:#d6d3d3;
    background:#7b8c90;
}
div#submenu ul li a:hover {
    background:#627073;
}
div#submenu ul li.active a {
    background:#fff;
    color:#000;

    /*
    border: 1px solid #dddfe2;
    border-bottom:0;
    */
}
div#submenu ul li.active a:hover {
    text-decoration: none;
}
/** End submenu page header */

/** Begin form tabs */

.row.form-menu {
    padding: 15px 0 0 0;
}
ul.form-menu {
    list-style-type:none;
    margin:0;
    padding:0;
}
ul.form-menu li {
    float:left;
}
ul.form-menu li a {
    display:block;
    background: none;
    border: none;
    color: #666666;
    margin: 0;
    padding: 15px 25px;
}
ul.form-menu li.active a {
    background: #FFFFFF;
    color: #333;
    cursor: default;
}

/** End form tabs */

/** START Breadcrumbs */
.row.breadcrumbs {
    padding: 15px 0;
    line-height: 0;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}
.row.breadcrumbs ul.breadcrumbs {
    margin:0;
    float: left;
}
.row.breadcrumbs ul.breadcrumbs li span {
    font-size: 14px;
}
.row.breadcrumbs ul.breadcrumbs li:not(:last-child)::after {
    content: "";
    margin:0;
}
.row.breadcrumbs ul.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
}
.row.breadcrumbs ul.breadcrumbs li a,
.row.breadcrumbs ul.breadcrumbs li span {
    padding-left: 0;
    text-transform: none;
}
.row.breadcrumbs ul.breadcrumbs li {
    font-size: 14px;
    padding: 0;
    margin:0;
}
.row.breadcrumbs ul.breadcrumbs li a {
    color:#808080;
    padding:0;
    margin:0;
}
.row.breadcrumbs ul.breadcrumbs li.current a {
    cursor: default;
    color:#333;
}
.row.breadcrumbs ul.breadcrumbs > *:first-child::before {
    content: " ";
    margin: 0;
}
.row.breadcrumbs ul.breadcrumbs li::before {
    color: #aaa;
    content: "›";
    margin: 0 9px;
}

.row.breadcrumbs ul.extra-menu {
    list-style-type:none;
    float: right;
    margin:0;
}
.row.breadcrumbs ul.extra-menu a {
    color:#666;
    text-decoration: underline;
}
.row.breadcrumbs ul.extra-menu li a.no-markup {
    text-decoration: none;
}
.row.breadcrumbs ul.extra-menu li a.checkout {
    text-decoration: none;

}
.row.breadcrumbs ul.extra-menu li a.checkout i {
    font-weight: normal;
    font-size: 18px;
}
.row.breadcrumbs ul.extra-menu li {
    text-transform: none;
    font-size: 14px;
}
/** END Breadcrumbs */

/** Start Pager mini */
div.pager-mini {
    padding:0;
    margin:0;
}
div.pager-mini ul.pagination li a {
    padding: 12px 15px;
    line-height: 150%;
    border-radius: 0;
}
div.pager-mini ul.pagination li a:hover {
    color:#666;
}
div.pager-mini ul.pagination li.current a,
div.pager-mini ul.pagination li.current a:hover {
    background: transparent;
    color:#333;
}
div.pager-mini ul.pagination li.unavailable a {
    opacity: 0.45;
}
div.pager-mini ul.pagination li.current a {
    font-weight: normal;
    color:#000;
}
div.pager-mini ul {
    margin:0;
    padding:0;
    height:auto;
}
/** End Pager mini */

/** Start - Interaction button */

.row.interact {
    position: relative;
}

.interaction {
    padding: 10px 40px 10px 20px;
    line-height: 32px;
    font-size: 13px;
    font-family: FiraSans-Regular;
    display: block;
    width: 100%;
    background:#fff;
    box-shadow: 1px 2px 3px #dcdcdc;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    color:#666666;
    background: url(/build/prod/images/dropdown.112a7141.png) right 50% no-repeat;
    text-align: left;
}
.interaction i {
    border-right: 1px solid #dcdcdc;
    padding: 0 20px 0 0;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    font-size:18px;
}
.row.interact .interaction.hover {
    border-bottom:0;
    border-radius: 5px 5px 0 0;
}
.row.interact .dropdown-pane {
    padding: 15px 25px 15px 70px;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-top:0;
    background-color:#fff;
}
.row.interact .dropdown-pane ul.menu {

}
.row.interact .dropdown-pane ul.menu li a {
    color:#666;
}
/** End - Interaction button */




.off-canvas-wrapper {
    background:#d3eede;
}


/** END - Header steps */
.mhviz-mobile-title {
    background: #f0efed;
    padding: 10px;
}

.mhviz-mobile-title a {
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 100%;
    font-size: 18px;
}

.mhviz-mobile-header div.mhviz-logo {
    display: block;
    float: left;
    line-height: 56px;
    color: #333;
    background:url(/build/prod/images/logo-small.e15f8895.svg) 4px center no-repeat;
    background-size: 40px 40px;
    /*
    background: url(../../images/gui/logo/mobile-icon-50.png) left center no-repeat;
    background-size: 250px 50px;
    */
    font-family: 'FiraSans-Medium', Arial;
    font-size:16px;
    font-weight: normal;
    word-spacing: -1px;
    white-space: nowrap;
    padding: 0 0 0 53px;
    -webkit-text-size-adjust: 100%;/* stop ios zooming text  on orientation change */
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.mhviz-mobile-header .buttons {
    float: right;
    padding-right: 5px;
    position: relative;
}

.mhviz-mobile-header .mb-button {
    float: right;
    text-align: center;
    outline: none!important;
    font-size: 22px;
    color:#666;
    font-weight: normal;

    height: 50px;
    width: 40px;
    line-height: 55px;
}
.mhviz-mobile-sub-header {
    background: #21ac5a;
    text-align: left;
}



/** Start - Animated hamburger menu icon */
/** @see https://codepen.io/designcouch/pen/Atyop */
#main-nav-icon {
    display: inline-block;
    float: right;
    width: 20px;
    height: 22px;
    position: relative;
    margin: 17px 10px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
#main-nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#main-nav-icon span:nth-child(1) {
    top: 0px;
}
#main-nav-icon span:nth-child(2),#main-nav-icon span:nth-child(3) {
    top: 8px;
}
#main-nav-icon span:nth-child(4) {
    top: 16px;
}
#main-nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
#main-nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main-nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/** End - Animated hamburger menu icon */

/*
.mhviz-mobile-sub-header ul {
    width: 260px;
    margin: 0 auto;
}
.mhviz-mobile-sub-header ul li {
    width: 130px;
    float: left;
}
*/
.mhviz-mobile-sub-header ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 44px;
    padding:3px 15px 0 15px;
    border-bottom: 3px solid #21ac5a;
}
.mhviz-mobile-sub-header ul li.active > a {
    background: transparent;
    border-bottom: 3px solid #fff;
}

.mhviz-mobile-spacer {
    background: #f0efed;
    height: 20px;
}

.mhviz-mobile-spacer.homepage {
    display: none;
}

.mhviz-off-canvas {
    background:#fff;
    padding: 10px 20px;
}
.mhviz-off-canvas ul.menu li.devider {
    padding:0;
    line-height: 1px;
    font-size:1px;
    border-top:1px solid #cacaca;
    margin:5px 0;
}
.mhviz-off-canvas ul.menu li.spacer {
    height: 10px;
}
.mhviz-off-canvas ul.menu .menu-text,
.mhviz-off-canvas ul.menu a {
    padding:15px 0;
}

.mhviz-off-canvas ul.menu a {
    color:#666;
}
.mhviz-off-canvas ul.menu a.highlight {
    color:#000;
}
.mhviz-off-canvas ul.menu .active > a {
    background: transparent;
    color:#000;
}
.mhviz-off-canvas ul.menu .active > a:before {
    color:#000;
}

@media (max-width: 1024px) {

    .mhviz-mobile-header {
        display: inline-block;
        position: fixed;
        z-index:2000;
        top:0;
        width: 100%;
        padding: 2px 5px;
        background: #fff;
        line-height: unset;
        border-bottom: 1px solid #d7d7d7;
    }

    .row.content-container {
        background: #fff;
    }
    .row.steps .step {
        display: none;
        text-align: left;
        border:0;
        padding:5px 0;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 5px;
    }

    .row.steps .step.active {
        width: auto!important;
        display: block;
        box-shadow: none;
        border:0;
        margin: 0 5px;
    }

    .row.steps span {
        display: inline-block;
        padding:0;
        margin:0 4px 0 0;
        vertical-align: middle;
    }

    .row.steps .step .name {
        font-family: 'FiraSans-Medium', Arial;
        font-size: 24px;
    }

    .row.steps .step .info::before {
        content: " - ";
    }

    .row.steps .step .info {
        font-family: 'FiraSans-Regular', Arial;
        font-size: 22px;
    }

    ul.form-menu li a {
        padding:15px 10px;
    }
    .row.breadcrumbs {
        background: #f0efed;
        padding: 12px 15px;
    }
    .row.breadcrumbs ul.breadcrumbs li * {
        font-size: 12px;
    }
    .row.breadcrumbs ul.breadcrumbs li::before {
        content: '';
        margin:0;
    }
    .row.breadcrumbs ul.breadcrumbs li {
        display: none;
    }
    .row.breadcrumbs ul.breadcrumbs li.current {
        display: inline;
    }
    .row.breadcrumbs ul.breadcrumbs li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div#submenu ul li a {
        font-family: FiraSans-Regular;
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
        padding: 13px 20px;
    }
    div#submenu ul li {
        margin-right: 8px;
    }
}

.row.mh-body {
    max-width:100%;
}
.row.content-container {
    background: #fff;
}
.row.contain {
    max-width:980px;
    margin:0 auto;
}
div#header div.logo {
    /*background:url(../svg/logo-square.svg) left 5px no-repeat;*/
    background:url(/build/prod/images/logo-small.e15f8895.svg) left 3px no-repeat;
    background-size: 50px 50px;
    line-height:56px;
    padding-left:60px;
    margin:15px 5px;
    display:inline-block;
    font-family: 'FiraSans-Medium', Arial;
    font-size:20px;
    word-spacing:-2px;
    color:#333;
}
div#header .button-group {
    margin-top:25px;
}
div#content {
    margin-bottom:20px;
}

/** Start Footer */
div#footer {
    background:#d3eede;
    border-top: 1px solid #afc6b9;
    box-shadow: inset 0 11px 2px -10px #afc6b9;
    padding:30px 0;
}
div#footer ul,
div#footer ul li {
    margin:0;
    padding:0;
    list-style-type: none;
}
div#footer ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    color:#789384;
}
div#footer ul li a {
    color:#789384;
}
div#footer ul li.funda .info {
    display: block;
    width: 70px;
    height: 25px;
    background:url(/build/prod/images/funda.f1bee033.svg) right top no-repeat;
    background-size: 70px 24px;
}
div#footer ul li.facebook a:hover {
    color:#3b5998;
}
div#footer ul li.twitter a:hover {
    color:#1da1f2;
}
div#footer ul.social {
    float: right;
}
div#footer ul.social li {
    margin: 0 0 0 20px;
    font-size: 25px;
    line-height: 24px;
}
div#footer ul li {
    float: left;
}
/** End Footer */


/** Start - Content container with background */
.row.mobile-content {
    position:relative;
}
.row.section-bg {
    /* background-color:#e9ebee; */
    background-color:#E3E7EB;
}

.row.section-bg.padding-top-bottom {
    padding: 40px 0;
}
/*
.row.outline {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
*/
.row.cta-content {
    background:#fff;
    padding:25px 0;
}
/** End - Content container */
/*
.row.wizard-dialog {
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    box-shadow: 0 1px 1px 0 #d0d1d5;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 25px 35px 5px 35px;
    background:#fff;
    position: relative;
}
*/
.row.wizard-dialog {
    box-shadow: none;
    border-radius: 0;
    border:0;
    padding: 25px 35px;
    background:#fff;
    position: relative;
}
.row.wizard-dialog .content.text h1 {
    font-family: 'FiraSans-Regular', Arial;
    font-size:2.5em;
    padding:0;
    margin: 15px 0 25px 0;
}
.row.wizard-dialog .content.text h3 {
    font-family: 'FiraSans-Regular', Arial;
    color:#333;
    margin:0;
}
.row.wizard-dialog .content.text i.fa {
    font-size: 1em;
    color:#666;
}
.row.wizard-dialog .content.text p {
    line-height:180%;
    color:#000;
}
.row.wizard-dialog .content.text .social-buttons i.fa {
    color:#fff;
}


/** Start listing overview */
.row.card-col {
    margin-right: -10px;
    margin-left: -10px;
}
.row.card-col .column {
    padding-right: 10px;
    padding-left: 10px;
}
/** End listing overview */

/** Card box markup */
.card-box h2.top {
    /*
    color: #46b4e1;
    */
    margin: 15px 0;
}
.card-box .card-section {
    padding: 5px 0;
}
.card-box .card {
    margin:0;
    background: transparent;
    color: #0a0a0a;
    border:0;
}
.card-box .columns {
    padding-top:0;
}
.card-box div.thumb {
    border:0;
    box-shadow: none;
    line-height: 0;
}
.card-box div.thumb img {
    width: 100%;
}
.card-box div.card-section {
    color: #666;
    font-size: 14px;
    line-height: 160%;
    padding: 5px 0;
    position: relative;
}
.card-box .date-since {
    font-weight: bold;
    font-size: 13px;
}
.card-box .card-section .address,
.card-box .card-section .city,
.card-box .card-section a {
    font-weight: bold;
    color:#000;
}
.card-box .card-section span.status {
    color:#21ac5a;
    font-size: 13px;
    font-weight: bold;
}
.card-box .card-section div {
    padding: 0;
}
.row.title {
    padding: 25px 0;
}
.row.title h1 {
    font-size:36px;
    margin:0;
    line-height:initial;
}
.row.title.border-bottom {
    border-bottom: 1px solid #dcdcdc;
}
.row.main-column {
    padding: 25px 0;
}

.row.title h1.main {
    color: #b5d60d;
}
.row.title h1.sub {
    color: #212121;
}
.row.title h1.xl {
    font-size: 48px;
    margin: 2px 0;
}
div.no-photo {
    display:table-cell;
    height:90px;
    vertical-align: middle;
    color:grey;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
div.no-photo:before {
    content: "Geen foto's toegevoegd";
}

.row.social-buttons {
    margin: 20px 0;
}
.row.social-buttons a {
    width: auto;
    float: left;
    display: inline-block;
    line-height:30px;
    padding: 10px 15px;
    font-weight: bold;
    margin-right:5px;
    color:#fff;
}
.row.social-buttons a i.fa {
    font-size:25px;
    line-height:30px;
    font-weight: normal;
    vertical-align: middle;
    padding-right:5px;
}
.row.social-buttons a.facebook {
    background-color:#3d5a98;
}
.row.social-buttons a.twitter {
    background-color:#00aced;
}
.row.social-buttons a.pinterest {
    background-color:#cc2127;
}

@media screen and (max-width: 39.9375em) {

    body {
        padding-top:60px;
    }

    div#footer {
        padding: 15px;
    }
    div#footer * {
        line-height: 30px;
    }
    div#footer ul li {
        margin: 0 10px 0 0;
    }
    div#footer ul.social li {
        margin: 0 0 0 10px;
        font-size: 20px;
    }
    div#footer ul li.funda .info {
        width: 60px;
        height: 30px;
        background-size: 60px 20px;
        background-position: right center;
    }
    .card-box div.thumb {
        width: 100%;
    }

    .row.card-col {
        margin-right: 0;
        margin-left: 0;
    }
    .row.card-col .column {
        padding-left:0;
        padding-right:0;
    }

    .card-box .card {
        margin-bottom:15px;
    }
    .card-box div.card-section {

    }
    .card-box div.card-section * {
        line-height: 180%;
    }

    .card-box div.thumb img {
        max-height: none;
    }

    .card-box .columns {
        padding:0;
    }

    h2.mobile {
        padding-left: 10px;
    }


    .row.wizard-dialog .content.text h1 {
        font-size: 28px;
        margin: 15px 0;
    }

    .row.wizard-dialog .content.text p br {
        content: " ";
        display: none;
    }


    .reveal-modal.small {
        margin-left: -45%;
        width: 90%;
    }

    .row.form-box {
        padding: 0;
        margin: 0 15px;
        border-top:0;
    }

    .row.form-panel {
        background:#fff;
    }

    .form-panel .row.form-box {
        padding:0;
    }

    .row.form-box .col-left,
    .row.form-box .col-right {
        padding:0;
        border:0;
    }
    .row.main-content-wrapper {
        padding: 10px 15px;
    }

    .row.default h1,
    .row.title h1.sub {
        font-size: 28px;
        margin: 5px 0;
        color: #21ac5a;
    }

    .row.social-buttons a {
        display: block;
        width: 100%;
        margin-bottom:15px;
    }
    .row.social-buttons a:last-child {
        margin-bottom:0;
    }
}

.row.list-medium {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0 0 0 90px;
    /*
    position: relative;
    overflow: hidden;
    z-index: 10;
    */
}

.row.list-medium:hover {
    background:#f2f2f2;
    cursor:pointer;
}
.row.list-medium:hover * {
    color:#333!important;
}

div.list-medium div.photo,
div.list-medium div.content,
div.list-medium div.buttons {
    display: block;
}

/** start - Photo col markup */
div.list-medium div.photo {
    float: left;
    margin: 0 0 0 -90px;
    line-height: 0;
    border:1px solid #dcdcdc;
}
div.list-medium div.buttons {
    position: absolute;
    line-height: 0;
    right: 0;
    top:0;
    font-size: 1em;
    padding-right: 5px;
}
div.list-medium div.photo img {
    width: 90px;
    height: 60px;
}
div.list-medium div.photo div.no-photo::before {
    content: "Geen foto";
}

div.list-medium div.img-error,
div.list-medium div.photo .no-photo,
div.list-medium div.photo .icon {
    color: grey;
    display: block;
    background: #f0f0f0;
    line-height: 60px;
    height: 60px;
    width: 90px;
    font-size: 12px;
    text-align: center;
}
div.list-medium div.photo .icon {
    font-size: 2em;
}
/** end - Photo col markup */

/** Error handling for images */
div.img-error img {
    display: none;
}
div.list-medium div.img-error {
    color: red;
    font-family: FontAwesome;
    font-size: 24px;
}
div.list-medium div.img-error::before {
    content: "\f06a";
}

div.list-medium div.img-error,
div.list-medium div.photo .no-photo,
div.list-medium div.photo .icon {
    color: grey;
    display: block;
    background: #f0f0f0;
    line-height: 60px;
    height: 60px;
    width: 90px;
    font-size: 12px;
    text-align: center;
}

div.thumb.not-found {
    color: grey;
    display: block;
    background: #f0f0f0;
    width: 100%;

    max-width: 401px;
    max-height: 275px;
    font-size: 12px;
    text-align: center;
}



div.list-medium div.content {
    display: block;
    height: 61px;
    overflow: hidden;
    padding: 0 0 0 8px;
}
div.list-medium div.content div.head {
    color: #21ac5a;
    font-family: 'FiraSans-Regular';
    font-size: 16px;
    height: 22px;
    line-height: 35px;
}
div.list-medium div.content div.sub-head {
    color:#5f9410;
    line-height: 35px;
}
/** START - Form box markup */
.row.form-box {
    padding: 40px 0;
    border-top: 1px solid #dcdcdc;
    position: relative;
    background: #fff;
}
.row.form-box .col-left {
    padding:0 40px 0 0;
}
.row.form-box .col-right {
    padding:0 0 0 40px;
    border-left: 1px solid #dcdcdc;
}
.row.form-box h1.header {
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 0;
}
.row.form-box .row.content .callout.alert {
    margin: 15px 0 0 0;
}

.row.form-box ul.side-info,
.row.form-box ul.side-info li {
    margin:0;
    padding:0;
    list-style-type: none;
}
.row.form-box ul.side-info li,
.row.form-box p.side-info {
    padding:15px 0;
}
.row.form-box ul.side-info li.header {
    /*
    font-family:'Antartida-Bold';
    */
    font-family: 'FiraSans-Medium';
    font-size:18px;
    line-height:160%;
    border-bottom: 1px solid #dcdcdc;
}
.row.form-box ul.side-info li.list {
    border-bottom: 0;
    font-style: italic;
}
.row.form-box ul.side-info li .button {
    display: block;
    margin:0;
}
.row.form-box ul.side-info li.item {
    border-bottom: 1px solid #dcdcdc;
    line-height: 180%;
}
.row.form-box ul.side-info li.item.sub-last,
.row.form-box ul.side-info li:last-child {
    border-bottom:0;
}
.row.form-box ul.side-info li span.txt-left {

}
.row.form-box ul.side-info li span.txt-right {
    float: right;
}
.row.form-box ul.side-info li .pay-after {
    color:green;
}
.row.form-box ul.side-info li .pay-after:hover {
    cursor: pointer;
}
.row.form-box ul.side-info li span.strong {
    font-weight: bold;
    font-size: 110%;
}
.row.form-box ul.side-info li.item.photo {
    line-height: 0;
    padding: 20px 0;
}


/** Begin form-panel */
.row.form-panel {
    background:#f0f0f0;
    padding: 25px 0;
}
.form-panel .row.form-box {
    padding: 40px;
    border:0;
}
.row-layout .row.form-box {
    padding-top:15px;
}
/*
.row.form-panel .form-section h2 {
    margin:0 0 25px 0;
}
*/
/** End form-panel */

/** Mobile devices */
@media screen and (max-width: 39.9375em) {

    .form .row.form-element.no-padding .value {
        margin-bottom:0;
    }
    .form .row.form-element.no-padding .group-form-element {
        padding-bottom:0;
    }

    .row.form-panel {
        padding:0;
    }
    .row.form-box {
        padding: 15px!important;
        margin: 0;
    }
    .row.form-box .col-right {
        padding: 0;
        border: 0;
    }
    .row.form-box .col-left {
        padding:0;
    }
    .row.form-box p.side-info {
        padding:0;
    }
    .row.form-submit {
        margin:25px 0 0 0;
    }

    .row.form-container {
        padding:0 15px;
    }
}

/** Homepage markup */
.mod-home .illustration-top {
    background: url(/build/prod/images/home-top.17036f21.jpg) left -160px no-repeat;
    box-shadow: inset 0 15px 15px -15px #444;
    height: 410px;
    padding: 30px 0;
    position: relative;
}
.mod-home .illustration-top.europe {
    background: url(/build/prod/images/europe.b57e504c.jpg) left -65px no-repeat;
}
.mod-home .illustration-top.premium {
    background: url(/build/prod/images/premium-08.e31b2573.jpg) center bottom no-repeat;
    background-size: cover;
}
.mod-home .illustration-top.budget {
    background: url(/build/prod/images/budget-07.cb745156.jpg) center top no-repeat;
    background-size: cover;
}
.mod-home .illustration-top .sub-text {
    color:#fff;
    line-height: 2em;
    padding: 25px 0 0 0;
    font-size: 18px;
}
.mod-home .illustration-top h1 {
    margin:0;
    padding:0;
    font-family: 'FiraSans-Bold', Arial;
    font-size: 34px;
    line-height:50px;
    color: #ffffff;
}
.mod-home .illustration-top h1 span.sub {
    font-family: 'FiraSans-Medium', Arial;
}
.mod-home .illustration-top h1.no-max {
    max-width: none;
    font-size: 52px;
    line-height:1.2em;
}

.mod-home .fancy-text {
    background:#fff;
    border-radius: 25px;
    font-family: FiraSans-Bold;
    font-size: 34px;
    display: inline-block;
    padding: 10px 40px;
    color:#21ac5a;
    color:#555;
    margin: 25px 0 0 25px;
}
.mod-home .home-left {
    max-width: 450px;
}
.mod-home .home-left h1 span {
    display: block;
}
.mod-home ul.communicate,
.mod-home ul.communicate li {
    list-style-type: none;
    margin:0;
    padding:0;
}
.mod-home ul.communicate li {
    padding-top: 15px;
}
.mod-home .row.property-slider {
    padding: 25px 0;
    min-height: 250px;
}
.mod-home .orbit .card {
    border:0;
}
.mod-home .orbit .card-section {
    padding:0;
    color:#666666;
}
.mod-home .row.property-slider .thumb {
    position: relative;
}
.mod-home .row.property-slider .orbit-next,
.mod-home .row.property-slider .orbit-previous {
    font-size: 24px;
}
.mod-home .orbit .card-section .city {
    color:#212121;
    font-weight: bold;
}
.mod-home ul.communicate li a.more {
    font-family: Arial;
    font-weight: bold;
    color:#666;
    font-size: 13px;
}
.mod-home ul.communicate li a.more:hover {
    color:#333;
}
.mod-home .illustration-top.europe ul.communicate li a.more {
    color: #fff;
}

/** Start - Scoreboard */
.mod-home .scores {
    max-width: 400px;
    float: right;
    /*
    background:rgba(0,0,0,0.5);
    */
    padding: 15px 0;
}
.mod-home .scores p {
    font-family: Arial;
    color:#fff;
    line-height: 180%;
    text-align: right;
}
.mod-home ul.scoreboard {
    float: right;
}
.mod-home ul.scoreboard,
.mod-home ul.scoreboard li {
    list-style-type:none;
    margin:0;
    padding:0;
}
.mod-home ul.scoreboard li {
    display:table-cell;
    /*
    font-family: 'AlianzaSlab600';
     */
    font-family: 'FiraSans-Medium',Arial;
    font-size:50px;
    line-height:66px;
    vertical-align:middle;
    height:66px;
    text-align:center;
    color:#333;
}
.mod-home ul.scoreboard li.digit {
    width:48px;
    background:url(/build/prod/images/score.f36f25fd.png) left top no-repeat;
}
.mod-home ul.scoreboard li.decimal {
    color:#000;
}
/** End scoreboard */

/** Start savings section */
.mod-home .row.savings {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.mod-home .row.savings .info {
    padding: 20px 0;
}
.mod-home .row.savings h2 {
    color:#21ac5a;
    font-size:30px;
    margin:0 0 5px 0;
    padding:0;
    text-align: center;
}
.mod-home .row.savings h3 {
    color:#888;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    font-family: 'FiraSans-Medium', Arial;
    margin:0;
}
.mod-home .row p.plain {
    font-size: 18px;
    line-height: 2em;
    padding: 15px 100px;
    color:#666;
    font-family: FiraSans-Light;
}

.mod-home .row.savings .icon {
    min-height:150px;
    background-position: center center;
    background-repeat: no-repeat;
}
.mod-home .row.savings .icon.sold {
    background-image:url(/build/prod/images/sold.ff5f0a00.png);
}
.mod-home .row.savings .icon.save {
    background-image:url(/build/prod/images/savings.c7d4e32d.png);
}
/** End savings section */

/** Start calculator */
.mod-home .row.calculator {
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0;
}
.mod-home .row.calculator h2 {
    color:#21ac5a;
    font-size:32px;
    margin:0;
    padding:0;
}
.mod-home .row.calculator p {
    line-height: 165%;
    font-size: 18px;
    padding: 15px 0;
    color:#666;
}
.mod-home .row.calculator .text {
    padding-right: 35px;
}
.mod-home .row.calculator input.slider-output {
    -moz-appearance:textfield;
    float: left;
    width: 100px;
    text-align: right;
    border:0;
    background: #fff;
    color:#000;
    box-shadow: none;
    letter-spacing: 1px;
    font-size: 16px;
}
.mod-home .calculator .slider {
    margin: 22px 0 0 0;
}
.mod-home .row.calculator span.sliderNumber {
    font-variant-numeric: tabular-nums;
}
.mod-home .row.calculator .row.slide-box {
    margin: 10px 0;
}
.mod-home .slider-handle {
    background-color:#21ac5a;
}
.mod-home .slider-handle:hover {
    background-color:#21ac5a;
}
.mod-home .flex-container {
    display: flex;
    padding: 15px 0;
}
.mod-home .flex-container .col-flex {
    flex: 1;
}
.mod-home .calculator .button {
    display: block;
    width: 100%;
}
.mod-home .calculator .header h3 {
    margin:0;
}
.mod-home input.saving {
    background: green;
}
.mod-home .currencyinput {
    float: left;
    vertical-align: middle;
    border: .4rem solid #e6e6e6;
}
.mod-home .currencyinput .symbol {
    padding: 11px 5px 0 5px;
    display: inline-block;
    float: left;
}
/* End calculator */

/** Start text-blocks */
.mod-home .text-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 35px 0;
}
.mod-home .row.text-blocks {
    margin-left: -50px;
}
.mod-home .row.text-blocks .columns {
    padding: 0 50px;
}
.mod-home .row.text-blocks .columns.first-col {
    padding-right: 65px;
}
.mod-home .row.text-blocks .last-col {
    background: #e8f8ee;
    padding: 25px 0;
    margin:10px 0 0 0;
}

.mod-home .row.text-blocks .last-col ul {
    max-width: 275px;
    margin: 0 auto;
    margin-left: 45px;
}
.mod-home .row.text-blocks .last-col ul li.header {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mod-home .row.text-blocks .last-col ul li.header::before {
    display: none;
}
.mod-home .row.text-blocks .last-col ul li.header h2 {
    font-size: 32px;
}
.mod-home .row.text-blocks .last-col ul li {
}
.mod-home .row.text-blocks h2 {
    font-size:34px;
    margin:0 0 25px 0;
}
.mod-home .row.text-blocks .content {
    font-size: 16px;
    color:#555;
}
.mod-home .row.text-blocks .content p,
.mod-home .row.text-blocks .content li {
    line-height: 170%;
    font-size: 18px;
}
.mod-home .row.text-blocks ul {
    list-style-type: none;
    margin:0 0 15px 0;
}
.mod-home .row.text-blocks li {
    padding: 0 0 10px 35px;
    position: relative;
}

.mod-home .row.text-blocks li:before {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 24px;
    content: '\f00c';
    margin:0;
    color: #21ac5a;
}
/** End text-blocks */

/** Start Package page */
.mod-home .package-page {
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 30px 0;
    text-align: center;
}
.mod-home .package-page .package-compare {
    padding: 25px 0 0 0;
}
.mod-home .package-page .row.title {
    padding:0;
}
.mod-home table.package tr.header th.title-box {
    vertical-align: top;
}
.mod-home .package-page .title-box {
    text-align: left;
    font-family: 'FiraSans-Medium', Arial;
    color: #21ac5a;
    font-size: 32px;
    margin: 0;
    padding: 0;
}
.mod-home .package-page h2.subtitle {
    font-family: FiraSans-Regular;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    color: #666;
    margin: 0;
}
/** End packages */

/** Start housing-sites */
.mod-home .housing-sites {
    border-bottom: 1px solid #f0f0f0;
    padding: 40px 0;
    text-align: center;
}
.mod-home .housing-sites h2 {
    text-align: center;
    font-size: 24px;
}
.mod-home .housing-sites .buttons {
    text-align: center;
    padding: 25px 0 0 0;
}
/* End housing-sites */

/** Start search-container */
.mod-home .row.search-container {
    padding: 25px 0;
}
.mod-home .row.search-container h2 {
    font-size: 30px;
    margin: 25px 0;
}
/** End search-container */

/** Start property-viewer */
.mod-home .row.property-viewer {
    padding: 50px 0;
}
.mod-home .row.property-viewer h2 {
    font-size: 24px;
    margin:30px 0;
}
/** End property-viewer */

/** Start property-alert */
.mod-home .row.property-alert {
    background-color:#21ac5a;
    padding: 50px 0;
}
.mod-home .row.property-alert h2 {
    color:#fff;
    font-size:30px;
    text-align: center;
    margin: 10px 0;
}
.mod-home .row.property-alert h3 {
    color:#fff;
    font-size:20px;
    margin: 25px 0;
    text-align: center;
}
.mod-home .row.property-alert .callout {
    border:0;
    padding: 35px;
}
.mod-home .row.property-alert .callout h4 {
    font-size:24px;
    margin: 0;
}
.mod-home .row.property-alert .callout p {
    margin:10px 0 15px 0;
}
.mod-home .row.property-alert .callout button {
    color:#212121;
    font-weight: bold;
    font-size: 14px;
}
.mod-home .row.property-alert .callout button i {
    font-size: 24px;
    vertical-align: middle;
}
.mod-home .row.property-alert .callout .highlight {
    font-weight: bold;
}

.mod-home .row.property-alert .autocomplete-suggestions {
    box-shadow: none;
}
.mod-home .row.property-alert .error .autocomplete-suggestions {
    border:1px solid #d7190a;
    border-top:0;
}
.mod-home .row.property-alert input {
    font-family:Arial, FontAwesome;
    padding: 15px;
    background-color: #fff;
    box-shadow: none;
    border:0;
    border-radius: 5px;
}

.mod-home .row.property-alert input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
}
.mod-home .row.property-alert .field-container {
    margin:0 -15px;
}
.mod-home .row.property-alert .columns {
    padding: 15px;
}
.mod-home .row.property-alert .row.flex button {
    background:#fff;
    font-size: 30px;
    color:#212121;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    margin-left: -1px;
}
.mod-home .row.property-alert .row.flex {
    position:relative;
    display: flex;
    z-index:1;
}
.mod-home .row.property-alert .row.flex input {
    flex: 1;
    border-radius: 5px 0 0 5px;
}

.mod-home form.ajax-form .error-msg {
    display: none;
}

.mod-home form.ajax-form .error input,
.mod-home form.ajax-form .error button {
    border: 1px solid #d7190a;
}
.mod-home form.ajax-form .error button {
    border-left:0;
}
.mod-home .row.property-alert .error .row.flex input {
    border-right: 0;
}
.mod-home form.ajax-form .error .error-msg {
    display: block;
    position:relative;
    color:#fff;
    padding:10px 15px;
    background:#d7190a;
    color:#fff;
    margin-top:-4px;
    border-radius: 0 0 5px 5px;
    z-index:2;
}
.mod-home form.ajax-form .row.saved {
    background:#fff;
    text-align: center;
    padding: 15px;
    color: green;
    border-radius: 5px;
}
/** End property-alert */

@media (max-width: 1024px) {

    .row.padded-content {
        padding: 0 25px;
    }

    .row.mod-home .illustration-top {

        /*
        background:
        linear-gradient(
          rgba(33, 172, 90, 0.1),
          rgba(33, 172, 90, 0.4)
        ),
        url(../../images/gui/artwork/home-top-mobile.jpg) center bottom no-repeat;
        */

        background: #21ac59;
        background:
        linear-gradient(
          rgba(0, 0, 0, 0.02),
          rgba(0, 0, 0, 0.05)
        ),
        url(/build/prod/images/home-top-mobile.0db0f865.jpg) -50px bottom no-repeat;

        min-height: 0;
        padding: 25px;
    }

    .mod-home .psearch {
        border-bottom: 1px solid #f0f0f0;
        padding: 30px 0;
    }
    .mod-home .psearch p {
        line-height: 165%;
        font-size: 18px;
        padding: 15px 0;
        color: #666;
    }
    .mod-home .row.search-container h2 {
        margin: 0;
    }

    .mod-home .illustration-top.europe {
        background: url(/build/prod/images/home-top-mobile-europe.5f7dd815.jpg) center top no-repeat;
        height: 450px;
    }
    .mod-home .home-left {
        max-width: none;
    }

    .mod-home .package-page {
        padding: 0;
    }
    .mod-home .package-page .package-compare {
        padding: 25px 0 35px 0;
    }


    .mod-home .illustration-top h1 {
        font-family: 'FiraSans-Bold', Arial;
        font-size: 28px;
        line-height: 40px;
        margin: 0;
        text-align: left;
    }
    .mod-home .illustration-top h1 span {
        max-width: 340px;
    }
    .mod-home .illustration-top.europe h1 {
        font-size: 34px;
    }

    .mod-home ul.communicate li a.more,
    .mod-home ul.communicate li a.more:hover {
        color:#fff;
        font-size:15px;
    }
    .mod-home ul.communicate {
        margin-top: 15px;
        margin-bottom: -5px;
        /*
        margin-bottom:-15px;
        */
    }

    .mod-home ul.communicate li {
        padding-top:20px;
        display: block;
        max-width: 275px;
    }
    .mod-home ul.communicate li a {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }
    .mod-home ul.communicate li a.more {
        padding-left: 5px;
    }
    /*
    .mod-home ul.communicate li a.more i {
        padding-left: 3px;
        font-size: 2em;
        vertical-align: middle;
        display: inline-block;
    }
    */

    .mod-home .row.savings p {
        color: #666;
    }

    .mod-home .row.savings {
        padding:30px 0;
    }
    /*
    .mod-home .row.savings p {
        font-family: 'FiraSans-Light';
        text-align: left;
        line-height: 165%;
        font-size: 16px;
        color: #666;
    }
    */

    .mod-home .row.savings p {
        font-family: 'FiraSans-Light';
        font-size: 18px;
        text-align: left;
    }
    .mod-home .row.savings h2 {
        font-size:30px;
        line-height: 34px;
        margin: 0 0 20px 0;
        padding:0;
        text-align: left;
    }
    .mod-home .row.calculator p {

    }
    .mod-home .row.calculator h2 {
        font-size:30px;
    }
    .mod-home .row.savings h3 {
        font-family: arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 25px;
        text-align: left;
        color:#666;
    }

    .mod-home .row.calculator {
        padding: 30px 0;
    }
    .mod-home .row.calculator .text {
        padding:0;
    }
    .mod-home .row.calculator h2 {
        margin:0;
    }
    .mod-home .row.calculator input.slider-output {
        width: 75px;
        font-size:15px;
        padding: 10px 5px;
    }

    .mod-home .row.search-container {
        padding: 0 0 25px 0;
    }

    .mod-home .row.property-alert .field-container {
        margin:0;
    }

    .mod-home .row.text-blocks ul.orbit-container,
    .mod-home .row.text-blocks ul.orbit-container li {
        margin:0;
        padding:0;
    }
    .mod-home .row.text-blocks ul.orbit-container li::before {
        display: none;
    }
    .mod-home .orbit-image {
        width: 200px;
        height: 60px;
        max-width: none;
        margin: 0;
    }
    .mod-home figure {
        text-align: center;
    }

    .mod-home .text-content {
        padding: 0;
    }

    .mod-home .row.text-blocks {
        margin: 0;
        padding: 15px 0;
    }
    .mod-home .row.text-blocks .columns {
        padding: 0;
    }
    .mod-home .row.text-blocks .content {
        padding: 0;
    }
    .mod-home .row.text-blocks .content p {

    }
    .mod-home .row.text-blocks .content .button {
        display: block;
    }
    .mod-home .row.text-blocks .columns.first-col {
        padding-right: 0;
    }
    .mod-home .row.text-blocks h2 {
        margin: 15px 0;
        font-size: 30px;
    }

    .mod-home .row.property-alert {
        background: transparent;
        padding: 25px 0;
    }

    .mod-home .housing-sites {
        padding: 15px 0;
    }

    .mod-home .row.search-container h2 {

    }
    .mod-home .row.property-alert h2 {
        color:#21ac5a;
        font-size: 30px;
        margin: 0;
        text-align: left;
    }
    .mod-home .row.property-alert h3 {
        line-height: 165%;
        text-align: left;
        font-size: 18px;
        padding: 15px 0;
        color: #666;
        font-weight: normal;
        font-family: 'FiraSans-Light', Arial;
        margin:20px 0;
        padding:0;
    }
    .mod-home .row.property-alert .columns {
        padding: 0 0 15px 0;
    }
    .mod-home .row.property-alert input {
        border: 1px solid #dcdcdc;
    }
    .mod-home .row.property-alert .row.flex button {
        flex: none;
        display: none;
    }
    .mod-home .row.property-alert .row.flex input {
        border-radius: 5px;
    }
    .mod-home .row.property-alert button {
        display: block;
        width: 100%;
    }
    .mod-home .row.property-alert .callout button {
        background:#fff;
        padding: 10px;
        font-size: 13px;
        text-align: center;
    }

    .mod-home .row.property-alert .callout {
        border:0;
        background: #21ac5a;
        color: #fff;
        padding: 25px;
    }
    .mod-home .row.property-alert .callout h4 {
        color:#fff;
    }

    .mod-home i.no-large {
        display: inline-block;
        margin-right: 5px;
    }


    .mod-home .row.texts .medium-6 {
        padding: 0;
    }

    .mod-home .row.texts {
        border: 0;
        margin:0;
    }
    .mod-home .content button.button {
        display: block;
        width: 100%;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .mod-home .illustration-top {

        background: #21ac59;
        background:
        linear-gradient(
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0.2)
        ),
        url(/build/prod/images/home-top.17036f21.jpg) right -270px no-repeat;

        height: 330px;
        position: relative;
    }
    .mod-home ul.communicate {
        position: absolute;
        left:0;
        bottom:0;
        margin: 30px 25px;
    }
    .mod-home ul.communicate li {
        padding-top: 15px;
    }
    .mod-home ul.communicate a {
        min-width: 275px;
    }
    .row.padded-content {
        padding: 0 25px;
    }
    .mod-home .illustration-top h1 {
        font-size: 30px;
    }

    .no-small {
        display: none!important;
    }

    .mod-home .columns {
        width: 100%;
    }
    .mod-home .row.text-blocks .columns.first-col {
        padding-right: 0;
    }

    .only-small, .no-large {
        display:block;
    }
    
    .mod-home .row.property-alert .button {
        display: block;
    }

}

.inbox .row.search-box {
    padding-right: 15px;
}
.inbox .row.search-box input.button[type="submit"] {
    padding: .85em 1em;
    border:0;
}
.inbox .row.search-box input:focus {
    outline: none !important;
    border:1px solid #dcdcdc;
}
.inbox .input-group {
    margin:0;
}

.inbox input::placeholder {
  color: #747474;
}
/** Start table markup (message overview) */
.inbox table thead tr th.icon {
    width: 1%;
}
.inbox table thead tr th.from {
    width: 24%;
}
.inbox table thead tr th.type {
    width: 40%;
}
.inbox table thead tr th.origin {

}
.inbox table thead tr th.date {
    width: 20%;
}
.inbox table tr.details.active {
    background: transparent;
}
.inbox table tr td {
    font-size: 13px;
}
.inbox table tr.details td p {
    line-height: 160%;
    margin-bottom: 20px;
}
.inbox table tr.details td h3 {
    color: #21ac5a;
}
.inbox table tr td {
    padding: 15px 5px;
}
.inbox table td.icon {
    font-family: 'FontAwesome', Arial!important;
    font-size: 14px;
}
.inbox table td.icon.voicemail::before {
    content: "\F026";
}
.inbox table td.icon.visit::before {
    content: "\F133";
}
.inbox table td.icon.reaction::before {
    content: "\F27a";
}
.inbox table td.icon.brochure::before {
    content: "\F016";
}
.inbox table td.icon.unknown::before {
    content: "\F003";
}
/*
.mod-property .inbox .row.control-container {
    padding: 15px 0;
}
*/

@media screen and (max-width: 39.9375em) {

    .mod-property .inbox .row.control-container {
        padding: 0;
    }
    .inbox .row.search-box {
        margin: 0 0 15px 0;
        padding:0;
        background:#fff;
    }
    .search-box .input-group-label {
        padding: 5px 14px;
        line-height: 1;
        font-size: 14px;
    }
    .inbox table thead tr th.from {
        width: 44%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inbox table thead tr th.date {
        width: 55%;
    }

}

.row.cms {
    padding:0;
    font-family: 'FiraSans-Light';
    font-size: 1rem;
    color:#333;
}
.row.cms p {
    line-height: 1.65em;
}
.reveal .row.cms {
    padding:15px;
    font-size: 15px;
}
.row.cms .padding-left {
    padding-left: 25px;
}
.row.cms .padding-right {
    padding-right: 25px;
}
.row.cms h1.title {
    font-family: 'FiraSans-Medium';
    margin:0 0 10px 0;
    font-size: 36px;
}
.row.cms h1.title.top {
    font-family: 'FiraSans-Medium';
    margin:15px 0;
}
.row.cms h2.col-title {
    font-family: 'FiraSans-Regular';
    font-size: 30px;
    color: #414141;
    margin:0 0 10px 0;
    line-height: 100%;
}

.row.cms-block .medium-6 {

}
.row.cms-block .medium-6:first-child {
    padding-right: 10px;
}
.row.cms-block .medium-6:last-child {
    padding-left: 10px;
}
.row.cms-block .columns:first-child
.row.cms h2.title,
.row.cms h3 {
    font-family: 'FiraSans-Medium';
    font-size: 20px;
    color: #555;
    margin:30px 0 10px 0;
    padding:0;
}
.row.cms h3 strong {
    color:#21ac5a;
    font-weight: normal;
}
.row.cms h4 {
    font-family: 'FiraSans-Regular';
    font-size: 22px;
    color: #333;
    margin:5px 0;
    padding:0;
}


/** Begin infobox; in richt coliumn with tablet and call to action */
.cms .info-box {
    border:2px solid #eaeaea;
    border-radius:4px;
    border-radius: 0;
    box-shadow: 1px 1px 3px 0 #eaeaea;
    text-align:center;
    padding:20px;
}
.cms .info-box h2 {
    text-align:center;
    font-size:20px;
    margin: 0;
    line-height:135%;
}
.cms .info-box.tablet {
    background:url(/build/prod/images/tablet-l.bc037407.png) center 100px no-repeat;
}
.cms .info-box .button {
    font-size:14px;
    height:auto;
    margin:165px auto 0;
}
.cms .info-box:hover {
    background-color:#d3eede;
}

/** End infobox */

div.row.cms-block {
    margin-bottom:15px;
}
.cms-img {
    display:inline-block;
    min-width:165px;
}
.cms-img.img-full {
    text-align:center;
    padding:10px 0;
    line-height:100%;
}
.cms-img.img-left {
    float:left;
    padding: 5px 30px 10px 0;
    text-align:left;
}
.cms-img.img-right {
    text-align:right;
    float:right;
    padding: 5px 0 10px 20px;
}
.cms-img.img-left img,
.cms-img.img-right img {
    max-width:250px;
}

/** Mobile devices */
@media screen and (max-width: 39.9375em) {
    .row.cms .padding-right {
        padding:0;
    }
    .reveal .row.cms {
        font-size:14px;
        padding:0;
    }
    .row.cms {
        font-size: 18px;
    }

    .row.cms h1.title {
        margin:10px 0 15px 0;
        font-size: 36px;
    }
    .row.cms h2.col-title {
        font-size: 26px;
        margin:-15px 0 20px 0;
    }

    .cms-img.img-left img,
    .cms-img.img-right img {
        max-width:150px;
    }

    .row.cms-block .medium-6:first-child {
        padding-right: 0;
    }
    .row.cms-block .medium-6:last-child {
        padding-left: 0;
    }
    .row.cms-block .medium-6 {
        margin-bottom: 25px;
    }

}

/** Listing page (property details) on frontend */
.mod-listing .row.title.no-padding-bottom {
    padding-bottom:0;
}
.mod-listing h1,
.mod-listing h2 {
    color:#21ac5a;
}
.mod-listing h3 {
    font-size: 18px;
}

/** Start header - Address and react/share buttons op top of page */
.mod-listing .object-header {
    padding: 20px 0;
}
.mod-listing .object-header h2 {
    font-size: 30px;
    margin: 0 0 5px;
    padding-top:0;
    line-height: normal;
}
.mod-listing .object-header .button {
    margin:0;
}
.mod-listing .object-header .address {
    line-height: normal;
}
.mod-listing .object-header .price,
.mod-listing .object-header .street {
    padding: 6px 0;
}
.mod-listing .row.object-header .price {
    font-size: 16px;
    font-weight: bold;
    color:#000;
}
/*
.mod-listing .object-header .address .street-full .city {
    color:#666666;
}
*/
.mod-listing .row.object-header .price span.status {
    font-weight: normal;
    font-size:12px;
    vertical-align: middle;
    color:red;
}

/** React, share and bid buttons */
.mod-listing .object-header ul.buttons {
    margin-left: 15px;
}
.mod-listing .object-header ul.buttons {
    list-style-type: none;
    margin:15px 0 0 20px;
}
.mod-listing .object-header ul.buttons li {
    margin:0;
    padding:0;
    width: 50%;
    float: right;
}
.mod-listing .object-header .buttons .button {
    display: block;
    margin: 0 0 8px 8px;
    padding: 11px 0;
}
.mod-listing .object-header .button.secondary i {
    font-size: 14px;
    padding:0;
    display: inline;
}
/** End header */

.mod-listing .row.actions {
    margin-top: 15px;
    margin: 10px -5px 0 -5px;
}
.mod-listing .row.actions ul.buttons {
    list-style-type: none;
    margin:0;
    padding:0;
    width: 100%;
}
.mod-listing .row.actions ul.buttons li {
    width: 33.3%;
    padding:5px;
    margin:0;
    float: left;
}
.mod-listing .row.actions ul.buttons li .button {
    display: block;
    padding: 11px 0;
}

.mod-listing .row.sub {
    min-height: 42px;
    vertical-align: center;
    margin-top:10px;
}
.mod-listing .row.sub h3 {
    display: inline-block;
    color: #212121;
    font-size: 18px;
}

.mod-listing a.dropdown-link {
    font-family: FontAwesome, Arial;
    display: block;
    float: right;
    width: 125px;
    border: 1px solid #dcdcdc;
    color:#666;
    font-size: 14px;
    padding: 10px 15px;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}
.mod-listing a.dropdown-link.hover {
    border-bottom:0;
}
.mod-listing a.dropdown-link::after {
    content: "\f107";
    float: right;
}
.mod-listing a.dropdown-link.hover::after {
    content: "\f106";
}
.mod-listing .dropdown-pane {
    box-shadow: none;
    padding: 10px 20px;
    background: #fff;
}

/** Start compact header */
.mod-listing .row.compact-header {
    padding: 15px 0;
}
.mod-listing .row.compact-header .thumb,
.mod-listing .row.compact-header .address {
    float: left;
}
.mod-listing .row.compact-header .thumb {
    padding-right: 15px;
}
.mod-listing .row.compact-header .thumb img {
    max-height: 100px;
}
ul.share {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.share li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
ul.share li a {
    display: block;
    font-size: 14px;
    line-height: 100%;
    padding: 15px;
    color:#666666;
}
ul.share li a:hover {
    color:#333
}
ul.share li a i {
    font-weight: normal;
    padding-right: 10px;
}
.dropdown-pane.share {
    max-width: 220px;
    padding:0;
}
/* End compact header */

/** Start listing overview */
/*
.mod-listing .row.card-box {
    margin:0 -20px;
}
*/
.mod-listing .row.card-box .card img {
    width: 100%;
    line-height: 0;
}
.mod-listing .row.card-box.medium-up-3 .card img {
    min-height: 213px;
}
.mod-listing .row.card-box.medium-up-4 .card img {
    min-height: 154px;
}
.mod-listing .row.property-viewer {
    padding: 25px 0;
}
/*
.mod-listing .row.search-results .card {
    margin-bottom:25px;
}
*/
.mod-listing .row.search-results .row.card-col {
    margin-right: -20px;
    margin-left: -20px;
}
.mod-listing .row.search-results .column {
    padding:0 20px 20px 20px;
}
/** End listing overview */

/* Begin pager and filter markup */
.mod-listing .title .dropdown-pane {
    width: 125px;
}
/* End pager */

.mod-listing .row.in-picture {
    padding: 15px 0;
}
.mod-listing .row.in-picture h2 {
    margin: 15px 0 30px 0;
}

/** Start upside - Photo en details on top of page */
.mod-listing .upside .row.photo {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d0d1d5;
    position: relative;
}
.mod-listing .upside .row.photo span.inner {
    display: block;
    height: 420px;
    max-height: 420px;
    overflow: hidden;
    position: relative;
    margin: 5px;
    line-height: 0;
}
.mod-listing .upside .row.photo img.off {
    width: auto;
    height: auto;
    max-width:100%;
    vertical-align: middle;
}
.mod-listing .row.more-photos {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 15px 15px 15px 75px;
}
.mod-listing .row.more-photos .photo {
    float: left;
    width: 60px;
    height: 40px;
    overflow: hidden;
    margin-left: -60px;
    position: relative;
}
.mod-listing .row.more-photos .photo img {
    max-width: 100%;
}
.mod-listing  .row.more-photos .text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    color:#adadad;
    font-size: 18px;
}
.mod-listing .row.more-photos .text .hl {
    color:#212121;
}
/** End upside */

.mod-listing .row.google-ads {
    padding:0;
    margin:25px 0;
}

.mod-listing .row.features .row.toggle {
    padding: 5px 0;
}
.mod-listing .row.features .row.description {
    position: relative;
}
.mod-listing .row.features .row.description,
.mod-listing .row.features .row.limited {
    line-height: 1.7em;
}
.mod-listing .row.features .row.limited {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 6.8em;
}
.mod-listing .row.features .row.limited::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 25px;
    height: 55px;
    width: 100%;
    background: #fff;
    background: linear-gradient(rgba(255,255,255,0),#fff);
}

/* Begin features */
.mod-listing .row.features h2 {
    margin: 30px 0 15px 0;
}

.mod-listing .row.features h2.first {
    margin: 15px 0 15px 0;
}

/* End features */

/* Start Pager */
.mod-listing .row.pager {
    text-align: center;
    padding: 15px 0;
}
.mod-listing .row.pager a {
    color:#666;
}
.mod-listing .row.pager li.current {
    padding: .7rem 1rem;
    line-height: 24px;
}
.mod-listing .row.pager li.current .page {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 10px 25px;
    margin-right: 5px;
}
.mod-listing .row.pager li.current a.total {
    text-decoration: underline;
    padding:0;
}
.mod-listing .row.pager .prev a,
.mod-listing .row.pager .next a {
    font-size:24px;
}
/* end pager */


/** Start overview markup - details and data overview */
.mod-listing .row.listing .pad-left {
    padding-left: 25px;
}
.mod-listing .row.details h3 {
    margin: 30px 0 10px 0;
}
.mod-listing .row.details .item {
    overflow: hidden;
    padding: 6px 0 6px 235px;
    border-top: 1px solid #f0f0f0;
}
.mod-listing .row.details .row.item .key,
.mod-listing .row.details .row.item .single {
    margin-left: -235px;
}
.mod-listing .row.details .item.footer {
    border-top: none;
}
.mod-listing .row.details .item.last {
    border-bottom: 1px solid #f0f0f0;
}
.mod-listing .row.details .row.item .key {
    display: block;
    float: left;
    width: 215px;
    color:#999;
}
.mod-listing .row.details .row.item .value {
    color:#333;
}
.mod-listing .row.details .row.item .single,
.mod-listing .row.details .row.item .key,
.mod-listing .row.details .row.item .value {
    line-height: 220%;
}

/** Smaller column in header */
.mod-listing .upside .row.details .row.item {
    padding-left: 150px;
}
.mod-listing .upside .row.details .row.item .key {
    width: 150px;
}
.mod-listing .upside .row.details .row.item .key,
.mod-listing .upside .row.details .row.item .single {
    margin-left: -150px;
}
.mod-listing .upside .row.details .row.item .single {
    padding-left: 3px;
    color:#212121;
}
.mod-listing .row.details .row.item .single * {
    color:#212121;
    font-size: 14px;
}
/** End overview */

/** Start autocomplete markup */
.autocomplete-suggestions {
    border: 1px solid #f0f0f0;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 2px 3px #dcdcdc;
    background: #fff;
    overflow: auto;
    padding:0;
    margin-top:-5px;
}

.autocomplete-suggestion {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;

}
.autocomplete-selected { }
.autocomplete-selected .row.auto-result {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: inherit;
    color: #1b3c4b;
}
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-no-suggestion {
    padding:15px;
    background-color:#f0f0f0;
    color:#666;
}


.row.auto-result {
    padding: 8px 55px 8px 55px;
    background:#fff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.autocomplete-suggestion:last-child .row.auto-result {
    border-bottom: none;
}
.row.auto-result div.col {
    float:left;
}
.row.auto-result .col.avatar,
.row.auto-result .col.icon {
    width:40px;
    height:40px;
    margin-left:-40px;
}
.row.auto-result .col.details {
    padding-left: 10px;
}
.row.auto-result .col.details a {
    color:#333;
}
.row.auto-result .col.icon {
    line-height: 40px;
    text-align: center;
    font-size:24px;
    border-right: 1px solid #f0f0f0;
    color:#666;
    padding: 0 36px 0 15px
}
.autocomplete-selected .row.auto-result .col.icon {
    border-right: 1px solid #ddd;
}
.row.auto-result .col.avatar img {
    width:100%;
    height:100%;
}
.row.auto-result .col.details .row {
    height:20px;
    line-height:20px;
    padding: 0 5px;
}
.row.auto-result .col.counter {
    float: right;
    width:40px;
    height:40px;
    margin-right:-40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
.row.auto-result .col.details .alias {
    color: #111;
    font-weight: bold;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
}
.row.auto-result .col.details .info {
    color: #333;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-weight: normal;
}
.row.auto-result .followers {
    font-size:13px;
    color:#999;
    position: absolute;
    right: 10px;
    top:15px;
    font-weight: normal;
}
/** End - autocomplete markup */

/** Begin Google maps markup */
div#map-canvas {
    width: 100%;
    height: 550px;
}
div.mh-mapControl {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -moz-user-select: none;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    padding: 0px 17px;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 50px;
    border-left: 0px none;
    outline: currentcolor none medium;
}
div.mh-mapControl:hover {
    background-color: rgb(235, 235, 235);
    cursor:pointer;
}
div.mh-mapControl i {
    font-size: 1em;
}
/** Force same padding of streetmap buttons in all browsers */
div.gm-style-mtc div[role="button"],
div.mh-mapControl {
    padding: 10px!important;
}
/** End Google maps */

/** Begin search-box  */
.row.search-container {
    padding: 0 0 35px 0;
}
.search-container .search-box {
    padding: 10px 25px;
    font-weight: bold;
    display: block;
    box-shadow: 1px 2px 3px #dcdcdc;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #666666;
}
.search-container .search-box .input-group {
    margin:0;
}
.search-container .search-box .input-group-label {
    background: none;
    border:0;
    border-right: 1px solid #eee;
    color:#666;
    font-size: 24px;
    padding: 0 20px 0 0;
}
.search-container .search-box .input-group-field {
    border:0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.row.search-results {
    width: 100%!important;
    position: relative;
}
.row.search-results .autocomplete-suggestions {
    width: 100%!important;
}
/** End search-box */


/* Start portfolio (in footer searchpage ) */
.mod-listing .row.portfolio-container {
    padding: 35px 0;
}
.mod-listing .row.portfolio h2 {
    margin: 15px 0 30px 0;
    font-size: 30px;
}
.mod-listing .row.portfolio ul {
    list-style-type: none;
    margin:0;
    padding:0;
    margin-bottom: 30px;
}
.mod-listing .row.portfolio ul li {
    display: block;
}
.mod-listing .row.portfolio ul li a {
    display: block;
    line-height: 200%;
    color:#666;
}
.mod-listing .row.portfolio ul li.title a {
    font-weight: bold;
}
/* End portfolio */

.mod-listing .row.location {
    background:#eee;
    min-height: 200px;
    position: relative;
}
/*
.mod-listing .row.location .preloader {
    text-align: center;
    color:#999;
    font-size: 25px;
    padding: 50px;
}
*/
.mod-listing .row.location div.message,
.mod-listing .row.location div.loading:after {
    width: 100%;
    text-align: center;
    color:#999;
    font-size: 18px;
    padding: 50px;
}
.mod-listing .row.location div.loading:after {
    font-family: FontAwesome, Arial;
    content: "\f110 Kaart wordt geladen...";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}




@media (max-width: 1024px) {

    /*
    .mod-listing a.dropdown-link {
        padding: 5px 10px;
    }
    .mod-listing .dropdown-pane {
        padding: 5px 10px;
    }
    */

    .mod-listing .object-header .address {
        position: relative;
    }
    .mod-listing .object-header .address .share {
        background:#eee;
        padding: 5px 25px;
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 13px;
        color: #666;
        font-family: Arial;
    }

    .mod-listing .object-header .address .share i {
        font-size: 14px;
        vertical-align: middle;
    }

    .mod-listing .row.card-box.medium-up-3 .card img,
    .mod-listing .row.card-box.medium-up-4 .card img {
        min-height: 0;
    }

    .mod-listing .row.search-results .row.card-col {
        margin-left:0;
        margin-right:0;
    }

    .mod-listing .card-box {
        padding: 0 1rem;
    }
    .mod-listing .card-box .card {
        border-bottom:1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    .mod-listing .row.actions ul {
        list-style-type: none;
        margin:0 -5px;
        padding:0;
    }
    .mod-listing .row.actions ul li {
        width: 50%;
        float: left;
        padding: 10px 5px 0;
    }
    .mod-listing .row.actions ul li.right {
        float: right;
    }
    .mod-listing .row.actions ul li a,
    .mod-listing .row.actions ul li button {
        display: block;
        width: 100%;
    }

    .mod-listing .object-header {
        padding: 15px 0;
    }

    .mod-listing .object-header .street {
        font-size: 15px;
        font-family: 'FiraSans-Regular';
        padding: 3px 0;
    }
    .mod-listing .row.object-header .price {
        font-size: 15px;
    }
    .mod-listing .object-header h2 {
        margin:0;
    }

    .mod-listing .row.card-box .column {
        /* padding:0 0 15px 0; */
        padding:0;
    }

    .mod-listing h3 {
        margin: 5px 0;
    }
    .mod-listing .row.title {
        padding: 25px 15px;
    }
    .mod-listing .row.title h1 {
        font-size:32px;
    }
    .mod-listing .row.portfolio-container {
        padding: 25px 35px;
    }

    .mod-listing .row.portfolio ul li a {
        line-height: 250%;
        text-align: center;
    }

    .row.search-container {
        padding: 0 15px 40px 15px;
    }

    .search-container .search-box {

    }
    .search-box .input-group-label {
        padding: 0 15px 0 0;
    }

    /*
    .mod-listing .row.details .item {
        padding-left: 125px;
        font-size: 13px;
    }
    .mod-listing .row.details .row.item .key {
        width: 125px;
        margin-left: -125px;
    }
    */

    .mod-listing .row.details .item {
        padding-left:0;
    }
    .mod-listing .row.details .row.item .key {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .mod-listing .upside .row.photo span.inner {
        height: auto;
    }
    .mod-listing .row.listing .pad-left {
        padding-left:0;
    }

    .row.details .item {
        padding-left: 150px;
    }
    .row.details .row.item .key {
        width: 150px;
    }
    .row.details .row.item .key,
    .row.details .row.item .single {
        margin-left: -150px;
    }
    .row.listing {
        padding: 0 15px;
    }
    .row.listing .pad-left {
        padding-left: 0;
    }
    .mod-listing .row.card-box {
        margin:0;
    }


    .upside .row.photo span.inner {
        max-height: 210px;
    }
    .upside .row.photo span.inner img {
        max-height: 210px;
        max-width: 100%;
    }
    div#map-canvas {
        height: 385px;
    }

    .mh-controls a.dropdown-link,
    .mh-controls ul.menu.pager {
        float: none;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .mod-listing .row.search-results .row.card-col {
        margin-right: -10px;
        margin-left: -10px;
    }
    .mod-listing .row.search-results .column {
        padding:0 10px 20px 10px;
    }
}
.package-page .row.packages {
    padding: 45px 0;
}
.mod-home .package-page .row.packages {
    padding: 0;
}
.package-page .row.footer h1 {
    color: #45b4e1;
    font-size: 28px;
    margin-bottom: 20px;
}
.package-page .row.section {
    margin-bottom: 20px;
}
.package-page .row.title.afterpay {
    background: url(/build/prod/images/betaal-achteraf.4584a45f.png) right bottom no-repeat;
}
.package-page .row.title.regular {
    background: url(/build/prod/images/meest-gekozen.6c0739aa.png) right bottom no-repeat;
}
.package-page .row.title.popular {
    background: url(/build/prod/images/popular.502b117e.png) right bottom no-repeat;
}
.package-page .row.title.fastest {
    background: url(/build/prod/images/fastest.3b312976.png) right bottom no-repeat;
}

.package-page .row.packages .customize {
    float: right;
    margin: 75px 10px 0 0;
}

.package-page .row.title {
    padding: 25px 0;
}

.row.review-overview {
    margin: 35px 0;
}

.package-page .interact {
    background: #e9ebee;
}

.package-page .item-container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0;
}
.item-container h1 {
    text-align: center;
    color: #333;
    font-family: FiraSans-Medium;
    font-size: 36px;
    
    margin: 0 0 50px 0;
}
.package-page .itembox {
    background: #fff;
    border: 1px solid #e1e1e2;
    
    margin: 0 15px;
    
    padding: 25px;
    text-align: center;
}
.package-page .itembox h2 {
    text-align: center;
    color: #333;
}

/** Product box markup */
.package-page .row.products div.product {
    background: #fff;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0 0 8px 0 rgba(38, 39, 39, .2);
    
}
.package-page div.product.custom,
.package-page div.product.custom ul.product {
    min-height: 0;
}

.package-page .row.products div.product.popular {
    /*
    transform: scale(1.015);
    margin-left: 5px;
    margin-right: 5px;
    */
    box-shadow: 0 0 15px 0 #999;
    margin-top: -5px;
}

.package-page .row.package-container {
    margin-right: -10px;
    margin-left: -10px;
}
.package-page .row.package-container .columns {
    padding: 0 10px;
    position: relative;
}

.package-page .package-container ul.product {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.package-page .package-container ul li {
    display: block;
    color: #444;
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    position: relative;
}
.package-page .package-container ul li.topic {
    font-size: 15px;
    color: #000;
    line-height: 40px;
    font-weight: normal;
    padding: 0 22px;
    z-index: 10;
}
.package-page .package-container ul li.topic.off {
    color: #999;
}
.package-page .package-container ul li.alert {
    padding: 10px 25px;
    border-bottom: 0;
    text-align: right;
    color: #d3251c;
}
.package-page .package-container ul li.alert::after {
    margin-left: 10px;
}
.package-page ul.product li.topic::before {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f00c";
    color: #cdcdcd;
    padding-right: 10px;
}
.package-page ul.product li.off.topic::before {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f068";
    color: #cdcdcd;
    padding-right: 5px;
}
.package-page .package-container ul li.topic::after {
    position: absolute;
    right: 24px;
    top: 0;
    margin-right: 0;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f05a";
    
    color: #cdcdcd;
    line-height: 42px;
}

.package-page ul.product.manual li.slide-content {
    padding: 0;
}
.package-page ul.product li.more {
    text-align: right;
    padding-right: 15px;
}
.package-page ul.product li.more-info {
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
}
.package-page ul.product .fa-check {
    color: #6db41d;
    font-size: 20px;
    margin-right: 12px;
}
.package-page ul.product .topic {
    font-size: inherit;
    position: relative;
}
.package-page ul.product .topic .info {
    float: right;
    display: inline-block;
    width: 22px;
    color: #cdcdcd;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    right: 0;
    top: 0;
}
.package-page .package-container ul li.topic:hover::after {
    color: #999;
}
.package-page ul.product .topic .info:hover {
    color: #999;
}
.package-page ul.product.manual li {
    padding: 8px 20px;
    line-height: 140%;
}
.package-page ul.product.manual li.costs {
    padding: 12px 20px;
    display: block;
    border-bottom: 0;
}
.package-page ul.product.manual li.costs span.price {
    font-size: 28px;
}
.package-page ul.product.manual li.costs span.price-old {
    font-size: 12px;
}
.package-page ul.product.manual li.order {
    border-bottom: 0;
    padding: 0 20px 15px 20px;
}
.package-page ul.pricing .btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 5px 0;
    font-family: Arial, FiraSans-Regular;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
}
.package-page ul.pricing .btn:hover {
    transition: all .3s linear;
}

.package-page ul.pricing .btn.primary {
    background: #fa791f;
    color: #fff;
}
.package-page ul.pricing .btn.primary:hover {
    background-color: #f60;
}
.package-page ul.pricing .btn.more {
    color: #888;
    line-height: 25px !important;
    margin: 5px 0 0 0;
    font-weight: normal;
}
.package-page ul.pricing .btn.more:hover {
    color: #666;
}
.package-page ul.pricing .btn i.fa {
    font-size: 14px;
}
.package-page ul.pricing .btn.transparent {
    border: 1px solid #dcdcdc;
    color: #666666;
    background: transparent;
}
.package-page ul.product.manual li .name {
    color: #333;
    font-weight: bold;
    line-height: 150%;
}
.package-page ul.product.manual li .row.price {
    font-size: 90%;
}
.package-page ul.product.manual li div.order {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 15px;
}

.package-page ul.product li.title,
.package-page ul.product li.title-sub {
    font-size: 20px;
    font-family: 'FiraSans-Medium';
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    padding-left: 60px;
}
.package-page ul.product li.title.afterwards {
    height: 75px;
}
.package-page ul.product li.title-sub {
    padding: 5px 0 10px 0;
    line-height: 160%;
}

.package-page ul.product li.title .title-text {
    position: relative;
}

.package-page ul.product li.title .title-info {
    position: absolute;
    bottom: -15px;
    left: 0;
    line-height: 100%;
    margin-left: 2px;
    
    font-family: FiraSans-Light;
    font-size: 13px;
    color: #d3251c;
}


.package-page li.title svg.icon {
    fill: #999999;
    width: 38px;
    height: 38px;
    
    position: absolute;
    left: 15px;
    top: 15px;
}


.package-page .product.col-1 li.title,
.package-page .product.col-1 li.topic::before {
    color: #b5d60d;
}
.package-page .product.col-1 li.title svg {
    fill: #b5d60d;
}

.package-page .product.col-2 li.title,
.package-page .product.col-2 li.topic::before {
    color: #88c04d;
}
.package-page .product.col-2 li.title svg {
    fill: #88c04d;
}

.package-page .product.col-3 li.title,
.package-page .product.col-3 li.topic::before {
    color: #66b415;
}
.package-page .product.col-3 li.title svg {
    fill: #66b415;
}


.package-page .product.col-4 li.title,
.package-page .product.col-4 li.topic::before {
    color: #24ae5a;
}
.package-page .product.col-4 li.title svg {
    fill: #24ae5a;
}

.package-page ul.pricing {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: inherit;
}
.package-page ul.pricing li {
    padding: 10px 20px 0 20px;
    display: block;
}
.package-page ul li.costs {
    vertical-align: top;
    text-align: right;
    padding: 10px 30px 5px 25px;
    border-bottom: 0;
}
.package-page ul li.pay-afterwards {
    text-align: right;
    padding: 15px 28px 0 0;
    color: red;
    font-size: 14px;
    position: relative;
    margin-bottom: -10px;
}
.package-page ul.pricing .info {
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    margin-left: 5px;
}

.package-page ul li .has-tip {
    font-weight: normal;
    position: relative;
}


.package-page ul li.order {
    padding: 0 20px 0 20px;
    border-bottom: 0;
}
.package-page ul li.info {
    padding: 0 20px;
    text-align: right;
    line-height: 160%;
    font-size: 12px;
}
.package-page ul li.info a {
    color: #789384;
    text-decoration: underline;
}
.package-page ul li.costs.final {
    text-align: left;
}
.package-page ul.product li button,
.package-page ul.pricing li *.button {
    display: block;
    width: 100%;
    margin: 0;
}
.package-page li.costs .row.price span {
    vertical-align: middle;
    line-height: 28px;
}
.package-page li.costs .price {
    margin-bottom: 4px;
}
.package-page li.costs .price-sub {
    padding: 0;
    color: #888;
    font-size: 13px;
    line-height: 160%;
}
.package-page li.costs .price-afterwards {
    color: #d3251c;
}
.package-page li.costs span.price {
    /*
    font-family:'Antartida-Bold';
    */
    font-family: 'FiraSans-Regular';
    font-size: 32px;
    color: #50c8fa;
}

.package-page li.costs span.price-old {
    display: inline-block;
    padding-right: 5px;
    color: #d3251c;
    font-size: 12px;
    line-height: 27px;
}
.package-page li.costs span.price-old .strike {
    text-decoration: line-through;
}
.package-page li.slide-open {
    cursor: pointer;
    user-select: none;
}
/** End container markup */

/* Start - Custom radio buttons */
.custom-radio .radio-btn {
    display: none;
}
.custom-radio .radio-btn:checked + label::before {
    border: 2px solid #666;
    background: #666;
}
.custom-radio label.is-invalid-label::before {
    background: #ffe3e1;
}
.custom-radio .form-error {
    font-weight: normal;
    margin: 5px 0 0 0;
}
.custom-radio .label {
    display: inline-block;
    background: transparent;
    align-items: center;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s linear;
}
.custom-radio .label::before {
    display: block;
    height: 20px;
    width: 20px;
    content: "";
    border: 2px solid #666;
    border-radius: 50%;
    transition: all 0.25s linear;
}
.side-info .disclaimer {
    font-size: 12px;
    font-style: italic;
}

.additions {
    font-size: 12px;
    padding: 10px 0;
    color:#333;
}

@media (max-width: 1024px) {
    
    .package-page .row.title {
        padding: 25px 10px !important;
        background: none !important;
    }
    .mod-home .package-page .row.title {
        padding: 25px 0 !important;
    }
    .additions {
        padding: 0 15px 15px 15px;
        margin-top:-10px;
    }
    
    .package-page .row.title h1.main {
        font-size: 36px;
        line-height: 38px;
        text-align: left;
        color: #21ac5a;
        margin: 0;
    }
    .package-page .row.title h2 {
        font-family: FiraSans-Regular;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        color: #666;
        margin: 0;
    }
}
/*
@see https://codepen.io/adrianjacob/pen/wMGpeX
@see http://blog.dynamicdrive.com/free-comparison-and-pricing-table-templates/
*/
.package-page .row.basic .text-left h1,
.package-page .row.basic .text-left h2 {
    text-align: left;
}
.package-page .row.basic .text-left h1 {
    font-size: 36px;
    line-height: 38px;
}
.package-page .row.basic .text-left h2 {
    font-family: FiraSans-Regular;
    font-size: 24px;
    line-height: 26px;
}
.package-page .packages .row.contain {
    margin: 0 auto;
}

.package-page .step-container {
    position: relative;
}
div.step-info {
    font-family: FiraSans-Regular;
    font-size: 14px;
    padding: 0 0 10px 0;
    color:#666;
    text-align: center;
    font-weight: normal;
}
.bgform .step-info {
    padding: 25px 0 0 0;
}
.bgform .step-info-sub {
    padding-top:10px;
}
.bgform .step-info.subtile {
    font-size: 14px;
    font-family: FiraSans-Light;
    color:#333;
    padding: 25px 0 0 0;
}
.bgform .step-info.subtile i {
    font-size: 14px;
    color:#888;
}

table.package {
    width: 100%;
    margin:0;
}
table.package tr {
    background: #fff;
    border:0;
}
table.package tr.mobile-row {
    display: none;
}
.package .product-name {
    width: 100%;
    height: 100%;
    position: relative;
}

table.package tr.usp:hover {
    cursor: pointer;
}
table.package tr.usp .key {
    border-left:0;
}
table.package tr.usp td.notes {
    font-family: FiraSans-Regular;
    color:#333;
}
table.package tr td,
table.package tr th {
    text-align: center;
    border: 1px solid #f0f0f0;
    padding:5px;
    /*
    box-shadow: -15px 0 5px -15px inset;
    */
}
table.package tr .hl {
    /* box-shadow: -7px 0 15px -15px rgba(0,0,0,0.65) inset; */
}
table.package tr th.key,
table.package tr.footer .key {
    border: 0;
}
table.package tr.footer .full-button {
    border:0;
    padding: 30px 0 0 0;
}
table.package tr.header th {
    font-family: FiraSans-Regular;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    color:#999999;
}

table.package tr th.package {
    padding: 0;
    height: 100%;
}
table.package tr.header th.key {
    padding:0;
}
.pack-head {
    position: relative;
    z-index:1;
    width: 100%;
    height: 100%;
    padding: 20px 0 15px 0;
}
.pack-head .popular {
    position: absolute;
    top:-40px;
    left:0;

    width: calc(100% + 1px);
    min-height: 50px;
    line-height: 40px;

    background: url(/build/prod/images/diagonal.adf30209.svg) bottom left;
    background-size: 102% 20px;
    background-repeat: no-repeat;

    background-color: #999999;
    border-right: 1px solid #f0f0f0;

    font-family: FiraSans-Medium;
    font-size: 13px;
    color:#fff;
}
tr.header .name-prefix {
    font-family: FiraSans-Light;
    font-size: 28px;
    line-height: 100%;
}
tr.header .name {
    font-family: FiraSans-Medium;
    font-size: 24px;
    line-height: 100%;
}
table.package .price {
    font-family: FiraSans-Medium;
    font-size: 28px;
    color: #f77c26;
    color: #50c8fa;
    line-height: 120%;

    word-spacing: -5px;
}

table.package tr.footer .price {
    color: #50c8fa;
}
table.package .afterpay {
    color:#666666;
    font-family: Ursula;
    font-family: FiraSans-Regular;
    font-size: 13px;
    line-height: 160%;
    cursor: help;
}
.dropdown-pane.header {
    font-size: 13px;
    color:#333333;
    padding: 15px;
    line-height: 180%;
    word-spacing: -1px;
}
table.package .old-price,
table.package .price-after {
    font-family: FiraSans-Light;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
table.package .old-price {
    text-decoration: line-through;
}
table.package .price-after {
    font-family: FiraSans-Regular;
    font-size: 13px;
    color:#444;
}
table.package .header .price-after {
    padding: 10px 0 5px 0;
}
table.package .old-price.empty {
    text-decoration: none;
}

table.package .svg-icon {
    padding: 10px 0 0 0;
}

table.package svg.icon {
    fill: #999999;
    width: 48px;
    height: 48px;
    shape-rendering: geometricPrecision;
}
table.package .icon.yes {
    color: #999999;
}
/*
table.package tr.header th.col2,
table.package .col2.icon.yes {
    color:#b3da15;
}
table.package th.col2 svg.icon {
    fill: #b3da15;
}
.col2 .pack-head .popular {
    background-color: #b3da15;
}
*/

table.package tr.header th.col2,
table.package .col2.icon.yes {
    color:#8ec817;
}
table.package th.col2 svg.icon {
    fill: #8ec817;
}
.col3 .pack-head .popular {
    background-color: #8ec817;
}

table.package tr.header th.col3,
table.package .col3.icon.yes {
    color:#66b415;
}
table.package th.col3 svg.icon {
    fill: #66b415;
}
.col4 .pack-head .popular {
    background-color: #66b415;
}

table.package tr.header th.col4,
table.package .col4.icon.yes {
    color:#24ae5a;
}
table.package th.col4 svg.icon {
    fill: #24ae5a;
}
.col5 .pack-head .popular {
    background-color: #24ae5a;
}

table.package td.buttons {
    padding:0;
}
table.package td.buttons a.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
    font-family: FiraSans-Medium;
    font-size: 14px;
    border-radius: 5px;
}
table.package td.buttons a.btn i {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 100%;
}
table.package td.buttons a.primary {
    background: #f60;
    color:#fff;
}
table.package td.buttons a.transparent {
    font-family: FiraSans-Light;
    color:#fa781e;
    padding: 2px 0;
}
table.package td.buttons a.secondary {
    border:1px solid #dcdcdc;
    color:#666666;
}
table.package td.buttons a.more-info {
    font-family: FiraSans-Regular;
    padding: 5px 0 15px 0;
}

.pack-foot {
    position: relative;
    z-index:1;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.pack-foot .extend {
    display: block;
    position: absolute;
    bottom:-30px;
    left:-1px;

    width: calc(100% + 2px);
    min-height: 30px;

    background: #fff;
    border: 1px solid #f0f0f0;
    border-top:0;
}
table.package *.hl {
    box-shadow: 10px 0 15px -13px gray inset;

}

.packages .slide-open {
    cursor: pointer;
}
.packages ul.usp {
    list-style-type: none;
    margin:0;
    padding:0;
}
.packages tr.usp td.key {
    padding:0;
}
.packages ul.usp li {
    display: block;
    width: 100%;
    padding: 16px 20px 16px 0;
    text-align: left;
}
.packages ul.usp li.key {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    line-height: 100%;
    font-size: 16px;
}
.packages ul.usp li.value {
    padding: 10px 5px 25px 0;
}
.packages ul.usp li.key::after {
    float: right;
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f05a";
    margin: -2px 0 0 0;
    color:#cdcdcd;
}
.packages ul.usp li.key-off::after {
    float: right;
    content: "i";
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background-color: #bcc1c5;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 5px;

}

/*
.packages .active ul.usp li.key::after {
    content: "\f129";
    color:#777777;
    padding: 3px 4px;
}
*/
.packages .header .check-yes {
    color: #6db41d;
}
.packages .icon.yes::before {
    font: normal normal normal 18px/1 FontAwesome,Arial;
    content: "\F00C";
}
.packages .icon.partial::before {
    font: normal normal normal 18px/1 FontAwesome,Arial;
    content: "\f0e2";
    color: #6db41d;
}
.packages .icon.no::before {
    font: normal normal normal 18px/1 FontAwesome,Arial;
    content: "\F068";
    color: #cdcdcd;
}

@media (max-width: 1024px) {

    .package-page .title .h1,
    .package-page .title h1 {
        font-size: 34px;
        line-height: 38px;
        text-align: center;
    }
    .package-page .title h2,
    .package-page .title h2 {
        font-family: FiraSans-Regular;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
    }

    /** Start mobile-view markup */
    .mobile-view {
        padding: 0 10px;
    }
    .mod-home .mobile-view {
        padding: 0;
    }
    .mobile-view table.packages thead tr {
        border:0;
    }
    .mobile-view table.packages tbody tr {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .mobile-view table.packages tbody tr.radios {
        border:0;
    }
    .mobile-view .custom-radio .form-error {
        font-family: FiraSans-Regular;
        color: red;
    }
    .mobile-view table.packages tr td {
        font-size: 13px;
    }
    .mobile-view table tr th {
        padding:0;
    }
    .mobile-view table tr td.startup-costs {
        color: green;
    }

    .mobile-view table tr td.bullet {
        color:#333;
        position: relative;

        white-space: nowrap;
        line-height: 100%;
        font-family: FiraSans-Regular;
    }
    .mobile-view table tr {
        -webkit-tap-highlight-color: transparent;
    }
    .mobile-view table tr.usp td.value {
        padding:10px 10px 10px 0;
    }

    .mobile-view table tr td {
        vertical-align: middle;
        padding: 10px;
    }

    .mobile-view table tr td.bullet {
        min-width: 110px;
        padding:0;
        vertical-align:middle;
        font-size: 14px;
        color:#000;
    }
    .mobile-view table tr td.bullet {
        font-weight: initial;
        white-space: nowrap;
        text-align: left;
    }
    .mobile-view table tr td.bullet .mytip {
        display: block;
        width: 100%;
        line-height: 22px;
        min-height: 22px;
        font-weight: normal;
    }
    .mobile-view table tr td.bullet .mytip:after {
        content: "\f05a";
        font: normal normal normal 18px/1 FontAwesome;
        color:#bdbdbd;
        vertical-align: middle;
        padding-right: 10px;
        line-height: 22px;
        float: right;
    }

    /*
    .row.mobile-view ul.product .topic .info,
    .mobile-view table tr td .tips {
        background: url(../../images/icons/info-24.png) left top no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    */

    .mobile-view table.packages {
        margin-bottom: 0;
    }

    .mobile-view table.packages,
    .mobile-view table.packages thead {
        background: transparent;
        border:0;
    }
    .mobile-view table.packages th.icon {
        text-align: center;
        font-family: FiraSans-Regular;
        font-size: 13px;
        font-weight: normal;
        line-height: 100%;
        /*
        writing-mode: vertical-rl;
        */
    }

    .mobile-view table.packages th.icon div.name {
        display: block;
        padding: 5px 0 15px 0;
        line-height: 100%;
    }

    .mobile-view table th svg {
        width: 33px;
        height: 33px;
    }

    /* .mobile-view table .col-1 { */
    /*     color:#bdbdbd; */
    /* } */
    /* .mobile-view table th.col-1 svg { */
    /*     fill: #bdbdbd; */
    /* } */
    .mobile-view table .col-1 {
        color:#8ec817;
    }
    .mobile-view table th.col-1 svg {
        fill: #8ec817;
    }
    .mobile-view table .col-2 {
        color:#7fc535;
    }
    .mobile-view table th.col-2 svg {
        fill: #7fc535;
    }
    .mobile-view table .col-3 {
        color:#66b415;
    }
    .mobile-view table th.col-3 svg {
        fill: #66b415;
    }
    .mobile-view table .col-4 {
        color:#24ae5a;
    }
    .mobile-view table th.col-4 svg {
        fill: #24ae5a;
    }

    .mobile-view table td.check,
    .mobile-view table td.price {
        text-align: center;
    }
    .mobile-view table td.plain.note {
        text-align: center;
        color:#333;
        white-space: nowrap;
    }
    .mobile-view table td.check.on::after {
        font: normal normal normal 22px/1 FontAwesome, Arial;
        content: "\f00c";
    }
    .mobile-view table td.check.off::before {
        font: normal normal normal 22px/1 FontAwesome, Arial;
        content: "\f068";
        color: #eee;
    }
    .mobile-view table tr td.pay-after-info {
        padding: 15px 0;
        line-height: 165%;
        font-size: 15px;
        text-align: center;
    }
    .mobile-view table tr td.sum {
        text-align: right;
        -webkit-tap-highlight-color: transparent;
        font-family: FiraSans-Light;
        color:#000;
        font-size: 14px;
        vertical-align: top;
    }
    .mobile-view table tr td.sum i {
        color:#bdbdbd;
        font-size: 20px;
        vertical-align: middle;
    }
    .mobile-view td.submits {
        padding: 10px 0;
    }
    .mobile-view td.submits .button {
        margin-bottom: 10px;
    }

    /* more info */
    .mobile-view table tr.info td.txt {
        text-align: right;
        font-family: FiraSans-Light;
        color:#000;
        font-size: 14px;
        vertical-align: top;
        padding: 12px 0;
    }
    .mobile-view table tr.info td.more {
        padding:0;
    }
    .mobile-view table tr.info td.more a {
        color:#fff;
        display: block;
        padding: 6px 0;
        font-size: 22px;
        text-align: center;
    }

    .mobile-view table tr.info td.more.info a {
        color: #999;
    }

    .mobile-view table tr.info td.more.order a {
        color:#FF6600;
    }

    .mobile-view table tr.pricing td.price {
        font-family: 'FiraSans-Medium';
        font-size: 15px;
    }
    .mobile-view table tr.pricing td.price div {
        display: block;
    }
    .mobile-view table tr.pricing.now td.price {
        color: #50c8fa;
        vertical-align: top;
    }

    .mobile-view table tr.pricing.now td.price span.old-price {
        display: block;
        text-decoration: line-through;
        color: grey;
        font-family: 'FiraSans-Light';
        font-size: 15px;

    }

    .mobile-view table tr.pricing.old td.price {
        text-decoration: line-through;
        color: grey;
    }
    .mobile-view table tr.pricing td.payment {
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
    }
    .mobile-view table tr.pricing td.payment.after {
        color: #21ac5a;
    }

    .mobile-view tr.radios td.help {
        font-size: 14px;
    }
    .mobile-view tr.radios td.custom-radio {
        text-align: center;
    }
    .mobile-view tr.radios td {
        vertical-align: top;
    }
    .mobile-view table.packages tbody tr.order-button {
        border:0;
    }
    .mobile-view table.packages tbody tr.order-button td {
        padding: 10px 0;
    }
    .mobile-view table.packages tbody tr.order-button td input.button[type="submit"] {
        display: block;
        width: 100%;
    }

    .mobile-view table.packages .prod-name {
        font-size: 12px;
    }

    .row.mobile-view ul.product.manual li.title {
        padding:0 15px;
        color:#21ac5a;
        font-family: 'FiraSans-Medium',Arial;
        font-size: 22px;
        border-bottom: 0;
    }
    .row.mobile-view ul.product.manual li,
    .row.mobile-view ul.product li {
        padding:10px 15px;
    }
    .mobile-view .row.other-packages .info {
        padding: 15px;
    }
    .row.mobile-view ul.product.manual li div.order {
        padding: 20px 24px;
        font-size: 20px;
        color:#999;
    }
    .row.mobile-view .row.footer h1 {
        color:#21ac5a;
    }

    /* end mobile-view */

    .row.mobile-view .row.packages  {
        margin-bottom: 0;
    }
    .mobile-view ul.product.manual {
        border-top: 1px solid #f0f0f0;
    }
    .row.mobile-view ul.product.manual li .name {
        font-family: 'FiraSans-Medium',Arial;
        font-size: 18px;
        font-weight: normal;
        color:#666;
    }

    .row.mobile-view .row.title.domestic {
        background:none;
    }

    /** Product markup / Shop */
    .row.mobile-view div.product,
    .row.mobile-view div.product ul.product {
        min-height:0;
    }
    .row.mobile-view .products .product {
        margin:0 0 15px 0!important;
    }
    .row.mobile-view .row.title {
        padding:20px 10px;
    }
    .row.mobile-view .row.title .row.info {
        line-height: 165%;
        text-align: center;
        line-height: 165%;
        font-size: 16px;
        padding: 15px 0;
        color: #666;
    }
    .row.mobile-view .row.title h1.sub {
        font-family: 'FiraSans-Medium';
        margin: 5px 0 5px 0;
        font-size: 36px;
        text-align: center;
    }
    .row.mobile-view .row.title.domestic {
        background:none;
    }

    .row.mobile-view ul.product li {
        padding: 10px 15px;
        font-size: 14px;
    }
    .row.mobile-view ul.product .topic {
        line-height: 24px;
        background: none;
        padding-left: 0;
    }
    .row.mobile-view ul.product .topic .fa {
        color:#6db41d;
        font-size: 24px;
        padding-right: 5px;
    }
    .row.basic .footer {
        padding: 25px 15px;
    }
}
.row.main.title,
.mod-shop .row.title,
.mod-offer .row.title {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;

    height: 140px;
    display: flex;

    /* Center vertically */
    /** @see https://stackoverflow.com/questions/19371626/flexbox-not-centering-vertically-in-ie */
    align-items: center;
}
.mod-shop .row.photo {
    width: 100%;
    border-radius: 2px;
    box-shadow: 1px 2px 3px #dcdcdc;
    border: 1px solid #f3f3f3;
}
.mod-shop .products {
    padding-bottom:20px;
}
.mod-shop .products h2.category,
.mod-shop .banners h2 {
    margin: 30px 0;
}
.mod-shop .products h2.category:first-child,
.mod-shop .banners h2:first-child {
    margin-top:0;
}
.mod-shop .row.banners,
.mod-offer .row.banners {
    padding: 0 0 0 40px;
}
.row.title .collumns:last-child {
    padding: 0 0 0 40px;
}
.row.title .button-group {
    margin:0;
}
.button-group.checkout .button.transparent {
    padding: 9px 25px;
}
.mod-shop .row.banners .row.banner,
.mod-shop .row.banners .row.banbox,
.mod-shop .row.banners .row.interact {
    margin-bottom: 40px;
}
.mod-shop table tbody,
.mod-shop table tfoot,
.mod-shop table thead {
    border:0;
}

.mod-shop table thead tr {
    border-top: 1px solid #dcdcdc;
    background:#f0f0f0;
}
.mod-shop table thead tr,
.mod-shop table tbody tr {
    border-bottom: 1px solid #dcdcdc;
}
.mod-shop table.basket {

}
.mod-shop table.basket tr:nth-child(2n) {
    background: transparent;
}
.mod-shop table.basket tr.sub-foot {
    border-bottom:0;
}
.mod-shop table.basket tr.sub-foot td {

}

.mod-shop table th,
.mod-shop table td {
    padding: 15px 0;
    line-height: 100%;
}
.mod-shop table th:first-child,
.mod-shop table td:first-child {
    padding-left: 20px;
}
.mod-shop table td:last-child {
    padding-right: 10px;
    text-align: right;
}
.mod-shop table td.text-left {
    text-align: left!important;
}
.mod-shop table tbody td {
    line-height: 160%;
}
.mod-shop table th {
    color:#b3b3b3;
    font-weight: normal;
    text-align: left;
}

.mod-shop table a.product {
    color:#666;
    font-family: FiraSans-Regular;
}
.mod-shop table .price-old {
    text-decoration: line-through;
    color:#999;
}
.mod-shop table .txt-from {
    color:#ccc;
}
.mod-shop .products table a.button {
    padding:8px 20px;
    background: #f1f1f1;
    line-height: 20px;
    white-space: nowrap;
    font-family: FiraSans-Regular;
    font-weight: normal;
}
.mod-shop .products table a.button i {
    font-weight: normal;
}

@media screen and (max-width: 39.9375em) {
    .mod-shop .row.title {
        margin-bottom:20px;
        display: block;
        padding: 40px 0;
        height: auto;
    }
    .mod-shop table a.button {
        padding:4px 10px;
        font-size: 12px;
        color:#666;
        white-space: nowrap;
    }
    .mod-shop .products h2.category {
        margin: 20px 0;
    }

    .mod-shop .row.banners {
        padding:40px 0;
    }

    .mod-shop .products table a.button {
        padding: 3px 15px;
    }

    .button-group.checkout .button {
        width: auto;
        display: inline-block;
        padding: 5px 15px;
    }
    .button-group.checkout .button.transparent {
        padding: 5px;
    }
    .mod-shop table th:first-child,
    .mod-shop table td:first-child {
        padding-left: 5px;
    }

    .row.title .row.interact,
    .mod-shop .row.banners {
        padding:0;
    }

    .row.title .row.interact {
        padding: 20px 0;
    }
}
.mod-offer .orbit-image {
    max-height:286px;
}
/** START payment provider markup */
.mod-checkout .row.provider {
    padding:8px 0 8px 8px;
    margin: 0 10px 10px 0;
    line-height:25px;
    border:1px solid #D9D9D9;
    border-radius: 5px;
}
.mod-checkout .row.providers {
    margin-bottom: 20px;
}
.mod-checkout .row.providers .columns:nth-child(2n) div.provider {
    margin-right: 0;
}
.mod-checkout .row.provider a {
    color:#21ac5a;
    color:#333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    width:120px;
    font-size:14px;
}
.mod-checkout .row.provider .info {
    padding:5px 0 5px 10px;
    overflow:hidden;
    line-height: 150%;
}
.mod-checkout .row.providers .commission {
    font-size: 13px;
}
.mod-checkout .row.providers .commission.no {
    color: #999;
}
.mod-checkout .row.providers .commission.yes {
    color:red;
}

.mod-checkout .row.provider:hover {
    background:#d3eede;
    cursor:pointer;
}
.mod-checkout .row.provider:hover a {
    color:#000;
}

.mod-checkout .row.providers div.logo {
    width:60px;
}
.mod-checkout .row.providers div.logo div.img {
    width:50px;
    height:40px;
    margin:5px;
}
/** END START payment provider markup */

@media screen and (max-width: 39.9375em) {
    .mod-checkout .row.provider {
        margin-right:0;
    }

    .mod-checkout .row.form-box {
        padding: 0!important;
    }
}
.head-info div.rating {
    font-weight: bold;
}
.row.review {
    position: relative;
    background: none repeat scroll 0 0 #fff;
    margin: 25px 0 0;
    padding: 25px;
}

.row.review div.name {
    float: left;
    margin-right: 20px;
    text-align: left;
    width: 170px;
}
.row.about {
    margin-top:15px;
}
.row.about,
.row.score {
    font-size:12px;
    color:#999;
}
.row.review .review-details {
    float: left;
    width: calc(100% - 190px);
}

.row.review .review-full {
    line-height: 160%;
}
.row.review .review-details .row {
    padding:5px;
}

.row.review .review-details .review-short {
    font-weight: bold;
    font-size:120%;
    padding: 5px 5px 5px 45px;
}

.row.review .date-diff {
    position: absolute;
    right: 0;
    top:0;
    margin:15px;
    color:#c8c8c8;
    font-size:12px;
}

.row.review .row.date {
    color:#666;
    font-size:12px;
}


.row.review div.rating {
    float:left;
    margin-left: -40px;
    background: none repeat scroll 0 0 #ebf7eb;
    color: #090;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-right: 10px;
    overflow:hidden;
    font-family: 'FiraSans-Regular';
}
.row.review div.summary {
    display: block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'FiraSans-Regular';
}

/*** START - compact review overview */
ul.bullets,
ul.reviews {
    list-style-type:none;
    margin:0;
    padding:0;
}
ul.bullets li.not-in-use {
    line-height: 120%;
    padding: 7px 40px 10px 23px;
    background: url(/build/prod/images/check.223271d9.png) no-repeat scroll left 9px rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow:hidden;
}
ul.bullets li {
    line-height: 120%;
    padding: 7px 40px 10px 23px;
    background: url(/build/prod/images/check.223271d9.png) no-repeat scroll left 9px rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow:hidden;
}

ul.reviews li {
    display:block;
    width:100%;
    border: 1px solid #ccc;
    margin-bottom:15px;

    white-space: nowrap;
    overflow:hidden;
    height: 40px;
    padding: 0 0 0 41px;
}
ul.reviews li span.rating {
    margin-left: -41px;
}
ul.reviews li span.rating,
ul.reviews li span.title {
    float:left;
    display: block;
}
ul.reviews li span.title {
    width: 100%;
    padding: 0 5px;
    color:#000;
    line-height:40px;
}
ul.reviews li span.user {
    font-style:italic;
    padding-left:5px;
}
ul.reviews li span.rating {
    display:inline-block;
    border-right: 1px solid #ccc;
    width:40px;
    text-align:center;
    height:40px;
    line-height:40px;
    font-weight:bold;
    font-size:22px;
    background:#ebf7eb;
    color:#090;
}
ul.reviews li .date {
    color:#999;
    font-size:90%;
}
/*** END - compact review overview */

@media screen and (max-width: 39.9375em) {

    .row.reviews {
        padding: 15px 0;
    }

    .row.review {
        position: relative;
        padding: 10px;
        margin: 0 0 25px 0;
        border-left: none;
        border-right: none;
    }

    .row.user-footer {
        font-size: 12px;
        color: #999;
    }
    .row.user-footer .date {

    }

    .row.about {
        margin-top: 15px;
    }


    .row.about,
    .row.score {
        font-size: 12px;
        font-style: italic;
        color: #999;
    }

    .row.review .review-details {
        float: none;
        width: 100%;
    }

    .row.review .review-details .review-short {
        font-weight: bold;
        font-size: 120%;
    }

    .row.review .review-details br {
        display: none;
    }
    /*
    ul.reviews li {
        max-height: 40px;
        line-height: 40px;
        height: 40px;
        white-space: nowrap;
    }
    ul.reviews li span {
        height: 40px;
        line-height: 40px;
        float: left;
    }
    ul.reviews li {
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        margin-bottom: 15px;
        white-space: nowrap;
        overflow: hidden;
    }
    */
}
.row.basic .row.bgform {
    background-color: #e9ebee;
    padding-bottom: 25px;
}

.row.basic .row.bgmain {
    background-color: #e9ebee;
    padding: 25px 0;
}
.row.basic .info-box,
.row.basic .text-box {
    padding: 30px 0;
}
.row.basic .info-box p,
.row.basic .footer p {
    font-size:20px;
    font-family: 'FiraSans-Regular';
    text-align: center;
    padding: 10px 0;
    margin-bottom:0;
}
.row.basic .info-box p {
    color:#787878;
}
.row.basic p.footer-info {
    font-family: 'FiraSans-Light';
    font-size:16px;
    color:#333;
    padding: 0 0 10px 0;
    line-height: 2;
    text-align: left;
}
.row.basic p.sub-info,
.row.basic p.sub-info-center,
.row.basic p.sub-info-payment {
    font-family: 'FiraSans-Light';
    font-size:16px;
    line-height: 180%;
    text-align: left;
    margin-bottom: 10px;
}
.row.basic p.sub-info-payment,
.row.basic p.sub-info-center {
    text-align: center;
}

.row.basic p.sub-info-center {
    margin-bottom:0;
}

.row.basic .extra-info p {
    text-align: center;
}

.row.basic .footer {
    padding: 25px 0;
}
.row.basic .footer .button-group {
    margin: 0;
}
.row.basic .footer .button-group a {
    display: block;
    width: 100%;
    margin: 15px 0;
}

.row.basic h1.main {
    font-family: 'FiraSans-Medium';
    font-size: 48px;
    color:#21ac5a;
    text-align: center;
}
.row.basic h2.subtitle {
    font-family: 'FiraSans-Medium';
    text-align: center;
    font-size: 38px;
    color:#555;
}
.row.basic h3.subsub {
    font-family: 'FiraSans-Medium';
    text-align: center;
    font-size: 26px;
    color:#50c8fa;
    line-height: 15px;
}
.row.basic .row.discount {
    text-align: center;
    font-family: FiraSans-Light;
    padding-right: 5px;
    color: #d3251c;
    font-size: 14px;
    line-height: 27px;
}
.row.basic .row.discount .strike {
    text-decoration: line-through;
}
.row.basic .row.discount .remove {
    font-size: 14px;
}
.row.basic .logo {
    font-size: 22px;
    color: #333;
    word-spacing: -2px;
}

.row.basic .info-box p.action-code {
    color: green;
    font-size: 14px;
    padding: 0px;
    font-family: 'FiraSans-Light';
}
.row.basic .info-box p.action-code a {
    color: green;
}
.row.basic .input-group input[type="text"] {
    border: 1px solid #cacaca;
    border-right: 0;
    border-radius: 0;
    font-size: 16px;
}
.row.basic .input-group {
    margin-bottom: 0;
    font-family: 'Arial';
    font-size: 13px;
}
.row.basic .input-group .input-group-button {
    background:#fe842c;
    font-size: 12px;
}
.row.basic .voucher-form .message-container {
    margin-top:15px;
}
.row.basic .voucher-box .action-code {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.row.basic .voucher-box .cancel-link {
    text-decoration: underline;
    color:#666;
}
.row.basic .input-group .input-group-button button {
    padding: 0 10px;
    color:#fff;
    font-family: 'Arial';
    font-size: 13px;
    line-height: 100%;
    cursor: pointer;
}
.row.basic .voucher-form {
    margin:10px 0;
}

.row.basic .help-box .highlight {
    font-family: 'FiraSans-Regular';
}
.row.basic .help-box,
.row.basic .form-box {
    background:#fff;
    margin:25px 0;
    padding: 25px;
}
.row.basic .help-box {
    text-align: center;
}
.row.basic .help-box h2 {
    font-size: 22px;
    text-align: center;
    margin: 15px 0 25px 0;
}
.row.basic .help-box .submit-group {
    margin: 25px 0 0 0;
}
.row.basic .help-box p {
    font-size: 16px;
    line-height: 180%;
    color: #444;
}
.row.basic .help-box .todo {
    font-family: 'FiraSans-Regular';
}
.upload-form .row.form-submit {
    border:0;
    padding:0;
}
.row.basic .upload-form .submit-group {
    margin:0;
    padding:0;
}

.row.basic .error {
    color:red;
}
.row.basic .success {
    color:green;
}
.row.basic .flash-message.error {
    color:#fff;
}
.row.basic .form .row.form-element.fieldset.error {
    border: 1px solid #d7190a;
    padding: 10px 0 0 0;
}
.row.basic .form .row.form-element.error .group {
    padding: 0 10px;
}
.row.basic .form .row.form-element.fieldset.error legend {
    padding: 0 10px;
}

.row.basic .full-form .row.form-submit {
    border:0;
    margin: 0;
}

/** Full screen form markup */
.row.basic h2.section-open {
    font-size: 24px;
    margin: 25px 0 10px 0;
    padding: 0;
    border-bottom: 0;
    font-weight: normal;
}
.row.basic .min-margin .form-section:first-child h2 {
    margin-top:10px;
}
.row.basic fieldset {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.row.basic .row .row.group {
    padding: 0;
}
.row.basic .form .row.form-element {
    overflow: hidden;
    padding: 5px 0;
}
.row.basic .form .form-element.static {
    line-height: 180%;
    color: #444;
}
.row.basic .form .row.form-element .key,
.row.basic fieldset legend {
    font-family: 'FiraSans-Regular';
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 5px 0;
    font-size: 13px;
    text-transform: uppercase;
    color:#787878;
    font-weight: normal;
}
.row.basic .form .row.form-element label {
    padding:0;
}
.row.basic fieldset {
    margin-bottom: 10px;
}
.row.basic .form .row.form-element .value {
    display: block;
}
.row.basic .row.helper {
    font-size: 12px;
    padding: 0 0 15px 0;
    text-align: right;
}
.row.basic .form .group-form-element {
    display: block;
}
.row.basic .form .group-form-element label {
    display: inline;
    padding:0;
    vertical-align: baseline;
    margin-left: 5px;
}
.row.basic .form input[type="checkbox"] {
    display: inline;
    vertical-align: baseline;

}
.row.basic input[type="text"],
.row.basic input[type="password"],
.row.basic input[type="number"],
.row.basic input[type="email"],
.row.basic input[type="tel"],
.row.basic textarea,
.row.basic select {
    font-size: 18px;

    border: none;
    border-radius: 5px;
    box-shadow: none;
}
.row.basic .form .help {
    border:0;
    padding: 10px 0;
}

.row.basic .form .row.form-element label {
    color: #444;
    font-size: 14px;
}
.row.basic select {
    background-position: right center;
    height: auto;
}

.row.basic .button {
    border-radius: 5px;
}

.row.basic .row.submit-group .button {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top:0;
}

.row.basic h2.subtitle {
    font-size: 34px;
    margin:0;
    padding:0;
    color:#666;
    text-align: center;
}
.row.basic h2.subtitle.medium {
    font-size:28px;
}
.row.basic h2.subtitle .price {
    position: relative;
    display: inline-block;
}
.row.basic h2.subtitle .price-old {
    display: block;
    font-family: FiraSans-Regular;
    padding-right: 5px;
    color: #d3251c;
    font-size: 12px;
    line-height: 27px;
}
.row.basic h2.box-heading {
    font-size: 24px;
    margin: 25px 15px;
    padding: 0;
    font-weight: normal;
    color:#555;
}
.row.basic .price-afterwards {
    text-align:center;
    display: block;
    color:#d3251c;
}

.row.basic p.afterpay {
    font-size: 14px;
    font-family: FiraSans-Light;
    text-align: center;
    line-height: 180%;
    color:#d3251c;
}
.row.basic .package-info {
    margin-top: 25px;
    padding: 10px 0 0 0;
    border-top: 1px solid #f0f0f0;
}
.row.basic .package-info h3 {
    font-family: FiraSans-Medium;
    font-size: 26px;
    text-align: center;
}
.row.basic .package-info p.short {
    font-family: FiraSans-Regular;
    font-size: 16px;
    text-align: left;
    line-height: 170%;
    color:#333;
}
.row.basic .package-info p.long {
    font-family: FiraSans-Light;
    font-size: 16px;
    text-align: left;
    color:#000;
    line-height: 170%;
}
.row.basic p.afterpay-info {
    font-family: FiraSans-Light;
    font-size: 14px;
    color:#d3251c;
    line-height: 180%;
    border: 1px solid #e9ebee;
    background: #fff2f2;
    padding: 15px;
    text-align: center;
    margin-top: 5px;
}

.row.gui-help {
    text-align: center;
    color:#555;
    font-size: 13px;
    line-height: 14px;
}
.row.gui-help i {
    font-size: 14px;
    color:#999;
}

.row.basic .accordion {
    border:none;
    background: none;
}
.row.basic .accordion li.accordion-item {
    margin-bottom: 10px;
    background:#fff;
}
.row.basic .accordion-title {
    background:none;
    border:0;
    padding: 18px 15px;
    color:#555;
    font-size:18px;
    font-family: 'FiraSans-Regular';
}
.row.basic .accordion-title:hover {
    color:#666;
}
.row.basic .accordion-content {
    border:0;
    font-size: 16px;
    line-height: 180%;
    color: #333;
    padding: 10px 20px;
    font-family: 'FiraSans-Light';
}
.row.basic .is-active .accordion-title {
    background: none!important;
    border-bottom:0;
}
.row.basic .accordion-title .fa-check {
    color: #6db41d;
    font-size: 20px;
    margin-right: 12px;
}
.row.basic .accordion-title::before {
    font-size:14px;
    font-family: FontAwesome;
    content: '\F078';
    color:#999;
}
.row.basic .is-active > .accordion-title::before {
    font-size:14px;
    font-family: FontAwesome;
    content: '\f077';
}


/** START payment provider markup */
.row.basic .row.provider {
    padding: 15px 10px;
    margin: 15px 0;
    background:#fff;
    position: relative;
    overflow: hidden;
}
.row.basic .row.providers .columns:nth-child(2n) div.provider {
    margin-right: 0;
}
.row.basic .row.provider a {
    color:#333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    font-size:14px;
}
.row.basic .row.provider .info {
    padding:5px 0 5px 10px;
    overflow:hidden;
    line-height: 150%;
}
.row.basic .row.provider .select {
    text-align: right;
    line-height: 50px;
    padding-right:15px;
    color:#999;
}
.row.basic .row.provider:hover .select {
    color:#555;
}
.row.basic .row.providers .commission {
    font-size: 13px;
}
.row.basic .row.providers .commission.no {
    color: #999;
}
.row.basic .row.providers .commission.yes {
    color:red;
}

.row.basic .row.provider:hover {
    cursor:pointer;
    -webkit-transform:scale(1.049,1.049);
    -moz-transform:scale(1.049,1.049);
    -ms-transform:scale(1.049,1.049);
    transform:scale(1.049,1.049);
    transition:all .1s ease-in 0s;
    -webkit-box-shadow:1px 1px 12px 0 rgba(0,0,0,.4);
    -moz-box-shadow:1px 1px 12px 0 rgba(0,0,0,.4);
    box-shadow:1px 1px 12px 0 rgba(0,0,0,.4);
}

.row.basic .row.provider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.basic .row.provider:hover a {
    color:#000;
}
.row.basic .row.providers .row.info {
    padding: 5px 0 0 20px;
}
.row.basic .row.provider .total {
    font-size: 12px;
    line-height: 180%;
    text-align: right;
    padding-right: 15px;
    white-space: nowrap;
}
.row.basic .row.provider .title {
    font-size: 13px;
    text-align: left;
}
.row.basic .row.provider .costs {
    font-family: FiraSans-Medium;
    font-size: 24px;
    color: #f77c26;
    text-align: right;
    padding-right: 15px;
    line-height: 100%;
}
.row.basic .row.provider .icon {
    font-size: 2em;
    text-align: center;
    display: block;
}
.row.basic .row.provider .icon-svg {
    /*
    background: url(../svg/house.svg) center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    */
    text-align: center;
    line-height: 30px;
    color:#fff;

    font-family: 'FiraSans-Medium';
    font-size: 16px;

    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin: 0 auto;

    /*
    border: 3px solid #999999;
    background-color: #999999;
    */
    border: 3px solid #21ac5a;
    background-color: #21ac5a;
}
/*
.row.basic .row.provider .icon-svg.full,
.row.basic .row.provider .icon-svg.half {
    background-color: #21ac5a;
    border-color: #21ac5a;
}
*/

.row.basic .row.providers div.logo div.img {
    width:50px;
    height:40px;
    margin:5px;
}
/** END START payment provider markup */

.row.basic p.small {
    font-family: 'FiraSans-Light';
    font-size: 16px;
}

/** select2 markup */
.row.basic .select2-container,
.row.basic .select2-container li {
    font-family: 'FiraSans-Light';
    font-size: 18px;
}
.row.basic .select2-results__option {
    padding:10px;
}
.row.basic .select2-container--default .select2-selection--single {
    border: none;
    box-shadow: none;
    line-height: 140%;
    padding: 10px;

    border-radius: 5px;
}
.row.basic .select2-container li {
    font-size: 18px;
}
.row.basic .error .select2-container--default .select2-selection--single {
    border:0;
}
.row.basic .select2-container--open .select2-dropdown--above,
.row.basic .select2-container--open .select2-dropdown--below {
    border-radius: 0!important;
}
.row.basic .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 18px 15px;
}
.row.basic .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 140%;
}
.row.basic .select2-dropdown {
    border: 1px solid #dcdcdc;
    font-size: 13px;
}
.row.basic .select2-search.select2-search--dropdown {
    padding: 6px;
}
.row.basic .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.row.basic .select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
}


input.datepicker:disabled,
input.datepicker[readonly] {
    background-color: #fff;
    cursor: auto;
}

.row.basic table.overview {
    width:100%;
}
.row.basic table.overview tr {
    border:0;
}
.row.basic table.overview td,
.row.basic table.overview th {
    text-align: left;
    padding: 10px 5px;
    vertical-align: middle;
}
.row.basic table.overview div.thumb {
    width: 40px;
    height: 30px;
    overflow: hidden;
    background:#999;
}
.row.basic table.overview div.thumb img {
    width: 40px;
    height: 30px;
    line-height: 100%;
}
/*
.mh-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.mh-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.mh-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.mh-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
*/

@media (max-width: 1024px) {

    .row.basic .row.provider .total,
    .row.basic .row.provider .costs {
        padding-right: 0;
    }

    .row.basic .form-contain {
        padding: 0 15px;
    }
    .row.basic .info-box,
    .row.basic .text-box {
        padding: 25px 20px;
    }
    .row.basic .extra-info {
        padding: 0 20px;
    }
    .row.basic .forms-box {
        padding: 0 15px;
    }

    .row.basic .row.bgform,
    .row.basic .footer {
        padding: 0 15px 25px 15px;
    }
    .row.basic .info-box p {
        font-family: 'FiraSans-Light';
        font-size:16px;
        padding: 15px 0;
    }
    .row.basic p.afterpay-info {
        padding: 10px;
    }
    .row.basic .package-info p.short,
    .row.basic .package-info p.long {
        font-size: 15px;
    }
    .row.basic p.afterpay {
        font-size: 14px;
        text-align: left;
    }
    .row.basic p.footer-info {
        font-family: 'FiraSans-Light';
        padding: 25px 0 15px 0;
        line-height: 2;
    }
    .row.basic h1.main {
        font-size: 38px;
        padding:0;
        margin:0;
    }

    .row.basic h2.subtitle {
        font-size: 28px;
        padding:0;
        margin:5px 0;
    }
    .row.basic h2.section-open {
        font-size: 22px;
    }

    .row.basic .select2-container,
    .row.basic .select2-container li {
        font-family: 'FiraSans-Light';
        font-size: 16px;
    }
    .select2-container li {
        font-size: 14px;
    }
    .row.basic .select2-container--default .select2-selection--single .select2-selection__arrow {
        padding: 15px;
    }

    .row.basic input[type="text"],
    .row.basic input[type="number"],
    .row.basic input[type="email"],
    .row.basic input[type="tel"],
    .row.basic textarea,
    .row.basic select,
    .row.basic select option {
        font-size: 16px;
        padding:10px;
        border: none;
        border-radius: 5px;
        box-shadow: none;
        outline: 0;
    }
    .row.basic .form .form-element.static,
    .row.basic .form .row.form-element label {
        color: #444;
        font-family: 'FiraSans-Light';
        font-size: 14px;
        line-height: 190%;
    }

    .row.basic .form .row.form-element .key {
        font-size: 12px;
        color:#666;
    }

    .row.basic .form input[type="checkbox"] {
        margin-top: -1px;
        vertical-align: middle;
    }

    .row.basic .form .form-submit {
        border-top: 0;
        margin:0;
        padding: 15px 0;
    }

    .row.basic .upload-form .form .form-submit {
        padding:0;
    }

    /* .row.basic.mobile-optimize .form-box { */
    .mobile-optimize table tr td {
        padding: 15px 5px;
    }


}
.row.basic .products .columns {
    padding: 0 15px;
}
.row.basic .products .columns:first-child {
    padding-left:0;
}
.row.basic .products .columns:last-child {
    padding-right:0;
}


.row.basic ul .row.pricing.final {
    text-align:left;
}
.row.basic ul.product li button,
.row.basic ul.pricing li *.button {
    display:block;
    width:100%;
    margin:0;
}
.row.basic .row.pricing .row.price span {
    vertical-align:middle;
    line-height: 32px;
}
.row.basic .row.pricing .vat {
    padding: 0;
    color: #888;
    font-size: 12px;
}
.row.basic .row.pricing span.price {
    /*
    font-family:'Antartida-Bold';
    */
    font-family: 'FiraSans-Regular';
    font-size:34px;
    color:#50c8fa;
}
.row.basic .row.pricing span.price-old {
    display: inline-block;
    padding-right:5px;
    color:#d3251c;
    font-size: 12px;
    line-height: 27px;
}
.row.basic .row.pricing span.price-old .strike {
    text-decoration: line-through;
}
.messenger-bg {
    background-color: #fff;
    height: calc(100vh - 250px);
    min-height: 500px;
    width: 100%;
    position: relative;
    padding: 25px 0;
    overflow: hidden;
}
.messenger-root {
    position: relative;
    margin:0 auto;
    display:flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: 100%;
    max-width: 1280px;

    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #e3e3e3;
    background-clip: padding-box;
    transition: bottom .5s;
}
.messenger-root .left-unit {
    width: 33%;
    min-width: 300px;
    border-right: 1px solid #e3e3e3;
    padding-top:65px;
    position: relative;
}

.messenger-root .right-unit {
    background-color: #f0efed;
    -webkit-flex: 1;
    flex:1;
    position:relative;
    border-right: 1px solid #e3e3e3;
}

.messenger-root .left-unit header {
    display: block;
    width:100%;
    height: 65px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 21px;
    line-height: 20px;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
}
.left-unit .title-box {
    position: relative;
    line-height: 65px;
    height: 65px;
    text-align: center;
    padding:0 25px;
}
.left-unit .title-box i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 65px;
    float: left;
    cursor: pointer;
    color:#666;
    min-width: 65px;
    text-align: center;
}
.left-unit .search-box {
    padding:10px;
}
.left-unit .search-box input {
    margin:0;
    height: 45px;
}
.left-unit .input-group-label {
    font-weight: normal;
    background: none;
    border:0;
    color:#666;
    min-width: 65px;
    text-align: center;
}
.left-unit .search-box input.button[type="submit"] {
    background: #dcdcdc;
    color: #797979;
    outline: 0;
}
.left-unit .search-box input:focus {
    outline: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

/*
.messenger-root .right-unit .conversation-root {
    position:absolute;
    width:100%;
    height:100%;
    padding: 10px 20px;
    overflow-y: auto;
}
*/

.conversation-root .placeholder-root {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #a1a1a1;
}
.placeholder-root .placeholder-body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.placeholder-body .head {
    font-size: 45px;
}


.right-unit .conversation-root {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width:100%;

}
.conversation-root > article {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    background-color: #f0efed;
    position: relative;
}

.conversation-root header {
    position: relative;
    z-index: 10;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    /*
    display: table;
    border-collapse: collapse;
    width: 100%;
    */
}

.conversation-root header .sender-info {
    height: 65px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 21px;
    line-height: 65px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}

.conversation-root header .mail-info {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 5px 0;
    background: #fafbfb;
    color: #333;
    outline: 0;
    font-size: 14px;
}
.conversation-root header .mail-info .rows {
    display: block;
    height: 30px;
    padding: 5px 20px;
}

.conversation-root header .art {

    width: 36px;
    height: 36px;
    padding: 4px 0;
    font-size: 28px;
    line-height: 22px;

    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid transparent;

    background: #e3e3e3;
    color: #fff;
}

.conversation-root footer {
    background:#fff;
}
.conversation-root footer .keyboard {
    position: relative;
}
footer .send-message {
    position: absolute;
    z-index:10000;
    right:0;
    top:0;
    display: inline-block;

    padding: 0;
    height: 48px;
    width: 48px;
    margin: 8px 8px 0 0;
    background: #0082e6;
    box-shadow: inset 0 -2px 0 0 #116db4;
    color: #fff;

    cursor: pointer;
}
footer .user-add {
    padding: 10px 10px 10px 75px;
    position: relative;

    /*
    background:#21ac5a;
    box-shadow: 0px 2px 5px 0px #0f7137 inset;
    */
    background:#fff;
    border-bottom:1px solid #dcdcdc;
    border-top:1px solid #dcdcdc;

    color:#666666;
}
footer .user-add .illustration {
    float: left;
    margin-left: -75px;
    width: 75px;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
footer .user-add.house .illustration {
    background: url(/build/prod/images/sold.ff5f0a00.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center center;
}
footer .user-add.mortgage .illustration {
    background: url(/build/prod/images/mortgage.c7d2c45b.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center center;
}
footer .user-add .pitch {
    float: left;
    font-size: 14px;
}
footer .user-add .pitch .item {
    display: inline-block;
    color: #000;
    border-radius: 5px;
    border: 1px solid #21ac5a;
    padding: 0 5px;
    font-size: 12px;
    margin-right: 5px;
}
footer .user-add .pitch .items {
    padding: 2px 0 0 0;
}
footer .user-add .pitch .value {
    font-weight: bold;
    color:#222;
}
footer .user-add h2 {
    font-size: 18px;
    margin:0;
    padding:0;
}
footer .user-add a.button {
    position: absolute;
    right:0;
    top:0;
    margin: 15px;
    padding: 8px 20px;
    line-height: 20px;
}

.conversation-root .conversation-body {
    padding: 0 25px 25px 25px;
}
.conversation-root ol.root {
    list-style-type: none;
    margin:0;
    padding:0;
}
.conversation-root ol.root li {
    display: block;
    margin: 10px 0;
}

.messenger-root .message-list {
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    height:100%;
}
.messenger-root .conversation {
    padding: 10px 10px 10px 90px;
    min-height: 94px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.messenger-root .conversation:hover {
    background: #f0efed;
}
.messenger-root .conversation.active,
.messenger-root .conversation.active:hover {
    background:#e4edf5;
}
.messenger-root .ajax-load {
    cursor: pointer;
}
.messenger-root .conversation .receive-date {
    position: absolute;
    right:10px;
    bottom:2px;
    font-size: 12px;
    color: #9b9b9b;
}


.messenger-root a.browse-back {
    font-size: 1em;
}
.messenger-root .conversation .thumb {
    width: 60px;
    height: 60px;
    margin-left: -80px;
    float: left;
    position: relative;
}
.messenger-root .conversation .meta {
    float: left;
    border-right: 10px solid transparent;
    display: block;
    width: 100%;
    position: relative;
}
.messenger-root .conversation .meta .subject {
    font-family: FiraSans-Regular;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
    line-height: 140%;

}
.messenger-root .conversation .meta .from {
    font-family: FiraSans-Medium;
    font-size: 13px;
    color:#111;
}
.messenger-root .conversation .meta .last-msg {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color:#9b9b9b;
}
.messenger-root .conversation .meta .last-msg .seen {
    float: left;
    margin-right: 4px;
    font-size: 1em;
    font-weight: normal;
    color: gray;
}
.messenger-root .conversation .meta .last-msg .seen.yes {
    color: green;
}
.messenger-root .conversation .meta .last-msg .seen i.second {
    margin-left: -10px;
}

.messenger-root .conversation .meta .badge {
    position: absolute;
    right: 0;
    top:0;
}


.messenger-root .conversation .thumb img {
    width: 60px;
    height: 60px;
}
.messenger-root .conversation .thumb .art {
    position: absolute;
    right: -10px;
    bottom: 5px;
    width: 28px;
    height: 28px;
    padding: 3px 0;
    font-size: 21px;
    line-height: 20px;
    background: #e3e3e3;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.conversation-body .date-heading {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    font-weight: 400;
    text-align: center;
    margin: 15px 0;
    text-transform: lowercase;
}
.conversation-body .message {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    word-wrap: break-word;
    max-width: 60%;
    min-width: 10%;
    padding: 10px 10px 30px 10px;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    text-align: left;
}
.conversation-body .msg-content,
.conversation-body .full-body {
    max-width: 100%;
    min-width: 65px;
    word-wrap: break-word; /* IE */
    word-break: break-all;
}
.conversation-body .message-container {
    display: block;
    margin: 10px 0;
}
.conversation-body li.you .message {
    border-bottom-left-radius: 0;
    background: #fff;
}
.conversation-body li.me .message {
    border-bottom-right-radius: 0;
    background: #fff0c3;
}
.conversation-body .message .read-yes {
    color:green;
}
.conversation-body li.me {
    text-align: right;
}
.conversation-body .show-full .toggle-box {
    display: inline-block;
    padding: 5px 0 0 0;
    font-size: 13px;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.conversation-body .show-full .toggle-box .fa {
    font-size: 14px;
    width: 14px;
    text-align: center;
}
.conversation-body .show-full .full-body {
    color:#999;
    font-size: 13px;
}

.conversation-body li.you .message::after {
    content: "";
    border-bottom: 7.5px solid #fff;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    position: absolute;
    left: -7.5px;
    bottom: 0;
    width: 0;
    height: 0;
}
.conversation-body li.me .message::after {
    content: "";
    border-bottom: 7.5px solid #fff0c3;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    position: absolute;
    right: -7.5px;
    bottom: 0;
    width: 0;
    height: 0;
}
.conversation-body .message .meta {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}
.conversation-body .msg-audio {
    padding: 25px 0 0 0;
}
.content-editable {
    display:inline-block;
    width: 100%;
    cursor: text;
    padding: 22px 10px 18px 10px;
    color: #333;
    min-height: 64px;
    max-height: 160px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-all;
    word-break: break-word;
}
.content-editable-disabled {
    padding: 22px 10px 18px 10px;
    color:red;
}
.content-editable:empty::before {
    content: attr(placeholder);
    display: block; /* For Firefox */
    color: #9b9b9b;
}
.content-editable:empty:focus:before {
    content: " ";
}
.browse-back {
    display: none;
}

@media screen and (max-width: 39.9375em) {

    .messenger-bg {
        position: absolute;
        top: 55px;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        padding:0;
    }
    .browse-back {
        display: inline-block;
        width: 30px;
        color: #666;
        font-size: 24px;
    }

    .content-editable:empty::before {
        content: "Schijf hier je bericht";
    }

    .conversation-body .message {
        max-width: 85%
    }

    .conversation-root header .sender-info {
        font-size: 18px;
    }

    .conversation-root header .art {
        width: 32px;
        height: 32px;
        padding: 0;
        font-size: 24px;
        line-height: 20px;
    }

    .messenger-root {
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
    .messenger-root .unit-off {
        display: none;
    }
    .messenger-root .unit-on {
        width: 100%;
    }
    .messenger-root a.browse-back {
        display: inline-block;
    }
    footer .user-add .pitch {
        color:#333;
        font-size: 13px;
    }
    footer .user-add a.button {
        margin: 15px;
        padding: 8px 15px;
        line-height: inherit;
        font-size: 12px;
    }
}

.mod-property .row.header {
    padding: 25px 0;
    display: flex;
    align-items: center;
    height: 140px;
}
.mod-property .callout {
    margin: 15px 0;
}
.mod-property .callout-header {
    padding: 25px 0 0 0;
}
.mod-property .callout-header div.callout {
    margin:0;
}
.mod-property .row.header .col {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.row.header .row.contact {
    padding-left: 40px;
}
.mod-property .row.header .thumb {
    padding: 10px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    background: #fff;
    line-height: 0;
}
.mod-property .row.header .thumb img {
    width: 120px;
    height: 80px;
}

.mod-property .row.header h1.title {
    margin:0;
    padding: 10px 0;
}

.mod-property .row.header .url a,
.mod-property .row.header .url i {
    color:#666;
}
.mod-property .row.header .url a {
    text-decoration: underline;
}
.mod-property .row.menu-container {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.mod-property .row.form-panel {
    margin-top:25px;

}

.mod-property .row.submenu ul.menu li {
    font-family: FiraSans-Light;
    display: block;
    float: left;
    font-size: 14px;
}
.mod-property .row.submenu ul.menu li.right {
    float: right;
}
.mod-property .row.submenu ul.menu li a {
    color:#666;
    padding: 17px 15px 14px 15px;
    line-height: 20px;
    border-bottom: 3px solid #fff;
}
.mod-property .row.submenu ul.menu .active > a {
    background: transparent;
    border-bottom: 3px solid #666666;
}
.mod-property .row.submenu ul.menu li a .fa {
    display: none;
}
.mod-property .row.submenu ul.menu li a.button .fa {
    display: initial;
}
.mod-property .row.submenu ul.menu li a.button {
    padding: 10px 25px;
    margin: 10px 0;
    border: none;
    line-height: 100%;
    background: #f4f4f4;
    color:#666;
}

/* Start controls markup */
.mod-property .row.control-container {
    padding: 0 0 15px 0;
}

.mod-property .inbox .row.control-container {
    padding: 15px 0;
}

.mod-property .row.controls {
    text-align: right;
    margin-top: 15px;
}
.mod-property .row.controls.no-margin {
    margin-top: 0;
}
.mod-property .row.controls ul.menu.filter {
    float: left;
}
.mod-property .row.controls ul.menu.pager {
    float: right
}
.mod-property .row.controls ul.menu li a {
    padding: 12px 15px;
    line-height: 100%;
}
.mod-property .row.controls ul.menu li.current {
    background: transparent;
}
.mod-property .row.controls ul.menu li.unavailable a {
    color:#eee;
}
.mod-property .row.controls ul.menu li {
    margin:0!important;
    padding:0!important;
}
.mod-property .row.controls ul.menu li a {
    color:#666;
}
.mod-property .row.controls ul.menu .active > a {
    background: #eee;
}
.mod-property .row.controls ul.menu li.first,
.mod-property .row.controls ul.menu li.last {
    display: none;
}


.mod-property .row.padding-top {
    padding-top:35px;
}

.mod-property .row.process-status {

}
:last-child > .accordion-content:last-child {
    border-bottom: 0;
}

ul.accordion {
    border-bottom: 1px solid #e6e6e6;
}
.accordion-content {
    border-left:0;
    border-right:0;
}
.mod-property .accordion-title,
.mod-wizard .accordion-title {
    color:#666;
    font-family: "FiraSans-Regular", Arial;
    font-size: 15px;
    background:#f8f8f8;
    border-left:0;
    border-right:0;
}
.mod-property .accordion-title i,
.mod-wizard .accordion-title i {
    font-size: 14px;
}

/** Start file upload (global) */
table.file-upload tbody,
table.file-upload tfoot,
table.file-upload thead {
    border: none;
}
table.file-upload tbody td {
    padding: 15px 0;
    vertical-align: middle;
}
table.file-upload div.thumb {

}
table.file-upload div.thumb img {
    width: 100px;
    height: 67px;
    padding: 4px;
    border: solid 1px #ccc;
    background: #fff;
}
/** End file upload */

table.stats td {
    font-size: 13px;
}
table.stats div.progress {
    margin-bottom: 0;
}
table.stats div.progress-meter {
    background:#b5d60d;
    color:#000;
    font-size: 12px;
}

.stats-header {
    padding: 0 0 15px 5px;
    line-height: 160%;
}

table.stats th,
table.stats td {
    padding: 15px 0;
}
table.stats th:first-child,
table.stats td:first-child {
    padding: 15px 10px;
}

@media screen and (max-width: 39.9375em) {

    .mod-property .row.form-panel {
        margin-top:0;
    }
    .mod-property .row.inline-form {
        padding: 0 15px;
    }
    .mod-property .row.form-panel .form-section h2 {
        margin:0;
        padding: 5px 0 20px 0;
    }

    .mod-property .accordion-content {
        padding: 10px 15px;
    }

    .mod-property .row.pager-container {
        text-align: center;
    }
    .mod-property .row.pager-container ul.menu.mobile.pager {
        display: inline-block;
        float: none;
    }
    .mod-property .row.controls {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        background:#fff;
    }
    .mod-property .row.control-container {
        background:#f0efed;
    }

    .mod-property .row.controls ul.menu.mobile-right {
        float: right;
    }

    ul.menu.control li a {
        padding: 12px 15px;
    }

    .row.stats-menu {
        padding: 15px 0 0 0;
    }

    .mod-property ul.menu.stats.period li a {
        min-height: 65px;
        line-height: 20px;
        padding:10px 0;
    }

    table.stats div.progress {
        display: none;
    }

    .mod-property ul.menu.stats.filter li a {
        font-size: 0;
    }
    .mod-property ul.menu.stats.filter li a .fa {
        font-size: 14px;
    }

    .mod-property .callout-header {
        padding: 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .mod-property .callout-header .callout {
        border:0;
    }

    .mod-property .callout-header .callout .no-large {
        display: inline-block;
    }

    .mod-property .row.submenu ul.menu.mobile-no-text li a {
        font-size: 0;
    }
    .mod-property .row.submenu ul.menu li a {
        display: inline-block;
        font-size: 0;
        padding: 12px 18px;
        line-height: 0;
        color: #333;
    }
    .mod-property .row.submenu ul.menu li a {
        border:0;
        color:#666;
    }
    .mod-property .row.submenu ul.menu .active > a {
        border:0;
        background:#eee;
    }
    .mod-property .row.submenu ul.menu li a:hover {
        background:#e6e6e6;
    }
    .mod-property  .row.layout ul.menu li a .fa {
        font-size: 14px;
        display: inline;
    }
    .mod-property .row.submenu ul.menu.menu.simple li + li {
        margin:0;
        padding:0;
    }
    .mod-property .row.menu-container {
        padding:0;
        margin:0;
        border-top: none;
    }
    .mod-property .row.menu-tabs {
        padding:0;
        margin: 15px 0;
        background:#fff;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
    .mod-property ul.form-menu li.active a {
        background:#eee;
    }

    .mod-property .row.form-submit {
        padding: 0;
        margin: 15px 0 0 0;
    }
    .mod-property .form-submit .row.submit-group {
        padding: 15px 0;
    }


    .mod-property .form-submit .button,
    .mod-property .form-submit input.button[type="submit"] {
        display: inline-block;
        width: auto;
        float: left;
        padding: 9px 15px;
        font-weight: normal;
    }
}

.box-container {
    padding: 20px 0!important;
}
.msg-help-box {
    padding: 25px;
    background:#fff;
}
.top-tabs {
    list-style-type: none;
    margin:0;
    padding:0;
}
.top-tabs li {
    float: left;
}
.top-tabs li a {
    display: block;
    padding: 10px 25px;
    color: #666;
}
.top-tabs li.active a {
    background:#fff;
    color: #333;
}


/** Begin header with property photo */
.messenger .row.header .thumb {
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fff;
    line-height: 0;
}
.messenger .row.header .thumb img {
    width: 120px;
    height: 80px;
}
.messenger .row.header .col {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.messenger .row.header h1.title {
    margin: 0;
    padding: 10px 0;
}


.messenger .row.actions {
    margin-top: 15px;
    margin: 10px -5px 0 -5px;
}
.messenger .row.actions ul.buttons {
    list-style-type: none;
    margin:0;
    padding:0;
    width: 100%;
}
.messenger .row.actions ul.buttons li {
    width: 33.3%;
    padding:5px;
    margin:0;
    float: left;
}
.messenger .row.actions ul.buttons li .button {
    display: block;
    padding: 11px 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {

    .messenger .row.header .col {
        margin:0;
    }
    .messenger .row.header .col.thumb {
        margin:0;
        padding:2px;
    }
    .messenger .row.header .thumb img {
        width: 75px;
        height: 50px;
    }
    .messenger .row.header .col.address {
        padding: 0 0 0 5px;
    }
    .messenger .row.header h1.title {
        margin: 0;
        padding: 2px 0 0 0;
    }


    .messenger .basic .row.header h1.title {
        font-family: FiraSans-Regular;
        font-size: 24px;
    }
    .messenger .basic .row.header {
        padding:0;
        height: auto;
    }
    .messenger .basic .info-box {
        padding: 25px;
    }
    .messenger .basic .row.bgform {
        padding: 5px 10px;
    }
    .msg-help-box {
        padding: 15px 25px;
    }
}
.mod-dashboard .row.title {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    height: 140px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 39.9375em) {
    .mod-dashboard .row.title {
        margin-bottom: 20px;
        display: block;
        padding: 40px 0;
        height: auto;
    }
}
.row.col-container {
    padding: 0 0 25px 0;
}

.row.cards {
    margin: 0 -5px;
}

.row.col-container .card {
    margin: 0 5px;
}
.row.col-container .card.link:hover {
    background: #f1f1f1;
}

.row.banners.col-right {
    padding: 0 0 0 40px;
}

.row.banner {
    min-height: 300px;
    padding: 20px;
    position: relative;
}

.row.banner h1 {
    font-size: 38px;
}

.row.banner .row.footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.row.banner .button {
    display: block;
}

.row.banner table th,
.row.banner table td {
    padding: 8px 10px;
}

.row.banner table tbody,
.row.banner table tfoot,
.row.banner table thead {
    border: 0;
}


.row.banner hr {
    border-bottom: 1px solid #dcdcdc;
}

.row.banner .row.illustration {
    font-size: 50px;
    color:#777;
    text-align: center;
    padding: 0;
}


/** Start - Mortgage banner */
.row.banner.mortgage h1 {
    color: #21ac5a;
    font-size: 26px;
    text-align: center;
}

.row.banner.mortgage .row.icon,
.row.icon-mortgage {
    background: url(/build/prod/images/mortgage.c7d2c45b.png) center center no-repeat;
    min-height: 75px;
}

.row.banner.mortgage {
    box-shadow: 1px 2px 3px #dcdcdc;
    border: 1px solid #f3f3f3;
}

.row.banner.mortgage table tr {
    border: 0;
}

.row.banner.mortgage table td.value {
    font-weight: bold;
    text-align: right;
}

.row.banner.mortgage .row.footer {
    position: relative;
    padding: 0;
}

/** End - Mortgage banner */

/** Start - Kitchen banner */
.row.banner.kitchen .button {
    background: #f1f1f1;
    line-height: 20px;
}
.row.banner p.colored {
    background-color: rgba(0,0,0,.7);
    padding: 5px;
}
.row.banner.kitchen {
    background: url(/build/prod/images/kitchen_02.f60f4532.jpg) no-repeat center top fixed;
    background-size: cover;
    margin-bottom: 25px;
    
    box-shadow: 1px 2px 3px #dcdcdc;
    border: 1px solid #f3f3f3;
}

.row.banner.kitchen h1,
.row.banner.kitchen p {
    color: #fff;
}

/** End - Kitchen banner */

@media screen and (max-width: 39.9375em) {
    .row.banners.col-right {
        padding: 0;
    }

    .row.cards {
        margin: 0;
    }

    .row.col-container .card {
        margin: 0;
        margin-bottom: 1rem;
    }
}
/* Start - navigation */
.mod-mortgage .row.navigation {
    padding:25px 0;
    border-top: 1px solid #dcdcdc;
}
.mod-mortgage .row.navigation ul.menu li {
    width: calc(100% / 6);
    float: left;
    padding: 1px;
    font-size:13px;
}
.mod-mortgage .row.navigation ul.menu li.title {
    line-height: 15px;
    color:#666;
    font-weight: bold;
    font-size:13px;
    padding: 15px 0;
}
.mod-mortgage .row.navigation ul.menu li a {
    background:#f0f0f0;
    display:block;
    color:#999;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #f0f0f0;
}
.mod-mortgage .row.navigation ul.menu li.active a {
    color:#21ac5a;
    background:#fff;
    box-shadow: 1px 1px 1px #dcdcdc;
}
/* End - navigation */

/** Start - Provider overview */
.mod-mortgage .row.providers {
    padding: 5px 0;
    margin-bottom:25px;
}
.mod-mortgage .row.provider {
    padding: 20px 25px;
    box-shadow: 1px 2px 3px #dcdcdc;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #666;
    margin-bottom: 20px;
}

.mod-mortgage .row.provider .col {
    float: left;
    line-height: 180%;
    padding: 0 25px;
    height:60px;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}
.mod-mortgage .row.provider .col.lender {
    border-left: 1px solid #dcdcdc;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
}
.mod-mortgage .row.provider .col.lender .row {
    display: block;
}
.mod-mortgage .row.provider .photo img {
    width: 150px;
    height: 35px;
}
.mod-mortgage .row.provider .rate {
    font-family: 'FiraSans-Medium', Arial;
    font-size: 22px;
    float: right;
    color:#21ac5a;
    padding: 10px 25px;
    line-height: 33px;
}
.mod-mortgage .row.provider .buttons {
    float: right;
    white-space: nowrap;
    border-left: 1px solid #dcdcdc;
    padding: 10px 25px;
}
/* End - Provider */




@media screen and (max-width: 39.9375em) {

    .mod-mortgage .row.form-box .col-right {
        padding:0;
        border:0;
    }

    .mod-mortgage .row.navigation {
        padding: 15px;
    }
    .mod-mortgage .row.navigation .menu-container {
        margin-bottom: 15px;
    }

    .mod-mortgage .row.navigation ul.menu li {
        width: calc(100% / 6);
        float: left;
        font-size: 12px;
    }
    .mod-mortgage .row.navigation ul.menu li.title {
        display: block;
        width: 100%;
        padding: 0 0 10px 2px;
    }

    .mod-mortgage .row.page-steps {
        display: none;
    }

    .mod-mortgage .row.providers {
        padding: 0;
    }
    .mod-mortgage .row.provider {
        border-left:0;
        border-right:0;
        border-radius: 0;
        box-shadow: none;
        padding: 10px;
    }

    .mod-mortgage .row.provider .col {
        padding:0;
    }
    .mod-mortgage .row.provider .col.photo {
        text-align: center;
    }
    .mod-mortgage .row.provider .col.photo,
    .mod-mortgage .row.provider .col.rate {
        width:35%;
        padding-right: 15px;
    }
    .mod-mortgage .row.provider .col.lender,
    .mod-mortgage .row.provider .col.buttons {
        width:65%;
        padding:0 0 0 15px;
    }
    .mod-mortgage .row.provider .col.lender {
        display:block;
    }
    .mod-mortgage .row.provider .col.buttons {
        border-top: 1px solid #dcdcdc;
    }
    .mod-mortgage .row.provider .col.buttons .button {
        font-size: 11px;
        display: block;
        width: 100%;
    }

    .mod-mortgage .row.provider .photo img {
        width: 100%;
        height: auto;
    }
}

/** Vendor stylesheets */

/** Fonts */

/** Foundation */

/** LightGallery, for image browsing with thumbnails */

/** Select2 */

/** Date and time picker */

/** Media Element, audio player */

/** Shared css */

/** Custom stylesheets */

/** Shared */

/* Frontend */

/* Backend */

/* Dark mode */
